@CHARSET "ISO-8859-1";

body
{
  font-family: Arial;
  font-size:12px;
  margin:0px;
  padding:0px;
}

#overview
{
	width:350px;
	float:left;
}

#overview a, #overview img
{
	text-decoration:none;
	color:#000000;
	border:0;
}

#sites
{
	max-height:300px;
}

#details
{
  width:350px;
  float:left;
  border-left:2px solid #A5A5A5;
  height:500px;
}

#details table
{
  font-family: Arial;
  font-size:12px;
}

#details input, #details select
{
  font-family: Arial;
  font-size:12px;
  width:200px;
  border:1px solid #A5A5A5;
}

#siteEntry
{
	width:300px;
  float:left;
}

#siteStatus
{
  height:20px;
}

#siteRow
{
  width:350px;
  height:20px;
  cursor:hand;
  vertical-align:top;
}

#siteRowOdd img, #siteRowEven img
{ 
	vertical-align:middle;
}

#siteRowEven
{
	background-color: #FFFFFF;
}

#siteRowOdd
{
	background-color: #AAFFAA;
	width:350px;
	height:20px;
}

#siteRow img
{
	vertical-align:middle;
}

#siteRow a
{
	text-decoration:none;
	
}

#siteRow:hover
{
 background-color:#adffab;
 cursor:hand;
}

#siteRowActive
{
  width:300px;
  height:20px;
  font-weight:bold;
  background-color:#adffab;
}

#siteRowActive img
{
  vertical-align:middle;
}

#siteManagerHeading
{
  width:350px;
  height:25px;
  text-align:left;
  font-size:14px;
  font-weight:bold;
  background-color: #044d04;
  vertical-align:middle;
  color: #FFFFFF;
}

#siteManagerHeading div
{
  padding:3px;
  vertical-align:middle;
}

#siteManagerHeading a img
{
  border:none;
  text-decoration:none;
}

.green
{
  color: #008800;
}

.orange
{
  color: #DD2211;
}

.checkbox
{
 border: 1px solid #DDDDDD;
 width:auto;
}

#cmsMenue
{
  position:absolute;
  top:25px;
  left:10px;
  background-color: #e50000;
  width:200px;
  height:25px;
}

.cmsHeader
{
  background-color: #e50000;
  height: 20px;
  width: 100%;
}

.documentHeader
{
  background-color: #e50000;
  height: 20px;
  width: 100%;
}