html , body, div, span, iframe, h1, h2, h3, h4,blockquote,
a,em,font, img, b, u, i, p, table, tbody, tfoot, thead, tr, th, td, input, textarea{
	text-align: left;
	letter-spacing: 0.25px;
	font-family: sans-serif, Arial, Helvetica ;
	font-size: 14px;
	line-height: 1.30;
}


#sideMenu{
	position: absolute;
	height:880px;
	width: 120px;
	z-index:99;
	top:0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dev {
	min-height: 640px;
}
#devErr {
	position:absolute;
	margin-left: 45%;
	top: 200px;
	z-index:9999;
	font-weight:bold;
	font-size:1.2em;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.err{
	position:absolute;
	top:230px;
}

.fiction{
	border-width:1px;
	border-style:solid;
	border-color:rgb(255,0,0);
	color: red;
	font-size:1em;
	margin-left:0px;
	background-color:rgba(255,255,255,0.8);
	z-index:999;
}


.picFloat{
	position:absolute;
	top:100px;
	left:10px;
	z-index:11;
	padding-top:5px;
}


.dashimg{ 
	position: relative; 
}

.dashlabel{
	position: absolute; 
	bottom:10px; 
	margin:auto;
	width:80px;
	
	background-color:#ffffff;
	
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	
	-moz-border-bottom-leftt-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	
	text-align: center;
	font-size:13px;
}

.dashlabel:hover {
	background-color:rgb(110,138,195);
	color:#ffff00;
}

#sideMenu a, .sMenu a, #us a {
	color:#000;
	text-decoration:none;
}	
	
.img-holderf{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CBC4EA,endColorstr=#F1F0F9);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CBC4EA,endColorstr=#F1F0F9)";
}

#us{padding:20px;
	-webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
	box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	width:80px;
	height:70px;
}



#sideMenu .dashimg img, #us .dashimg img {
	width:80px;
	height:70px;
	margin-bottom:7px;
	-webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
    box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#sideMenu .dashimg img:hover, #us .dashimg img:hover{
	-webkit-box-shadow: 1px 1px 1px rgba(51,51,51,0.3);
    box-shadow: 1px 1px 1px rgba(51,51,51,0.3);
	background-color: rgb(255,201,0);
}

#us .dashimg img{
	-webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.8);
    box-shadow: 3px 3px 3px rgba(51,51,51,0.8);
}

.mkclick{color:rgb(255,255,0);
	cursor:pointer;
	text-decoration:underline;
}

.mkclicka{color:rgb(0,0,255);
	cursor:pointer;
	text-decoration:underline;
}


#sideMenu .imgdash
{
	position:absolute;
	top:0px;
	left:120px;
	border: 0px;
}

.help{
position:relative;
left:50px;
}
.helptitle{color: rgb(195,151,51);
	font-size: 1.3em;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}

.warnTitle{color: rgb(255,255,255);
	font-size: 1.6em;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}

/*===============================================================
Dealing with how the various detail pages will display on the 
Development aspect of the site
=================================================================*/
.devJobs .jwrapper, .devJobs .adwrappr{
	position:relative;
	top:-100px;
	border-width:1px;
	border-style:solid;
	border-color:rgb(255,255,255);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#devMid dd, .pageTab{ 
	position:absolute;
	top: 0px !important;
	width:95%;
	min-width:460px;
    min-height: 640px;
	height:auto;
    padding:10px;
	/*display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;*/
	-webkit-transition: .5s all linear;
	transition: .5s all linear;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
    box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
	background-color:white;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	z-index:1;
	display:inline-block;

}

#adminTabs dd { 
	position:relative;
	top: 0px !important;
	width:95%;
	min-width:460px;
    min-height: 640px;
	height:auto;
    padding:10px;
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-webkit-transition: .5s all linear;
	transition: .5s all linear;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
    box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
	background-color:white;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	z-index:1;

}


.miscMidPage{
	position:relative;
	top: 0px !important;
	margin-left:auto;
	margin-right:auto;
}

#appfrmList{ 
	position:absolute;
	top: 0px;
	width:95%;
	min-width:460px;
    min-height: 90%;
    padding:10px;
	-webkit-transition: .5s all linear;
	transition: .5s all linear;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
    box-shadow: 6px 6px 6px rgba(5,5,5,0.8);
	background-color:white;
	background-image:none;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}


.clickable{ 
	cursor:pointer;
}



#frontright {
    float:right;
	min-height: 400px;
	height:90%;
	width:15%;
	min-width:200px;
    margin-top: 0px;
    margin-right:10px;
	padding-left:5px;
	/*border-style:solid;
	border-color:red;*/
}

dd#indx, dd#devHome {
	display:inline-block;
	visibility:visible;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index:1;
}

.hid{
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:1;
}

