 html {
     overflow: -moz-scrollbars-vertical;
  }

body{
	
	background:#999;
	color:#222;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

a {
	color:#004877;
	font-weight:bold;
}

a:hover {
	color:#06C;
}

fieldset {
	padding:20px;
}

label {
	display:block;
	width:auto;
}

label input, label select, label textarea, label file {
	background-image: url(../_img/input.png);
	width:280px;
}

label textarea {
	width:470px;
}

label input[type=checkbox],label input[type=radio] {
	width:auto;
}

input, select, textarea, fieldset {
	border:1px solid #999;
	color:#000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	margin:1px;
}

input, select, textarea {
	margin:3px;
	padding:3px;
	vertical-align:middle;
	background-repeat:repeat-x;
}

input:focus, select:focus, textarea:focus {
	border:2px solid #6C6;
	margin:2px;
}

input[type=checkbox]:focus {
	border:1px solid #999;
	margin:3px;
}

input[type=submit], input[type=reset], input[type=button]{
	border:1px solid #999;
	margin:1px;
	min-width:100px;
	height:25px;
	vertical-align:middle;
	text-align:center
}

.tablefix td {
	display:table-cell;
	float:none;
	padding-left:10px;
	padding-right:10px;
}

.tablefix .alpha {
	padding-left:0;
}

.tablefix .omega {
	padding-right:0;
}

table tbody td {
	padding:5px 0;
}

table thead td{
	padding:1px 0;
}

table td {
	text-align:left;
	vertical-align:middle;
	margin:0 10px;
	height:50px;
}

.odd td {
	background-color:#CCC;
}
.odd:hover td {
	background-color:#6f6;

}
.even:hover td {
	background-color:#6f6;

}
.even td {
	background-color:#999;
}

.picture {
	background:white;
	border:1px solid #999;
	padding:4px;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
}

#divContainer{
	background-color:white;
	border:1px solid black;
	margin-top:10px;
	padding-top:10px;
}

#divHeader {
	background:white url(../_img/logo2009.png) no-repeat 5px 5px;
	height:45px;
	margin-bottom:10px;
	padding-top:100px;
}



#divMenu > ul {
	border: #111;
	list-style:none;
}

#divMenu > ul > li {
	margin:0;
	padding:0;
}

#divMenu > ul > li > a{
	display:block;
	padding:11px 10px 10px 10px;
	border-bottom:1px dashed black;
	vertical-align:middle;
	text-decoration:none;
}

#divContent{
	padding-bottom:15px;
}

#divFooter{
	background:#CCC;
	padding:11px 15px 11px 0;
	text-align:right;
}
.component {
	width:50%;
	height: 50px;
	float:left;
	margin-top: 10px;
}
.textbox input{
	width: 90%;
}
.textarea textarea{
	width: 682px;
        height: 200px;
}
.password input{
	width: 90%;
}
.select select{
	width: 90%;
}
.checkbox label {
	float:left;
}
.checkbox input {
	float: left;
}
.checkbox {
	height:auto;
}
fieldset {
clear:both;
}