body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #b9b8b3;
}

a         { text-decoration: underline; color: #b9b8b3; }
a:hover	  { text-decoration: underline; color: #ffffff; }

a.gallery-link         		{ text-decoration: none; color: #ffb400; }
a.gallery-link:hover	  	{ text-decoration: none; color: #ffffff; }


form {
	margin: 0;
}

input, select {
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	color: #000; 
	font-size : 11px; 
	background-color: #eeeeee; 

	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
select.error, input.error {
	background-color: #ff8080;
}
input.special {
	color: #f00;
}

input.nostyle {
	background-color: transparent;
	border: 0;
}


h1 {
	font-size: 11px;
	color: #ffb400;
	font-weight: bold;
	margin-bottom: 12px;
}

#menu_content a         { text-decoration: none; color: #b9b8b3; }
#menu_content a:hover	  { text-decoration: underline; color: #ffffff; }

#menu_content p {
	font-size: 10px;
	margin-top: 12px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#menu_content p.top {
	padding-top: 4px;
	margin-top: 0;
}

#menu_login p {
	font-size: 10px;
	color: #ffb400;
	margin-bottom: 10px;
}

#menu_login input {
	font-family: Verdana; 
	color: #ffffff; 
	font-size : 10px; 
	background-color: #464646; 

	opacity: .7;
	filter: alpha(opacity=70);
	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;

	width: 115px;
}

#footer {
	font-size: 11px;
}

#footer a         { text-decoration: none; color: #545452; }
#footer a:hover	  { text-decoration: underline; color: #545452; }

p.error, ul.error {
	color: #d00;
}
p.notice {
	color: #0a0;
}

span.small_header {
	color: #ffb400;
	font-weight: bold;
}

table tr.bottom_margin td {
	padding-bottom: 20px;
}

table tr.top_margin td {
	padding-top: 20px;
}

table td.desc {
	font-weight: bold;
	width: 80px;
}

table td.field {
	padding-left: 50px;
}

td.center {
	text-align: center;
}

td.bottom {
	vertical-align:bottom;

}

td.top {
	vertical-align: top;
}