/* CSS Document */
body {background-color:#2e3845;}

/* ControlPanel style */
.ControlPanel{background-color:#FFFFFF;}
.cpanel_left {background-color:#FFFFFF;}
.cpanel_right {background-color:#FFFFFF;}


/*command buttons*/
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{ font-family:Arial; color:#55410A; font-size:8pt; text-decoration:none;font-weight:normal; }
A.CommandButton:hover{ text-decoration:underline;font-weight:normal;}


/*-------- 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:Verdana, Arial, 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:#375162;}
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;}


a,a:link,a:visited,a:active{color:#63839b; text-decoration:none; font-weight:normal; }
a:hover{color:#D00; 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;}


.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.bread_bg{padding:0px; margin: 0 19px 0 7px; background:url(images/bread_bg.png) repeat-x top left; height:34px;}
.bread_left{padding:0px; margin:0px; background:url(images/bread_left.png) no-repeat top left; height:34px;}
.bread_right{padding:0px;  background:url(images/bread_right.png) no-repeat top right; height:34px;}

#login_style{ float:right; padding:8px 17px 0px 10px; }
#bread_style{ float:left; line-height:34px; padding-left:18px;color:#000000;}


/* ------- 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 ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0px; margin:0px; }
.LeftPane{ padding:0px 20px 0px 0px; width:20%; margin:0px; }
.RightPane{ padding:0px 0px 0px 20px; width:20%; margin:0px; }


/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#3E81B5;}
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#3E81B5; text-transform:uppercase;}
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#3E81B5;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------*/
.footer{color: #2e3845;}
a.footer:link,a.footer:active,a.footer:visited { color:#323c4a; text-decoration:underline;}
a.footer:hover{color:#ffffff;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}


/*styles for the TD containing teh menu*/
.MainMenu_MenuContainer{
	width:100%;
	background: transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:0px;

}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:0px;
	width:100%;
	background:transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*for styling the menu icon, does not work on roo tmenu items*/
.MainMenu_MenuIcon{display: none; }
/* for controlling teh display of  dnn menu arrows*/
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
/* styles an individual menu item*/
.MainMenu_MenuItem{
	color:#ffffff;
	font-family:Arial;
	font-size:11pt;
	font-style:normal;
	font-weight:normal;
	border-width:0px 0px 1px 0px;
	padding:2px 5px 2px 5px;
	background-color:transparent;
		/*width:100%;*/
	height:27px;
}

/* currently selected sub menu item*/
.submenuitembreadcrumb{
	color:#2e3845;
	font-family:Arial;
	font-size:11pt;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	border:1px #ffffff solid;
	border-width:0px 0px 1px 0px;
    background-color:#3b4551;
		/*width:100%;*/
	height:27px;

}

/* currently hovered submenuitems*/
.submenuitemselected{
	color:#2e3845;
	font-family:Arial;
	font-size:11pt;
	font-style:normal;
	font-weight:normal;
	padding:2px 5px 2px 5px;
	border:1px #ffffff solid;
    border-width:0px 0px 1px 0px;
    background-color:#b3cb9a;
	
		/*width:100%*/
	height:27px;
	
}

/* applies upon teh whole sub menu dropdown*/
.submenu{
	z-index:1000;
	border:1px solid #ffffff;
	border-width:0px 0px 1px 0px;
	padding:2px 5px 2px 5px;
	text-align: left;
	text-indent: 0px;
	margin-left: 0px;
	margin-top:0px;
	padding:2px 5px 2px 5px;
	background-color:#55738a;
	/*width:100%;*/
	
		
	
}

/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#ffffff; 
	font-family:Arial;
	font-weight:normal; 
	font-size:12px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	margin: 0px; 
	height:35px;
	padding:0px 10px 0px 10px;
	width:100px;
	background-color:transparent;
	
}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#2e3845; 
	font-family:Arial;
	font-weight:normal; 
	font-size:12px;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;
	margin: 0px;
	height:35px;
	padding:0px 10px 0px 10px;
	width:100px;
	background-color:transparent;
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#2e3845; 
	font-family:Arial;
	font-weight:normal; 
	font-size:12px;
	text-decoration:none;
	text-align:center;	
	text-decoration:none;
	vertical-align:middle;
	border-width:0px;	
	margin: 0px;
	height:35px;
	padding:0px 10px 0px 10px;
	width:100px;
	background-color:transparent;
	}
	

/*separator class*/
.MainMenu_MenuBreak
{
	padding:0px 0px 0px 0px;
	border:none;
	margin:0px 0px 0px 0px;
	height:35px;
	background-image: url(images/menu_break.jpg); width:2px;
}

