/* Bring on the style strippers 

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dd,dt{
	margin:0;
	padding:0;
	}

p {
	line-height: 1.5em;
	margin: 5px 5px 10px 5px;	
	}*/


/* general tag formatting */
h2 {
	font-size: 11px;
	font-weight: bold;
}

.alert_text {
	font-weight: bold;
	color: #FF0000;
	}

h4 {
	font-size: 11px;
	font-weight: bold;
}

/* general classes */
.hidden_text {
	visibility:hidden;
	}

/* login box formatting */

#login_box {
	background-color:#7f67bf; 
	width:144px; 
	margin:0; 
	padding:0;
	}

#login_box #top {
	background-image:url(/media/images/gfx/tbs/login_top.gif); 
	height:41px; 
	width:144px;
	}

#centre_div {
	margin:8px;
	}

#login_box .login_input {
	width:128px;
	}
	
.rememberme {
	float:left;
	width:90px;
	font-size:9px
}
	
#login_box #login_submit_button {
	float:right; 
	border:0; 
	padding:0; 
	margin:4px 0 8px 0; 
	background-color:transparent; 
	width:42px; 
	height:18px; 
	background-image:url(/media/images/gfx/tbs/login_button.gif);
	}
#login_box label {
	color:#FFFFFF;
	}
	
/* Online faults formating */

.faultstextarea {
	width:440px;
	}

/* Contact Form Formatting */
#contact_submit_button {
	background-image:url(/media/images/gfx/biz/submit_button.gif);	
	width:49px;
	height:18px;
	}

#contact_form {
	width:460px;
	}
	
#contact form td {
	width:230px;
	}
	
#contact_form #enquiry {
	height:250px;
	width:200px;
	border:1px solid #D9D5E6;
	}

.contact_form_input {
	width:215px;
	border:1px solid #D9D5E6;
	}
	
.submit_button {
	width:49px;
	height:18px;
	}
	
/* General Form Styling */
.form td {
	width:50%;
	}

.shaded {
	background-color:#E7EBF4;}

.inputbox {
	width:215px;
	border:1px solid #D9D5E6;}
	
/*.textbox{
	width:450px;
	height:50px;}*/
	
.submit{
	width:50px;
	height:18px;
	float:right;}

.reset{
	width:44px;
	height:18px;
	float:left;}

.textbox {
	height:250px;
	width:200px;
	border:1px solid #D9D5E6;}


/* specific class formatting */
.md_spc {background-color:#FFFFFF;}

/* partenr pages */
.partner_logo {
	float:left;
	margin:10px;
	}
	
#contact {
	list-style-type: none;
	
	}
#contact li {
	padding:3px 0 3px 21px;
	}

#contact #web {
	background: url(/media/images/gfx/biz/icons/ntwrk_16.gif) left center no-repeat;
	}

#contact #address {
	background: url(/media/images/gfx/biz/icons/addbk_16.gif) left top no-repeat;
	}
	
#contact #tel {
	background: url(/media/images/gfx/biz/icons/phone_16.gif) left center no-repeat;
	}

#contact #email {
	background: url(/media/images/gfx/biz/icons/mail_16.gif) left center no-repeat;
	}

#contact #fax {
	background: url(/media/images/gfx/biz/icons/fax_16.gif) left center no-repeat;
	}
	
/* ADMIN TOOLS */	
	
/* Account managers Tbale Styling */
#account_managers_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	border: 2px solid #666666;
	background-color: #f4f4f4;
	width: 400px;;
	}


#usertable td {
	padding: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
.table_details {
	font-weight: bold;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	}
.table_details_heading {
	font-weight: bold;
	border-bottom: 1px solid #666666;
	}
.table_details_info {
	}
.table_status {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666666;
	}
.table_status_heading {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666666;
	}
.table_status_info {
	text-align: center;
	}
.table_access {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666666;
	}
.table_access_heading {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666666;
	}
.table_access_info {
	text-align: center;
	}
.border_seperator  {
	border-right: 1px solid #666666;
	}
.alt_background {
	background-color:#E6E6E6;
	}
	
#usertable .bdrl {border-left: solid 1px #000;}
#usertable .bdrr {border-right: solid 1px #000;}
