@import url("Black.css");

/* ******* Styles for Optimist Skin for DNN.    Author zarko@considero.net   ******* */

/* ******* --------------------------------------- MAIN --------------------------------------- *******/
html, body {
	width: 100%;
    height: 100%;
    font-family: arial;
    font-size: 14px;
}
html {
	background-color: #9b9b9b;
	background-image: url(images/helix_background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	vertical-align: top;
	text-align: center;
}
body {
	background-color: transparent;
	background-image: url(images/helix_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	background-attachment: fixed;
}
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;
	text-align: left;
}
.LogoPane {
	padding: 5px 10px 20px 38px;
	text-align: left;
}
.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;
	text-align:left;
	width:196px;
}
.SearchWrapper .NormalTextBox {
	font-family:Arial,Helvetica;
	font-size:13px;
	font-weight:normal;
	border: 0px solid transparent;
	border-width: 6px 0 0 4px;
	background-color: transparent;
	width:144px;
}
a.Search:link, a.Search:active, a.Search:visited {
	line-height: 30px;
	height: 30px;
	padding:2px 18px 6px 0;
	background-image: url(images/DisableSearch.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: middle;
	top: 0px;
	left: 5px;
	text-decoration: none;
	font-size:29px;
}
.HMenuPane {
	padding: 0px 20px;
	height: 38px;
	text-align: left;
}
.LogRegPane {
	text-align: right;
	cursor: default;
	padding-right:10px;
}
.MainMenu_MenuContainer tbody tr td[width] {
	display: none;
}
.BreadcrumbsPane {
	text-align: left;
	color: #ffffff;
}
/* ******* --------------------------------------- BODY --------------------------------------- *******/
.BodyPart {
	vertical-align: top;
	background-color: #f2f2f2;
	padding:0px 15px 5px 15px;
	text-align: left;
}
.Pane {
	padding: 3px 5px 0px 5px;
	vertical-align: top;
}
.TopImagePane, .TopPane  {
	padding:0px;
	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;
	text-align: left;
}
.FooterLinks {
	text-align: center;
	color:#59646e;
}
.FooterLinks:link {
	text-align: center;
	color:#59646e;
}
.FooterLinks:hover {
	text-align: center;
	color:#59646e;
	text-decoration:underline;
}
.FooterLinks:active {
	text-align: center;
	color:#59646e;
}
.FooterLinks:visited {
	text-align: center;
	color:#59646e;
}

