body {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  background-color: #f0f0f0;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
  font-size: 13px;
  color: #333;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	background-color: #0E0E0E;
	background-position: 0px -44px;
}

.ie_sucks {

}

h1 {
  font-size: 28px;
  color: #000;
}

h2 {
  font-size: 18px;
  color: #000;
}

a  {color: #6C8816}
a:hover {
  background-color: #6C8816;
  color: white;
  text-decoration: none;
}

#top img {
}

#top a {
	text-decoration: none;
	background-color: transparent;
}

#top a:hover {
	text-decoration: none;
	background-color: transparent;
}

#top {
	margin-bottom: 10px;
	width: 660px;
	margin: auto;
	margin-top: 25px;
  height: 100px;
}

#main {
	margin: auto;
	width: 950px;
}

th {
	text-align: left;
}

.sortable th {
	text-decoration: underline;
	cursor: pointer;
}


#box_top {
	margin-top: 10px;
	background-repeat: no-repeat;
	height: 39px;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/box-top.png');	
}

#box_top[id]{
	background-image: url(/images/box-top.png);	
}

#box_bottom {
	background-repeat: no-repeat;
	height: 40px;
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/box-bottom.png');			
}

#box_bottom[id]{
	background-image: url(/images/box-bottom.png);	
}


#footer {
	color: #404040;
	font-size: 12px;
	padding-right: 25px;
	text-align: right;
	margin-top: -5px;
}


#page {
  background-color: #f0f0f0;
  width: 750px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

#content {
  background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 45px;
	padding-top: 1px;
	padding-bottom: 10px;
	background-image: url(/images/box-middle.gif);	
}


#user_content {
	width: 650px;
}

#sidebar {
  float: right;
  width: 175px;
	border-left: 1px solid #d0d0d0;
	padding-left: 15px;
}



#header, #about, #getting-started {
  padding-left: 75px;
  padding-right: 30px;
}


#header {
  background-image: url("images/rails.png");
  background-repeat: no-repeat;
  background-position: top left;
  height: 24px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
  color: #888;
  font-weight: normal;
  font-size: 16px;
}


#about h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

#about-content {
  background-color: #ffd;
  border: 1px solid #fc0;
  margin-left: -11px;
}
#about-content table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  border-collapse: collapse;
}
#about-content td {
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#about-content td.name  {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
  background-color: #fcc;
  border: 1px solid #f00;
}
#about-content.failure p {
  margin: 0;
  padding: 10px;
}


#getting-started {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 15px;
}
#getting-started h1 {
  margin: 0;
  font-size: 20px;
}
#getting-started h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}
#getting-started ol {
  margin-left: 0;
  padding-left: 0;
}
#getting-started li {
  font-size: 18px;
  color: #888;
  margin-bottom: 25px;
}
#getting-started li h2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
#getting-started li p {
  color: #555;
  font-size: 13px;
}


#search {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}
#search input {
  font-size: 11px;
  margin: 2px;
}
#search-text {width: 170px}


#sidebar ul {
  margin-left: 0;
  padding-left: 0;
}
#sidebar ul h3 {
  margin-top: 25px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#sidebar li {
  list-style-type: none;
}
#sidebar ul.links li {
  margin-bottom: 5px;
}

.form {

}

.form label {
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
}
.form input {
	border: 1px solid #c0c0c0;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.form table * input {
	width: 90%;
}

.form select {
	margin-bottom: 10px;	
}

.form textarea {
	border: 1px solid #c0c0c0;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.form .checkbox {
	margin-bottom: 6px;
}

.form .checkbox label {
	display: inline;

}

.form .checkbox a {
	color: #303030;
}

.form .checkbox_help {
	float: right;
	font-size: 11px;
	color: #404040;
	text-align: left;
	width: 300px;
	margin-top: 10px;
}

.form .checkbox a:hover {
	background-color: white;
}

.form .checkbox input {
	width: auto;
	display: inline;
	margin-bottom: auto;
}


.form .help {
	margin-top: -8px;
	font-size: 11px;
	color: #404040;
	text-align: right;
	margin-bottom: 10px;
}

.form .buttons {
	text-align: right;
}

.form .buttons input {
	width: auto;
	display: inline;
	margin-bottom: auto;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid  #808080;
	border-bottom: 1px solid #808080;			
}

.form .buttons div {
	float: left;
}


.servers {
	padding-left: 10px;
}

.server {
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(/images/icons/website_green.gif);		
}

.down {
	background-image: url(/images/icons/alert_16.gif);	
}

.not_checked {
	background-image: url(/images/icons/website.gif);	
}


.servers li div {
	font-size: 12px;
}

.servers li .errors {
	color: #303030;
}

.server .details {
	font-size: 11px;
}

.server .log {
	margin-top: 6px;
	overflow: auto;
	height: 100px;
	border: 1px	solid #c0c0c0;
	padding: 6px;
	font-size: 11px;
	line-height: 16px;
}

.server .errors strong {
	color: darkred;
}

.message {
	border: 2px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
}

.green_message {
	border: 2px solid #3DB40F;
	background-color: #B8E9A5;
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;	
}

.red_message {
	border: 2px solid #FFA2A2;
	background-color: #FFCDCD;
	padding: 6px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

/* Home */

.left {
	float: left;
	width: 300px;
	padding: 10px;
}

.info h2 {
	margin-bottom: 6px;
	margin-top: 0px;
}

.info strong {
	font-weight: normal;
	background-color: #FDFFCE;
}

.right {
	float: right;
	width: 300px;
	padding: 10px;
	margin-bottom: 20px;
}

.info li {
	margin-bottom: 10px;
}

.info li div {
	font-size: 12px;
	margin-top: 2px;
	
}



.bottom {
	margin-top: 10px;
	clear: both;
}

.bottom a {
	background-color: #FDFFCE;
	font-weight: bold;
}

.bottom a:hover {
	background-color: #FDFFCE;
	font-weight: bold;
	color: #6C8816;
	text-decoration: underline;
}

.highlight {
	font-weight: normal;
	background-color: #FDFFCE;
}


.super_list {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	indent: 0px;
}
