@import url("css/menu.css");

/* CSS Document */
/*body {background:#FFF url(images/body_bg.png) repeat-x top left; height:100%; margin:0px; padding:0px; }*/

body
{
	background-color: Black;
	}

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;}
.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: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:#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: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;}

.TopPane
{height:0px;}


/* ------- 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 ----------*/

.pane_left a, pane_left a:link, pane_left a:visited, pane_left a:active{color:black; text-decoration:underline; font-weight:normal; }
.pane_left a:hover{color:black; text-decoration:underline; }

.SV_content a, SV_content a:link, SV_content a:visited, SV_content a:active{color:#e80000; text-decoration:none; font-weight:normal; }
.SV_content a:hover{color:#e80000; text-decoration:underline; }



.SV_content
	{
	margin: 0;
    padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	vertical-align: top;
	background-color: #cfcdbe;
		}
		
.pane_left
{
	width: 225px;
    background-image: url(images/Springvalley/sideBG.jpg);
    background-position:top;
    background-repeat:repeat-x;
    background-color: #e80000;
}

.pane_right
{
	width: 200px;
    background-color: #d9d7cb;
	}

.header_topright
{
	background-image: url(images/Springvalley/top_rowBG.gif);
	background-repeat:repeat-x; 
	text-align:right; 
	vertical-align:middle; 
	padding-right:20px; 
	padding-top:10px; 
	font-size:8pt;
}

.header_fade
{
	height:6px; 
	background-image:url(images/Springvalley/fade_header.gif); 
	background-position:left; 
	background-repeat: repeat-x;
	}


.col1fade
{
    height: 6px; 
    background-image: url(images/Springvalley/fade_red.gif); 
    background-repeat: repeat-x; 
    background-position: left;
}
.col2fade
{
    height: 6px; 
    background-image: url(images/Springvalley/fade_black.gif); 
    background-repeat: repeat-x; 
    background-position: left;
}


/*------------ 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:#cfcdbe; 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;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}















































































































