/* CSS Document */
body {background:#DAD9DF; height:100%; margin:0px; padding:0px; }

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

/*-------- Default Style --------*/
body,th,td,div,p,table,h1,h2,h3,h4,h5,h6.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input{color:#2E3D47; font-family:Helvetica, sans-serif;}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}
h1, h2, h3, h4, h5, h6{color:#034707;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:normal}
h1, h2, h1 input{font-size:14px;margin:10px 0;}
h3, h4{font-size:12px;margin:8px 0;}
h5, h6{font-size:10px;margin:6px 0;}
/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#DAD9DF;}
a.user:hover{color:#C00;}


a,a:link,a:visited,a:active{color:#034707; text-decoration:none; font-weight:normal; }
a:hover{color:#D00; text-decoration:underline; }
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Helvetica, sans-serif;}
.Head{color:#034707;font-weight:bold;}
.SubHead {color:#034707;}
.SubSubHead{color:#034707;}
.NormalRed {color:#F00;}


/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/*-------- design style --------*/
.outer_area{width:100%; margin:0px; padding:0px; background:#DAD9DF;}
.inner_area{margin:0 auto;}
.locations, a.locations, a.locations:link, a.locations:visited, a.locations:hover {font-size:16px}
#header, .header{background-image:url(images/bucks_hdr.png);background-repeat:no-repeat; height:257px;}
.header_cell {}
#content_body, .content_body {background-image:url(images/bucks_content_bg.png);background-repeat:repeat-y; height:100%;}
.content_body_cell {}
#footer, .footer {background-image:url(images/bucks_footer_bg.png); background-repeat:no-repeat; height:35px;}
.footer_cell {color:#ffffff ;}
#copy_style{float:right;color:#ffffff!IMPORTANT; padding-right:10px;}
.copyright {color:#ffffff!IMPORTANT}
#login_style{ float:right; padding:8px 17px 0px 10px; }
.clear_float{clear:both; line-height:0; font-size:0; height:0;}

/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}


a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}

/*--------- pane style ----------*/
.left_pad {padding:0px; width:13%;}
.ContentPane{width:75%; padding:0px; margin:0px;padding-right:15px; }
.FooterPane{width:75%; padding:0px; margin:0px;}
.LeftPane{ padding:0px 20px 0px 0px; width:20%; margin:0px; }

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

/*--------- dnn menu style ----------*/
/* main menu td */
.menu_bar 
{
	cursor:pointer;
	font-size: 10pt; 
	background-color:transparent;
	float:right;
	height:23px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #ffffff;
	font-size: 10pt; 
	font-weight:bold; 	
	text-align:center; 
	padding:0px 12px 8px 12px;
	margin-right:1px;
	white-space:nowrap;
	float:left;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#333333;
	font-size: 10pt; 
	font-weight:bold;
	text-align:center;
	padding:0px 12px 8px 12px;
	background:url(../images/menu_hover.gif) repeat-x top left;
	margin-right:1px;
	white-space:nowrap;
	float:left;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size: 10pt;
	text-decoration:underline;
	padding:0px 12px 8px 12px;
	background:url(../images/menu_active.gif) repeat-x top left;
	margin-right:1px;
	white-space:nowrap;
	float:left;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color:#ffffff;
}
.main_dnnmenu_itemselected td{
    background: #CE0D0D url(../images/submenu_active.gif) repeat-x top left;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}