
/*
	layout_[name of element] - anything that has to do with the page build, aka top nav container, footer container, left nav container.
	Header_[name of element] - item's that make up the dark header...
	2ndNav_[name of element] - item's that make up the second nav bar...
	LeftNav_[name of element] - item's that make up the left nav bar...
	Content_[name of element] - item's that make up the content area...aka anything in dark blue on this page...
*/


/* ::::: BASICS :::::*/
		
		
		html, body {
			height:100%;
		}
		
		body,table,td,th {font-size:100%}
		
		body {
			font-family: Arial, Helvetica, sans-serif;
			background: #859FBA url("../imgs/layout/mainpage_bkgrd.gif");
			padding:0px;
			margin: 0px;
			
		}
		
		div {
			text-align:left;
		}
		
		* {
			padding: 0;
			margin: 0;
		}
		
		img {border:none;}
		
		p {
			color: #000000;
			line-height: 14px;
			margin-bottom: 10px;
		}
		
		div.clearspace {
		  	clear: both;
		}
		
		div#preview2, div#preview1 {
			display:none;
		}
		
		div#Header_logo_print {
			display:none;
		}
		
		div#layout_DegradedNav {
			display:none;
		}
		

/* ::::: LAYOUT :::::*/

		
		div#layout_BSpacing {
			height: 25px;
		}
		
		div#layout_All {
			width:768px;
			background: #204A66;
			border-left: 1px solid #FFFFFF;
			border-right: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			margin: 0px;
			position:relative;
		}
		
		div#layout_txtFooter {padding-bottom:15px;}
		
		div#layout_txtFooter p {
			color: #FFFFFF;
			font-size: 0.7em;
			line-height: 1.5em;
			margin:0px;
			padding:0px;
		}
		
	/* - Header -*/
	
		div#layout_Header {
			width:768px;
			height: 110px;
			background: url("../imgs/layout/bg_header.gif") no-repeat;
			border-bottom:1px solid #FFF;
		}
		
		div#Header_logo {
			float: left;
			width: 206px;
			height: 108px;
			margin: 0px 0px 0px 10px;
			position:relative;
			z-index:1;
		}
		
		div#Header_logo img{
			margin-top:14px;
		}
				/* Hack for FF */
				html>body div#Header_logo {
					margin: 0px 0px 0px 21px;
				}
				/* End FF Hack */
		
		div#Header_photo {
			width: 548px;
			height: 110px;
			margin: 0px 0px 0px 0px;
			position:absolute;
			right:0;
			z-index:0;
		}
				
				
	/* - Search & Quicklinks -*/
	

		div#Header_search {
			float:right;
			width:413px;
			height:36px;
			margin:0 25px 0 8px;
			padding:8px 0px 0px 0px;
		}
				/* Hack for IE */
				* html div#Header_search {
					margin:0 15px 0 8px;
				}
				
				* html div#Header_search a{
					margin-right:-10px;
				}
				/* End IE Hack */
		
		div#Header_search form {
			display:inline;
			float:left;
		}
		
		select#Quicklinks,
		select#Collegelinks {
			width:145px;
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			color: #333333;
			background-color: #FFFFFF;
			border: 1px solid #000000;
			margin: 1px 0px 0px 2px;
		}
		
		select#Quicklinks option,
		select#Collegelinks option {
			margin-left: 6px;
			margin-bottom:1px;
		}
		
		a.button_angel_login {
			float:right;
			text-indent:-9999px;
			overflow:hidden;
			width: 83px;
			height: 27px;
			/*background:url(../imgs/layout/bb_login.gif) 0 0 no-repeat;*/
            background:url(../imgs/layout/angelLogon.jpg) 0 0 no-repeat;
			margin:-2px 0 0 0;
		}
		
		a:active.button_angel_login {
			background-position:0 -27px;
			outline: none;
		}
				
				
	/* - Top Nav -*/
	
	
		div#layout_TopNav {
			float:left;
			position: relative;
			left: 21px;
			top: -23px;
			margin: 0px 0px -27px 0px;
			z-index:5;
		}
	
		ul#TopNav li{
			list-style: none;
			display: inline;
			margin: 0px;
			padding: 0px;
		}
		
		li#home_off a, li#about_off a, li#news_off a, li#colleges_off a, li#jobs_off a, li#directions_off a, li#contact_off a, li#TopNav_left a, li#course_catalog_off a, li#get_started_off a, li#helpdesk_off a, li#TopNav_right a {
			float:left;
			text-indent:-9999px;
			overflow: hidden;			
		}
		
		li#home_on a, li#about_on a, li#news_on a, li#colleges_on a, li#jobs_on a, li#directions_on a, li#contact_on a, li#course_catalog_on a, li#get_started_on a, li#helpdesk_on a {
			float:left;
			text-indent:-9999px;
			overflow: hidden;
		}

		/*  nav OFF  */
		
			li#TopNav_left a {
			width:6px;
			height:27px;
			background-image:   url("../imgs/nav_top/edge_left.gif");
			}
			
			li#TopNav_right a {
			width:6px;
			height:27px;
			background-image:   url("../imgs/nav_top/edge_right.gif");
			}

			li#home_off a {
			width:64px;
			height:27px;
			background-image:   url("../imgs/nav_top/home_off.gif");
			}
			
			li#about_off a {
			width:79px;
			height:27px;
			background-image:   url("../imgs/nav_top/about2_off.gif");
			}
			
			li#news_off a {
			width:58px;
			height:27px;
			background-image:   url("../imgs/nav_top/news_off.gif");
			}
			
			li#colleges_off a {
			width:79px;
			height:27px;
			background-image:   url("../imgs/nav_top/colleges_off.gif");
			}
			
			li#jobs_off a {
			width:54px;
			height:27px;
			background-image:   url("../imgs/nav_top/jobs_off.gif");
			}
			
			li#directions_off a {
			width:86px;
			height:27px;
			background-image:   url("../imgs/nav_top/directions_off.gif");
			}
			
			li#contact_off a {
			width:91px;
			height:27px;
			background-image:   url("../imgs/nav_top/contact_off.gif");
			}
			
			li#course_catalog_off a {
			width:116px;
			height:27px;
			background-image:   url("../imgs/nav_top/class_schedule_off.gif");
			}
			
			li#get_started_off a {
			width:92px;
			height:27px;
			background-image:   url("../imgs/nav_top/get_started_off.gif");
			}
			
			li#helpdesk_off a {
			width:86px;
			height:27px;
			background-image:   url("../imgs/nav_top/helpdesk_off.gif");
			}
			
		/*  nav ON  */

			li#home_on a {
			width:64px;
			height:27px;
			background-image:   url("../imgs/nav_top/home_on.gif");
			}
			
			li#about_on a {
			width:79px;
			height:27px;
			background-image:   url("../imgs/nav_top/about2_on.gif");
			}
			
			li#news_on a {
			width:58px;
			height:27px;
			background-image:   url("../imgs/nav_top/news_on.gif");
			}
			
			li#colleges_on a {
			width:79px;
			height:27px;
			background-image:   url("../imgs/nav_top/colleges_on.gif");
			}
			
			li#jobs_on a {
			width:54px;
			height:27px;
			background-image:   url("../imgs/nav_top/jobs_on.gif");
			}
			
			li#directions_on a {
			width:86px;
			height:27px;
			background-image:   url("../imgs/nav_top/directions_on.gif");
			}
			
			li#contact_on a {
			width:91px;
			height:27px;
			background-image:   url("../imgs/nav_top/contact_on.gif");
			}
			
			li#course_catalog_on a {
			width:116px;
			height:27px;
			background-image:   url("../imgs/nav_top/class_schedule_on.gif");
			}
			
			li#get_started_on a {
			width:92px;
			height:27px;
			background-image:   url("../imgs/nav_top/get_started_on.gif");
			}
			
			li#helpdesk_on a {
			width:86px;
			height:27px;
			background-image:   url("../imgs/nav_top/helpdesk_on.gif");
			}
		
		/*  nav HOVER  */

			li#home_off a:hover {
			width:64px;
			height:27px;
			background-image:   url("../imgs/nav_top/home_on.gif");
			}
			
			li#about_off a:hover {
			width:79px;
			height:27px;
			background-image:   url("../imgs/nav_top/about2_on.gif");
			}
			
			li#news_off a:hover {
			width:58px;
			height:27px;
			background-image:   url("../imgs/nav_top/news_on.gif");
			}
			
			li#colleges_off a:hover {
			width:79px;
			height:27px;
			background-image:   url("../imgs/nav_top/colleges_on.gif");
			}
			
			li#jobs_off a:hover {
			width:54px;
			height:27px;
			background-image:   url("../imgs/nav_top/jobs_on.gif");
			}
			
			li#directions_off a:hover {
			width:86px;
			height:27px;
			background-image:   url("../imgs/nav_top/directions_on.gif");
			}
			
			li#contact_off a:hover {
			width:91px;
			height:27px;
			background-image:   url("../imgs/nav_top/contact_on.gif");
			}
			
			li#course_catalog_off a:hover {
			width:116px;
			height:27px;
			background-image:   url("../imgs/nav_top/class_schedule_on.gif");
			}
			
			li#get_started_off a:hover {
			width:92px;
			height:27px;
			background-image:   url("../imgs/nav_top/get_started_on.gif");
			}
			
			li#helpdesk_off a:hover {
			width:86px;
			height:27px;
			background-image:   url("../imgs/nav_top/helpdesk_on.gif");
			}
		
	/* - LeftNav  -*/
	
	
		div#layout_LeftNav {
			float: left;
			min-height: 545px;
    		height: auto;
		}

				/* Hack for IE */
				* html div#layout_LeftNav {
					height: 545px;
				}
				/* End IE Hack */

		div#layout_SectionColor {
			float: left;
			width:20px;
			min-height: 545px;
    		height: auto;
		}

				/* Hack for IE */
				* html div#layout_SectionColor {
					height: 545px;
				}
				/* End IE Hack */
	
		div#LeftNav_buttons {
			float:left;
			width: 130px;
			min-height: 544px;
    		height: auto;
		}

				/* Hack for IE */
				* html div#LeftNav_buttons {
					height: 544px;
				}
				/* End IE Hack */
		div#LeftNav_buttons ul li.SectionHeadline a, 
		div#LeftNav_buttons ul li.SectionHeadline a:active, 
		div#LeftNav_buttons ul li.SectionHeadline a:visited {
			font-size:1em; 
			font-weight:bolder;
		}
		
		div#LeftNav_buttons {
			font: bold 0.7em Arial, Helvetica, sans-serif;
		}
		
		div#LeftNav_buttons ul li {
			list-style: none;
			margin: 0px 2px 0px 2px;
			border-bottom: 1px solid #666666;
		}

		span.LeftNav_active {
			display: block;
			margin: 3px 3px 3px 5px;
		}

		div#LeftNav_buttons ul li a,
		div#LeftNav_buttons ul li a:active,
		div#LeftNav_buttons ul li a:visited {
			display:block;
			font-weight: normal;
			text-decoration: none;
			margin: 3px 3px 3px 5px;
			color:#000000;
		}
		
		div#LeftNav_buttons ul li a:hover {
			color: #666666;
		}

		/* > SubNav < */

		div#LeftNav_buttons ul ul {
			border-top: 1px solid #666666;
			margin: 0px 0px 0px 0px;
			padding-left:5px;
			padding-bottom: 1px;
		}
				/* Hack for IE */
				* html div#LeftNav_buttons ul ul {
					padding-left:5px;
				}
				/* End IE Hack */

		div#LeftNav_buttons ul ul li {
			list-style: none;
			border: none;
			margin: 3px 3px 3px 5px;
		}

		div#LeftNav_buttons ul ul li a,
		div#LeftNav_buttons ul ul li a:active,
		div#LeftNav_buttons ul ul li a:visited {
			margin: 0px;
		}

		span.LeftNav_subactive {
			margin: 0px;
		}

		div#LeftNav_buttons ul ul ul {
			border-top: 1px solid #999999;
			margin: 4px 0px 3px -7px;
			padding-left:10px;
			padding-bottom: 1px;
			border-bottom: 1px solid #999999;
		}

		div#LeftNav_buttons ul ul ul li {
			list-style: none;
			border: none;
			margin: 3px 3px 3px 3px;

		}
		
				/* Hack for IE */
				* html div#LeftNav_buttons ul ul ul {
					padding: 0px 0px 0px 10px;
					margin: 3px 0px 0px -7px;
				}
				/* End IE Hack */
		
		div#LeftNav_buttons ul ul ul li {
			list-style: none;
			border: none;
		
		}
				/* Hack for IE */
				* html div#LeftNav_buttons ul ul ul li {

				}
				/* End IE Hack */
				
	/* - Content -*/		
	
		
		div#layout_3Columns {
			float:left;
		}
		
		div#layout_3Columns_index {
			float:left;
		}
		
		div.layout_Rule1,
		div.layout_Rule3 {
			float:left;
			--border-left: 1px solid #FFFFFF;
		}
		
		div.layout_Rule2 {
			float:left;
			border-left: 1px solid #4D6A8C;
		}
		
		div#layout_Content {
			float:left;
			width: 768px;
			background: #FFFFFF url("../imgs/layout/content_bkgrd.gif") repeat-x;
			min-height: 545px;
    		height: auto;
		}

				/* Hack for IE */
				* html div#layout_Content {
					height: 545px;
					/*padding: 0px 0px 8px 0px;*/
				}
				/* End IE Hack */
				
		div#layout_SectionContent {
			float:left;
			width: 518px;
			background: #FFFFFF url("../imgs/layout/content_bkgrd.gif") repeat-x;
			min-height: 545px;
    		height: auto;
		}

				/* Hack for IE */
				* html div#layout_SectionContent {
					height: 545px;
				}
				/* End IE Hack */
				
		div#layout_News {
			float:left;
			/*background: #FFF url("../imgs/layout/news_bkgrd.gif") bottom repeat-x;*/
			height:auto;
			width:225px;
			overflow:hidden;
			position:relative;
			z-index:0;
			margin-right:-1px;
			border-right: 1px solid #4D6A8C;
		}
		
		div#Adds {
			float:left;
			border: 1px solid #666;
			width:211px;
		}
		
		div#Adds div {
			float:left;
			border-top: 1px solid #666;
			background:#ccd99f url(../imgs/layout/Add_Bar.gif) 0 0 repeat-x;
			font-size:0.8em;
			padding:3px 7px;
		}
		
		div#Adds a,
		div#Adds a:visited { color:#333333;}
		
		div#Adds a:hover { color:#000; text-decoration:none;}
		div#Adds a.prev {float:left;}
		div#Adds a.next {float:right;}
		
		div#News_Photo {
			border-bottom: 1px solid #FFFFFF;
			width:250px;
		}
		
		div#News_Content {
			padding:6px;
		}
		
		div#layout_SectionHeader {
			margin: 18px 0px 15px 1px;
		}
		
		div#layout_SectionHeader img{
			margin-right: 0;
		}
				
		div#Content_breadcrumbs {
			margin: 6px 9px 6px 9px;
			font: 0.75em Arial, Helvetica, sans-serif;
			color: #FFFFFF;
		}
		
		div#Content_breadcrumbs a,
		div#Content_breadcrumbs a:active,
		div#Content_breadcrumbs a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		div#Content_breadcrumbs a:hover {
			color: #CCCCCC;
			text-decoration: underline;
		}
		
		div#Content_boxoutline {
			margin: 0px 8px 8px 8px;
			border: 1px solid #4D6A8C;
			background-color:#FFFFFF;
		}
		
		div#Content_boxoutline_index {
			margin: 0px 8px 8px 8px;
			border: 1px solid #4D6A8C;
			background-color:#FFFFFF;
		}
		
		div#Content_boxcolor {
			margin: 1px;
		}
		
		div#Content_box {
			width: 690px;
			min-height: 500px;
    		height: auto;
			padding: 10px 25px 15px 30px;
		}
				/* Hack for IE */
				* html div#Content_box {
					height: 500px;
					width:500px;
				}
				/* End IE Hack */

		html>body div#Content_box hr {
			margin-bottom: 13px;
		}
				
		div#Content_box_index {	
			min-height: 375px;
    		height: auto;
		}

				/* Hack for IE */
				* html div#Content_box_index {
					height: 375px;
				}
				/* End IE Hack */
		
		
	/* - Footer -*/
	
	
		div#layout_Footer {
			float:left;
			width: 768px;
			background: #0D2D3E url("../imgs/layout/footer_bkgrd.gif") repeat-x;
			border-top:1px solid #FFFFFF;			
			font: 0.6em Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			text-decoration: none;
			min-height: 21px;
    		height: auto;
		}

				/* Hack for IE */
				* html div#layout_Footer {
					height: 21px;
				}
				/* End IE Hack */
		
		span.Footer_copywrite {
			float:left;
			margin: 4px 0px 0px 18px;
		}
		
		span.Footer_links {
			float:right;
			margin: 4px 18px 0px 0px;
		}
		
		span.Footer_links a,
		span.Footer_links a:active,
		span.Footer_links a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		span.Footer_links a:hover {
			color: #CCCCCC;
			text-decoration: underline;
		}
		
		div#layout_txtFooter {
			width:768px;
			text-align:center;
			margin: 5px 0px;
		}
		
		
		
