/* Start of Links attributes */
/*
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
*/
/* H tag attributes */
/*
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color:#024788; 
	font-size:16px; 
	text-decoration:none; 
	font-weight:bold; 
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	color:#024788; 
	font-size:13px; 
	text-decoration:none; 
	font-weight:bold; 
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color:#0b7000; 
	font-size:13px; 
	text-decoration:none; 
	font-weight:bold; 
}
*/
/* Main site css */
body{ 
	/* */
	margin:0px; 
	padding:0px;
	background:yellow;
    background-image:url();
    background-repeat:repeat-x; 
}
table,td,th{ 
	font-family: Verdana, Geneva, sans-serif;
	color:#000000; 
	font-size:11px; 
	text-decoration:none; 
	font-weight:normal; 
	line-height:16px;
}
.input{ font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal;
	height:20px;
	border:1px solid #D0C99F;
	width:200px;
}
.HeaderMainNav:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none;
}
.HeaderMainNav:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none;
}
.HeaderMainNav:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none;
}
.HeaderMainNav:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none;
}
/* Sub menu links */
.Sub_Nav{
	background-color:#92A990; 
	border:1px solid #526B03; 
	display:block; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:13px; 
	line-height:16px; 
	padding:5px;
}
.Sub_Nav:hover{
	background-color:#92A990; 
	border:1px solid #526B03; 
	display:block; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:13px; 
	line-height:16px; 
	padding:5px;
}
.Hor_Sub_Nav{
	background-color:#41496E;
	border:1px solid #41496E; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:13px; 
	line-height:16px; 
	padding:5px;
}
/* ------------------------------------ Top Menu Start ------------------------------------ */
/* These styles create the dropdown menus. */
#navbar {
 margin: 0;
 padding: 0;
 height: 1em;}
#navbar li {
 list-style: none;
 float: left; }
#navbar li a {
 display: block;
 padding: 3px 2px;
 /* background-color: #5e8ce9;  ----  Main Menu Text Background Color  */
 color: #fff;
 text-decoration: none; }
#navbar li ul {
 display: none; 
 width: 10em; /* Width to help Opera out */
 text-align:left; 
 z-index:1000; /* Add New 15-March-2011 */
 } 
#navbar li:hover ul, #navbar li.hover ul {
 display: block;
 position: absolute;
 margin: 0;
 padding: 0;  
 z-index:1000; /* Add New 15-March-2011 */
 }
#navbar li:hover li, #navbar li.hover li {
 float: left; width:10em;} /* Add New 15-March-2011 */
#navbar li:hover li a, #navbar li.hover li a {  /*  ----  Sub Menu Property  ----  */
 background-color: #f3f3f3;      /* ----  Sub Menu Background Color  ----- */
 border-bottom: 1px solid #fff;
 color: #000; }
#navbar li li a:hover { /* ----  Sub Menu Text Property On Hover ---- */
 background-color: #ff0000; color:#ffffff; }
/* ---- sub sub menu property Start  Add New 15-March-2011 ---- */
#navbar li:hover li ul, #navbar li.hover li ul { display:none; }
#navbar li:hover li:hover ul, #navbar li.hover li.hover ul { display:block; position:absolute; float:left; margin-top:-23px; left: 10em; z-index:1000;}
/* ---- sub sub menu property End ---- */
/* ------------------------------------ Top Menu End ------------------------------------ */


