@charset "utf-8";
/* CSS Document */

@import url("css/menu.css");

html {
	height: 100%;
	width: 100%;
}

body#Body {
	background-image: url(images/bkC.gif);
	background-repeat: repeat;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#PageContent {
	width:760px;
	margin:0 auto;
}

/* ControlPanel style */
.ControlPanel{
	border:none;
	/*padding-bottom:10px;*/
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	width:736px;
}

/*-------- 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:#555; 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:#555;}
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:#0085C8; text-decoration:none; font-weight:normal; }
a:hover{color:#000; text-decoration:underline; }
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox{font-family:Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#00366E;font-weight:bold;}
.SubHead {color:#0085C8;}
.SubSubHead{color:#666;}
.NormalRed {color:#F00;}

A.HeaderLinks {
	color: #555;
	text-decoration: none;
}
A.HeaderLinks:hover, A.HeaderLinks:active {
	color: #0085C8;
}
A.FooterLinks {
	color: #555;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
A.FooterLinks:hover, .FooterLinks:active {
	color: #0085C8;
}


/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}


#misc_pad {width: 970px; background: #FFFFFF; margin: 0 auto; padding-top: 10px; text-align: left; height: 25px;} 

.bot_pad{margin-bottom:20px;padding:0 30px 0 20px;}
#copy_style{text-align:center;margin:15px;}

.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:#002d62; text-decoration:underline;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#002d62;}
.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; text-align:left; }
.LeftPane{ padding:0px 5px 0px 0px; width:33%; margin:0px; text-align:left; }
.RightPane{ padding:0px 0px 0px 5px; width:33%; margin:0px; text-align:left; }

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;font-size:1px;}