body {
	margin: 0px;
	height:100%;
	padding:0px;
}

.body_rt{background:url(images/body_right.jpg) no-repeat top right; background-attachment: fixed;}
.body_top_bg{background:url(images/body_top_bg.jpg) repeat-x top left;}
.body_top_rt{background:url(images/body_top_rt.jpg) no-repeat top right; height:20px;}

.menu_bg{background:url(images/menu_bg.gif) repeat-x top left; height:57px;}

/* ********** Padding Style ************** */
.overall_wid{width:100%;}
.clear_both{clear:both;}
.logo_pad{padding:42px 0px 16px 0px; float:left;}
.text_pad{padding:0px 0px 0px 0px; float:right;}
.login_pad{line-height:47px;}
.menu_pad{float:left;}
.footer_pad{background-color:#050607; height:23px; padding:0px 10px;}
.cont_outer_pad{padding:20px 0px 10px 0px;}
.footer_style { white-space:nowrap; padding:4px 5px 0px 0px;}

TH,TD,DIV{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#777474; font-weight:normal;}
A,A:link,A:visited,A:active{color:#000000; text-decoration:none;}
A:hover{color:#757575; text-decoration:underline;}

/* ********** 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:#7C211E;}
.controlpanel A .CommandButton:visited{color:#606060;}
.controlpanel A.CommandButton:active{color:#606060;}


.controlpanel A.CommandButton:hover{color:#7C211E; text-decoration:underline;} 
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{font-size:11px; color:#606060; text-decoration:none; font-weight:normal;}
A.CommandButton:hover{color:#606060; text-decoration:underline; font-size:11px; font-weight:normal;}

/* ********** Search Style ************** */
#SearchContainer Input{padding:9px 0px 0px 2px; border:none; WIDTH:111px; HEIGHT:24px; background:transparent; margin:0px; font-size:11px; color:#000000;}


/* ********** Language Style ************** 
#LanguageContainer select{MARGIN:0px; border:1px solid #44494F; font-size:11px; color:#ffffff; background:#222830; WIDTH:120px;HEIGHT:15px;}*/


/* ********** Pane Style ************** */
.TopPane{padding:0; margin:0;}
.TextPane{padding:84px 0px 15px 0px; margin:0;}
.LinkPane{padding:0; margin:0;}
.LeftPane{padding:0px 10px 0px 0px; margin:0;}
.RightPane{padding:0 0px 0px 10px; margin:0; width:33%;}
.BannerPane{padding:0px 0px 0px 0px; margin:0;}
.ContentPane{padding:0px 0px 0px 0px; margin:0px;}
.MiddlePane{padding:0px 0px 0px 10px; width:33%; margin:0;}
.BottomPane{padding:0px 0px 0px 0px; margin:0;}
.FooterLeftPane{padding:4px 0px 0px 0px; margin:0;}
.FooterRightPane{padding:4px 0px 0px 0px; margin:0;}

/* ********** 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:10px; color:#000000;}

/* ********** User Style ************** */
.user,a.user:link,a.user:active,a.user:visited {font-size:13px; color:#231f20; font-weight:bold; text-decoration:none; letter-spacing:2px; text-transform:lowercase;}
a.user:hover{color:#9c9c9c; text-decoration:none; letter-spacing:2px; font-size:13px; text-transform:lowercase;}

/* ********** Link Style **************/
.links,a.links:link,a.links:active,a.links:visited{font-size:11px; color:#045f2d; text-decoration:none; font-weight:normal;}
a.links:hover{color:#000000; text-decoration:none;}

/* ********** Footer Index ************** */
.footer,a.footer:link,a.footer:active,a.footer:visited{font-size:10px; color:#ffffff; text-decoration:none; font-weight:normal;}
a.footer:hover{color:#b7b6b6; text-decoration:none; font-size:10px; font-weight:normal;}

/* ********** Breadcrumb Style ***************/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{font-size:13px; color:#6c7c57; font-weight:bold; text-decoration:none;}
a.Breadcrumb:hover{color:#464646; text-decoration:none;}

/* ********** Date Style ************** */
.date,a.date:link,a.date:active,a.date:visited{font-size:10px; color:#676767; text-decoration:none; font-weight:bold;}
a.date:hover{ color:#676767; text-decoration:none;}


/*  DNN MENU STYLES  */

.main_dnnmenu_container 
{
	background-color: transparent;
	border:none; 
}

/* main menu td*/
.main_dnnmenu_bar 
{
	cursor:pointer;
	white-space:nowrap;
	outline:none;
}

/* Main Menu Normal */
.main_dnnmenu_rootitem  
{
	cursor:pointer; white-space:nowrap;
	color:#231f20;
	font-size:13px; 
	font-weight:bold;
	line-height:47px; 
	text-align:left;
	padding:0px 115px 0px 0px;
	display:inline-block;
	letter-spacing:2px;
	text-transform:lowercase;
}

/*  Main Menu Hover  */
.main_dnnmenu_rootitem_hover, .main_dnnmenu_rootitem_selected 
{  
	color:#c1bdbd;
	font-weight:bold;
	text-align:left;
	line-height:47px;
	font-size:13px; 
	white-space:nowrap;
	padding:0px 115px 0px 0px;
	display:inline-block;
	letter-spacing:2px;
	text-transform:lowercase;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #000000;
	position:relative;
	z-index:1000;
}

.main_dnnmenu_submenu td
{
	background-color:#262626; 
	z-index: 1000;
	font-size: 11px; 
	font-weight:normal;
	text-align:left;
	color:#ffffff;
	line-height:2em;
	padding: 0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
}

/*  SUB Menu hover */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px 0px 5px;
	margin:0px;
}

.black_text{font-size:13px; color:#000000; font-weight:bold;}
.grey_text{font-size:15px; color:#2b2b2b; font-weight:normal;}
.grey_text1{font-size:12px; color:#949599; font-weight:bold; letter-spacing:2px;}

.more,a.more:link,a.more:active,a.more:visited {font-size:11px; color:#000000; text-decoration:none; font-weight:bold;}
a.more:hover{color:#000000; text-decoration:underline;}

.white_link,a.white_link:link,a.white_link:active,a.white_link:visited {font-size:13px !important; color:#ffffff; text-decoration:none; font-weight:normal !important;}
a.white_link:hover{color:#b7b6b6; text-decoration:none;}

.footer_link,a.footer_link:link,a.footer_link:active,a.footer_link:visited {font-size:14px; color:#000000; text-decoration:none; font-weight:bold; text-transform:uppercase;}
a.footer_link:hover{color:#5a6365; text-transform:uppercase;}