/* COMPONENT ELEMENTS - changes to the component headers component content controlled  by the following CSS */
.Component_Header {
	background-color:#00AFF0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:  20px;
	height: 27px;
}
.Component_Border {
	margin-top:10px;
	margin-left:5px;
	border:1px solid #cccccc;
	padding:1px;
    width:220px;
}
.Component_Padding{
	padding-left:  20px;
	padding-top: 3px;
	padding-bottom:  3px;
	padding-right: 20px;
}
.Component_Text{
	background-color:#f0f0f0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left:  15px;
	padding-top: 5px;
	padding-bottom:  5px;
	padding-right: 15px;
}
A.COMPONENTLINKS { 
	COLOR:#162250; TEXT-DECORATION:NONE; 
	FONT-SIZE : 10px; 
}
A.FOOTERNAV { 
	COLOR:#000000; TEXT-DECORATION:NONE;  
	FONT-SIZE : 10px; 
}
.Form_Submit_Button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #505050;
	vertical-align: middle;
	border:0px;
} 
.form-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.Content_Header{
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color:#000000;
	border-bottom:0 solid #D0C99F;
	
}
.Cntent_Border {
	margin-top:10px;
}
.Content_Table_Padding{
	padding-left:  35px;
	padding-right:  35px;
	padding-top: 10px;
	padding-bottom:  10px;
}
/* INNER PAGES CSS CLASS */
.innerPageSubHeading{
	border-bottom:1px solid #666666;
}
.innerPageLightLink{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#12238C; 
	text-decoration:none;
}
.innerPageBottom{
	border-top:0 solid #D0C99F;
}
.innerPageBoldLink{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FE5C01;
	font-weight:bold; 
	text-decoration:none;
	line-height:20px;
}
.innerPageBoldLink:hover{
	text-decoration:underline;
	
}
/*New Class Start*/
.left_panel{border-right:0 solid #D0C99F; 
	padding-right:5px;
}
.right_panel{border-left:0px solid #D0C99F; 
	padding-left:5px;
}
.main_bg{background-color:#FFFFFF;
background-image:url(); background-repeat:repeat-x;   
}
.Caption_Header {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left:  10px;
	height: 27px;
}
.abc_pagination{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000;
	font-weight:bold;
	line-height:22px;
	text-decoration:underline;
}
.abc_pagination:hover{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000;
	line-height:22px;
	font-weight:bold;
	text-decoration:none;
}
.read_more{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#039;
	line-height:22px;
	font-weight:normal;
	text-decoration:underline;
}
.read_more:hover{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#039;
	line-height:22px;
	font-weight:normal;
	text-decoration:none;
}
/*New Class End*/
/* INNER PAGES CSS CLASS END HERE */
/* Master template CSS Attributes */
/* Top Nav BG Start */
.topNavBg{background-color:#f1f1f1; color:#000000; background-image:url(); display:none; }
.topNavBg a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal; color:#ff0000; text-decoration:none;}
.topNavBg a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal; color:#000000; text-decoration:none;}
/* Top Nav BG End */
/* Search BG Start */
.topSearch{background-color:#666666; color:#000000; background-image:url(); display:none; }
.topSearch a{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; line-height:normal; color:#ffffff; text-decoration:none;}
.topSearch a:hover{font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; line-height:normal; color:#000000; text-decoration:underline;}
/* Search BG End */
/* Header Nav BG Start */
#headerNavBg{background-image:none;  background-image:url(); background-repeat:repeat-x; background-color:blue; color:#ff0000; /* display:none; */ }
#headerNavBg table tr td font{ /* color:#FF0000; */}
#headerNavBg a{}
#headerNavBg a:hover{}
/* Header Nav BG End */
/* ---- Header Above banner Logo and Menu CSS Start ----*/
#table_Logo_Menu{ margin:10px 0;}
 /* ---- Header Above banner Right Side Logo CSS Start  ---- */
 .tr_Logo_Menu{ background:;}
  .td_Logo{ height:100px; text-align:center; background-color:#900;}
   .img_Logo{ height:75px;} /* --- Change Logo Size from Here only one value put height 0R width for best result --- */
 /* ---- Header Above banner Left Side Logo CSS Start  ---- */
 
 /* ---- Header Above banner Right Side Menu CSS Start  ---- */
 .td_Menu_Up{ height:100px; background:#CCC;}
  .table_Menu_Up{ float:right;  margin-right:5px; } /* Menu will Align( Left OR Right ) from this css. If do you want to menu in center then float remove */
   .table_Menu_Under{ background:#09C; }
    .td_Menu_Under{ height:70px; padding:10px;}
    .td_Menu_Under font{ color:#09c;} /* You can control menu pipe (\\\"|\\\") from this css */
    .floatClear{ clear:both;}
 /* ---- Header Above banner Right Side Menu CSS End ---- */ 
 
/* ---- Header Above banner Logo and Menu CSS End ----*/
/* Footer Nav BG Start */
.footerNavBg{background-image:none;  background-color:blue; color:#000000; background-image:url(); /* display:none; */}
.footerNavBg a{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal; color:#FFFF00; text-decoration:none;}
.footerNavBg a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:normal; color:#0000FF; text-decoration:underline;}
.footerRow1{ background-color:#CDE9FF; }
.footerTd1{ padding:10px;}
.footerRow2{ background-color:#FFF5B5;}
.footerTd2{ padding:10px;}
.footerShowHideBtn{ padding:5px 0px;}
/* Footer Nav BG End */
/* Powered Nav BG Start */
.btmNavBg{  background-color:#FFFFFF;  color:#CCCCCC;background-image:url();}
.btmNavBg a{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:normal; color:#CCCCCC; text-decoration:none;}
.btmNavBg a:hover{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:normal; color:#999999; text-decoration:none;}
/* Powered Nav BG End */
/* Powered text Start */
.btmTxt{background-color:#FFFFFF;  color:#CCCCCC; background-image:url();}
.btmTxt a{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:normal; color:#CCCCCC; text-decoration:none;}
.btmTxt a:hover{font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:normal; color:#999999; text-decoration:none;}
/* Powered text End */
/* End New Css Add  9 March 2010*/
/* Start Social Media Icon Class Add 12 Jan 2011 */
.socialMediaTitle{text-align:right; padding:0px 10px;}
.socialMediaLeft{ text-align:right; padding:0px 10px;}
.socialMediaFooter{ text-align:right; padding:0px 10px;}
/* End Social Media Icon Class Add 12 Jan 2011 */
/* Print Module CSS */
.ez_hr{background-color:#D7D7D7; border:none; border-top:none; height:1px; color:#D7D7D7;}	
.ez_table_bdr{border:1px solid #9DB0BC; border-collapse:collapse; margin-top:10px;}
.ez_table_heading_bg{background-image:url(../../../images/ez_table_header.png); background-repeat:repeat-x; background-color:#DCEBF5; color:#1D7C9F; font-size:13px; }
.ez_row1{ background-color:#F0F0F0;}
.ez_text13{font-weight:normal; font-size:12px;}
.ez_row2{ background-color:#FAFAFA;}
.ez_gray_bg{ background-color:#F8F8F8; color:#B7B7B7;}
.ez_link{font-size:12px; text-decoration:none; color:#000000;}
.ez_link:hover{font-size:12px; text-decoration:none; color:#000000;}
.ez_link1{font-size:13px; text-decoration:underline; color:#FE5C01;}
.ez_link1:hover{font-size:13px; text-decoration:none; color:#FE5C01;}
.ez_row_link{ font-size:13px; color:#000000; text-decoration:none; font-weight:bold;}
.ez_row_link:hover{ font-size:13px; color:#C60000; text-decoration:underline; font-weight:bold;}
.ez_red_star{ color:#ff0000;}
.ez_bread{ color:C60000; font-size:11px; text-decoration:none;}
.ez_bread:hover{ color:C60000; font-size:11px; text-decoration:underline;}
.ez_bread_txt{ color:6E6E6E; font-size:11px; text-decoration:none;}
.ez_gray_dark_bg{background-color:#F1F1F1; color:#B7B7B7;}
.ez_dark_gray{color:#5D5D5D; font-size:15px; line-height:20px; font-weight:bold;}
.ez_gray_gray12{color:#ABABAB; font-size:12px; font-weight:bold;}
.ez{ font-size:12px;}
.ez_bdr{ border:3px solid #F1F1F1;}
.ez_clear{ clear:both;}
.success_Msg{color:#6D8A00; font-size:12px; font-weight:bold; padding:10px; background-color:#F1FFE6; border:2px solid #D6F4BD; padding-left:60px; background-image:url(../../../images/success.gif); background-repeat:no-repeat; background-position:left center;}
.pop_sucs_Msg{color:#6D8A00; font-size:12px; font-weight:bold; padding:10px; background-color:#F1FFE6; border:2px solid #D6F4BD; padding-left:35px; background-image:url(../../../images/pop_tick.gif); background-repeat:no-repeat; background-position:left center;}
.pop_wrong_Msg{color:#ff0000; font-size:12px; font-weight:bold; padding:10px; background-color:#FFF1F1; border:2px solid #FF6262; padding-left:35px; background-image:url(../../../images/pop_cross.gif); background-repeat:no-repeat; background-position:left center;}
.pop_head_bg{background-color:#f1f1f1;}
.pop_bdr{border:1px solid #f1f1f1;}
.linkImg{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:18px;
		text-decoration:none;
		color:#000000;
		}
	.linkImg:hover{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#797979;
		line-height:18px;
		background-image:url(<?=WEB_ROOT_GET.USER_NAVIGATION_PATH?>ez_bullet.gif); 
		background-repeat:no-repeat; 
		background-position:center left;
		
		}
.subLinkImg{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:18px;
		text-decoration:none;
		color:#797979;
		}
	.subLinkImg:hover{
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#4B4B4B;
		line-height:18px;
		background-image:url(<?=WEB_ROOT_GET.USER_NAVIGATION_PATH?>ez_bullet.gif); 
		background-repeat:no-repeat; 
		background-position:center left;
		
		}
		
.trBg{background-color:#DBE5F1;}
/* Flash Header atgtributes */
.flash_height{height:256px;}
/*  ========================================================================================
	>>>>>>>>>>>>>>>> Header Slider CSS Start  <<<<<<<<<<<<<<<<<<<<< 
	========================================================================================   */
.jqueryBanner{ height:275px; background-color:#999;} /*  jQuery Example Header Image Size(250px) + Bottom Button(25px) = 275px   */
#slider {	
	background:url(../images/jqueryHeader/loading.gif) no-repeat 50% 50%; position:relative; width:618px; height:250px;
	}
#slider img {
	position:absolute;	top:0px;	left:0px;	display:none;
	}
#slider a {
	border:0;	display:block;
	}
.nivo-controlNav {
	position:absolute;	left:360px;	bottom:-22px;  /*  Bottom Button Positon (left, center, right) */
	}
.nivo-controlNav a {
	background:url(../images/jqueryHeader/bullets.png) no-repeat;	display:block;	width:22px;	height:22px;
	text-indent:-9999px;	border:0;	margin-right:3px;	float:left;
	}
.nivo-controlNav a.active {
	background-position:0 -22px;
	}
.nivo-directionNav a {
	background:url(../images/jqueryHeader/arrows.png) no-repeat; display:block;	width:30px;	height:30px;
	text-indent:-9999px;	border:0;
	}
a.nivo-nextNav {
	background-position:-30px 0;	right:15px;
	}
a.nivo-prevNav {
	left:15px;
	}
.nivo-caption {
    text-shadow:none;    font-family: Helvetica, Arial, sans-serif; /* jQuery Text Font-family Setting */
	}
.nivo-caption a { 
    color:#efe9d1;    text-decoration:underline;
	}
/* >>>>>>>>>>>>>>>>>>>>> Nivo Slider <<<<<<<<<<<<<<<<<<< */
.nivoSlider {
	position:relative;
	height:700px;
}
.nivoSlider img {
	position:absolute;	top:0px;	left:0px;
	}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute; top:0px;	left:0px; width:100%; height:100%; border:0; padding:0;	margin:0; z-index:60; display:none;
	}
/* The slices in the Slider */
.nivo-slice {
	display:block;	position:absolute;	z-index:50;	height:100%;}
/* Caption styles */
.nivo-caption {
	position:absolute; left:0px; bottom:0px; background:#000; color:#fff; width:100%; z-index:89; /* jQuery Text Property(BG, Color, width etc...) Setting */
	opacity:0.8; /* Overridden by captionOpacity setting */
	}
.nivo-caption p {
	padding:5px;	margin:0;
	}
.nivo-caption a {
	display:inline !important;
	}
.nivo-html-caption {
    display:none;
	}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;	top:45%;	z-index:99;	cursor:pointer;
	}
.nivo-prevNav {
	left:0px;
	}
.nivo-nextNav {
	right:0px;
	}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;	z-index:99;	cursor:pointer;
	}
.nivo-controlNav a.active {
	font-weight:bold;
	}
/*  ========================================================================================
	>>>>>>>>>>>>>>>> Header Slider CSS End  <<<<<<<<<<<<<<<<<<<<< 
	========================================================================================   */
	
/*  ========================================================================================
	>>>>>>>>>>>>>>>> BreadCrumb Start  <<<<<<<<<<<<<<<<<<<<< 
	========================================================================================   */
.breadcrumbTr{}
.breadcrumbTd{ padding:5px; background:#ED008C; color:#000;}
.breadcrumbTd{} a.breadcrumbLink{ color:#ffffff;}
.breadcrumbTd{} a:hover.breadcrumbLink{color:#ffffff;}
.breadcrumbTd{} .breadcrumbArrow{color:#fff;}
/*  ========================================================================================
	>>>>>>>>>>>>>>>> BreadCrumb End  <<<<<<<<<<<<<<<<<<<<< 
	========================================================================================   */
	
/* =================================================== 
	>>>>>>>>>>>>>>>>  Pop Up Start  <<<<<<<<<<<<<<<<<<<<< 
====================================================== */
.popupSize{width:400px; background:#f3f3f3; border:4px solid #CCC; font-size:12px; position:absolute; margin-top:-15px; margin-left:-420px; //margin-left:-470px; }
.popupSize form{ margin:0px; padding:0px;}
.popupHeading{ font-size:15px;}
.close{display:block; width:16px; height:16px; line-height:16px; background:url(../images/lightBox_close.png) no-repeat top; margin-right:10px; margin-top:10px; }
.close:hover{display:block; width:16px; height:16px; line-height:16px; background:url(../images/lightBox_close.png) no-repeat bottom; }
.popupInput{ width:250px;}
.popupTextarea{ width:250px; height:100px;}
.errorMsg{ color:#F00;}
.required{ color:#F00; font-size:10px; font-family:Verdana, Geneva, sans-serif;}
.headingDirectory{font-family: Arial,Helvetica,sans-serif; font-size: 18px; font-style: italic; line-height: 22px; color: #000;}
.headingDirectoryList{font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000; font-weight:bold;}
/* =================================================== 
	>>>>>>>>>>>>>>>>  Pop Up End  <<<<<<<<<<<<<<<<<<<<< 
====================================================== */
	
	