dd#about:target,dd#atabs-1:target,dd#atabs-2:target,dd#atabs-3:target,dd#admin:target,dd#app:target, dd#appfrm:target, dd#case:target, dd#contract:target, dd#devHome:target, dd#ja:target, dd#jadv:target, dd#js:target, dd#jobspec_list:target,dd#learn:target, dd#leave:target, dd#login:target,dd#org:target, dd#rec:target, dd#rpt:target, dd#time:target, dd#orgv:target, dd#welcome:target, dd#tabs-1:target, dd#tabs-2:target, dd#tabs-3:target, dd#tabs-4:target, dd#tabs-5:target, dd#tabs-6:target, dd#tabs-7:target, dd#tabs-8:target, dd#tabs-9:target, dd#tabs-10:target
{ 	
	display:inline-block;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index:10;
}



dd#frontlteie8{
	display:inline-block;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index:10;
}

#devholder{ 
   	margin:10px auto;
	width:80%;
	min-width:640px;
	min-height:720px;
	position:relative;
	/*border-style:solid;
	border-color:blue;*/
}
#devholder2 { 
	margin:10px auto;
	width:80%;
	min-width:640px;
	min-height:820px;
	position:relative;
}

/*=======================================================================
End detail pages
=========================================================================*/
.notice{
	right:0px;
}

.footerDev {
	width:85%;
	min-width:720px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	padding: .5em .25em .5em 1em;
	font-size: 0.80em;
	z-index:0;
}

#indextb .borderl{
	border-color:#ffffff !important;
	border:outset;
}

#indextb .borderl:hover {
	border-color:#ffff00 !important;
	border:inset;
	cursor:pointer
}

/*============================================================================
eframe 
==============================================================================*/
.infoframe{
	position:absolute;
	margin-left:10%;
	padding:20px 30px;
	z-index:9999;
	min-width:400px;
	min-height:250px;
	max-width:640px;
	max-height:400px;
	width:70%;
	height:70%;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-color: rgb(222, 214, 255);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#c0c0c0', Direction=145, Strength=3);
	box-shadow: 1px 1px 5px 10px #c0c0c0;
	-moz-box-shadow: 1px 1px 5px 10px #c0c0c0;
	-webkit-box-shadow: 1px 1px 5px 10px #c0c0c0;
}

#infoframe  h3{
	padding-bottom:2px;
	margin-bottom:2px;
}

.infoholder{
	position:relative;
	margin:auto;
	min-width:95%;
	min-height:95%;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:rgb(255,255,204);
	padding:5px 10px;
}

#inavbar #tabs{
	position:relative;
	border-style:inset;
	border-width:1px;
	margin:auto;
	min-width:95%;
	max-width:640px;
	height:1.3em;
	padding:5px 5px 1px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}

#inavbar #tabs li:hover{
	background:rgb(255,255,204);
}

#inavbar ul{
	background-color:white;
}

.footnote{
	position:relative;
	top:-10px;
	font-size:14px;
	
}
.ihideit{ 
	width:0px;
	height:0px;
	/*left:-20px;
	top:-20px;*/
	display:block; 
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: .25s all linear;
	transition: .25s all linear;
	z-index:-9999;
}

.ishowit{ 
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition: .25s all linear;
	transition: .25s all linear;
}

#rpt .glass-holderm, #login .glass-holderm {	
	width:450px;
	height:auto;
	max-height:none;
	max-width:450px;	
}



#rpt .openit{
	position:relative;
	margin-left:20%;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	 /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transition: .25s all linear;
	transition: .25s all linear;
}


#rpt .closeit{
	position:relative;
	-moz-opacity:0;
	opacity:0;
	filter:alpha(opacity=0);
	 /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	height:0px;
	z-index:-9999;
}

#rpt .rptdash div .openinfo {
	display:block;
	padding:0px 10px;
}

#rpt .rptdash div .closeinfo {
	display:none;
}

#rpt .chartsCenter, #rpt .itable,.genCenter{
	width:650px; 
	display: block; 
	margin:auto;
	-webkit-user-select: none;
}
#persRpt .itable,#persRpt .intable  {
	margin:auto;;
}
#persRpt {
	margin-bottom:30px;
}
#rpt .chartsCenter a{
	text-decoration:none;
	margin-right:10px;
	float:left;
}

#rpt .chartCenter{
	display: block; 
	margin:auto;
	-webkit-user-select: none;
}
/*-------------------------------------------------------
This clears the ipage of previous pages so that new ones
do not get affected by previous ones that might not be 
display:none and still occupying space.
NA 04/11/2014
--------------------------------------------------------*/
#ipages .ihideit{
	display:none;
}
/*--- End ----------------------------------------------*/

#infodets .ishowit{
	position:absolute;
	top:35px;
	padding:0px 5px;
}

.link{
	color:rgb(0,0,255);
	text-decoration:underline;
	cursor: pointer;
}



.navbrdr li{
 /*A class to standardise navigation button styles*/
	opacity:0.975;
	filter:alpha(opacity=97.5);
	-moz-opacity: 0.975;
	border-style:outset;
	border-top: 1px solid #ccc;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	-webkit-box-shadow: 1px 2px  #888888;
	-moz-box-shadow: 1px 2px  #888888;
	box-shadow: 1px 2px  #888888;
	
 }
 
