html {
height:100%;
}

body {
background-color: #fff;
margin : 0;
padding : 0;
height:auto !important;
min-height:100%;
font: normal 12px Tahoma,sans-serif;
color: #666;
}

a {
color: #090808;
font: normal 11px Arial, Tahoma, Verdana;
text-decoration: underline;
}

a:hover {
font: normal 11px Arial, Tahoma, Verdana;
color: #6BB5EE;
text-decoration: none;
}

form, label, input {
margin: 0px;
padding: 0px;
}

label {
cursor: pointer;
}

select, option, textarea, input {
color: #333;
background-color: #f9fafb;
font: 11px verdana, sans-serif;
}

textarea, input {
border: 1px solid #ccc;
padding: 2px;
}

textarea {
margin: 5px;
font: 11px Verdana, Tahoma, Arial, Sans-serif;
}

input:focus, textarea:focus {
background: #fff;
border: 1px solid #aaa;
}


h1{
font-size:16px;
font-family: verdana;
}

h2{
font-size:14px;
font-family: verdana;
}

/* file table */
table.file{
	width: 90%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
    text-align: center;
}
table.file td{
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;

	vertical-align: middle;
	height: 20px;
}
table.file th{
	border-bottom:1px solid #CCCCCC;
}
th.right_brdr{
	border-right:1px solid #CCCCCC;
}
table.file td.file_right{
	text-align: right;
}
table.file td.f_l{
	text-align: left;
	padding-left: 5px;

}
table.file .img{
	width:20px;
}
.img10{
	width:10px;
	}
table.file .img_in{
	width:20px;
	border-right:0px;
}
table.file img{
	margin:0px;
	padding:0px;
	border:0px;
}
table.file td.file_right select{
	margin-bottom: -1px;
}
tr.tr_color td{
	background-color: #F4F4F4;
}
tr.tr_hower td{
	background-color: #F0F0F0;
}
tr.tr_click td{
	background-color: #CCFFCC;
}

ul#hmenu {
	margin: 0;
	border: 1px solid #565766;
	padding: 0;
  	list-style: none;
	background: #F4F4F4;
  	height: 60px;
	font: bold 12px/28px Verdana, Arial;
}

ul#hmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	width: 118px;
}

ul#hmenu ul {
	margin: 0;
	border: 1px solid #565766;
	padding: 0;
	width: 150px;
	list-style: none;
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
}

ul#hmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#hmenu ul li {
	width: 150px;
	float: left;
	display: block !important;
	display: inline;
}

/* Main Menu */
ul#hmenu a {
	border: 0px;
	padding: 0 6px;
	float: none !important;
	float: left;
	display: block;
	background: #F4F4F4;
	color: #565766;
	font: bold 12px/28px Verdana, Arial;
	text-decoration: none;
	height: auto !important;
	height: 1%;
}

/* Main Menu Hover */
ul#hmenu a:hover,
ul#hmenu li:hover a,
ul#hmenu li.iehover a {
	background: #E9E9E9;
	color: #565766;
}

/* Second Menu */
ul#hmenu li:hover li a,
ul#hmenu li.iehover li a {
    float: none;
	background: #F4F4F4;
	color: #565766;
}

/* Second Menu Hover */
ul#hmenu li:hover li a:hover,
ul#hmenu li:hover li:hover a,
ul#hmenu li.iehover li a:hover,
ul#hmenu li.iehover li.iehover a {
	background: #E9E9E9;
	color: #565766;
}

ul#hmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 150px;
}

ul#hmenu li:hover ul ul,
ul#hmenu li.iehover ul ul {
	display: none;
}

ul#hmenu li:hover ul,
ul#hmenu ul li:hover ul,
ul#hmenu li.iehover ul,
ul#hmenu ul li.iehover ul {
	display: block;
}

.msgo {
margin : 10px;
padding : 5px;
vertical-align : middle;
width : auto;
height : auto;
font : 11px verdana, sans-serif;
color : #80ab06;
background-color : #fff;
border : 1px dotted #80ab06;
}

.msgo a {
font : 11px verdana, sans-serif;
font-weight : bold;
color : #80ab06;
text-decoration : underline;
}

.msgo a:hover {
font : 11px verdana, sans-serif;
font-weight : bold;
color : #80AB06;
text-decoration : none;
}

.msgi {
margin : 10px;
padding : 5px;
vertical-align : middle;
width : auto;
height : auto;
font : 11px verdana, sans-serif;
color : #6b99c5;
background-color : #fff;
border : 1px dotted #bbb;
}

.msgi a {
font : 11px verdana, sans-serif;
font-weight : bold;
color : #6b99c5;
text-decoration : underline;
}

.msgi a:hover {
font : 11px verdana, sans-serif;
font-weight : bold;
color : #6b99c5;
text-decoration : none;
}

.msge {
margin : 10px;
padding : 5px;
vertical-align : middle;
width : auto;
height : auto;
font : 11px verdana, sans-serif;
color : #f30;
background-color : #fff;
border : 1px dotted #bbb;
}

.msge a {
font : 11px verdana, sans-serif;
font-weight : bold;
color : #f30;
text-decoration : underline;
}

.msge a:hover {
font : 11px verdana, sans-serif;
font-weight : bold;
color : #f30;
text-decoration : none;
}

.button {
margin-bottom : 0;
height : 21px;
border : 1px solid #cfdde6;
font : 11px normal Arial, Sans-serif;
color : #333;
background-color : #fff;
}

.text{
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
    font-weight: normal;
}

.text2{
	font-family: verdana;
	font-size: 11px;
	color: #A0B6CF;
    font-weight: normal;
}

.text3{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
    font-weight: normal;
}

.table {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY:verdana, tahoma, arial, helvetica, sans-serif;
}

table {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY:verdana, tahoma, arial, helvetica, sans-serif;
}

.navigation {
	color:#666;
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #333333;
	background-color:#F9ECE3;
	border:1px solid #CCCCCC;
	padding:3px 6px;
	font-size:11px
}

.navigation a:hover {
	background-color:#FDF8F4;
	color:#333333;
	border-color:#999999;
}

.navigation span {
	text-decoration:none;
	background-color:#F9ECE3;
	padding:3px 6px;
	border:1px solid #999999;
	color:#333333;
	font-size:11px;
}


.navigationactive a:link,
.navigationactive a:visited,
.navigationactive a:hover,
.navigationactive a:active {
	text-decoration:none;
	background-color:#fafafa;
	color: #333333;
	border:1px solid #CCCCCC;
	padding:3px 6px;
	font-size:11px
}

.navigationactive span {
	text-decoration:none;
	background-color:#fafafa;
	padding:3px 6px;
	border:1px solid #999999;
	color:#333333;
	font-size:11px;
}

.small_text {
	color:#333333;
	font-size:9px;
}

.logs_table {
	margin-bottom: 20px;
	font-size: 100%;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.logs_table th {
	background-color: #f6f6f6;
	padding: 5px;
	text-align: center;
	height: 20px;
	color: #000;
	font-weight: normal;
}
.logs_table td{
 padding: 10px 5px 10px 5px;
	border-top: 1px solid #ccc;
}

.even {
	background-color: #fafafa;
}

.odd {
	background-color: #fff;
}