/*3/20/08 - added vcAdminStyle.css to avoid redundancy*/
/*BODY
{
    FONT-SIZE: 1em;
}
A:link
{
    FONT-SIZE: 100%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: underline
}
A:active
{
    FONT-SIZE: 100%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: underline
}
A:visited
{
    FONT-SIZE: 100%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: underline
}
A:hover
{
    FONT-SIZE: 100%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}*/
A.padded:link
{
	FONT-SIZE: 80%;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	TEXT-DECORATION: underline;
	line-height: 20px;
}
A.padded:active
{
	FONT-SIZE: 80%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
	line-height: 20px;
    TEXT-DECORATION: underline
}
A.padded:visited
{
    FONT-SIZE: 80%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
	line-height: 20px;
    TEXT-DECORATION: underline
}
A.padded:hover
{
    FONT-SIZE: 80%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
	line-height: 20px;
    TEXT-DECORATION: none
}
A.bold:link
{
    FONT-SIZE: 110%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold;
}
A.bold:visited
{
    FONT-SIZE: 110%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold;
}
A.bold:hover
{
    FONT-SIZE: 110%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
}
A.nav:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.nav:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.nav:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}
A.infonav:link
{
    FONT-WEIGHT: normal;
	FONT-SIZE: 80%;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}

A.infonav:active
{
    FONT-WEIGHT: normal;
	FONT-SIZE: 80%;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}