/* Horizontal tabs for Admin Pages */
.bar{
	width:95%;
	min-width:460px;
	font-size: 0.80em;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:40px;
	}  
.thickNav{
	width:95%;
	min-width:460px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	top:40px;
}

#tabs {
    list-style-type: none;
    padding: 0;
    margin-bottom:10px;
    position:relative;
	float: left;
	width:95%;
	min-width:720px;
	z-index:20;
	margin-left:5px;
	top:0px;
	height:40px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-style:inset;
	border-width:1px;
}
#tabs li, .ltop li{
    width: 76px;
    float: left;
    text-align: center;
    display: inline;
	border-style:outset;
	border-color:rgb(227,227,227);
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 2px;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	margin-right:2px;
}
#tabs li:hover{
	color:rgb(0,0,0);
}
#tabs li a , .ltop li a {
    display: block;
    padding: 5px 5px;
    text-decoration: none;text-align: center;
    line-height: 1em;	
	border-radius: 4px 4px 0px 0px;
    /*font-weight: bold;
	
    -webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
    box-shadow: 3px 3px 3px rgba(51,51,51,0.3);*/
}

#tabs a:link, #tabs a:visited{
    background-color:rgb(221,220,228);
}

 #tabs li a:active, #tabs li a:focus, #tabs #colLink a{
    /*background-color:rgb(255,248,215);*/
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	border-bottom-color:rgb(255,255,255);
}

#rpt li:hover{
	background-color:rgb(221,220,228);
	background-color:rgba(45,18,174,0.1);
}

/* -- End Admin horizontal tabs --*/

#nav li { display: inline; }
#nav{
	color: #666;
	min-width:720px;
	z-index:100;
	margin-left:8.5%;
	margin-top:0px;
	display:block; 
	position: relative;
 }
 
#nav li {
	margin-right:4px;
	width:80px;
	text-align:center;
	list-style-type: none;
	padding: 2px 5px;
	float: left;
	position: relative;
}


#nav li:hover, #vnav li:hover{
	background: rgb(255,255,204);
	color: rgb(45,18,174);
	cursor:pointer;
}

.navliClick{
background: rgb(255,255,204);
color: rgb(45,18,174);
}


.itable table, .itable  tr, .itable  td, .itable  th,
.intable table, .intable  tr, .intable  td, .intable  th 
 {
	color: rgb(0,0,0);
	border-style:solid;
	border-width:1px;
	border-color:rgb(0,0,255);
	padding:5px
}

.intable table, .intable  tr, .intable  td, .intable  th 
 {
	padding:2px
 }

 #rpt .itable  td,  #rpt .itable  th, .pteams1{
	width:110px;
	padding:2px;	
}


#rpt .itable  th em{
	color:blue;
	font-size:1em;
}
#rpt .itable  th 
{
	
	background-color: rgb(204,204,204);
	color: rgb(0,0,0)
}

#persRpt .chartInput input
{ 
	background-color:rgb(252,252,202);
	border-width:1px;
	border-style:inset;
	padding-left:5px;
}

.chartdata table, .chartdata tr, .chartdata td, .chartdata  th {
	color: rgb(0,0,0);
	border-style:solid;
	border-width:1px;
	border-color:rgb(0,0,255);
	padding:2px;
	font-size:12px;
}

.chartdata td, .chartdata  th {
	width:60px;
	background: rgb(255,255,255);
}

.chartdata .medDesc{
width:150px;
}

 .dtable table, .dtable  tr, .dtable  td, .dtable  th {
	color: rgb(255,255,255);
	border-style:solid;
	border-width:1px;
	border-color:rgb(255,255,255);
	padding:5px

}
.dtable th, .itable  th, .intable  th  
{
	background-color: rgb(204,204,204);
	color: rgb(53,75,118)
}


.itable  td, .intable  td{
	height:20px;
} 

.itable  a, .jtable a {
	text-decoration:none;
}

#jobAppFrm .shadow {
    -webkit-box-shadow: 3px 3px 3px rgb(51,51,51);
    box-shadow: 3px 3px 3px rgb(51,51,51);
 }

#jobAppFrm .shadow:hover{
	
    -webkit-box-shadow: 1px 1px 1px rgb(51,51,51);
    box-shadow: 1px 1px 1px rgb(51,51,51);
}

.lv_rec .itable td {
	width:125px;
}

.chartInput .persChartNum input, .chartInput td.persChartNum,  #persRpt .chartInput .itable  td,  #persRpt.chartInput  .itable  th {
	width:70px;
	padding-left:5px;
}

.lvfreetxt {
	display: inline-block;
	width:125px;
}

.lvfreetxt2{
	display: inline-block;
	width:150px;
}

.lvfreetxt3{
	display: inline-block;
	width:200px;
}

.lv_rec .lvhdr {
	width:92.5%;
	font-weight:bold;
	min-width:650px;
	background-color:rgb(227,227,227);
	-webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
    box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
	margin-bottom:5px;
}

