@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/sky.jpg) repeat-x 0 0;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
p{
	font-size: 10px;
	color: #333333;
	line-height: 10px;
	margin: 0;
	padding: 0;
}
h1,h2,h4{
	color: #000000;
	margin: 0;
	line-height: 10px;
	padding: 0;
}
h1{
	font-size: 16px; 
	color: #FFFFFF;
}
h2{
	font-size: 12px;
	margin-top: 5px;
	color: #0D4CA1;
}
h3{
	color: #0D4CA1;
	font-size: 20px;
	font-weight: 400;
	margin: 5px;
}
h4{
	font-size: 10px;
	font-weight: bolder;

}
h5 {
	color: #00CC00;
}
.container {
	width: 700px;
	background: url(../images/transparent_bg.png);
	margin: 20px auto;
	text-align: center;
	border: solid;
	border-width: 2px;
	border-color:#FFFFFF;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
}
.header {
	height: 135px;
	padding: 0;
	margin: 0;
	background-image: url(../images/logo_back.jpg);
	background-repeat: repeat-x;
	background-position: 20px 20px;
}
.header img {
	float: left;
}
.header h1 {
	margin: 0; 
}
.header #admin {
	height: 15px;
	padding: 5px 20px 0 20px;
	text-align: right;
}
.header #admin a {
	color: #666666;
	text-decoration: none;
}
.header #admin a:hover {
	color: #000000;
	text-decoration: underline;
}
.menu {
	background: #0D4CA1;
	height: 20px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
.menu ul {
	width: 100%;
	list-style: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	height: 16px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 12px;
	padding:2px 10px;
	line-height: 16px;
}
.menu a:hover {
	color: #F7C94C;
	text-decoration: none;
	background-color: #3366CC;
}
.mainContent {
	padding: 5px 20px;
}
.mainContent table{
	text-align: left;
	padding: 0px;
	background: #FFFFFF;
	border: #FFFFFF;
	border-style: solid;
	border-width: 2px;
}
.mainContent td{
	border: #CCCCCC;
	padding: 0;
	padding: 7px;
	border-bottom-style: solid;
	border-width: 1px;
}
.login {
	width: 300px;
	background: url(../images/transparent_bg.png);
	margin: 20px auto;
	text-align: center;
	border: solid;
	border-width: 2px;
	border-color:#FFFFFF;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
}
.login table{
	text-align: left;
	padding: 5px;
}
.footer {
	float:none;
	clear: both;
	clear: both;
	height: 15px;
	background: #0D4CA1;
} 
.footer p {
	margin: 0; 
	padding: 0; 
}
tr.category  {
	background:#BBCCFF;
}
input, textarea {
	padding:1px 2px 2px 1px;
	border:1px solid #ccc;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#000;
} 
.Button{
	width:123px;
	height:123px;
	padding:10px;
	cursor:pointer;
	background-image:url(../images/Button1.jpg);
	color:white;
	font-size:12px;
	text-decoration:none;
	float:left;
}