/****************************************************************************************************/

/*********************************  Main Tags */


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-image:url(/Creative/Assets/Backgrounds/bg_page_grid.gif);
	
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;

	
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #6A749F;		
	scrollbar-track-color: #CCCCCC;
	

	scrollbar-shadow-color:#000000;
	scrollbar-lightshadow-color: #000000; 
	scrollbar-darkshadow-color: #666666;

	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color: #000000;
}

td, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #004D79;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #0163D0;
	text-decoration: underline;	
	font-weight:bold;
}

ul, li{
	list-style-position: outside;
	list-style-image:url(/Creative/Assets/Icons/icn_bullet.gif);
}

ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	}
	
.Bold{
	font-weight:bold;
	}

.Italic{
	font-style:italic;
	}
	
.Small{
	font-size:10px;
	}

/****************************************************************************************************/

/*********************************  AppDev Tags */

.errorMsg
{
  color:Red;
  font-weight:bold;
}

.t_tb {background-color:red;}

.t_but {background-color:yellow;}

/****************************************************************************************************/

/*********************************  Form Tags */

.text_field_search_box{
	font-size:12px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	}
	
/****************************************************************************************************/

/*********************************  ID Tags */

.MainContentTable{
	background-image:url(/Creative/Assets/Backgrounds/bg_page_background.gif);
	background-repeat:no-repeat;
	}
	
	

/****************************************************************************************************/

/*********************************  Homepage Tags */
	
.home_news_header{
	padding-left:10px;
	padding-top:10px;
	text-transform:uppercase;
	color:#0163D0;
	font-weight:bold;
	font-size:12px;
	}
	
.home_news a:link, .home_news a:visited, .home_news a:active { 
	color: #004D79;
	text-decoration: none;
	font-size:12px;
	}


.home_news a:hover {
	color: #0163D0;
	text-decoration: underline;	
	font-size:12px;
}
/****************************************************************************************************/

/*********************************  Header Tags */

.header_purple_background{
	background-image:url(/Creative/Assets/Backgrounds/bg_top_menu.jpg);
	color:#FFFFFF;
	}
	
.header_nav{
	padding-top:3px;
	padding-right:20px;
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
	}
	
.header_nav a:link, .header_nav a:visited, .header_nav a:active { 
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	}
	
.header_nav a:hover{
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	}
	
	
/****************************************************************************************************/

/*********************************  Navbar Tags */
	
.sidebar{
	padding:4px 3px 4px 3px;
	}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #004D79;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

.sidebar a:hover {
	color: #0163D0;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

/****************************************************************************************************/

/*********************************  Main Content Tags */

.Breadcrumbs{
	font-size:10px;
	font-weight:bold;
	}

.Breadcrumbs a:link, .Breadcrumbs a:active, .Breadcrumbs a:visited {
	color:#015EC5;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

.Breadcrumbs a:hover {
	color:#004685;
	font-weight:bold;
	text-decoration:underline;
	font-size:10px;
}



.MainText{
	padding-left:8px;
	}

.MainTableBackground{
	background-image:url(/Creative/Assets/Backgrounds/bg_page_background.gif);
	background-repeat:no-repeat;
	}
	
.PageHeaderTitle{
	font-size:14px;
	color: #0062CF;
	font-weight:bold;
	padding-top:8px;
	padding-left:8px;
	}
	
.PageSubhead{
	font-size:12px;
	color: #969696;
	font-weight:bold;
	}
	
.GrayText{
	color:#999999;
	font-style:italic;
	font-weight:bold;
	}
/****************************************************************************************************/

/*********************************  Footer Tags */
	
.footer_small{
 	font-size:9px;
	color:#999999;
	padding:0 2 10 5;
        text-align:center;
	}
	
.footer_small a:link, .footer_small a:visited, .footer_small a:active { 
	color: #999999;
	text-decoration: underline;
	}


.footer_small a:hover {
	color:#7CA9E0;
	text-decoration: underline;	
}

/****************************************************************************************************/

/*********************************  RAD Editor Tags for the Client */

.PageTitle{
	font-size:18px;
	font-weight:bold;
	color:#0062CF;
	}
	
.Bold{
	font-weight:bold;
	}
	
.Italic{
	font-style:italic;
	}

.SmallText{
	font-size:12px;
	}
	
.Subhead{
	font-size:14px;
	font-weight:bold;
	color:#969696;
	}
	
.Quote{
	font-style:italic;
	}
	
.Caption{
	font-size:10px;
	font-weight:bold;
	}
	
.PdfLink{
  background-image:url(/Creative/Assets/Icons/icn_adobe_acrobat.gif);
  background-repeat:no-repeat;
  padding-left:20px;
  font-weight:bold;
  }
  
.NormalText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#444444;
	font-weight:normal;
	}
