@CHARSET "ISO-8859-1";

#header {
	width:100%;
	border: 1px solid gray;
	margin-bottom: 10px;
	margin-left: 0px;

	font-size: 2em;
	font-weight: bold;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}


#subheader {
	width:100%;
	border: 1px solid gray;
	margin-top: 2px;
	margin-bottom: 2px;
	height: 2em;
	background-color: #EEEEEE;
	vertical-align: middle;
}

#subheader li{
	list-style: none;
	display: inline;
	
	padding-right: 0.4em;
}
#subheader ul{
	margin-top:0.35em;
	margin-left:0px;
	padding-left:0px;
}
#main {
	float: left;
	font-size: 1em;
	margin-left: 15px;
	width: 83%;
	border: 1px solid gray;
}
#left {
	float: left;
	font-size: 1em;
	width: 15%;
	border: 1px solid gray;
}

#footer {
  text-align: center;
  padding: 2 0 2 0;
}

table {
	font-size: 1em;	
}

table .light {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid gray;
	
}
table .light th{
	font-weight: bold;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.1em;
	background-color: #EEEEEE;
	border-bottom: 1px solid gray;	
	
}

h3 {
  font-size: 1.2em;
  border-bottom: 1px solid #DDDDDD;
}


#footer {
	width:100%;
	border: 1px solid gray;
	margin-top: 20px;
}

.inline {
	display: inline;
	
}

.fix {
	clear: both;
}

body {
	font-family: Verdana;
	font-size: 0.8em;
	margin: 4px;
}

#nav {
	float:left;
	list-style: none;

}
#nav li {
	padding-left: 0.1em;	

}

#menu{
	float:left;
	list-style: none;
	margin-left:0px;
  padding-left:0px;
}

#menu li {
  margin-left:0px;
  padding-left:2px;
}

#top_menu {
  float:right;
  
}

.light {
  
}

label{
  float:left;
  display:block;
  width:200px;
  margin-top: 7px;
}

#add_form input,textarea,select {
  margin-top: 5px;
}

.two {
  border-collapse: collapse;
  border-bottom: 1px solid gray;
  background-color: rgb(204,255,255);
}


.one {
  border-collapse: collapse;
  border-bottom: 1px solid gray;
}

a {
  text-decoration: none;
  color: rgb(0,0,204);
}

a:hover {
  text-decoration: underline;
}

a:visited {
 color: rgb(0,0,255);
}

.thumb {
  margin-bottom:2px;
}

a img{
  border:0px;
}