@import url("menu.css");

body
{
    background-color: #EEE9C9;
}

.page_whitebg{ width: 790px; border: 0px;}

/* Menu and Logo Bars */
.MenuLogo_Bar{background-color: White; vertical-align: bottom;}
.menu_pane{background-color: White; width: 100px; vertical-align: middle;}
.logo_pane{background-color: White; vertical-align: bottom; text-align: right; width: 100%; height: 100%;}
.devider 
{
    padding: 5px 0 5px 0;
    height: 10px;
    background-color: #EEE9C9;
}

/*--------- Skin pane style ----------*/
.usercontrols_pane{ text-align: right; background-color: #D1C18B; height: 40px; padding: 10px 5px 0px 0px;}
.links_pane{ padding: 10px 2px 10px 2px; text-align: center; border-top: 1px solid #D1C18B;}
.credits_pane{ background-color: #D1C18B; height: 30px; vertical-align: middle; padding: 10px 0px 0px 5px; text-align: center; clear: both;}

/*--------- DNN pane style ----------*/
.TopPane {padding: 5px 5px 5px 35px; margin:0px; background-color: #556F64; color: White; min-height: 10px; min-width: 755px; clear: both;}
.ContentPane { padding:0 2px 10px 35px; margin:0px; width: 65%; float: left; min-height: 300px; vertical-align: top;}
.RightPane{ padding:10px 2px 2px 10px; width:28%; margin:0px; float: right; min-height: 300px; vertical-align: top;}

/*-------------- Link Style --------------*/
.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#375162; 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,a.footer:link,a.footer:active,a.footer:visited { color:#3E81B5;}
a.footer:hover{color:#C00;}

/*-------- 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: Century Gothic, 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;}

/* Links headers and Normal text */
a,a:link,a:visited,a:active{color:#3E81B5; text-decoration:none; font-weight:normal; }
a:hover{color:#D00; text-decoration:underline; }
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}

/* 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%}

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;}