@import url("css/menu.css");
/* CSS Document */
#Body {
	background:#00ccff url(images/body_bg.png) 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;
}
/*-------- Default Style --------*/
body, th, td, div, p, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input, .CommandButton {
	color:#666666!important;
	font-family:Arial, Helvetica, sans-serif;
}
body, th, td, div, p, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover {
	font-size:small;
}
img{border:none!important;}
p img{ margin:5px;}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif, "Arial";
	color:#4c4c4c!important;
	text-transform:uppercase;
	font-weight:bold!important;;
	}
h1, h3, h5, h1 input {
	font-weight:bold!important;;
}
h2, h4, h6 {
}
h1{
	font-family: Verdana, Arial, sans-serif, "Arial";
	font-size: 20px;
	color:#5a5a5a;
	font-weight:bold;
	margin: /*top*/10px /*right*/0px /*bottom*/ 15px/*left*/ 0px;
	}

h3 {
	font-family: Verdana, Arial, sans-serif, "Arial";
	font-size: 13px;
	color: #003366;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
	}

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;
}
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;
}
/*-------- design style --------*/

#s_wrap_main {
	display:table;
	width:970px;
	margin:0 auto;
}
#s_wrap_sub {
	display:table-row
}
.template_style {
	display:table-cell
}
.top_space {
	height:34px;
}
.lang_pad {
	padding:7px 0 0 25px;
	float:left;
}
.lang_style {
	display:none;
	float:right;
	height:40px;
}
.lang_bg {
	padding:8px 12px 0 0;
}

.logo_left {
	padding:0;
}
.logo_right {
	padding:0;
}
.logo_pad {
	margin: 0 0px 0 0px;
	padding:0 0 0px 0px;
	height:174px;
}
.menu_bg {
	padding:0 0 0 6px;
	margin: 0 13px 0 7px;
	background-image:url(images/menu_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
.menu_left {
	padding:0;
	margin:0;
	background:url(images/content_bg.png) repeat-y top left;
}
.menu_right {
	margin:0;
	background:url(images/content_right_bg.png) repeat-y top right;
	border:none!important;
}
.search_style {
	float:right;
	height:40px;
	display:none;
	visibility:hidden;
}
.search_bg {
	padding:8px 2px 0 0;
}

.myTopPaneA_bg{
	padding:0px;
	margin: 0 13px 0 7px;
	background-color:#FFFFFF !important;
	height:130px;
}
.myTopPaneA_left {
	padding:0px;
	margin:0px;
	height:130px;
	background:url(images/content_bg.png) repeat-y top left;
}
.myTopPaneA_right {
	padding:0px;
	margin:0px;	
	height:130px;
	background:url(images/content_right_bg.png) repeat-y top right;
	border:none!important;
}


.myTopPane_bg{
	padding:0px;
	margin: 0 13px 0 7px;
	background-color:#FFFFFF !important;
	height:230px;
	text-align:center;
}
.myTopPane_left {
	padding:0px;
	margin:0px;
	height:230px;
	background:url(images/content_bg.png) repeat-y top left;
}
.myTopPane_right {
	padding:0px;
	margin:0px;	
	height:230px;
	background:url(images/content_right_bg.png) repeat-y top right;
	border:none!important;
}

.bread_bg {
	padding:0;
	margin: 0 13px 0 7px;
	background:url(images/bread_bg.gif) repeat-x top left;
	height:26px;
}
.bread_left {
	padding:0;
	margin:0;
	background:url(images/content_bg.png) repeat-y top left;
	height:26px;
}
.bread_right {
	padding:0;
	background:url(images/content_right_bg.png) repeat-y top right;
	height:26px;
	border:none!important;
}
#login_style {
	float:right;
	line-height:26px;
	padding-right:18px;
}
#bread_style {
	float:left;
	line-height:26px;
	padding-left:18px;
	color:#000000;
}
.center_bg {
	padding:0;
	margin:0;
	clear:both;
}
.left_bg {
	padding:0;
	margin:0;
	background:url(images/content_bg.png) repeat-y top left;
	border:none!important;
}
.right_bg {
	padding:0;
	margin:0;
	background:url(images/content_right_bg.png) repeat-y top right;
}
.content_pad {
	padding:0px 2px 0px 10px;
	margin: 0px 19px 0px 7px;
	background:#FFF url(images/center_bg.png) repeat-x bottom left;
}
.content_width {
	padding-top:15px;
	min-height:250px;
}
.bot_left {
	padding:0;
	margin:0;
	background:url(images/content_bg.png) repeat-y top left;
	border:none!important;
}
.bot_right {
	padding:0;
	margin:0;
	background:url(images/content_right_bg.png) repeat-y top right;
	padding:0 19px 0 7px;
}
.bot_bg {
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	height:11px;
}
.bot_pad {
	margin-bottom:20px;
	padding:0 30px 0 18px;
}
#pse_style {
	float:left;
}
#mediain_style {
	float:right;
}
.pse {
	font-size:9px;
	width:50%;
	text-align:left;
	float:left;
}
.mediain {
	font-size:9px;
	width:50%;
	text-align:right;
}
.pse h4, .mediain h4 {
	font-size:14px;
	font-weight:bold;
}
a.foot:link, a.foot:active, a.foot:visited {
	font-size:9px!important;
	font-weight:normal;
	color:#3E81B5;
}

