body { background-color:#999999; margin:0; width:100%; height:100%;}
.floatleft { float:left;}
.floatright { float:right;}
.clear { clear:both; }
.white_space { padding:8px; }
.inbox {background-color:#FFFFFF;border:8px #ffffff solid; width:960px; margin:0 auto;}
.s_top {height:13px;line-height:13px;vertical-align:bottom; padding:0 2px 3px 0;}
.s_nav { height:26px;line-height:26px;vertical-align:middle;background-color:#000000;color:#FFFFFF;margin-bottom:4px;}
.s_main {border:10px  solid #7f0102;}
.s_content{ padding:10px;}
.home_bot{ border-top:10px  solid #7f0102;}
.s_right {width:315px;background-color:#7f0102;padding:0px;}
.s_bottom {background-color:#000000;min-height:90px;height:auto !important;height:90px;color:#FFFFFF;text-align:center;}
.login_style { vertical-align:middle;}

/*-------- Default Style --------*/
body,th,td,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton{color:#000; font-family:Arial, Helvetica, sans-serif;}
body,th,td,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}
h1, h2, h3, h4, h5, h6, h2 input{font-weight:bold;margin:1ex 0; font-family:Arial, Helvetica, sans-serif;}
h1{font-size:18px;margin:10px 0; color:#339900;}
h2, h2 input{font-size:14px; color:#006699;}
h3{font-size:13px; color:#339900;}
h4{font-size:12px; color:#66CCFF;}
h5{font-size:11px;}
h6{font-size:10px;}

a,a:link,a:visited,a:active{color:#d6541a; text-decoration:none; font-weight:normal; }
a:hover{color:#333; text-decoration:underline;}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}
a img { border:0;}

/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}


/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}
#xEditingArea body { background-color:#FFFFFF;}


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; margin:0 auto;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{
font-size:11px;}
.ControlPanel a[disabled="disabled"]{color:#888 !important;text-decoration:none !important;}

/*--------- pane style ----------*/
.TopLogoPane {padding:0px;}
.ContentPane, .topPane, .BottomPane{ padding:0px; margin:0;}
.LeftPane{ padding:0 10px 0 0;  margin:0;}
.RightPane{ padding:0 0 0 10px;  margin:0;}
.RightTopPane{ padding:0 3px;  margin:0;}
.RightBotPane{ padding:3px ;  margin:0;}
.FooterPane{ padding:0 10px; margin:0;}

/*------------ Breadcrumb Style --------------*/
.breadcrumb_text { font-family:Arial; font-size:12px; color:#000000; font-weight:bold;}
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#333;}
a.Breadcrumb:hover{color:#339900;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#000000;}
a.user:hover{color:#000000; text-decoration:underline;}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
a.footer:hover{color:#fff; text-decoration:underline;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;margin:0;}


/* main menu td */


/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu {
	cursor:pointer;
	font-size:12px; 
	background-color:transparent;
	width:auto;	
}

.menu_separator {
	height:26px;
	width:1px;
	display:inline;
	padding-left:4px;
	padding-right:5px;
	background:url(separator.jpg) center no-repeat;
	vertical-align:middle;
}
/* Main menu normal */
.mainMenu .root {	
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	text-align:center; 
	padding:0px;
	white-space:nowrap;
	line-height:26px;
	height:26px;
}
/* Main menu hover */
.mainMenu .hov { 
	color:#ff6600;
	background:url(images/menus.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0px;
	line-height:26px;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
	color:#ff6600;
	background:url(images/menus.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
	line-height:26px;
}
.mainMenu table {
	border:1px #ccc solid;
	margin-top:0px;
	padding:0px;
	background-color:transparent;
	text-align:left;
}

/* Submenu normal */
.mainMenu tr .mi {
	z-index:1000;
	text-align:left;
	text-transform:none;
}
.mainMenu tr.mi td {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:0px 4px;
	text-transform:none;
	line-height:25px;
	background:#efefef;
	
}
.mainMenu td.icn {
	border:0;
	padding-right:0px !important;
	width:4px !important;
}
/* Submenu hover & selected */
.mainMenu tr.hov {}
.mainMenu tr.hov td {
	color:#fff;
	background:#800000;
}
.mainMenu tr.sel, .mainMenu tr.bc {}
.mainMenu tr.sel td, .mainMenu tr.bc td {
	color:#fff;
	background:#800000;
}
.main_dnnmenu_break {
	height:1px;
	background-color:#EFEFEF;
}


/* Module Action Menus */
.ModuleTitle_SubMenu{border:1px solid #C0D6E5;}
.ModuleTitle_MenuItem td { line-height:20px;}
.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: #800000 ;color: #fff;}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon{height: 2px;background-color: #D5E0FF;}


