body, div, td, input, select, textarea{
	font-family: arial,verdana;
	font-size: 8pt;
}

a:link, a:visited{
	color: blue;
}

a:hover{
	color: red;
}

th{
	padding: 5px;
	font-weight: bold;
	background-color: #aaaaaa;
	text-align: left;
	font-size: 10pt;
}	

.tr1{
	background-color: #eeeeff;
	padding: 4px;
}

.tr2{
	background-color: #ffeeee;
	padding: 4px;
}

.navlink:link, .navlink:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.navlink:hover{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

.formtable{

}

.formheading{
	border-bottom: 2px dotted black;
	border-top: 2px dotted black;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.formlabel{
	text-align: right;
	padding: 4px;
	font-weight: bold;
	vertical-align: top;
}

.formfield{
	text-align: left;
	padding: 4px;
	color: #555555;
}

.formnumber{
	width: 80px;
}

.forminput{
	width: 300px;
}	

.errors{
	text-align: center;
	font-weight: bold;
	color: red;
	padding: 10px;
}

.thumb{
	border: 1px solid black;
	margin: 5px;
}

.newimage{
	width: 150px;
	height: 150px;
	float:left;
	text-align: center;
	vertical-align: middle;
}

.thumbnail{
	border: 1px solid black;
}

td{
	padding: 3px;
}

.gurlinput{
	border: 1px solid black;
	padding: 2px;
	color: #ff0000;
	width: 95%;
}

#navbar{
	height: 1.8em;
	background-color: black;
	font-size: 1em;
	font-family: verdana;
}

/* navigtion ul */

#nav{
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: verdana;
}

#nav input{
	border: 1px solid white;
}

/* navigation main menu li */

#nav li{
	float: left;
	width: 10em;
	background-color: black;
}

/* navigation submenus ul */

#nav ul{
	padding: 0px;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 10em;
	left: -999em;

}

/* navigation submenu items li */

#nav li ul li{
}

/* nav main menu links */

#nav a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 3px;
/*	border-bottom: 1px solid black;
	border-top: 1px solid black;
*/	width: 10em;
}

#nav a:hover{
	color: #ffaaaa;
}

#nav ul a:hover{
/*	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
*/
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
