* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #111;
	font-size: 80%;
	font-family: Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
	background: #555 url(./img/bg_page.png) repeat;
	text-align: left;
}

a {
	color: #AAA;;
	text-decoration: none;
}

a:hover,a:active,a:focus {
	color: #FFF;
	text-decoration: none;
}

hr {
	margin-top: 20px;
	margin-bottom: 5px;
	border-top: 1px dotted #DDD;
}

pre {
	overflow: auto;
	width: 95%;
	height: auto;
}

*>pre {
	width: 100%;
}

p {
	margin-bottom: 5px;
}

input[type=text] {
	font-size: 10pt;
	border: 1px solid #888;
	background: #FFF url(./img/bg_field.png) repeat-x top;
	padding: 2px;
}

input[type=password] {
	font-size: 10pt;
	border: 1px solid #888;
	background: #FFF url(./img/bg_field.png) repeat-x top;	
	padding: 2px;
}

input[type=submit] {
	font-size: 11pt;
	border: 1px solid #888;
	padding: 3px 15px;
}

input[type=button] {
	font-size: 11pt;
	border: 1px solid #888;
	padding-left: 4px;
	padding-right: 4px;
}

textarea {
	font-size: 10pt;
	border: 1px solid #888;
	background: #FFF url(./img/bg_field.png) repeat-x top;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center{
	text-align: center;
}

.clear{
	clear: both;	
}

/* Layout
-------------------------------------------------------- */
#page {
	background-color: #AAA;
	text-align: center;
	background: #EDEEF0 url(./img/bg-content.jpg);
}

#top {
	height: 110px;
	background: #FFF url(./img/bg_top.png) repeat-x left top;
}

#footer {
	height: 26px;
	background: #8D8D8D url(./img/bg_footer.png) repeat-x top;
	border-top: 1px solid #333;
}


/* Top
-------------------------------------------------------- */

#top .logo{
	margin-top: 20px;	
}

#top .user{
	padding: 5px 20px 5px 20px;	
	float: right;
	background-color: #444;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	font-size: 8pt;
}

#top .user img{
	margin-left: 6px;
}

/* Footer
-------------------------------------------------------- */
#footer span{ 
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 8pt;
	text-align: center;
	color: #888;
}

/* Menu
-------------------------------------------------------- */
#menu {
	color: #FFF;
	height: 24px;
	background: #FFF url(./img/menu.png) repeat-x left top;
	border-bottom: 1px solid #333;
}

#nav {
	font-weight: bold;
	font-size: 12px;
	height: 24px;
	padding: 0;
	list-style: none;
	line-height: 21px;
	border-left: 1px solid #777;
	margin-left: 50px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	height: 24px;
}

#nav a:hover {
	color: #FF9900;
}

#nav li {
	float: left;
	border-right: 1px solid #777;
}


/* Content
-------------------------------------------------------- */

#content {
	width: 60%;
	margin: 0 auto 0 auto;
	padding: 30px 20px 30px 20px;
	min-height: 350px;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	text-align:left;
}

#content h1 {
	border-bottom: 1px solid #999;
	color: #FAFAFA;
	margin-bottom: 20px;
	font-size: 26pt;
	font-variant: small-caps;
}

#content h2 {
	width: 850px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	background-color: #CCC;
	margin: 30px 10px 20px 10px;
	font-size: 20pt;
	font-variant: small-caps;
	color: #999;
	padding: 5px 10px 5px 10px;
}

#content h3{
     color: #555;
     margin: 15px 0 15px 0;
     border: 1px solid #999;
     background-color: #BBB;
     padding: 5px;
}


#content ul{
	margin-left: 40px;	
	list-style-type: square;	
}

#content ol{
	margin: 20px 0px 20px 20px;	
}


#content li{
	
}

#content a{
	color: #388800;	
	text-decoration : underline;
}

#content a:hover{

}

/* Map
-------------------------------------------------------- */
#map {
	height: 760px;
	width: 100%;
}



/* Forms
-------------------------------------------------------- */

.form {
	
}

.form td{
	padding-top: 5px;
	padding-bottom: 5px;
}


.form label{
	display: block;
	width: 200px;
	color: #444;
}

.mandatory{
	font-weight: bold;
}
  
.optional{
	font-weight: normal;
}
  
.submit{  
	float:right;  
}  
  
.error_list{
	list-style: none;
}

.error_list li{
	color: #F00;
	list-style: none;
}