.LinkStyles, #leftnav ul li a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; color: #FFFFFF; text-decoration: none}
.BodyText {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 20px}
.HeaderText {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #666633}
.SubHead {  font-family: "Times New Roman", Times, serif; color: #666633; font-size: 18px}
.FooterText {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333}

/*Additions needed for new registration pages*/

body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
}
  
th {
	background-color: #5177D1;/* dark blue #3A4E82;*/
	color:white;}
	
tr {
	vertical-align:middle;}
	
tr.alt td {
	background:#E3E3FF;}
	
.clean { /*removes underlining/borders on hyperlinks/hyperlinked images */
	text-decoration:none;
	border:0px;
	cursor:pointer;}

.collapse {
	border-collapse:collapse;
}	

a:hover.hover_underline{ /* Hover state CSS */
text-decoration: underline;
}


.new {color:red;
	  font-variant:small-caps;
	  font-weight:bold;}
	  
.pointer {
	cursor:pointer;
	}

.red {
	color:red; }
	
	
.status_divider {
	height:2px;
	margin-top:22px;
	color:000099;
	 }
	 
.section {
	display:none; 
	}
	
.subtab_link {
	text-decoration:underline;
	}
	  
#additional_info {display:none;}

@media print {

.noprint {
	  display:none;}
}




/*Dynamic Drive buttons on staff portal page*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* styles for all buttons */

.button_div {
float:left;
width:28%;
clear:both;
}

.descr_div {
float:right;
width:70%;
margin-bottom:20px;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


a.boldbutton{
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
width:118px;
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
text-align:center;
}

a:hover.boldbutton{ /* Hover state CSS */
text-decoration: underline;
}

a:link.boldbutton, a:visited.boldbutton, a:hover.boldbutton, a:active.boldbutton{
color: white; /*button text color*/
}


/* styles for different button colors */

a.boldbutton_blue{
background: transparent url('_images/bold_button_blue_left.png') no-repeat top left;
}

a.boldbutton_blue span{
background: transparent url('_images/bold_button_blue_right.png') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}


a.boldbutton_orange{
background: transparent url('_images/bold_button_orange_left.png') no-repeat top left;
}

a.boldbutton_orange span{
background: transparent url('_images/bold_button_orange_right.png') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a.boldbutton_green{
background: transparent url('_images/bold_button_green_left.png') no-repeat top left;
}

a.boldbutton_green span{
background: transparent url('_images/bold_button_green_right.png') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
