body {
	background: url(http://www.uklocalhosting.co.uk/images/bg.gif) repeat-x left top;
	background-color: #333;

}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #1807fe;
}

a:hover {
	text-decoration: none;
}

.heading {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #1807fe;
}

.heading2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #fdfdff;
}

.heading3 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #1807fe;
}

.menu {
	width: 850px;
	border: 5px;
	padding: 0px;
	border-collapse: collapse;
	margin-left: auto; 
	margin-right: auto;
}


.wrapper {
	width: 850px;
	border: 5px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto; 
	margin-right: auto;
}

table.topnavbar {
	width: 100%;
}

tr.topnavbar {
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	
}

tr.topnavbar a {
	color: #000000;
	text-decoration: none;
}

tr.topnavbar a:hover {
	color: #666666;
}

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #1807fe;
}

table.frame {
	width: 100%;
	border: 1px solid #8FBCE9;
	padding: 0px;
}

.fieldarea {
	background-color: #EFF2F9;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #fdfdff;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

tr.supportticketsheading {
	background-color: #efefef;
}

tr.supportticketscontent {
	background-color: #ffffff;
}

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto; 
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
}

.domaincheckeravailable {
	color: #669900;
}

.domaincheckerunavailable {
	color: #cc0000;
}

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #92BDEA;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-image: url('images/clientticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

tr.orderheadingrow {
	background-color: #5AB9F1;
	color: #ffffff;
}

tr.orderrow1 {
	background-color: #E8F0F9;
	color: #000000;
}

tr.orderrow2 {
	background-color: #D6E4F6;
	color: #000000;
}
/* Navigation / Tabs
--------------------------------------------------------------------------------------------------------*/
#nav{
	width: 900px;
	height: 31px;
	background: #044d99 url(images/nav_bg.gif) repeat-x top left;
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav ul{
	height: 31px;
}
#nav img{
	float: centre;
}
#nav li{
	list-style-type: none;
	float: left;
	line-height: 31px;
	padding-right: 1px;
	background: url(images/nav_div.gif) no-repeat top right;
}
#nav li a{
	font: 12px Verdana, Arial, sans-serif;
	color: #ffffff;
	line-height: 31px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	width: 120px;
	text-align: center;
}
#nav li a:hover{
	color: #044d99;
	background-color: #eeeeee;
}

#livechat{
    position:absolute;
    top:35px;
    right: 100px;
    text-align: right;
    width: 400px;
}
.menu{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 42px;
	width: 850px;
	position: relative;
	float: left;
	background: url(http://www.uklocalhosting.co.uk/images/menu_normal.jpg) repeat-x left top;
	overflow:inherit
	display: block;
}
.menu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.menu li{
	float: left;
	height: 40px;
	list-style-type: none;

}
.menu li a:link, .menu li a:visited{
	display: block;
	float: left;
	height: 29px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #280F0F;
	text-decoration:none;
	text-align:center;
	padding: 13px 33px 0px 33px;
}
.menu li a:hover{
	display: block;
	float: left;
	height: 29px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	text-align:center;
	padding: 13px 33px 0px 33px;
	background: url(http://www.uklocalhosting/images/menu_hover.jpg) repeat-x left top;
}
.menu li.current a:link, .menu li.current a:visited{
	display: block;
	float: left;
	height: 29px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	text-align:center;
	padding: 13px 33px 0px 33px;
	background: url(http://www.uklocalhosting/images/menu_hover.jpg) repeat-x left top;
}
.menu li.current a:hover{
	display: block;
	float: left;
	height: 29px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	text-align:center;
	padding: 13px 33px 0px 33px;
	background: url(http://www.uklocalhosting/images/menu_hover.jpg) repeat-x left top;
}

/* Footer
-------------------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	font-size: 1em;
	text-align: center;
	color: #82ac02;
	margin: 0 auto;
	padding-top: 0px;
	width: 850px;
	position: relative;
	background-color: #1278ab
}
#footer ul{
	margin-left: 0px;
	text-align: center;
}
#footer li{
	display: inline;
	list-style-type: none;
	margin-right: -2px;
	margin-left: -1px;
	float: none;
	line-height:2.8;
}
#footer a, #footer a:link, #footer a:visited{
	text-decoration: underline;
	border-right: 1px #cccccc solid;
	color: #82ac02;
	padding: 2px 10px;
	display: block; /*\*/
	display: inline; /**//**/
}
#footer a:hover{
	color: #666666;
	text-decoration: underline;
}
#footer  a.footer_link_end:link, #footer a.footer_link_end:visited{
	border-right: none;
}
#footer p{
	clear: both;
	padding: 5px 0 0 0;
	position: relative;
	text-align:justify;
}
#footer .copyright{
	text-align: center;
	font-size: 0.9em;
	word-spacing: -1px;
	margin: 0 auto;
}
#footer .copyright a, #footer .copyright a:link, #footer .copyright a:visited{
	border-right: none;
	text-decoration: none;
	padding: 0 3px;
}
##pagebottom{
	background: url(images/bg_bottom.gif) no-repeat bottom left;
	width: 850px;
	height: 27px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}

