* {
	margin: 0;
	padding: 0;
}

body {
background: #2a3742 /*url(/images/bg.jpg) repeat-x top center*/;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #eee;
}

a {
text-decoration: none;
color: #7CBF0F;
}
a:hover {
text-decoration: underline;
color: #A3D74F;
}

#wrap {
margin: 0 auto;
width: 1200px;
}

#header {
height: 80px;
background: #2a3742 /*url(/images/header.jpg) no-repeat*/;
/*border-bottom: 1px dotted #A2D84C;*/
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: 0px;
}
#header h1 a:hover {
color: #A3D74F;
}
#header h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menubar{
margin-left: auto; 
margin-right: auto;
}

#menubar{
width: 1200px;
height: 50px;
text-align: center; 
margin: 0 auto;
background: #1D1D1D;
background: -moz-linear-gradient(#72A81C, #528800);
background: -o-linear-gradient(#72A81C, #528800);
background: -webkit-linear-gradient(#72A81C, #528800);
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border: 5px 5px 5px 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
} 

ul#menu{
margin:0;
}

ul#menu li{ 
padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;
}

ul#menu li a{ 
float: left;
font: bold 120% Helvetica, sans-serif;
font-size: 18px;
height: 24px;
margin: 7px 0 0 20px;
text-shadow: 0px -1px 0px #000;
padding: 6px 20px 6px 20px;
background: transparent; 
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border: 3px 3px 3px 3px;
text-align: center;
color: #FFF;
text-decoration: none;
} 

ul#menu li.current a{ 
/*color: #1D1D1D;*/
background: #72A81C;
background: -moz-linear-gradient(#92C83C, #72A81C);
background: -o-linear-gradient(#92C83C, #72A81C);
background: -webkit-linear-gradient(#92C83C, #72A81C);
/*text-shadow: none;*/
text-shadow: 1px 1px #1D1D1D;
}

ul#menu li:hover a
{
color: #1D1D1D;
background: #FFF;
background: -moz-linear-gradient(#fff, #ccc);
background: -o-linear-gradient(#fff, #ccc);
background: -webkit-linear-gradient(#fff, #ccc);
text-shadow: 1px 1px #fff;
}



#contentbar {
background: #e1f2d0 url(images/contentbar.jpg) no-repeat top;
height: 50px;
line-height: 50px;
margin-top: 10px;
}
.contentbarleft {
float: left;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
width: 220px;
}
.contentbarright {
float: right;
padding-left: 20px;
font-weight: 600;
font-size: 15px;
text-align: left;
width: 930px;
}

#content {
padding: 0 10px;
}

.right {
float: right;
width: 930px;
text-align: justify;
padding-top: 20px;
font-size: 14px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
}
.right h2 a {
text-decoration: none;
color: #A3D74F;
}
.right h2 a:hover {
color: #fff;
}

.left {
float: left;
width: 220px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
color: #fff;
font-size: 18px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}
.left ul li a {
border-left: 5px solid transparent;
text-decoration: none;
padding: 5px 0px 5px 5px;
line-height: 30px;
font-weight: 200;
font-size: 16px;
}
.left ul li.current a { 
border-left: 5px solid #7CBF0F;
}
.left ul li a:hover {

}

#maloginhint{
color:#f99;	
}

.logintable{
width: 650px;
}

.logintable tr td{
padding: 7px;
}

.logintable tr td input[type="text"], .logintable tr td input[type="password"]{
padding:5px;
font-size: 12px;
width: 150px;
}

.logintable tr .tdleft{
width: 45%;
text-align: right;
}

.logintable tr td .loginbutton{
background-color:#72A81C;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:1px solid #13821e;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-size:14px;
padding:7px 35px;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
}

.infotable{
width: 650px;
}

.infotable tr td{
padding: 7px;
}

.infotable tr .tdleft{
width: 30%;
text-align: right;
color: #dfd;
}

.listcontenttable{
width: 900px;
background-color:#528800;
}

.listcontenttable .listcontentheader td{
background-color:#528800;
color:#fff;
font-size: 16px;
}

.listcontenttable tr td{
padding: 5px;
background-color:#2a3742;
vertical-align: middle;
}

.listcontenttable tr .lightertd{
padding: 5px;
background-color:#3a4752;
vertical-align: middle;
}

.listcontenttable tr td img{
padding: 0;
border: none;
}

.listcontenttable tr td input[type="text"]{
padding:1px;
font-size: 12px;
}

.listcontenttable tr td ul li{
list-style: none;
padding: 5px 0px 5px 5px;
line-height: 30px;
font-size: 16px;
}

.listcontenttablepage{
width: 900px;
}

.listcontenttablepage tr td{
padding: 5px;
vertical-align: middle;
font-size: 16px;
}

.listcontenttablepage tr td input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

#footer {
text-align: center;
font-size: 11px;
color: #eee;
margin-top: 40px;
border-top: 1px dotted #A2D84C;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #eee; }
#footer a:hover { color: #aaa; }