A.infonav:visited
{
    FONT-WEIGHT: normal;
	FONT-SIZE: 80%;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}
A.infonav:hover
{
    FONT-WEIGHT: normal;
	FONT-SIZE: 80%;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.infoWhitenav:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 110%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.infoWhitenav:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 110%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.infoWhitenav:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 110%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.infoWhitenav:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 110%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}
A.blue:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #53668A;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.blue:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #53668A;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.blue:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #53668A;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}
A.orange:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #AE0602;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.orange:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #AE0602;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.orange:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #AE0602;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}
A.side:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 90%;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, sans-serif;
    TEXT-DECORATION: none; 
	padding-left: 1px;
}
A.side:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 90%;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, sans-serif;
    TEXT-DECORATION: none; 
	padding-left: 1px;
}
A.side:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 90%;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, sans-serif;
    TEXT-DECORATION: none; 
	padding-left: 1px;
}
A.side:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 90%;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, sans-serif;
    TEXT-DECORATION: underline;
	padding-left: 1px;
}
A.white:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.white:active
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.white:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: underline
}
A.white:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif;
    TEXT-DECORATION: none
}
.navBar
{
    PADDING-LEFT: 5px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 75%;
    PADDING-BOTTOM: 2px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #C77023;
    TEXT-DECORATION: none
}
.courseListTable
{
    PADDING-LEFT: 4px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    PADDING-BOTTOM: 2px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #C77023;
    TEXT-DECORATION: none
}
.bodyText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 75%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, arial, sans-serif
}