.lvcomms {
	display: inline-block;
	width:100px;
}
.lvcomms2 {
	display: inline-block;
	width:140px;
}
.lvtype{
	display: inline-block;
	width:45px;
}

.lvcert{
	display: inline-block;
	width:20px;
}

.lvdec{
	display: inline-block;
	width:45px;
	padding:0px 15px;
}
.lvdate{
	display: inline-block;
	width:95px;
}
/*=============================================================================
end eframe
===============================================================================*/

.imgGenTn {
	margin: auto;
	margin-bottom: 5px;
	/*margin-right: 20px;*/
	width:104px;
	height:100px;
	border: solid 3px rgb(255,255,255);
	padding:3px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.imgMed
{
	width:84px;
	height:84px;
}

.rowIcon
{
	width:18px;
	height:18px;
}

.imgMed2
{	position:relative;
	width:40%;
	height:40%;
	display:block;
	margin: auto;
}
.wrapper {
	background-color:rgb(51,72,115);
	width:80%;
	min-width:720px;
	margin:auto;
	position:relative;
	top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px  #888888;
	-moz-box-shadow: 5px 5px  #888888;
	box-shadow: 5px 5px  #888888;
}
.pwrapper {
	background-color:rgb(110,138,195);
	width:30%;
	min-width:720px;
	margin:5px;
	position:relative;
	padding-bottom: 0.75em;
	box-shadow:  2px 2px 2px #ffffff;
	-moz-box-shadow:  2px 2px 2px #ffffff;
	-webkit-box-shadow:  2px 2px 2px #ffffff;
}


.whitewrapper {
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	width:30%;
	min-width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding: 0.75em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style:solid;
	border-color:rgb(0,0,0);
	border-width:1px;
}


.jwrapper {
	background-color:rgb(222,250,250);
	color:rgb(0,0,0);
	width:30%;
	min-width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding: 0.75em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style:solid;
	border-color:rgb(0,0,0);
	border-width:1px;
}

.adwrapper {
	background-color:rgb(255,255,193);
	color:rgb(0,0,0);
	width:30%;
	min-width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding: 0.75em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style:solid;
	border-color:rgb(0,0,0);
	border-width:1px;
}

.adwrappr {
	font-size:0.875em;
	background-color:rgb(255,255,193);
	color:rgb(0,0,0);
	width:30%;
	min-width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding: 0.75em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.fwrapper {
	background-color:#334873;
	width:80%;
	min-width:720px;
	margin:auto;
	position:relative;
	border-top: .75em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px  #888888;
	-moz-box-shadow: 5px 5px  #888888;
	box-shadow: 5px 5px  #888888;
}
.awrapper {
	background-color:rgb(110,138,195);
	width:30%;
	min-width:540px;
	margin:5px;
	position:relative;
	padding: 0.75em;
	box-shadow:  2px 2px 2px #ffffff;
	-moz-box-shadow:  2px 2px 2px #ffffff;
	-webkit-box-shadow:  2px 2px 2px #ffffff;
}

.scwrapper {
	background-color:rgb(255,255,255);
	width:75%;
	min-width:360px;
	margin:auto;
	position:relative;
	padding: 0.75em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px  #888888;
	-moz-box-shadow: 5px 5px  #888888;
	box-shadow: 5px 5px  #888888;
}
.wwrapper {
	background-color:rgb(255,5,5);
	width:95%;
	margin:auto;
	position:relative;
	box-shadow:  2px 2px 2px #ffffff;
	-moz-box-shadow:  2px 2px 2px #ffffff;
	-webkit-box-shadow:  2px 2px 2px #ffffff;
	text-align:center;
}



.wrapperShadow {
	box-shadow:  4px 4px 4px #000000;
	-moz-box-shadow:  4px 4px 4px #000000;
	-webkit-box-shadow:  4px 4px 4px #000000;
}

div.scroll
{  
	height:80%;
	max-height:500px;
	overflow-y:scroll;
}
div .midjframe .scroll
{  
	max-height:600px;
}

div.credit_scroll
{  
	height:70%;
	max-height:400px;
	overflow-y:scroll;
}

.lv_rec div.scroll
{  display:inline-block;
	height:20%;
	max-height:120px;
	overflow-y:scroll;
	width:95%;
	min-width:650px;
}

.lv_rec .scroll div{
	margin-bottom:3px;
}

.lv_rec .scroll div span{
	font-size:0.85em;
	vertical-align:middle;
}

.lv_rec_r 
{  display:inline-block;
	height:40%;
	max-height:200px;
	/*overflow-y:scroll;*/
	width:30%;
	min-width:200px;
	float:right;
}

.lvtable{
	margin-bottom:20px;
	width:600px;
}

.lvent{
	left:610px;
	width:600px;
	margin-bottom:10px;
}

 .adminsrch
{
	color:rgb(0,0,255);
	font-family: Arial, sans-serif;
	
}
.adminrec
{
	float: right;
	text-align:right;
}
.adminsum
{
	position: fixed;
	top:5%;
	right: 70px;
	width: 15%;
}

.jsmenu
{
	position: fixed;
	top:140px;
	right: 0px;
	width: 100px;
}

.jsmenu_tbl
{
	background-color:#E1E6F0;
	border: 1;
	top:10px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	width: 100px;
	text-align: right;
	padding: 2px;
	margin-right: 20px;
	margin-top: 10px;
	box-shadow:  2px 2px 2px #334873;
	-moz-box-shadow:  2px 2px 2px #334873;
	-webkit-box-shadow:  2px 2px 2px #334873;
	opacity:0.9;
	filter: alpha(opacity=90);
}

.adminsum2
{
	position: absolute;
	background-color:#E1E6F0;
	top:220px;
	right:40px;
	background-color:white;
	color:#000;
	width: 10%;
	border: 1;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	text-align: right;
	padding: 2px;
}


.adminsub
{	position:fixed;
	background-color:#E1E6F0;
	border: 1;
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	width: 130px;
	text-align: right;
	padding: 2px;
	margin-top: 140px;
	box-shadow:  2px 2px 2px #334873;
	-moz-box-shadow:  2px 2px 2px #334873;
	-webkit-box-shadow:  2px 2px 2px #334873;

}

.adminsubx
{	position:fixed;
	float:right;
	background-color:#E1E6F0;
	border: 1;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	width: 130px;
	text-align: right;
	padding: 2px;
	margin-top: 270px;
	box-shadow:  2px 2px 2px #334873;
	-moz-box-shadow:  2px 2px 2px #334873;
	-webkit-box-shadow:  2px 2px 2px #334873;
}
.adminsubx2
{	position:fixed;
	float:right;
	background-color:#E1E6F0;
	border: 1;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	width: 130px;
	text-align: right;
	padding: 2px;
	margin-top: 430px;
	box-shadow:  2px 2px 2px #334873;
	-moz-box-shadow:  2px 2px 2px #334873;
	-webkit-box-shadow:  2px 2px 2px #334873;
}


.adminsub1
{
	top:100px;
	border: 1;
	float: left;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	width:75%;
	text-align: right;
	padding: 1px;
}
.adminsub1 tr 
{	
	margin-bottom:5px;
}

.adminTitle{
	width:85%;
	min-width:350px;
	font-weight:bold;
}
.adminsub2
{
	background-color:#E1E6F0;
	border: 1;
	float: left;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	width: 95%;
	text-align: left;
	padding: 4px 0px 4px 4px;
}

.adminsub2a
{	border: 1;
	float: left;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	width: 95%;
	text-align: left;
	padding: 2px;
}
.adminsub2a td
{	padding-left:5px;
}
.adminsub3
{	background-color:white;
	color:#000;
	width: 10%;
	border: 1;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	text-align: right;
	padding: 2px;
}

.adminsub3a
{
	text-align: left;
	float:right;
	width: 100px;
}

.adminChkBoxLbl {
	margin-left:15px;
}
.adminChkBox div {
	padding-bottom:5px;
}
/*===========================================================================
Application Form
=============================================================================*/
#appfrm{
	position:relative;
	top:-10px;
	width:70%;
	min-width:800px;
}


#app, #app_empcurr, #app_dec, #app_ed, #app_emphist, #app_eq, #app_ref, #app_prof    {
	border-top:solid;
	border-width:2px;
	border-color:rgb(110,138,195);
	margin:10px 0px;
	padding:5px;
}

