@charset "utf-8";
/* CSS Document */

body {
	background-color: #020202;
	background-image:url(http://ukhostingdirect.com/images/bodybg.jpg);
	background-repeat: no-repeat;
}
#logo {
	//background-image:url(http://ukhostingdirect.com/images/topbg.png);
	background-image:url('none');
	background-color: #f8f8f8;
}

#container {
	background-color: #f8f8f8;
}

#menu {
	background-color: #cd2b50;
	color: #fff;
}
#menu a {
	color: #fff;
	border-bottom: 4px solid #fff;
}
#menu a.thisPage {	
	border-bottom: 4px solid #000;
}
#menu a:hover {
	color: #1b02a3;	
}
.smallboxhalf strong {
	color: #d01f3c;
	font-size: 14px;
}
.boxDatacentre {
	background-image: url(http://ukhostingdirect.com/images/dataCentre.jpg); 
	background-position: center;
	background-attachment: fixed;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.tblodd {
	background-color: #ffffff;
}
.tbleven {
	background-color: #f4f4f4;
}
.tblhighlight {
	background-color: #546ab6;
	color: #fff;
}


table.data{margin:0 0 10px;padding:0;}
table.data td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.data th{background-color:#888;border-bottom:1px solid #333;color:#FFF;font-weight:400;}
table.data tr.clientareatableactive td{background-color:#DFFFE0 !important;}
table.data tr.clientareatablepending td{background-color:#EFEFEF !important;}
table.data tr.clientareatablesuspended td{background-color:#FFF6CF !important;}
table.data tr.clientareatableterminated td{background-color:#FFCFCF !important;}
table.frame{margin:0 0 10px;padding:0;border:1px solid #EBEBEB;border-bottom:0;}
table.frame table td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.frame table td.fieldarea{background-color:#F5F5F5;color:#333;text-align:right;border-right:1px solid #EBEBEB;}