.tableColumnText
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 75%;
	COLOR: #000000;
	FONT-FAMILY: Verdana, arial, sans-serif;
	text-align: center;

}
.tableLinedColumnText
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 75%;
	COLOR: #000000;
	FONT-FAMILY: Verdana, arial, sans-serif;
	BORDER-BOTTOM: #7C95A7 1px solid; 
	text-align: center;

}

.tableLinedColumnHeader
{
	FONT-WEIGHT: Bold;
	FONT-SIZE: 70%;
	COLOR: #000000;
	FONT-FAMILY: Verdana, arial, sans-serif;
	BORDER-BOTTOM: #7C95A7 1px solid; 

}
.bodyTextBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 90%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.bodyTextLarge 
{  
  font-family: Verdana, Arial, sans-serif; 
  font-size: 100%; 
  color: #000000; 
  text-decoration: none
}
.bodyTextSmBold 
{ 
    PADDING-LEFT: 0px; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 80%; 
    COLOR: #000000; 
    FONT-FAMILY: Verdana, arial, sans-serif 
}
.bodyTextblue
{ 
    FONT-WEIGHT: normal; 
    FONT-SIZE: 75%; 
    COLOR: #53668A; 
    FONT-FAMILY: Verdana, arial, sans-serif 
}
.bodyTextblueSm
{ 
    FONT-WEIGHT: normal; 
    FONT-SIZE: 65%; 
    COLOR: #53668A; 
    FONT-FAMILY: Verdana, arial, sans-serif 
}
.bodyTextblueMed 
{ 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 80%; 
    COLOR: #53668A; 
    FONT-FAMILY: Verdana, arial, sans-serif 
}
.bodyTextblueLg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 115%;
    COLOR: #53668A;
    FONT-FAMILY: Verdana, arial, sans-serif; 
}
.bodyTextOrange
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 70%;
    COLOR: #C77023;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.bodyTextOrangeMed 
{ 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 80%; 
    COLOR: #C77023; 
    FONT-FAMILY: Verdana, arial, sans-serif 
}
.bodyTextOrangeLg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 115%;
    COLOR: #C77023;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.fixedPtFont
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.userGreeting
{ 
  PADDING-LEFT: 0px; 
  padding-top: 0px; 
  FONT-WEIGHT: normal; 
  FONT-SIZE: 70%;  
  FONT-FAMILY: Verdana, Tahoma, sans-serif; 
  background-color: #84A0A9; 
  color: #333333
}
.footerText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.blackHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 90%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.whiteHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 90%;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.blackLgHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 100%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, arial, sans-serif
}