.appfrmbar{
	margin-top:10px;
	padding:5px;
	height:30px;
	border-style: solid;
	border-width:1px;
	border-color:rgb(110,138,195);
}
.assistbar{
	width:99%;
}


#appfrm hr {  border-top: 1px solid rgb(110,138,195);
    margin: 5px 0px 10px 0px; padding: 0; 
}



#appfrm input, #appfrm textarea , .appfrmbar{
 background-color:rgb(255,255,204);
}

#app_suppt,  #app_ed,#app_emphist ,#app_eq,  #app_prof {
	
	width:80%;
	min-width:480px;
	min-height:420px;
	
}

#appfrm .labeld, #appfrm .labelgen, .labelerr {
	font-size:12px;
}


#appfrm_pr.labeld {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	text-align: left;
	padding: 5px 5px 0 0;
	color: black;
	font-size:0.875em;

}

#lvrfrm .labeld {
	display: block;
	clear: left;
	float: left;
	width: 180px;
	text-align: left;
	padding: 5px 5px 0 0;
	color: black;
	font-size:1em;
}

#lvrdets p {
	color:blue;
}

#lvrdets b {
	color:black;
}

#lvrfrm .labelgen {
	font-size:1em;
}

#lvrfrm div{
	margin-top:5px;
	overflow: hidden; 
}

#appfrm_pr.labeldpr, .jframe .labeldpr {
	display: block;
	font-weight:bold;
	clear: left;
	float: left;
	width: 200px;
	text-align: left;
	color: black;
}