#terms_style {
	float:left;
}
#copy_style {
	float:right;
}
.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:#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 ----------*/
.ContentPane, .TopPane, .BottomPane, .HeadertPane {
	padding:0px!important;
	margin:0px!important;
}
.HeadertPane{
	padding:0px; 
	margin:0px;
	height:100%;
	}
.HeadertPane .c_head{padding:0; margin:0px!important;text-align:left;}
.ContentPane, .ContentPane2 {
	padding-left:15px!important;
	padding-right:15px!important;
	margin:0px;
	width:100%!important;
	/*border-right:1px solid #cccccc;*/
}
.ContentPane p, .ContentPane2 p{text-align:justify!important;
	margin:  /*top*/0px /*right*/10px /*bottom*/ 10px/*left*/ 10px;
	padding: /*top*/0px /*right*/0px /*bottom*/ 0px/*left*/ 0px;}
.ContentPane h2, .ContentPane2 h2{text-align:justify!important;
	margin:  /*top*/10px /*right*/0px /*bottom*/ 10px/*left*/ 0px;
	padding: /*top*/0px /*right*/0px /*bottom*/ 0px/*left*/ 0px;
	font-variant:bold!important;}

.ContentPane2 H1, .ContentPane H1,.ContentPane2 td H4, .ContentPane td H4,.ContentPane2 td H3, .ContentPane td H3,.ContentPane H4, .ContentPane2 H4  {
margin:  /*top*/0px /*right*/10px /*bottom*/ 5px/*left*/ 10px; font-weight:bold;
}
.ContentPane2 td H4 a, .ContentPane td H4 a{font-weight:bold; color:#000000!important}
.article td{border-bottom:1px dashed #999999; padding-bottom:10px!important; padding-top:10px!important; vertical-align:top!important;}
.article td p{margin-bottom:0px !important;}
.article td img{}
.home {	padding-left:0px!important;
	padding-right:0px!important;
}
#dnn_ContentPane #modulo{
	/*margin-left:30px!important;
	margin-right:30px!important;*/
 }
.LeftPane,.LeftPane2 {
	padding:0 10px 0 0;
	width:20%;
	margin:0;
	/*border-right:1px solid #cccccc;*/
}
.RightPane {
	padding:0 0 0 10px;
	width:20%;
	margin:0px!important;
	text-align:right;
}
/*------------ Breadcrumb Style --------------*/
.Breadcrumb{line-height:26px;}
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited {
	color:#3E81B5;
}
a.Breadcrumb:hover {
	color:#C00;
}
/*-------------- Link Style --------------*/
.linkscontainer {
	padding-top:20px;
	margin-top:15px;
	text-align:center;
	border-top:1px solid #e3e4e5;
}
.links, a.links:link, a.links:active, a.links:visited {
	font-weight:bold;
	color:#3E81B5;
	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;
}
/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer {
	position:relative;
	white-space: nowrap;
}
div.SearchBorder {
	width: 180px;
	height: 20px;
	border: solid 1px #e0e0e0;
	float:left;
	background-color: White;
	white-space: nowrap;
	margin-top: 2px;
}
div.SearchContainer a {
	padding: 0;
	display: block;
	float:left;
}
div.SearchContainer a img {
	padding-left:5px;
}
div.SearchIcon {
	float: left;
	width: 31px;
	height: 20px;
	cursor: pointer;
	z-index: 11;
	background: no-repeat 2px 2px;
	text-align:right;
}
div.SearchIcon img {
	margin-top: 3px;
}
input.SearchTextBox {
	float: left;
	z-index: 10;
	border: 0;
	width:130px;
	height:18px;
	margin-left:3px;
	color: #43494D;
}
#SearchChoices {
	clear: both;
	display: none;
	border: solid 1px #C3D4DF;
	z-index: 2000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-align:left;
	background-color: #F3F7FA;
	position:absolute;
	top: 22px;
	left: 0;
}
#SearchChoices li {
	cursor: pointer;
	margin: 0;
	padding: 2px 2px 0 2px;
	padding-left: 25px;
	height: 18px;
	text-align:left;
	background-color: #F3F7FA;
	background-repeat: no-repeat;
	background-position: 2px center;
	list-style: none;
	list-style-image: none;
	border: none;
	display:block;
}
#SearchChoices li.searchHilite {
	background-color: #CE0D0D;
	color:#ffffff;
	border: none;
}
#SearchChoices li.searchDefault {
	background-color: #F8FAFF;
	border: none;
}
tr.border{ border:1px solid #666666;}
tr.border td{ border:1px solid #CCCCCC;}

/*-----------------------SlideShow-------------------------------*/
#slideshow {
    position:relative;
    height:228px;
	width:950px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:2;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:1;
}

