@import url("css/menu.css");

/* CSS Document */
#Body {background:#FFF repeat-x top left; height:100%; margin:0; padding:0; }



/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.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;}
.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;}



/*-------- Default Style --------*/
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton{color:#333333; font-family:Arial;}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:13px;}
h1 {color:#68A1C6; font-size:28px; margin:25px 0 10px 0;}
h2 {color:#EE0B16; font-size:16px; margin:25px 0 10px 0;}
h1, h2, h3, h4, h5 { text-transform:uppercase; font-family:Arial;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:bold;}
h3, h4{font-size:12px;margin:8px 0;}
h5, h6{font-size:10px;margin:6px 0;}

ul{}
li{margin-bottom:10px;}

a,a:link,a:visited,a:active,a.CommandButton,a.CommandButton:link,a.CommandButton:visited,a.CommandButton:active{color:#333333; font-family:Arial; text-decoration:none; font-weight:normal; }
a:hover,a.CommandButton:hover{color:#333333; text-decoration:underline; }

.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox {font-family:Arial}
.Head{color:#333333;font-weight:bold;}
.SubHead {color:#333333;font-weight:normal;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}



/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}



/*-------------- Footer Style --------------*/
.FooterPane a:link, .FooterPane a:active, .FooterPane a:visited { color:#68A1C6; font-size:12px; text-decoration:none;}
.FooterPane a:hover { text-decoration:underline; }


/*--------- pane style ----------*/
.ContentPane{ padding:0 20px 0 20px;  margin:0px; width:1000px; } /*width:324px;*/
.FooterPane{ padding:0px 0 0px 0; width:1000px; margin:0px;  }



/*-------- design style --------*/
.mainTable
{
	width:1000px;
	background-color: #FFFFFF;
	text-align:left;
}
.innerTable
{
	width:1000px;
	background-color: #FFFFFF;
	text-align:left;
}
.bookmark
{
	font-size: 14px;
	font-family:Arial;
	color:#ffffff;
}
.header
{
	background:url(images/headerblh.jpg) no-repeat top left;
	height:160px;
	font-size: 14px;
	font-family:Arial;
	color:#ffffff;
}
.header a:link, .header a:active, .header a:visited
{
	text-decoration:none;
	font-size: 14px;
	font-family:Arial;
	color:#ffffff;
}
.header a:hover
{
	text-decoration:underline;
}
.lang_pad
{
	padding:7px 0 0 0px;
	float:left;
}
.logo
{
	padding: 30px 20px 10px 20px;
	vertical-align:top;
	width:600px;
}
.widget_search 
{
    float:right;
    width:160px;
}
.SearchBox
{
	height:15px;
	border:1px inset #666666;
	background-color:#ffffff;
	float:right;
	width:135px;
}
input.SearchTextBox
{
	border: none;
	background: none;
	height: 14px;
	padding: 0px 6px 3px 7px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width:100px;
}
.content
{
	padding: 0px 0px 0px 0px;
}
.footer
{
	margin-top:20px;
	width:1000px;
	border-top: solid 6px #68A1C6;
}