#appfrm_pr.labelgen {
	
	padding: 5px 5px 0 0;
	color: black;
	font-size:0.875em;
}
#appfrm_pr div{
	
	display: block;
	min-height:12px;
}


.appFrmTitle {
	font-weight:bold;
	font-size:1em;
	color:rgb(45,18,174);
	text-align:center;
}
.inPageMsg {
	position:relative;
	top:-5px;
	z-index:19999;
	text-align:center;
	width:100%;
}

 input[type="checkbox"]:checked + .declaration, .checkbox input[type="checkbox"]:checked + label, .checkbox input[type="radio"]:checked + label {
	background-color:rgb(110,138,195);
	color:#ffff00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px 5px
}
#jobAppFrm #appointed{
	min-width:100px;
}

.savebuttn {
	position:absolute;
	margin-left:100px;	
	line-height:0;
}
.savebuttn :hover, .buttn:hover{
	border-style:inset;
	border-width:1px;
}

/*------------------------------------------------- 
	Used to add extra rows to forms
	NA 16/05/2013
--------------------------------------------------*/
.add {
	display: inline-block;
	background-color: #E1E6F0;
	font-size: 12px;
	padding: 5px;
	margin-left: 10px;
	color: black;
	border:solid;
	border-style:outset;
	border-width:1px;
	border-radius: 3px;
	cursor: pointer;
}
.add:hover {
	color: rgb(102,102,102);
	border-color:rgb(252,214,0);	
	border-style:inset;
}

#resumeFrameRec #resume_holder{
	position:absolute;
	top: 0px !important;
	width:70%;
	min-width:540px;
	min-height:600px;
	left:200px;
	padding-left:20px;
}
#resumeFrameRec #resume_holder dd{
position:absolute;
left:-10px;
}


#resumeFrameRec #colLink a, #resumeFrameRec .colLink #vnav a {
	background-color:rgb(255,255,255);
	color: rgb(45,18,174);
	font-weight: bold;
	width: 230px;
}

#resumeFrameRec #colLink navbrdr, .colLink {
border-right:none;
}

#resumeFrameRec #vnav a:hover{
	background: rgb(255,255,255);
	
}

#resumeFrameRec #lside{
	width:220px;
	
}

#resumeFrameRec .lsave{
	color:rgb(0,0,255);
}

#resumeFrameRec .lsavedet, #jsFrame .lsave , #adFrame .lsave {
	color:rgb(255,0,0);
	font-style: italic;
}

#jsFrame .lsave, #adFrame .lsave , #adFrame .lsave  {
	background: rgb(255,255,255);
	padding:5px 10px;
	position: fixed;
	top:120px;
	right: 0px;
}

.lsavePos{
background-color:white;
	color:#000;
	border: 1;
	border-style:solid;
	border-width:1px;
	border-color:rgb(110,138,195);
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	text-align: right;
	padding: 2px;
}
/*=======================================================================================
End application form
========================================================================================*/
.imgBttn{
	position:absolute;
	right: 0px;
	top:0px;
	z-index:9999;
	outline:0 !important;
}

.imgBttn:hover{
	cursor:pointer;
}
/*
.imgBttn:focus{
	border: solid 1px rgb(255,255,255);
	border-style:inset;
}
*/


.sideMenuIn{
	left:0px;
	-webkit-transition: .25s all linear;
	transition: .25s all linear;
}

.sideMenuOut{
	left:-100px !important;
	-webkit-transition: 1s all linear;
	transition: 1s all linear;
}

/* The recycle is the background empty or full bin icon*/
#appfrm span   .recycle, .happfrm span .recycle {font-size:20px;
	width:40px;
}
#appfrm input[type="checkbox"] + label .recycle,  .happfrm input[type="checkbox"] + label .recycle{
	background-image: url(../images/recycle_bin4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

#appfrm  input[type="checkbox"]:checked + label .recycle, .happfrm  input[type="checkbox"]:checked + label .recycle{
	background-image: url(../images/recycle_bin4.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
}

span   .recycle16 {font-size:20px;
	width:30px;
}
 input[type="checkbox"] + label .recycle16 {
	background-image: url(../images/recycle_bin416.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}

input[type="checkbox"]:checked + label .recycle16{
	background-image: url(../images/recycle_bin416.png);
	background-repeat: no-repeat;
	background-position: 0px -16px;
}



#jduration, #jtype, #jdept {
	width:310px;
}
#appfrmpr{
	right:60px;
	z-index:9999;
}

.frmdiv{
border-style: solid;
border-width:1px;
border-color: black;
padding:5px;
background-color:white;
height: auto;
padding-bottom:30px;
}


.floatrRem{
	top:-20px;
	position:relative;
	z-index:99999;
}
.msg{
	border-style:solid;
	border-width: 1px;
	border-color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	color:rgb(255,0,0);
	padding:2px 5px;
	text-align:center;
}
/*==============================================
Help CSS
===============================================*/
.hlp td, .hlp th
{
padding:10px 10px;

}

