/* CSS Document */
html{
}
#Body {
	height:100%;
	margin:0;
	padding:0;
	background:#f3f3f3;
}

/* ControlPanel style */
.ControlPanel{background:#FFFFFF; border:none;padding-bottom:10px;}
.cpanel_left {padding-left:21px;}
.cpanel_right {padding-right:33px;}

/*-------- Default Style --------*/
body,th,td,div,table, input, .CommandButton{color:#2E3D47; font-family:Arial, Helvetica, sans-serif;}
body,th,td,div,table{color:#262e36; font-family:Arial, Helvetica, sans-serif;}
p,
.Normal,
.NormalDisabled,
.NormalBold{
	color:#262e36;
}
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:#262e36;}
h1, h3, h5, h1 input{font-weight:normal;}
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 img{
	border:none;
}

a,a:link,a:visited,a:active,a:hover{
	color:#262e36;
	text-decoration:none;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Arial, Helvetica, sans-serif;}
.Head{color:#262e36;font-weight:bold;}
.SubHead {color:#262e36;}
.SubSubHead{color:#262e36;}
.NormalRed {color:#F00;}
.NormalTextBox{color:#000000;}


/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold; color:#FFFFFF;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}
.DataGrid_AlternatingItem td{color: #FF0000;}

/*-------- design style --------*/
.wrapper{
}
.header{
	background:url(images/header_bg.png) repeat-x;
}
.header-center{
	width:912px;
	margin:0 auto;
	overflow:hidden;
}
.logo{
	float:left;
	margin:17px 0 9px 46px;
}
.center{
	width:912px;
	margin:0 auto;
}
.menu-pane{
	float:right;
	clear:right;
	margin:35px 0 0 0;
}
.wrapper{
	background:url(images/wrapper_bg.jpg) repeat-x #f3f3f3;
	padding-top:30px;
}
.top-panes{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}
.middle-panes-wrapper{
	background:#dad7d0;
	border-bottom:#9c9b98;
	border-top:#e4e2de;
	margin-top:20px;
}
.middle-panes{
	overflow:hidden;
}
.footer-panes-wrapper{
	background:#1D1D1D;
	padding-top:35px;
}
.top-panes, .middle-panes, .footer-panes{
	width:912px;
	margin:0 auto;
	overflow:hidden;
}
* html .middle-panes,
* html .footer-panes{
	zoom:1;
}
.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:#262e36; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#41bce7; text-decoration:underline;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, 
.ControlPanel a.CommandButton:visited
{
	color:#250500;
}
.ControlPanel a.CommandButton:hover
{
	color:#751407;
	text-decoration:underline;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}


/*-------------- Link Style --------------*/
.links,
a.links:link,
a.links:active,
a.links:visited,
a.links:hover{
	color:#cdcdcd;
	font-size:13px;
	font-family:arial narrow;
}
span.links{
	padding:0 5px;
}
/*-------------- User-Login Style --------------*/
.user-login{
	float:right;
	margin-right:17px;
	margin-top:8px;
}
a.user, a.login,
a.user:hover, a.login:hover,
a.user:visited, a.login:visited,
a.user:link, a.login:link,
.user-login span{
	color:#adadad;
	font-size:11px;
}
.user-login span{
	margin-right:5px;
	margin-left:5px;
}

/*-------------- Footer Style --------------*/
.footer{
	background:#1D1D1D;
}
.footer-inner{
	width:912px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;
}
* html .footer-inner{
	zoom:1;
}
.footer .mini-logo{
	float:left;
	margin-right:15px;
}
.footer .mini-logo img{
	width:40px;
}
.footer .links-holder{
	float:right;
}
.footer .copyright{
	color:#68695e;
	font-family:Tahoma;
	font-size:11px;
}
.footer .cs,
.footer .cs a{
	color:#f3f3f3 !important;
	font-family:Tahoma !important;
	font-size:13px !important;
	text-decoration:none !important;
}
/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0 !important ;margin:0; border:none;}

/*-------------- Search SkinObject Styles --------------*/
.search{
	background:url(images/search_bg.png) no-repeat;
	height:48px;
	width:272px;
	float:right;
	position:relative;
}
.search input{
	position:absolute;
	top:13px;
	left:21px;
	width:197px;
	border:none;
}
.search a{
	background:url(images/search_go.png) no-repeat;
	height:24px;
	width:30px;
	display:inline-block;
	position:absolute;
	top:11px;
	right:11px;
}
/*Red and Blue links*/
.red-link{
	padding-right:10px;
	background:url(images/red_hand.gif) right center no-repeat;
	text-decoration:none !important;
}
.red-link span{
	border-bottom:1px dotted #E84700;
	color:#b50900;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
.blue-link{
	padding-right:10px;
	background:url(images/blue_hand.gif) right center no-repeat;
	text-decoration:none !important;
}
.blue-link span{
	border-bottom:1px dotted #079edd;
	color:#079edd;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
a.blue-link2{
	color:#41bce7 !important;
	padding-right:15px;
	background: url(images/more_inf.gif) right center no-repeat;
	font-size:11px !important;
	text-decoration:none !important;
}
/*Button Plus Styles*/
.read-more-red,
.read-more-blue{
	clear:both;
	overflow:hidden;
	zoom:1;
	display:inline-block;
	cursor:pointer;
	text-decoration:none !important;
}
.read-more-red .button-l,
.read-more-blue .button-l{
	height:36px;
	width:9px;
	background:url(images/button_l.png);
	float:left;
	margin:0;
	
}
.read-more-red .button-c,
.read-more-blue .button-c{
	float:left;
	background: url(images/button_bg.jpg) repeat-x;
	border-bottom:#cac9c5 1px solid;
	border-top:#cac9c5 1px solid;
	font-family:Arial;
	font-size:14px !important;
	height:24px;
	padding-top:10px;
	padding-right:16px;
	padding-left:10px;
	margin:0;
}
.read-more-red .button-c{
	color:#b50900 !important;
}
.read-more-blue .button-c{
	color:#079edd !important;
}
.read-more-red .button-r,
.read-more-blue .button-r{
	height:36px;
	width:31px;
	background:url(images/button_r.png);
	float:left;
	margin:0;
}















