/* General css used for everything */
body,td,p
{ 	
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 15px

}

p
{
	text-align: justify;
}

.error
{
	font-size: 11px;
	color: #900000;
	font-weight: bold;
}

.success
{
	font-size: 13px;
	color: #669900;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainmenu, .mainmenu a:link, .mainmenu a:visited, .mainmenu a:active, .mainmenu a:hover
{
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	border-style:  none;
	border-width:  0px;
}

img.checkall
{
  vertical-align: -1px;
}

.mainnames, .mainnames a:link, .mainnames a:visited, .mainnames a:active, .mainnames a:hover
{
	padding-top: 6px;
	font-size: 11px;
}

.mainmode, .mainmode a:link, .mainmode a:visited, .mainmode a:active, .mainmode a:hover
{
	padding-top: 6px;
	font-size: 11px;
	text-decoration: none;	
}

.footer, .footer a:link, .footer a:visited
{ 	
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 10px;
	color: #888888;
}

.footer a:hover
{
	font-weight: bold;
	color: #FF9900;
}

div.hr
{ 
	padding: 0; 
	margin: 0px 0;
	width:100%; 
	clear: both; 
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	margin-top: 20px;
	margin-bottom: 10px;
}

h2
{
	font-size: 14px;
	color: #547C06;
	margin-top: 3px;
	margin-bottom: 3px;
}

h3
{
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}


a
{
	font-weight: bold;
	color: #000000;
}

a:hover
{
	font-weight: bold;
	color: #FF9900;
}

input
{
 	color:#000000;
	height:22px;
	vertical-align:middle;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}

.button
{
 	color:#000000;
	background-color:#EEEEEE;
	margin-bottom:0;
	height:24px;
}
.button_load
{
	height:24px;
}

.loadField
{
	margin-top:5px;
	height:24px;
}

.checkBox
{
	margin:0px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom: -2px;
	margin-right:3px;
}


span.names
{ 	
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
}

span.info
{ 	
	font-size: 11px;
	line-height: 12px;
	display: inline;
}

ul.green
{
	margin-left: 0;
	padding-left: 20px;
	list-style-image: url(arrow_right_green.gif);
}

ul.error
{
	color: #900000;
	font-weight: bold;
	margin-left: 0;
	padding-left: 20px;
}