
/* Blue Ice Theme (Original)
   Author: Matt (www.serverstatuspage.com)
*/

body {
text-align: center;
color: #848484;
background-color: #1b1b1b;
font: 9pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px;
}
thead {
height: 25px;
background: #22458c url(img/blue_grad.gif) repeat-x top left;
color: #000000;
font: bold 9pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
tbody {
height: 25px;
background: #2c2c2c;
border-top: 1px solid #363636;
border-left: 1px solid #363636;
font: bold 9pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
img {
	border: none;
}
a {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #d3d3d3;
}
.server a {
text-decoration: none;
color: #ffffff;
}
.server a:hover {
color: #2668ed;
}
table {
text-align: center;
border: solid 1px #363636;
}
td {
border: solid 1px #1f1f1f;
}
.title {
color: #d6d6d6;
padding-left: 10px;
text-align: left;
font: bold 16pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.panel {
color: black;
background-color: #2d9ceb;
text-align: left;
font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 10px;
padding: 10px;
border: 1px solid #0066bb;
}
.panel input {
color: black;
background-color: #2d9ceb;
font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
border: none;
width: 300px;
}
.info {
color: #d6d6d6;
background-color: #373737;
text-align: left;
font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 10px;
padding: 10px;
border: 1px solid #545454;
}
.bar {
text-align: left;
}
.uptimel {
width: 5px;
height: 15px;
display: inline-block;
background-image: url('img/uptime_l.png');
}
.uptimer {
width: 5px;
height: 15px;
display: inline-block;
background-image: url('img/uptime_r.png');
}
.uptimec {
text-align: right;
color: #2c2c2c;
background-image: url('img/uptime_m.png');
background-repeat: repeat-x;
height: 15px;
display: inline-block;
min-width: 10px;
}
.offlinel {
width: 5px;
height: 15px;
display: inline-block;
background-image: url('img/offline_l.png');
}
.offliner {
width: 5px;
height: 15px;
display: inline-block;
background-image: url('img/offline_r.png');
}
.offlinec {
text-align: right;
color: #2c2c2c;
background-image: url('img/offline_m.png');
background-repeat: repeat-x;
height: 15px;
display: inline-block;
min-width: 10px;
}
.ratingl {
width: 5px;
height: 15px;
display: inline-block;
background-image: url('img/rating_l.png');
}
.ratingr {
width: 5px;
height: 15px;
display: inline-block;
background-image: url('img/rating_r.png');
}
.ratingc {
text-align: right;
color: #2c2c2c;
background-image: url('img/rating_m.png');
background-repeat: repeat-x;
height: 15px;
display: inline-block;
min-width: 10px;
}
.header {
background-image: url('img/logo_back.png');
/*width: 728px;*/
width: 694px;
height: 60px;
padding-top: 30px;
display: inline-block;
border-left: solid 1px #363636;
border-right: solid 1px #363636;
}
.navigation {
/*width: 728px;*/
width: 694px;
height: 24px;
padding-top: 8px;
text-align: center;
border: solid 1px #363636;
background-color: #2c2c2c;
background-image: url('img/blue_nav.gif');
display: inline-block;
margin-bottom: 10px;
}
.navigation a {
margin-right: 30px;
}
.content {
/*min-width: 728px;*/
width: 679px;
/*padding-top: 8px;*/
/*padding-bottom: 8px;*/
padding: 8px;
text-align: center;
border: solid 1px #363636;
background-color: #2c2c2c;
display: inline-block;
margin-bottom: 10px;
}
.footer {
margin-top: 7px;
}
.details {
	color: #d6d6d6;
	background-color: #373737;
	text-align: left;
	font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 10px;
	padding: 10px;
	border: 1px solid #545454;
}


ul.imgBullets {
	list-style-type: disc;
}
