* { padding: 0px; margin: 0px; border: none; }

body {
  margin:0px;
  text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}

#Container {
  text-align: left;
  vertical-align: middle;
  margin: 0px auto;
  padding: 20px;
  width: 700px;
}
#RightScyscraper {
	position:absolute;
	right:10px;
	top:10px;
}
h1 { font-size: 14.5pt; font-weight: normal; margin: 0 0 10px 0; }
h2 { font-size: 13pt; font-weight: normal; margin: 0 0 10px -1px; }
h3 { font-size: 12pt; font-weight: normal; margin: 0 0 10px 0; }
h4 { font-size: 10pt; font-weight: normal; margin: 0 0 10px 0; }
h5 { font-size: 9pt; font-weight: normal; margin: 0 0 10px 0; }
h6 { font-size: 7pt; font-weight: normal; margin: 0 0 10px 0; }

#head{
	text-align: right;
	height: 95px;
}

#head img{
	float: left;
}

ul { list-style:none; }

ul#navi {
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9.5pt;
	text-align: right;
	float: right;
	margin: 45px 0 0 0;
}

ul#navi li{ float: left; text-align: right; }
ul#navi a{ color: #008000; text-decoration: none; }
ul#navi a:hover{ text-decoration: underline; }

#head div.ruler {
	height: 30px;
	width: 100%;
	background-color: #009900;
	background-image:url(../gfx/green_line_long.gif);
	background-repeat: repeat-x;
	border: none;
}

#content div.spacer{
	width: 100%;
	height: 3px;
	background-image:url(../gfx/spacer.png);
	background-repeat: repeat-x;
	margin: 20px 0 0 0;
	border: none;
	background-color: #FFFFFF;
}

#content div.foot {
	width: 100%;
	height: 64px;
	background-image:url(../gfx/img.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 20px 0;
	padding: 20px 0 0 0;
	font-size: 9pt;
}

#content {
	font-size: 8pt;
}

#content a{
	color: #008000;
	text-decoration: none;
}

#content a:hover{
	color: #006e00;
	text-decoration: underline;
}

#content h4 {
	width: 410px;
	height: 15px;
	background-color: #a6e849;
	background-image:url(../gfx/green_line_long.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	padding: 5px 0;
	margin: 20px 0;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-indent: 5px;
}

#content h4.opt {
	background: #e8e8e8 no-repeat 5px 5px ;
	width: 100%;
}

#content textarea{
	background-color: #efefef;
	border: 1px dashed #018e26;
	width: 408px;
	height: 100px;
}

#content textarea:focus {
	border-color: #00ff4e;
}

#content .fLeft {
	float: left;
	font-size: 10pt;
	width: 410px;
}

#content .fRight {
	float: right;
	text-align: justify;
	padding: 20px;
	width: 240px;
	color: #666666;
}

#content .fRight h3 {
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
}

#content .small {
	font-size: 7pt;
}

#content .third {
	width: 230px;
	float: left;
	margin: 0 0 20px 0;
	color: #339900;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content input, #content select {
	border: 1px dashed #018e26;
	background-color: #FFFFFF;
	color: #018e26;
	font-size: 11pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
}

#content input:focus {
	border: 1px dashed #00ff4e;
}

#content input:active, #content input:focus, #content input:hover {
	background-color: #d2ff99;
}

#content .checkbox, #content .radio {
	border: none;
}

.LinkList {
	list-style:none;
}
.Linklist li {
  padding:12px 0 12px 0;
	margin:0;
}

.LinkList li:hover { background-color:#DADADA; }
.LinkList .Block1 { float:left; width:40px; text-align:right; padding:5px 15px 0 0; }
.LinkList .Block2 { float:left; width:120px; }
.LinkList .Block3 { float:left; width:30px; }
.LinkList .Block4 { float:left; width:330px; }
.LinkList .Block5 { float:left; width:140px; text-align:right; }
.StatusIcon { }

.FolderHeader { list-style:none; }
.FolderHeader .Block1 { float:left; width:210px; }
.FolderHeader .Block2 { float:left; width:279px; text-align:center; }
* html .FolderHeader .Block2 { width:240px; }
.FolderHeader .Block3 { float:left; width:210px; text-align:right; }
.FolderHeader .Headline { color:#959595; }

/* ----------table styles-------------- */

.atable {
  border-collapse:collapse;
  font-size:10px;
}

.atable td, .atable th {
  border:1px solid #636489;
}

/* -----------form styles ------------*/
fieldset input, fieldset textarea, fieldset select, fieldset label {
	margin-bottom:4px;
}
fieldset label, fieldset select, fieldset input[type=checkbox], input[type=radio], 
fieldset input[type=button], fieldset input[type=submit] {
 cursor: pointer;
}
fieldset input, fieldset textarea, fieldset select {
 background: #ddd;
}
fieldset input:focus, fieldset textarea:focus {
 outline: 1px solid #ccc;
}
fieldset { width:350px; float:left; }
fieldset .left {
 float: left;
 text-align: right;
 width: 40%;
 margin-right: 2%;
}
fieldset .right, fieldset button {
 margin-left : 42%;
}
hr {
	margin:5px 0 5px 0;
	color:#009900; 
	background: #009900; 
	height:2px; 
	width:100%;
}
.CommentList { list-style:none; text-align:left; }
.CommentList li { }
.CommentList li b { color:#090; }

.FolderAdmList { list-style:none; }
.FolderAdmList li { padding-bottom:5px; }
.FolderAdmList li b { text-align:right; }

.InfoBlock {
	border:1px solid #090; 
	width:100%;
	padding:5px;
}
.InfoBlock legend {	margin-left:10px; }
.InfoBlock .left {
	float: left;
	text-align: right;
	width: 100px;
	margin-right: 2%;
}
.InfoBlock label, .InfoBlock select, .InfoBlock input[type=checkbox], .InfoBlock input[type=radio], .InfoBlock input[type=button], .InfoBlock input[type=submit] {
 cursor: pointer;
 cursor: hand;
}
.InfoBlock .right, .InfoBlock input[type=submit] {
	margin-left:114px;
}
.PagerList {
	list-style:none;
}
.PagerList li {
	float:left;
	padding-right:2px;
}
/* 1337 */

.FolderList {
	list-style:none;
}

a.container:link, a.container:visited, a.container:hover, a.container:active {
	display:block;
	width:102px;
	height:56px;
	margin-left:auto; margin-right:auto;
}
a.ccf:link, a.ccf:visited, a.ccf:hover, a.ccf:active { background:url(../gfx/ccf_off.gif); }
a.ccf:hover { background:url(../gfx/ccf_on.gif) 0px 56px; }
a.dlc:link, a.dlc:visited, a.dlc:hover, a.dlc:active { background:url(../gfx/dlc_off.gif); }
a.dlc:hover { background:url(../gfx/dlc_on.gif) 0px 56px; }
a.rsdf:link, a.rsdf:visited, a.rsdf:hover, a.rsdf:active { background:url(../gfx/rsdf_off.gif); }
a.rsdf:hover { background:url(../gfx/rsdf_on.gif) 0px 56px; }

.Column3 li {
	width:33%;
	float:left;
	text-align:center;
}