.blackMedHeading
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    COLOR: #000000;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.whiteText
{
	FONT-WEIGHT: normal;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, arial, sans-serif;
}
.formRequired
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 80%;
    COLOR: #AE0602;
    FONT-FAMILY: Verdana, Arial, sans-serif
}
.newsText
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    BACKGROUND-COLOR: #C77023;
    TEXT-DECORATION: none; 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 85%; 
    color: #FFFFFF; 
    font-weight: normal
}
.importantNewsText
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    BACKGROUND-COLOR: #CC3300;
    TEXT-DECORATION: none; 
    font-family: Verdana, Arial, sans-serif; 
    font-size: 70%; 
    color: #ffffff; 
    font-weight: bold;
    word-spacing: 3px
}

.confirmEnrollment
{
    PADDING-RIGHT: 150px;
    PADDING-LEFT: 50px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 100%;
    BACKGROUND-COLOR: #C77023;
    FONT-FAMILY: Verdana, arial, sans-serif;
    color: #ffffff; 
    font-weight: bold;
    word-spacing: 3px
}
.errorText
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 90%;
    COLOR: #C77023;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none;  
}

.bodyTextGreenLg 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #669933;
}
.boldRed {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #ae0602;
}
.bodyTextBorder
{
    BORDER-RIGHT: #476063 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #476063 1px solid;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 75%;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #476063 1px solid;
    COLOR: #000000;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #476063 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}
.scodefBorderText
{
    BORDER-RIGHT: #7c95a7 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #7c95a7 1px solid;
    PADDING-LEFT: 10px;
    FONT-SIZE: 80%;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #7c95a7 1px solid;
    COLOR: #000000;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #7c95a7 1px solid;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    TEXT-DECORATION: none
}
.sideNavTd
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	BACKGROUND-COLOR: #FCFCFC;
	TEXT-DECORATION: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;

}

.infosideNavTd
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	BACKGROUND-COLOR: #F8F7F0;
	TEXT-DECORATION: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ACA899;

}
.highlightBox
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	BACKGROUND-COLOR: #FCFCFC;
	TEXT-DECORATION: none;
	border-width: 1px;
	border-style: solid;
	border-color: #CC3300;

}
.sideNavHeading
{
   color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 15px; 
	font-size: 75%;
}
.grayTr 
{  
   font-family: Verdana, Arial, sans-serif; 
   font-size: 80%; 
   font-weight: normal; 
   color: #000000; 
   background-color: #CAD9E2; 
   padding-left: 7px
}

.tableHeader
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	background-color: #CAD9E2;
	text-align: center;

}
.tableBorder 
{   
    border: 1px #7c95a7 solid; 
    padding-right: 10px; 
    padding-left: 5px; 
    padding-top: 5px; 
    padding-bottom: 2px; 
    margin-right: 5px; 
    width: 97%
}