/*=============================================*/
.nsign
{
	top:150px;
	left:40%;
	text-align:center;
	position:fixed;
	z-index:9999;
}

.applications td,  .applications a{	
	padding:2px;
	min-width:200px;
	max-width:400px;
	height:17px;
	text-decoration:none;
}

.applications td:hover,  .applications a:hover{	
	color:white;
	
}

.grey_light, .shade, .whiteAcc:hover{
	background-color:rgb(227,227,227);
}

.yellow, .light, .readOnly{
	background-color:rgb(252,252,202);
}

.fullyellow{
	background-color:rgb(255,255,0);
	background-color:rgba(255,255,0,0.8);
}


.shade:hover, .light:hover{
	border-color:rgb(225,255,255);
	background-color: rgb(176,161,222);
	background-color:rgba(45,18,174,0.4);
	color:white;
}

.applications a :hover{
	
	text-decoration:none;
}

/* Menu of buttons on right */
.sMenu
{
	position: fixed;
	top:190px;
	height:250px;
	right: 0px;
	width: 110px;
	z-index:20;
}

.borderSave {
	border-style:solid;
	border-width:1px;
	border-color:blue;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.6);	
}


.borderSave img, .borderSave button {
	cursor:pointer;
}

.submit {
	position:relative;
	background-color:rgb(255,255,0);
	background-color:rgba(255,255,0,0.8);
}
.sMenu .submit {
	top:100px;
	width:90%;
}
 .borderSave label{
	display:block;
	cursor:pointer;
}


.submitbutton
{
	float: right;
}

button:focus, a:focus , input:focus{outline:0;}
/* End of menu on right */

.contractTitle{
	position:relative;
	margin-top:80px;
}
 
 .usbLogo{
	position:relative;
	width:100%;
 }
 
 .usbLogo img{
	float:right;
 }
 
.optionhide {
	display:none;
}

.lv_lower{
	width: 100%;
}

.leave_holder{
	height:500px;
	position:relative;
	padding:0px 20px 20px ;
	float: left;
	border-style:solid;
	border-width:1px;
	border-style:outset;
	border-color:rgb(227,227,227);
	-webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
    box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
}
.rpt_holder{
	/*height:500px;*/
	position:relative;
	width:100%;
	padding:10px 10px 20px ;
	float: left;
	border-style:solid;
	border-width:1px;
	border-style:outset;
	border-color:rgb(227,227,227);
	-webkit-box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
    box-shadow: 3px 3px 3px rgba(51,51,51,0.3);
}
/*
#rpt .ltop {
	
}
*/
#rpt .ltop li{
    width: 77px;
	font-size:11px;
	height:20px;
	left:-30px;
	padding:5px 0px;
}

#rpt .ltop {
	display:block;
}
.infoHolder{
	display:block;
}


#rpt .ltop li:hover, .ltop li:hover{
	cursor:pointer;
}
.lside {
    float: left;
    width: 130px;
    display: inline;
    margin-top: 0px;
    margin-right:5px;
	padding:5px;
}

.tabCol {
    background-color:rgb(221,220,228);
}
.ltop li {
	position:relative;
	display:inline-block;
	list-style-type: none;
	margin-top: 0px;
	float: left;
	position: relative;
	top:0px;
	z-index:10;
	
}

.skl2 {
	position:relative!important;
	z-index:9999!important;
	overflow:visible !important;
	}

.inline{
	width:310px;
	 background-color:red;
    display:inline;
	margin:5px;
}

.txtbrdr{
	width: 90%;
	border: solid 2px rgb(255,255,255);
	border-style:inset;
	padding: 0px 5px 0px 5px;
	background:rgb(255,255,255);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 15px;
	color: black;
	font-family: Arial, sans-serif;
	line-height: 125%;
}

/*================================================
sign up 
==================================================*/
#signup .label{
	display: block;
	clear: left;
	float: left;
	width: 120px;
	text-align: right;
	padding: 5px 5px 0 0;
	font-weight: bold;
	font-size:0.875em;
}

.radioindent{
	margin-left: 150px;
}

 input[type=radio] {
    border: 0px;
    width: 14px;
    height: 14px;
}

.radioindent label , .attBar label{
    display:inline-block;
    padding:2px 2px;
	font-size: 14px;
	margin-right:20px;
 }

.radioindent input[type="radio"]:checked + label ,.sexbar input[type="radio"]:checked + label ,  .attBar input[type="radio"]:checked + label  , #madminFrm input[type="radio"]:checked + label,
#signup .checkbox input[type="checkbox"]:checked + label,#madminFrm input[type="checkbox"]:checked + label{
	background-color:rgb(110,138,195);
	color:#ffff00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:2px 5px
}

/*================================================
End sign up 
==================================================*/


/* ==================================================
Expand/Collapse 
===================================================*/
/* Collapsed state for list element */
#rpt .collapsed {
    background-image: url(../images/plus.png);
	background-size:22px 22px;
	vertical-align:top; 
	background-repeat: no-repeat;
	padding:2px;
	cursor:pointer;
}

