@import url("Blue.css");
@import url("BlueOlive.css");
@import url("GrayYellow.css");
@import url("Red.css");
@import url("Black.css");
@import url("Green.css");
@import url("Turquoise.css");
/* ******* Styles for Optimist Skin for DNN.    Author zarko@considero.net   ******* */

/* ******* --------------------------------------- MAIN --------------------------------------- *******/
html, body {
    width: 100%;
    height: 100%;
    font-family: arial;
    font-size: 14px;
}
table {
    font-size: 100%;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 17px;
	font-weight: bold;
}
h4 {
    font-size: 14px;
	font-weight: bold;
}
h5 {
    font-size: 10px;
	font-weight: bold;
}
.Normal {
    font-family: arial;
    font-size: 12px;
    color: #444444;
}
/* ******* --------------------------------------- GENERAL --------------------------------------- *******/
.FullWH {
    width: 100%;
    height: 100%;
}
.FullW {
    width: 100%;
}
.FooterFullW {
	width: 100%;
}
.FullH {
    height: 100%;
}
.MainH {
	height: 96%;
	border-bottom: 1px solid #59646e;
}
.FixedW {
	width: 910px;
	margin: 0px auto;
}
.Fixed800W {
	width: 776px;
	margin: 0px auto;
}
.FluidW80 {
	width: 80%;
	margin: 0px auto;
}
.FluidW98 {
	width: 98%;
	margin: 0px auto;
}
/* ******* --------------------------------------- HEADER --------------------------------------- *******/
.TopCurvedLine {
	height: 13px;
}
.HeaderPart {
	height: 10px;
}
.LogoPane {
	padding: 5px 10px 20px 38px;
}
.SearchPane {
	text-align: right;
	padding: 10px;
	vertical-align: top;
}
.SearchWrapper {
	background-image:url(images/SearchPane.gif);
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
	height:34px;
	margin-right:10px;
	padding:6px 0 0 15px;
	_padding: 0px 0 0 10px;
	text-align:left;
	width:194px;
}
.SearchWrapper .NormalTextBox {
	font-family:Arial,Helvetica;
	font-size:13px;
	font-weight:normal;
	border: 0px solid transparent;
	background-color: transparent;
	_position: relative;
	_top: -10px;
	_left: 5px;
}
a.Search:link, a.Search:active, a.Search:visited {
	line-height: 30px;
	height: 30px;
	padding: 10px 30px 10px 0px;
	background-image: url(images/DisableSearch.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: -7px;
	_left: 0px;
	text-decoration: none;
}
.HMenuPane {
	padding: 0px 20px;
	height: 38px;
}
.LogRegPane {
	text-align: right;
	cursor: default;
	padding-right:10px;
}
.MainMenu_MenuContainer tbody tr td[width] {
	display: none;
}
/* ******* --------------------------------------- BODY --------------------------------------- *******/
.BodyPart {
	vertical-align: top;
	background-color: #f2f2f2;
	padding:5px 15px;
}
.Pane {
	padding: 3px 5px 0px 5px;
	vertical-align: top;
}
.TopImagePane, .TopPane  {
	height: 1px;
	background-color: #f2f2f2;
}
.MiddlePart, .MiddlePanes {
	vertical-align: top;
}
.LeftPane {
	vertical-align: top;
	width: 180px;
}
.RightPane {
	vertical-align: top;
	width: 220px;
}
.ContentLPane, .ContentRPane, .MidDownLPane, .MidDownRPane {
	width: 49.8%;
}
.MidLeftPane, .MidPane, .MidRightPane, 
.BottomUpLPane, .BottomUpPane, .BottomUpRPane, 
.FooterUpLPane, .FooterUpPane, .FooterUpRPane {
	width: 32%;
}
.BottomPaneI, .BottomPaneII, .BottomPaneIII, .BottomPaneIV,
.FooterPaneI, .FooterPaneII, .FooterPaneIII, .FooterPaneIIV {
	width: 24.8%;
}

/* ******* --------------------------------------- FOOTER --------------------------------------- *******/
.FooterPart {
	height: 10px;
	padding: 10px 17px;
}