.tableBorderleftMargin
{   
    border: 1px #7c95a7 solid; 
	border: collapse;
    padding-right: 10px; 
    padding-left: 5px; 
    padding-top: 5px; 
    padding-bottom: 2px; 
    margin-left: 45px; 
}
.tableBorderInvisible
{   
    border: 1px #7c95a7 solid; 
    padding-right: 5px; 
    padding-left: 5px; 
    padding-top: 5px; 
    padding-bottom: 2px; 
    margin-right: 5px; 
    width: 98%
}
.bodyTextTd
{
   font-family: Verdana, Arial, sans-serif;
   font-size: 80%;
   font-weight: normal;
   color: #000000;
   padding-top: 5px;
}  
.whiteTr 
{  
   font-family: Verdana, Arial, sans-serif;
   font-size: 80%; 
   font-weight: normal; 
   color: #000000; 
   padding-left: 5px;
}
.whiteInfoTr 
{  
   font-family: Verdana, Arial, sans-serif; 
   font-size: 70%; 
   font-weight: normal; 
   color: #000000; 
   background-color: #ffffff; 
   vertical-align: top; 
   margin-left: 10px;
}
.trBorderBottom 
{ 
   font-family: Verdana, Arial, sans-serif; 
   font-size: 80%; 
   font-weight: normal; 
   BORDER-BOTTOM: #7C95A7 1px solid;
   color: #000000; 
   background-color: #ffffff; 
   margin-left: 7px  
}
.shadedTableCell { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 80%;
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 1px; 
 BORDER-BOTTOM: #7C95A7 1px solid;
} 
.trBorderRight 
{ 
   font-family: Verdana, Arial, sans-serif;
   font-size: 80%; 
   font-weight: normal; 
   BORDER-RIGHT: #7C95A7 1px solid;
   BORDER-BOTTOM: #7C95A7 1px solid;
   color: #000000; 
   background-color: #FFFFFF; 
   margin-left: 7px  
}
.trBorderRightGray 
{ 
   font-family: Verdana, Arial, sans-serif; 
   font-size: 80%; 
   font-weight: normal; 
   BORDER-RIGHT: #7C95A7 1px solid;
   BORDER-BOTTOM: #7C95A7 1px solid;
   color: #000000; 
   background-color: #CAD9E2; 
   margin-left: 7px  
}
.trBorderTopGray 
{ 
   font-family: Arial, Helvetica, sans-serif; 
   font-weight: normal; 
   BORDER-TOP: #7C95A7 1px solid;
   color: #000000; 
   background-color: #CAD9E2; 
   margin-left: 7px  
}
.trBorderBottomGray 
{ 
   font-family: Verdana, Arial, sans-serif; 
   font-size: 80%; 
   font-weight: normal; 
   BORDER-BOTTOM: #7C95A7 1px solid;
   color: #000000; 
   background-color: #CAD9E2; 
   margin-left: 7px  
}
.trBorderTop 
{ 
   font-family: Verdana, Arial, sans-serif; 
   font-size: 80%; 
   font-weight: normal; 
   BORDER-TOP: #7C95A7 1px solid;
   color: #000000; 
   background-color: #ffffff;
   margin-left: 7px  
}
.trBorderTopRed
{ 
   font-family: Verdana, Arial, sans-serif;
   font-size: 80%; 
   font-weight: normal; 
   BORDER-TOP: #7C95A7 1px solid;
   color: #AE0602; 
   background-color: #ffffff;
   margin-left: 7px  
}
.trBorderOnly
{  
   BORDER-TOP: #7C95A7 1px solid;
   font-family:Verdana, Arial, sans-serif;
   color: #000000;
   font-size: 80%;
   margin-left: 7px;  
}
.formTable 
{ 
    BORDER-RIGHT: #476063 1px solid; 
    PADDING-RIGHT: 5px; 
    BORDER-TOP: #476063 1px solid; 
    PADDING-LEFT: 10px;
    BORDER-LEFT: #476063 1px solid; 
    BORDER-BOTTOM: #476063 1px solid; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 70%; 
    COLOR: #000000;  
    FONT-FAMILY: Verdana, Arial, sans-serif; 
}
.formTrLined 
{ 
  PADDING-LEFT: 7px;
  FONT-WEIGHT: normal; 
  FONT-SIZE: 80%;  
  COLOR: #000000; 
  PADDING-top: 7px;
  PADDING-BOTTOM: 2px;
  BORDER-BOTTOM: #7C95A7 1px solid; 
  BACKGROUND-COLOR: #ffffff; 
  FONT-FAMILY: Verdana, Arial, sans-serif;
}
.InfoNavBar 
{ 
  FONT-FAMILY: Verdana, Arial, sans-serif;
  PADDING-LEFT: 10px; 
  PADDING-top: 4px;
  PADDING-BOTTOM: 6px;
  BORDER-top: #7C95A7 1px solid; 
  BORDER-BOTTOM: #ACA899 1px solid; 
  BACKGROUND-COLOR: #F8F7F0; 
}
.InfoNavDivider 
{
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 70%;
	color: #ACA899;

}
.InfoGlobalNavBox 
{ 
  PADDING-LEFT: 5px; 
  FONT-WEIGHT: normal; 
  FONT-SIZE: 75%; 
  PADDING-top: 4px;
  PADDING-BOTTOM: 4px;
  BORDER-top: #7C95A7 1px solid;  
  FONT-FAMILY: Verdana, Arial, sans-serif;
  COLOR:#000000;
  BACKGROUND-COLOR: #F1F1F1; 
}
.InfoNavBarGray 
{ 
   PADDING-LEFT: 5px; 
   FONT-WEIGHT: normal; 
   FONT-SIZE: 75%; 
   PADDING-top: 4px;
   PADDING-BOTTOM: 4px;
   BORDER-top: #7C95A7 1px solid; 
   BORDER-BOTTOM: #7C95A7 1px solid; 
   COLOR: #7C95A7; 
   FONT-FAMILY: Verdana, Arial, sans-serif;
   COLOR:#000000;
   background-color:#ffffff;
}
.tableBorderOrange 
{ 
  border: 1px #C77023 solid; 
  padding-right: 10px; 
  padding-left: 5px; 
  padding-top: 5px; 
  padding-bottom: 2px; 
  margin-right: 5px; width: 98% 
}
.navTable
{     
    padding-right: 10px; 
    padding-left: 5px; 
    padding-top: 8px; 
    padding-bottom: 8px; 
    margin-right: 3px; 
    width: 98%; 
    border-style: none; 
    margin-bottom: 5px
}
.courseDescription
{ 
  border: 1px #C77023 solid; 
  padding-right: 10px; 
  padding-left: 5px; 
  padding-top: 5px; 
  padding-bottom: 2px; 
  margin-right: 5px; width: 90% 
}
.trBorderTopOrange 
{ 
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%; 
  font-weight: normal; 
  BORDER-TOP: #cc6633 1px solid; 
  COLOR: #CC6633; 
  color: #000000; 
  background-color: #ffffff; 
  margin-left: 7px 
}
.trBorderBottomOrange 
{ 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 90%; 
  font-weight: normal; 
  BORDER-BOTTOM: #cc6633 1px solid; 
  COLOR: #CC6633; 
  color: #000000; 
  background-color: #ffffff; 
  margin-left: 7px 
}
.blueHeading 
{
	color: #53668A;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 10px; 
	font-size: 70%;
}
.blackHeadingSm 
{
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 10px; 
	font-size: 80%;
}



/*
Unordered and Ordered List Styles
*/
.bodyTextList 
{
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 0px;
	font-weight: bold;
	margin-top: 0px;
	font-size: 70%;
	text-decoration: none;

}
.bodyTextLI 
{
	padding: 2px 0px 0px;
	margin-left: 20px;
	font-size: 110%;
	font-weight: normal;

}
.redUL 
{
	color: #CC3300;
	font-weight: bold;
	font-family: Verdana;
	font-size: 105%;
}
.yellowUL 
{
	color: #ECB100;
	font-weight: bold;
	font-family: Verdana;
	font-size: 105%;
}
.greenUL 
{
	color: #669933;
	font-weight: bold;
	font-family: Verdana;
	font-size: 105%;
}
.blueUL 
{
	color: #53668A;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
}

