/* CSS Document */

body{
	background-color: #222222;
}

td{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

th a:link,
th a:visited{
	text-decoration: none;
	color: #333333;
}

th a:hover{
	color: green;
	text-decoration: none;
}

th{
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: solid 1px #555555;
	border-bottom: solid 1px #222222;
	background-color: #CCCCCC;
}

h1{
	line-height: 26px;
}

h2{
	line-height: 22px;
}

a:link, a:visited{
	color: yellow;
	text-decoration: none;
}

a:hover{
	color: lime;
}

.checkbox{
	background-color: black;
}

input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BBBBBB;
	font-size: 11px;
}

.msg{
	background-color: green;
	color: white;
	display: block;
	padding: 10px;
	font-weight: bold;
}

.error{
	background-color: red;
	color: white;
	display: block;
	padding: 10px;
	font-weight: bold;
}

.maintable{
	background-color: #111111;
}

a:link.abutton,
a:visited.abutton{
	border: solid 1px lime;
	padding: 6px;
}

a:hover.abutton{
	border: solid 1px yellow;
	padding: 6px;
	background-color: #282600;
}

.darker{
	background-color: #333333;
	color: white;
	border: solid 1px white;
}

a:link.seclink,
a:visited.seclink{
	display: block;
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: solid 1px #555555;
	border-bottom: solid 1px #222222;
	background-color: #CCCCCC;
	padding: 6px;
}

a:hover.seclink{
	color: green;
	text-decoration: none;
	font-weight: bold;
}

.row1{
	background-color: #555555;
}

.row2{
	background-color: #222222;
}

.current_page{
	padding: 6px;
	border: 1px solid white;
}

.pagin:link,
.pagin:visited{
	padding: 6px;
	border: 1px solid lime;
}

.pagin:hover{
	border: 1px solid yellow;
}

