

/* -----------------------------BEFORE NEW DESIGN--------------------------*/

/* Page Styles */

body {
	margin: 0px;
	font-family: Arial;
	display: block;
	background-color: #E5E5E5;
	background-image: url(../../resources/images/general/page_bk.gif);
	}

.leftMenu {
	width:150px; 
	background-color: #EFEFEF;
	border-right-width:1px; 
	border-right-style:solid; 
	border-right-color:#B4B4B4;
	}
	
.mainPageDetail {
	background-color:#FFFFFF;
	}
	
.mainPageDetailBreaker {
	width:5%;
	}
	
.rightMenu {
	width:194px; 
	}
	
/* Misc */

.nowrap {
	white-space:normal;}
	
.wrap {
	white-space:nowrap;}

/* News */

.newsDetail {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 18px;
}

.newsTitle {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 18px;
	font-weight: bold;
}

/* Main Detail */

.mainDetailBlueLink {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
}

.mainDetail {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
}

.mainDetail A{
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: none;
}

.mainDetail A:Hover{
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: underline;
}

.mainDetailTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
}

.mainDetailList {
	font-family: Arial;
	font-size: 12px;
	color: #4D4D4D;
}

.mainDetailListTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
}

/* Left Navigation */

.leftNavigationTitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.leftNavigationDetail {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	line-height: 16px;
}

.leftNavigationDetail A{
	font-family: Arial;
	color: #4D4D4D;
	text-decoration: none;
}

.leftNavigationDetail A:Hover{
	font-size: 11px;
	color: #4D4D4D;
	text-decoration: underline;
}

/* Bottom Banner */

.bottomBanner {	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.bottomBanner A{	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.bottomBanner A:Hover{	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

/* Top Banner */

.topBannerBlue 
{
	font-family: Arial;
	font-size: 12px; 
	color: #190F8C; 
	}
	
.topBannerOrange
{
	font-family: Arial;
	font-size: 12px;
	color: #E86A24;
	font-weight: bold;
	}
	
.topBannerOrange A
{
	color: #E86A24;
	font-weight: bold;
	text-decoration: none;
	}

.topBannerOrange A:Hover
{
	color: #E86A24;
	font-weight: bold;
	text-decoration: underline;	
	}

.topBannerMenuBreaker 
{
	font-family: Arial;
	font-size: 12px;
	color: #E56921;
	font-weight: bold;
	}
	
/* Bread Crumb*/

.breadCrumb {
	font-family: Arial;
	font-size: 10px;
	color: #4D4D4D;
}

.breadCrumb A{
	font-size: 10px;
	text-decoration: none;
}

.breadCrumb A:Hover{
	font-size: 10px;
	text-decoration: underline;
}

/* Menu CSS Code */

#tablist{
padding: 0px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
color: white;
font-family:Arial;
font-size:12px;
font-weight:normal;
letter-spacing: 0px;
font-weight:bold;
}

#tablist li{
list-style: none;
display: inline;
}

#tablist li a{
text-decoration: none;
padding: 0px;
margin-left: 0px;
}

#tablist li a:Hover{
text-decoration: underline;
}

#tablist li a:link, #tablist li a:visited{
color:white;
}

#tablist li a.current{
}

.tabcontent{
font-family: Arial;
font-size:11px;
color: #4D4D4D;
display:none;
letter-spacing:.2px;
}

.tabcontent A{
text-decoration:none;
color: #4D4D4D;
}

.tabcontent A:Hover{
text-decoration:underline;
}