.blackUL 
{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin-bottom: 5px;
}
/*ul 
{
	font-size: 80%;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;

}
.ulSubtext 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 2px 0px 20px;
	margin: 0px 0px 0px 35px;
	background-color: #ffffff;
	list-style-type: circle;

}
li 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	font-weight: normal;
	margin: 2px;
	line-height: 20px;
}*/
.padded
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 4px;

}
.paddedBold
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;

}
.links 
{
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 85%;
	color: #000000;

}
.bodyTextGreenLg 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #669933;
}
ol 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
}
.orderedlLineItem 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 7px;
}
.orangeHeader {

    FONT-WEIGHT: bold;
    FONT-SIZE: 80%;
    COLOR: #C77023;
    FONT-FAMILY: Verdana, arial, sans-serif
}
.liSubtext {

	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
}


/*
The following style elements are used for the login box on info/default.asp
*/

#login table { 
 background-color: #F9FBFD; 
 color: #000000; 
 width: 300px; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#login td { 
 border: 1px solid #D7E5F2; 
 padding-left: 2px; 
}

.labelcell { 
 font: 11px Verdana, Arial, sans-serif; 
 color: #333333; 
 background-color: transparent; 
 width: 70px; 
} 

.fieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: right; 
 margin-right: 0px; 
 padding-right: 1px; 
} 
.loginlabelcell { 
 font: 12px Verdana, Arial, sans-serif;
 font-weight: bold; 
 color: #333333; 
 background-color: transparent; 
 width: 150px; 
} 
.loginfieldcell { 
 background-color: #F2F7FB; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 1px; 
} 


.userIDfieldcell { 
 background-color: #FFFFA0; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 1px; 
} 
.passwordfieldcell { 
 background-color: #FFFFA0; 
 color: #000000; 
 text-align: left; 
 margin-right: 0px; 
 padding-right: 1px; 
} 
.smalllabelcell { 
 font: 11px Verdana, Arial, sans-serif; 
 background-color: transparent; 
 color: #3670A7; 
 width: 60px; 
} 

.moveRight
{
padding-right:400px;

}

/*
form styles for grouped elements/no table
*/

input.readOnlytxt {
	color: #000000;
	background-color:#E9F0FA;
	border: 1px inset #000088;
	position: absolute;
	left: 245px;
}
input.txt {
	color: #000000;
	background-color:#FFFFFF;
	border: 1px inset #000088;
	position: absolute;
	left: 245px;
}
.customDates
{
position: absolute;
left: 280px;
padding-left:   10px;
padding-bottom: 5px;
}
input.btn{
color: #000088;
background-color: #E9F0FA;
border: 1px outset #000088;
}
Form p label{
font: 100% Verdana, Arial, sans-serif;
float: left;
width:50%;
font-weight: bold;
}
div#subset
{
font: Verdana, Arial, sans-serif;
line-height: 175%;
}
div#subsubset 
{
font: Verdana, Arial, sans-serif;
float: left;
margin-left:15px;
/*line-height: 125%;*/
}
div#customDates{
font: 85% Verdana, Arial, sans-serif;
float: left;
width: 90%;
padding-left: 30px;
padding-bottom: 10px;

}
#indentText {
font: 70% Verdana, Arial, sans-serif;
float: right;
width:5%;
margin-right:500px;
}
fieldset {
border: 1px solid #CAD9E2;
font: 80% Verdana, Arial, sans-serif;
margin-top: 10px;
padding: 10px;
}
legend {
font: bold 80% Verdana, Arial;
color: #000000;
background-color: #CAD9E2;
margin-bottom:15px;
padding:5px;
}
.billingLabel{
font: 80% Verdana, Arial, sans-serif;
font-weight: bold;
}
.displayButton { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 background-color: #CAD9E2; 
 color: #000000; 
 margin-bottom: 5px; 
}
.paddedCheck {
margin-top: 5px;
}
/*styles for forms, tables, displays of id="display"*/

#fieldset .display {
border-top: 1px solid #CAD9E2;
font: 200% Verdana, Arial, sans-serif;
margin-top: 10px;
padding: 10px;
}
/*generic styles for form elements*/

#label{
font: 100% Verdana, Arial, sans-serif;
float: left;
width:25%;
font-weight: bold;
}

.WideLabel100PX
{
	width: 100px !important;
	font-size: .85em;
	display: inline-block;
	padding-bottom: 5px;
}

.WideLabel150PX
{
	width: 150px !important;
	font-size: .85em;
	display: inline-block;
	padding-bottom: 5px;
}

.TrainingDropDown
{
	font-size: .9em;
}

.requiredTextBox {
	color: #000000;
	background-color:#FFFFA0;
	border: 1px inset #000088;
	position: absolute;
	left: 390px;
	padding: 2px;

	}
.optionalTextBox {
	color: #000000;
	background-color:#FFFFFF;
	border: 1px inset #000088;
	position: absolute;
	left: 390px;
	padding: 2px;
	/*new style used by TrainingAdmin.aspx for floating popup box*/
}	
.transparentHeader 
{
	BORDER-RIGHT: green 1px solid; 
	BORDER-TOP: green 1px solid; 
	DISPLAY: none; 
	FILTER: alpha(opacity=100);
	BORDER-LEFT: green 1px solid; 
	WIDTH: 170px; COLOR: white; 
	BORDER-BOTTOM: green 1px solid; 
	POSITION: absolute; 
	HEIGHT: 60px; 
	BACKGROUND-COLOR: #CAD9E2;
	FONT-WEIGHT: normal; 
    FONT-SIZE: 80%; 
    COLOR: #FFFFFF; 
    FONT-FAMILY: Verdana, arial, sans-serif 
	 }
	 
