a:link, a:visited, a:active 
{
	color: green;
}

a:hover 
{
	color: #9a342d;
}

.center
{
	text-align: center;
}

p.menu-header
{
	text-align: center;
	font-size: 14pt;
	font-family: Georgia, Arial, sans-serif;
}

ul.menu
{
	list-style-image: url('../images/arrow.png');
}

#header-logo
{
	width: 100%;
	height: 145px; 
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
}

#login-stripe
{
	width: 100%;
	height: 25px; 
	position: relative;
	background-image: url('../images/loginstripe.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#login-text
{
	text-align: right;
	margin: 0;
	padding-right: 1em;
	color: gray;
}

#counter
{
	text-align: center;
	color: gray;
	font-size: smaller;
}


body
{
	margin: 0;
	padding: 0;
}

body, textarea
{
	font-size: 1em;
	font-family: Tahoma, Arial, sans-serif;
}

#menu
{
	position: absolute;
	left: 0;
	width: 250px;
	padding: 40px 0px;
}

#content 
{
	margin-left: 260px;
	padding: 40px 1em;
	min-height: 700px;
	border-left: 1px dotted black;
}

#footer 
{
	width: 100%;
	font-size: smaller;
	text-align: center;
	color: gray;
	border-top: dotted 1px black;
	background-color: white;
}

h1 
{
	font-size: 14pt;
	font-family: Georgia, Arial, sans-serif;
	border-bottom: dotted 1px #9a342d;
}

div.form-row
{
	padding-top: 10px;
	clear: both;
}

div.form-header
{
	clear: both;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	font-size: smaller;
}

div.form-header--second
{
	padding-top: 10px;
}

div.form-footer
{
	padding-top: 20px;
	clear: both;
	text-align: center;
}

div.form-row div.label
{
	float: left;
	width: 49%;
	text-align: right;
}

div.form-row div.element 
{
	float: right;
	width: 49%;
	text-align: left;
}

div.form-box
{
	border: 1px dotted gray;
	background-color: #eee;
	padding: 10px;
	width: 300px;
	margin: 0 auto 30px;
}

div.form-box-big
{
	width: auto;
}

div.warn 
{
	margin: 0 0 30px 0;
	color: #9a342d;
	background-color: #f1d1a2;
	border: solid 2px #91342d;
	padding: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

div.warn--extreme {
	background-color: #F00000;
	color: #000;
	font-size: 30px;
}

div.warn img
{
	vertical-align: bottom;
	float: left;
}

img
{
	border: 0;
}

div.error
{
	color: red;
	border: solid 2px red;
	padding: 0 10px 1px 10px;
}

p.error1
{
	font-size: larger;
	font-weight: bold;
}

p.success
{
	color: #006400;
	background-color: #90EE90;
	border: solid 2px #006400;
	padding: 10px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

h3
{
	color: #9a342d;
}


input
{
	border: solid 1px gray;
}

input.delete
{
	color: #9A342D;
	border: solid 1px #9A342D;
	background-color: #F1D1A2;
}

input[type=text], input[type=password]
{
	width: 130px;
}

div.form-box-big input[type=text], form-box-big input[type=password]
{
	width: 260px;
}

span.hint
{
	color: gray;
	font-size: smaller;
}

div.forget 
{
	margin-top: 5px;
	font-size: smaller;
	text-align: right;
}

.hidden
{
	display: none;
}

table
{
	color: #9a342d;
	border-collapse: collapse;		
}

td
{
	border-style: solid;	
	border-width: 1px;
	padding: 3px;	
}

tr.header
{	
	font-weight: bold;
	text-align: center;
}

.alternate
{
	background-color: #eee;	
}

div.popup-box
{
	border: 1px solid black; 
	padding: 5px; 
	width: 400px; 
	position: fixed; 
	background-color: white;
}

.important
{
	color: red;		
}

div.searchresult
{
	padding: 1em;
	border-bottom: 1px dotted gray;
}

div.searchresult p
{
	margin: 0;
}
