/* ********** General Style ************** */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:100%;
}
TH,TD,DIV{ font-family:Tahoma, Arial; font-size:11px; color:#000000; }
A,A:link,A:visited,A:active{ color:#E35C02; font-family:Tahoma, Arial; font-size:11px;font-weight:normal;}
A:hover{ color:#E35C02; text-decoration:underline; font-family:Tahoma, Arial; font-size:11px;font-weight:normal;}

/* ********** Control Panel Style ************** */
.controlpanel{ background:#FFF; border:#ADADAD solid; border-width:0px 0px 2px; }
.controlpanel IMG{ margin:15px 5px 0px; }
.controlpanel TD TD TD TD IMG{ margin:0px; }
.controlpanel TD TD TD{ width:auto; }
.controlpanel DIV{ border:#CCC solid; border-width:0px 1px; width:3px; height:100px; }
.controlpanel TD.SubHead{ background:#CCC; font-size:12px; color:#000; font-weight:bold; }
.controlpanel TD TD TD .SubHead{ background:transparent; border:0px; font-size:11px; color:#333; font-weight:normal; }
.controlpanel TD TD TD input{ background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px; }
.controlpanel TD TD TD select{ background:#EFEFEF; font-size:11px; color:#333;}
.controlpanel A.CommandButton{ font-size:10px; text-decoration:none;}
.controlpanel A.CommandButton:link{ color:#000; }
.controlpanel A.CommandButton:visited{ color:#000; }
.controlpanel A.CommandButton:active{ color:#000; }
.controlpanel A.CommandButton:hover{ color:#ff6600; text-decoration:underline;} 
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-size:11px; color:#ff6600; text-decoration:none; font-weight:normal; }
A.CommandButton:hover{ color:#000000; text-decoration:underline; font-size:11px; font-weight:normal; }

/* ********** Search Style ************** */
#SearchContainer input{MARGIN:0px; padding:0px 1px 0px 1px;BORDER:1px solid #076299; font-size:11px; color:#076299; WIDTH:140px;HEIGHT:16px; background-image:url(images/searchinside.gif); background-repeat:no-repeat; background-position:right; background-color:#FFFFFF;}

/* ********** Language Style ************** */
#LanguageContainer select{MARGIN:0px;vertical-align:top; border:1px #7F9DB9 solid; font-size:9px;color:#000000; background:#ffffff; WIDTH:111px;HEIGHT:15px;}

/* ********** Pane Style ************** */
.TopPane { padding:0px 0px 0px 0px;}
.LeftPane { padding:0px 10px 0px 0px;}
.ContentPane { padding:0px 0px 0px 0px;}
.RightPane { padding:0px 0px 0px 10px; width:51%;}
.BottomPane { padding:0px 0px 0px 0px;}
.TopRTPane { padding:0px 0px 0px 10px;}
.TopLTPane { padding:0px 0px 0px 0px;}

/* ********** Container Style ************** */
.Head{ font-size:12px; font-weight:bold; color:#000000; }
.SubHead{ font-size:11px; color:#000000; }
.SubSubHead{ font-size:11px; color:#000000; }
.Normal{ font-size:10.5px; color:#000000; line-height:130%; letter-spacing: 130%;}

/* ********** User Style ************** */
.user,a.user:link,a.user:active,a.user:visited { font-family:Tahoma, Arial; font-size:11px; color:#E8EBF7; text-decoration:none; font-weight:normal;}
a.user:hover { font-family:Tahoma, Arial; font-size:11px; color:#76B0D1; text-decoration:none; font-weight:normal;}

/* ********** Breadcrumb Style ************** */
.breadcrumb,a.breadcrumb:link,a.breadcrumb:active,a.breadcrumb:visited{ font-family:Tahoma, Arial; font-size:11px; color:#545454; text-decoration:none; font-weight:normal; }
a.breadcrumb:hover{ font-family:Tahoma, Arial; font-size:11px; color:#545454; text-decoration:underline; font-weight:normal; }

/* ********** Date Style ************** */
.date,a.date:link,a.date:active,a.date:visited { font-family:Tahoma, Arial; font-size:11px; color:#076299; text-decoration:none; font-weight:normal;}
a.date:hover {font-family:Tahoma, Arial; font-size:11px; color:#2D39A0; text-decoration:none; font-weight:normal;}

/* ********** Links Style ************** */
.links,a.links:link,a.links:active,a.links:visited{ font-family:Tahoma, Arial; font-size:11px; color:#076299; text-decoration:none; font-weight:normal;}
a.links:hover{ font-family:Tahoma, Arial; font-size:11px; color:#07179A; text-decoration:none; font-weight:normal;}

/* ********** Footer Style ************** */
.footer,a.footer:link,a.footer:active,a.footer:visited{ font-family:Tahoma, Arial; font-size:11px; color:#A09E97; text-decoration:none; font-weight:normal;}
a.footer:hover{ font-family:Tahoma, Arial; font-size:11px; color:#076299; text-decoration:none; font-weight:normal;}

/* ********** Menu Style ************** */
.MainMenu_MenuContainer {background:transparent; width:1; height:1; margin:0px auto;}
.MainMenu_MenuBar {}
.MainMenu_MenuIcon { display:none; }
.MainMenu_RootMenuArrow { display:none; }
.MainMenu_MenuArrow { display:none; }

/*---------Root Menu Separator---------------*/
.MainMenu_MenuBreak { display:block; border-top:1px solid #5FADE6; border-bottom:1px solid #DBE8F2; }

/*---------Menu Background Transparency---------------*/
.ModuleTitle_MenuItemSel {background-color: transparent;}
.MainMenu_MenuItemSel {background-color: transparent;}

/*---------Sub Menu style---------------*/
.MainMenu_MenuItem{
	color:#000000;	font-size:11px;	font-weight:normal;
	padding:2px 7px 2px 7px;
	border:1px #C5E6FF solid; border-width:1px 0px;
}
.submenuitembreadcrumb{	
	color:#F0FCFD;	font-size:11px;	font-weight:normal;
	padding:2px 7px 2px 7px;
	border:1px #016BAB solid; border-width:1px 0px;	
	Margin-top:-1px;
	background:#016BAB;
}
/*---------Sub Menu style on select---------------*/
.submenuitemselected{
	color:#F0FCFD;
	font-size:11px;
	font-weight:normal;
	padding:2px 7px 2px 7px;
	border:1px #016BAB solid;
	border-width:1px 0px;
	Margin-top:-1px;
	background:#016BAB;
}
/*---------Sub Menu Frame style---------------*/
.submenu{
	z-index:1000;
	border:1px #076299 solid;
	padding:0px;
	Margin-top:-1px;
	background:#C5E6FF;
}
/*---------Root Menu style---------------*/
.rootmenuitem TD{ 
	color:#F0FCFD;
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	height:38px;
	text-align:center;
	padding: 0px 5px;
}
/*---------Root Menu style on select---------------*/
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{ 
	color:#B8E5FF;
	font-family:Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	height:38px; text-align:center;
	padding: 0px 5px;
}

/* **********Custom Layout Style************** */
.mnu_lt {background-image:url(images/mnu_lt.gif); background-position:top left; background-repeat:no-repeat; width:15px; height:38px;}
.mnu_rt {background-image:url(images/mnu_rt.gif); background-position:top right; background-repeat:no-repeat; width:15px; height:38px;}
.mnu_bg {background-image:url(images/mnu_bg.gif); background-position:top left; background-repeat:repeat-x; height:38px;}
.bot_lt { background-image:url(images/bot_lt.gif); background-position:bottom left; background-repeat:no-repeat; width:15px; height:17px; }
.bot_rt { background-image:url(images/bot_rt.gif); background-position:bottom right; background-repeat:no-repeat; width:15px; height:17px; }
.bot_bg { background-image:url(images/bot_bg.gif); background-position:bottom left; background-repeat:repeat-x; height:17px; }
.shade_lt { background-image:url(images/shade_lt.gif); background-position:top left; background-repeat:repeat-y; }
.shade_rt { background-image:url(images/shade_rt.gif); background-position:top right; background-repeat:repeat-y; }
.left_shade { background-image:url(images/left_shade.gif); background-position:bottom left; background-repeat:no-repeat; height:400px; }
.right_shade { background-image:url(images/right_shade.gif); background-position:bottom right; background-repeat:no-repeat; height:400px; }
.foot_bg { background-image:url(images/footer_bg.gif); background-position:top left; background-repeat:repeat-x; }
.banner {background-image:url(images/banner.jpg); background-position:top left; background-repeat:no-repeat; width:430px; }

/* ************* Token Alignment style ***************/
.logpad {padding:0px 0px 14px 7px; vertical-align:bottom; }
.srhpad {padding:0px 18px 5px 0px; vertical-align:bottom; text-align:right;}
#brdpad {padding:0px 5px 0px 8px; }
#datpad {padding:0px 6px 0px 5px;}
#botpad {padding:10px 10px 0px 10px;}
#bdpad {padding-top:10px;}

/* ********** Other Style ************** */
#wrapper{ position:relative; height:258px; }
#logo{ position:absolute; top:29px; left:29px; width:228px; height:31px; z-index:3; }
#user{ position:absolute; height:18px; top:8px; right:8px; text-align:right; z-index:3; }
#header{ position:absolute; bottom:40px; z-index:2; width:100%; background:url(headerbg.gif); }
#menu{ position:absolute; background:url(menubg.jpg); width:auto; height:54px; bottom:0px; z-index:1; }

/* container style */
#white td, #white th, #white div, #white p
{
	font-family:Tahoma, Arial;
    font-size:  11px;
    font-weight: Normal;
    color: #3E4BB7;
	padding:0px 0px 0px 0px;
	letter-spacing:130%; line-height:150%;
}