.accordionHeader
{
   /*border: 1px dashed #F8C301;
   background-color:#0079B6;*/
   font-family: Tahoma,Arial,Verdana;
   font-size: 11px;
   font-weight: bold;
   padding: 5px;
   margin-top: 5px;
   cursor: pointer; 
   color: Black;
   text-decoration: underline;
   background-image: url("../images/icons/downArrow.jpg");
   background-repeat: no-repeat;
   background-position:left;
   text-indent: 20px;  
}

.accordionHeaderSelected
{
   
   background-color:#FFFFFF;
   font-family: Tahoma,Arial,Verdana;
   font-size: 11px;
   font-weight: bold;
   padding: 5px;
   margin-top: 5px;
   cursor: pointer; 
   color:#0079B6;
   
   background-image: url("../images/icons/upArrow.jpg");
   background-repeat: no-repeat;
   background-position:left;
   text-indent: 20px;
}

.accordionContent
{
  /*background-color:#D0E7B1;
  border: 1px dashed #F8C301;*/
  /*border:#2F4F4F;*/
  font-family: Tahoma,Arial,Verdana;
  font-size: 14px;
  border-top: none;
  padding: 5px;
  padding-top: 10px;
  line-height: 130%;  
  
}

.accordionHeaderGreen
{
   /*border: 1px dashed #F8C301;
   background-color:#0079B6;*/
   font-family: Tahoma,Arial,Verdana;
   font-size: 11px;
   font-weight: normal; 
  
   margin-top: 5px;
   cursor: pointer; 
   color: Black;
   /*background-image: url("../images/icons/downArrow.jpg");
   background-repeat: no-repeat;
   background-position:left;*/
   padding-left:15px;
}

.accordionHeaderSelectedGreen
{
   
   background-color:#FFFFFF;
   font-family: Tahoma,Arial,Verdana;
   font-size: 11px;
   font-weight: normal;
 
   margin-top: 5px;
   cursor: pointer; 
   color: Black;
   /*background-image: url("../images/icons/downArrow.jpg");
   background-repeat: no-repeat;
   background-position:left;*/
   padding-left:15px;
}

.accordionContentGreen{
	color: #336699;
	line-height: 14px;
	FONT-SIZE: 11px;
	padding-left: 30px;
	padding-top: 5px;
	font-family: Tahoma,Arial,Verdana;
	}

/*end vcAdminStyle.css*/

/* Alt syle for Accordian - AccountEdit */

.accordionHeaderAlt
{
   cursor: pointer; 
   background-image: url("../images/icons/downArrow.jpg");
   background-repeat: no-repeat;
   background-position:left;
   text-indent: 20px;  
}

.accordionHeaderSelectedAlt
{
   cursor: pointer; 
   background-image: url("../images/icons/upArrow.jpg");
   background-repeat: no-repeat;
   background-position:left;
   text-indent: 20px;
} 

.accordionContentAlt
{
	font-size: .9em;
	padding: 10px 5px;
	border: solid 1px #CCCCCC;
	background-color:#EBEBEB;
	font-family: Tahoma,Arial,Verdana;
}

.AccBlockHeader
{
	background-color:#DDE9F7;
}
        
.AccBlockItem
{
	background-color:#ECF1F5;
}

/* end alt style for Accordian - AccountEdit */

/*begin styles for RSS feed*/

.rss_box {
	 width: 220px;
	 background-color: #ffffff;
	 padding-top: 10px;
	}
	
.rss_title, rss_title a {
	margin: 5px;
	padding: 0;
	}

.rss_items {
	list-style:none;
	margin:5px;
	padding:0;
	}

.rss_item  {
	font-size: x-small;
	margin-bottom: 1em;
	}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
}

.rss_item a:hover {
}

.rss_date{
	font-size: xx-small;
	}

/*end styles for RSS feed*/	

/* popup styles */

.modalBackground {
	background-color:#53668A;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup 
{
    color: #000000;
    font-weight:normal;
    background-color:#DFE4EA;
	border-width:3px;
	border-style:solid;
	border-color:#3C6573;
	padding:20px;
	width:260px;
	height: auto;
    text-align: center;
}

.modalPopupSmooth
{
    color: #000000;
    font-weight:normal;
    background-color:#DFE4EA;
	border-width:0px;
	border-style:solid;
	border-color:#3C6573;
	padding:20px;
	height: auto;
    text-align: left;

}

.modalPopup h3
{
    color: #000000;
    line-height: 1.2em;
    font-weight:bold;
    font-size: 1em;
    margin-bottom: 10px;
    text-align: center;

}

.modalPopup h4
{
    color: #000000;
    line-height: 1.1em;
    font-weight: bold;
    font-size: .8em;
    margin-bottom: 5px;
    text-align: center;
}

/* end popup styles */
/* Grouping Gridview Header Styles */

.GroupHeader td
{   
    font-size: .9em; 
    padding-left: 30px;
}

.GridHeader th
{
    border-bottom: solid 1px white;
    font-size: .9em;    
}

.RowGroupGrid td
{   
    font-size: .9em;
    padding: 2px 5px;
}
/* End Header Styles */

/* ListBox Extender Prompt */

.ListSearchExtenderPrompt
{
    margin-bottom: 5px;
	font-style: italic;
	font-size: .8em;
	color:Gray;
	background-color:#DFE4EA;
}

/* End ListBox Extender Prompt */

/* Credential GridView Text */
.GridViewBodyText
{
    font-weight: normal;
    font-size: .8em;
    color: #000000;
    font-family: verdana, arial, sans-serif;
    padding: 10px !important;
}

.GridViewBodyText td
{
    padding: 2px 10px;
}

/* End Credential GridView Text */