/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#rpt .expanded {
   background-image: url(../images/minus.png);
   background-size:22px 22px;
   vertical-align:top;
   background-repeat: no-repeat;
   padding:2px;
   cursor:pointer;
  }
  
 .icon {
	
	background-image: url(../images/plus.png);
	background-size:22px 22px;
	vertical-align:top; 
	background-repeat: no-repeat;
	padding:2px;
	cursor:pointer;
}

.icon:hover {
	background-image: url(../images/minus.png);
}
/*======================================================
end Expand/Collapse
=======================================================*/	
/*
.ltop li {
	display:inline-block;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
/* the menu items
.ltop a{
	display: block;
	padding-top: 8px;
	margin-right:2px;
	margin-bottom:0px;
	color: rgb(53,75,118);
	width:130px;
	height:20px;
	font-size: 0.8em;
	text-indent: .2em;
	letter-spacing: 0.25px;
	text-decoration: none;
	
}
*/

/*
.check_box {
    display:none;
}

 input[type="checkbox"]:checked {
    background:url(../images/recycle_bin.png) no-repeat;
    height: 24px;
    width: 24px;
    display:inline-block;
    padding: 0 0 0 0px;
}

 input[type="checkbox"]:checked  + label{
    background:url(../images/recycle_bin.png) no-repeat;
    height: 24px;
    width: 24px;
    display:inline-block;
    padding: 0 0 0 0px;
}
*/

/*===================================================
Print CSS
====================================================*/
@media print{
	.auth, .footer,.footerdev, #appfrmhdr,#sideMenu,#lside,#breaking-news, #frontleft, #frontright, #compatibility,.notice, .navigation,  #groupspan, #ichome, .imgSM-holderf,
  .logoCbd, #lside, #menu, .nav, .orghilite, #resumeFrameRec #lside, .sign {display:none;}
   
   @page {
	margin: 10px 20px;
	float:left;
	}
	/* rem by NA 02/09/2015 as introducing unnecessary pagination
	 table, p {page-break-inside: avoid;}
	*/	
	 
	*{  background: transparent !important;
	    -moz-box-shadow: none !important;				
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
#banner{display:block !important;}
.nbrpr{
        page-break-inside: avoid;
    }

 }
 

 /*=============================================================================
 End print CSS
 =============================================================================*/
 .hilitesec {
	float: right;
	clear: right;
	width: 200px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-style:outset;
	border-color:rgb(225,255,255);
	background-color:rgb( 45, 18, 174);
	padding: 10px;
	margin: 5px 15px 5px 5px;
	color: rgb(255,255,255);
	font-size: 16px;
	letter-spacing: 0.5px;
}
 
 .centerText {
	text-align:center;
}

/*===========================================================================
Jobs Pages

============================================================================*/
#jobspc div {
	padding:5px 
}

#jobspc  h4{color: black;
	font-size: 1.1em;
	margin-bottom:5px;
	line-height:1em;
}

.jobsBanner { 
	width:85%;
	min-width:720px;
	position:relative;
	top:-45px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	background-color:white;
	background-image:url(../images/purple_bannerM.png);
	background-repeat: no-repeat;
	background-position: center;
	border-style:solid;
	border-width:1px;
	border-color:transparent;
}

.info { 
	width:45px;
	position:relative;
	height:45px;
	border-style:solid;
	border-width:1px;
	border-color:transparent;
}



.jframe{
	position:relative;
	top:-55px;
	width:85%;
	min-width:720px;
	margin-top:1px;
	margin-left:auto;
	margin-right:auto;
	height:600px;
}
.jframe .lside{
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-style:outset;
	border-color:rgb(225,255,255);
	width:235px;
	
}
.jframe .lside div select{
	max-width:230px;
	min-width:230px;
}

.jframe .lside div {
	margin-top:10px;
}

.midjframe{
	position:relative;
	top:-18px;
	margin-left:260px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-style:outset;
	border-color:rgb(225,255,255);
	max-width:80%;
	min-width:300px;
	padding:10px;
}


.jtable{
	border-spacing: 10px;
}
.jtable td {
	border-width:1px;
	border-style:solid;
	border-color:rgb(255,255,255);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	padding:5px;
	min-width:300px;
	
}
.front{
	position:relative;
	z-index:999;
}

 #picContainerIcon{
	width:45px;
	height:45px;
	margin-right:5px;
	z-index:1;
	
	float:left;
	-webkit-perspective: 800px;
	perspective: 800px;
	margin-top:-10px;
}

 #picContainerIcon img{
	position:absolute;
	/* Enabling 3d space for the transforms */
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	/* When the forms are flipped, they will be hidden */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	/* Enabling a smooth animated transition */
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}

.credits{
	display: inline;  
	background: rgb(0,0,255);
	color: white; 
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:5px;
	cursor:pointer;
}
.displayN {
	display: none;
}
.pseudoLink{
	color: blue;
	cursor:pointer;
}

.pageTab{
	background-color:white;
	position:absolute;
	left:30px;
}
