/* ---------------------------------------- */
/* Generic, Body Items                		*/
/* ---------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_gradient.gif);
	background-color: #0a84b2; 
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
body,td,th, div
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

form
{
	display: inline;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* ---------------------------------------- */
/* Body Navigation               			*/
/* ---------------------------------------- */

a:link 
{
	color: #ffaa00;
}
a:visited 
{
	color: #ffaa00;
}
a:hover 
{
	color: #ff0000;
	text-decoration: underline;
}
a:active 
{
	color: #ff0000;
}
a 
{
	text-decoration: none;
}

/* ---------------------------------------- */
/* Headings                					*/
/* ---------------------------------------- */

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffaa00;
	letter-spacing: -1px;
}
h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffaa00;
	letter-spacing: -1px;
}
h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffaa00;
	letter-spacing: -1px;
}
h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffaa00;
	letter-spacing: -1px;
}
h5 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffaa00;
}
h6 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffaa00;
}

/* ---------------------------------------- */
/* Fonts                					*/
/* ---------------------------------------- */

.warning 
{
	font-weight: bold;
	color: #ff0000;
}

/* ---------------------------------------- */
/* Main Layout Containers               	*/
/* ---------------------------------------- */


/* Heading Graphic */
#banner
{
	width: 900px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 80px;
	margin: auto;
	background-color: #005080;
	background-image: url('images/hdr.jpg');
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
}


/* Content container - is only a coloured box INTO which we will throw
   whatever presentation containers we need */
#content
{
	margin: auto;
	
	width: 900px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 11px;
	color: #aaaaaa;
	font-weight: 500;
	
}

/* Page Menu Bar Container */
#pageMenu
{
	height: 19px;
	margin: auto;
	/* padding: 0px 5px 0px 10px; */
	width: 900px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #eeeeee;
	background-image: url('images/textBox_BG.gif');
	background-repeat: repeat-x;
	background-position: top;
}


/* Page footer - sits inside the Content container, attached to the
   lower edge of it: MAYBE! */
#footer
{
	margin: auto;
	min-height: 70px;
	width: 900px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #004066;
	background-image: url('images/hdr.jpg');
	background-repeat: no-repeat;
	background-position: left;
	

}

#footer p
{
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	color: #002033;
	padding: 10px;
	
	margin-top: 0px;
}



/* ---------------------------------------- */
/* Sub Layout Containers               		*/
/* ---------------------------------------- */
/* Used by content that will be dropped inside any of the 
   Main Layout Containers */

/* 	*** Container Text defaults ***  */
#content a
{
	color: #00bb00;	
}

#content a:hover
{
	color: #00ee00;
 	text-decoration: underline;
}

#content .moreLink
{
	text-align: right;
	font-style: italic;
	padding-right: 20px;
}

#content h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00bb00;
	letter-spacing: -1px;
	font-weight: bold;
	padding-left: 4px;
	width: 650px;
	
	background-image: url(images/underline.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: scroll;
	
}

#content h2.short
{
	color:#004066;
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-left: 0px;
	width: 560px;
	
	background-image: url(images/underline_short.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: scroll;
	
}

#content h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004066;
	letter-spacing: -1px;
	padding-left: 4px;
	
	display: inline;
}

#content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	
	margin-left: 35px;
}

#content ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004066;
	margin-left: 80px;
	
	/*
	padding-left: 4px;
	padding-right: 4px;
	
	list-style-type: disc;
	list-style-image: url(images/ulBullet.gif);
	list-style-position: outside;
	text-indent: 20px;
	*/
}

#content li
{
	list-style-image: none;
	list-style-type: none;
   	background-image: url(images/ulBullet.gif);
   	background-repeat: no-repeat;
   	background-position: left center;
   	padding-left: 15px;
	   	
}

#content .note
{
	font-style: italic;
	font-size: 11px;
	margin-left: 71px;
}

#content .smallTextBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4444dd;
	padding-left: 4px;
}

#content .smallTextGreen 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00bb00;
	padding-left: 4px;
}

/* 	*** Sub Containers ***  */

/* holds a 900x300 image advert on the index page */
#mainAdvert
{
	border: 0px;
}

/* width of 218px + 4px margin to the left: */
#textBox_QuarterWide
{
	width: 220px;
	margin-left: 4px;
	margin-top: 4px;
	height: 175px;
	float: left;
	
	border-top: 1px solid #bbbbbb;
	
	background-color: #ffffff;
	background-image: url('images/textBox_BG.gif');
	background-repeat: repeat-x;
	background-position: top;
}

#textBox_QuarterWide p
{
	margin-left: 0px;
}

/* width of 218px + 4px margin to the left: */
#textBox_ThirdWide
{
	width: 294px;
	margin-left: 4px;
	margin-top: 4px;
	height: 225px;
	float: left;
	
	border-top: 1px solid #bbbbbb;
	
	background-color: #ffffff;
	background-image: url('images/textBox_BG.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* Login Contaner */
#textBox_Login
{
	width: 252px;
	margin: auto;
	border: 1px solid #004066;
	background-image: url(images/login_gradient.gif);
	background-color: #29a3d0; 
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	margin-top: 15px;
}

#textBox_Login p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
}

#textBox_Login .loginButton
{
	margin-bottom: 10px;
}

#textBox_Login .loginTextArea
{
	border: 1px solid #004066;
}

/* width of 442px + 4px margin to the left: */
#textBox_HalfWide
{
	width: 446px;
	margin-left: 4px;
	margin-top: 4px;
	min-height: 150px;
	float: left;
	
	border-top: 1px solid #bbbbbb;
	
	background-color: #ffffff;
	background-image: url('images/textBox_BG.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* Two-Third Wide: */
#textBox_TwoThirdWide
{
	width: 594px;
	margin-left: 4px;
	margin-top: 4px;
	height: 225px;
	float: left;
	
	border-top: 1px solid #bbbbbb;
	
	background-color: #ffffff;
	background-image: url('images/textBox_BG.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* width of 442px + 4px margin to the left: */
#textBox_FullWide
{
	width: 894px;
	margin-left: 4px;
	margin-top: 4px;
	min-height: 150px;
	float: left;
	
	border-top: 1px solid #bbbbbb;
	
	background-color: #ffffff;
	background-image: url('images/textBox_BG.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* width of 750px centered: */
#infoBox_750
{
	width: 750px;
	margin: auto;

	min-height: 150px;
	
	border: 1px solid #bbbbbb;
	
	background-color: #ffffff;
	background-image: url('images/info_BG.jpg');
	background-repeat: repeat-x;
	background-position: top;
}


#infoBox_750 h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #004066;
	letter-spacing: -1px;
	font-weight: bold;
	padding-left: 4px;
	padding-top: 14px;
}


#infoBox_750 h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #004066;
	letter-spacing: -1px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 10px;
}

#infoBox_750 h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004066;
	letter-spacing: -1px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 10px;
}


#infoBox_750 p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px 5px 0px 5px;
}




/* width of 442px + 4px margin to the left: */
#textBox_NoBorder
{
	width: 892px;
	float: left;

}

#textBox_NoBorder p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 4px;
}

/* breaks a float left arrangement */
.divBreak
{
	width: 100%;
	height: 0px;
	margin: 0px;
	padding-top: 50px;
}


/* ---------------------------------------- */
/* Check URL Box               				*/
/* ---------------------------------------- */


#checkURL
{
	width: 100%;
	margin: 4px;
	min-height: 120px;
	float: left;
	
	border: 1px solid #004066;
	
	background-image: url(images/login_gradient.gif);
	background-color: #29a3d0; 
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}

#checkURL .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004066;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

#checkURL p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding-left: 20px;
}

#checkURL .smallPrint
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-right: 25px;
}

#checkURL .urlButton
{
	margin-bottom: 0px;
}

#checkURL a
{
	/* color: #004066; */
	color: #ffffff;
}

#checkURL a:hover
{
	color: #000000;
}

#checkURL .urlTextArea
{
	border: 1px solid #004066;
}

#checkURL .urlDropDown
{
	border: 1px solid #004066;
	border-color: #004066;
}

/* ---------------------------------------- */
/* Navigation Controls               		*/
/* ---------------------------------------- */

#menu
{
	position: absolute;
	margin-top: 2px;
	margin-bottom: 3px;
	verical-align: middle;
	padding-left: 30px;
}

#menu ul .top
{
 	color: #000000;
 	/* min-width: 80px; */
 	padding-right: 35px
}

#menu ul .top a
{
 	color: #000000;
}

#menu ul:hover .top a
{
 	color: #00bb00;
 	text-decoration: none;
}

#menu ul .item
{
 	display: none;
 	color: #00bb00;
 	border-left: 1px solid #000000;
 	border-right: 1px solid #000000;
 	font-family: Arial Helvetica, sans-serif;
	font-size: 12px;
}

#menu ul:hover .item
{
 	display: block;
	background: #EEEEEE;
	padding: 4px 4px 0px 8px;
	margin: 0px;
	color: #000000;
}

#menu ul:hover .item a
{
 	color: #000000;
	text-decoration: none;
}

#menu ul:hover .item a:hover
{
 	color: #00bb00;
}

#menu ul .itemLast
{
 	display: none;
 	color: #00bb00;
 	border-left: 1px solid #000000;
 	border-right: 1px solid #000000;
 	border-bottom: 1px solid #000000;
 	font-family: Arial Helvetica, sans-serif;
	font-size: 12px;
}

#menu ul:hover .itemLast
{
 	display: block;
	background: #EEEEEE;
	padding: 4px 4px 4px 8px;
	margin: 0px;
	color: #000000;
}

#menu ul:hover .itemLast a
{
 	color: #000000;
	text-decoration: none;
}

#menu ul:hover .itemLast a:hover
{
 	color: #00bb00;
}

#menu ul
{
	/* width: 100px; */
	float: left;
	margin: 0px;
	padding: 0px;
	/* background: #eeeeee; */
	list-style: none;
	/* border-bottom: 1px solid #000000; */
	font-family: Arial Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

#item6
{
	width: 110px;
}

.clear
{
 	clear: both;
	height: 12px;
}

/* ---------------------------------------- */
/* Other Items      	          			*/
/* ---------------------------------------- */

.spacer
{
	width: 100%;
	height: 20px;
}


#serverTable table
{
	margin: auto;
	width: 600px;
	border: 0px;
	padding: 0px;
	background-color: #ffffff;
}	

#serverTable a:link
{
	color: #004066;
}	

#serverTable a:hover
{
	color: #0080cc;
}	

#serverTable a:visited
{
	color: #004066;
}	

#serverTable a:active
{
	color: #0080cc;
}	

/*
#serverTable th
{
	width: 150px;
	height: 16px;
	border: 0px;
	background-color: #ffffff;
	font-size: 12px;
	color: #004066;
	font-weight: bold;
	vertical-align: middle;
}
*/

#serverTable th
{
	width: 150px;
	height: 16px;
	border-bottom: 1px dashed #004066;
	background-color: #ffffff;
}

#serverTable .tab
{
	width: 150px;
	height: 16px;
	border: 0px;
	background-image: url(images/tableHeaderBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #004066;
	border-bottom: 1px dashed #004066;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 30px;
}

#serverTable td
{
	width: 150px;
	border-top: 0px;
	border-left: 0px;
	border-right; 0px;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px dashed #004066;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#serverTable .features
{
	font-size: 12px;
	color: #004066;
	
	background-image: url(images/rowBullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #ffffff;
}

#serverTable .featuresCenter
{
	font-size: 12px;
	color: #666666;
	background-color: #f8f8f8;
	text-align: center;
}

#serverTable .center
{
	text-align: center;
}

/* --- General Purpose Table --- */

#expandingTable table
{
 	/*
	margin: auto;
	*/
	
	margin-left: 80px;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}	

#expandingTable a:link
{
	color: #004066;
}	

#expandingTable a:hover
{
	color: #0080cc;
}	

#expandingTable a:visited
{
	color: #004066;
}	

#expandingTable a:active
{
	color: #0080cc;
}	

#expandingTable td
{
	border-top: 0px;
	border-left: 0px;
	border-right; 0px;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px dashed #004066;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#expandingTable .rowHeader
{
	font-size: 12px;
	color: #004066;
	
	background-image: url(images/rowBullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #ffffff;
	
	width: 250px;
}

#expandingTable .rowData
{
	text-align: left;
}

#expandingTable .rowDataCenter
{
	text-align: middle;
}

#expandingTable .rowDataRight
{
	text-align: right;
}

#expandingTable .rowDataCenterRed
{
	text-align: center;
	font-style: italic;
	color: #ff3333;
	width: 62px;
}

#expandingTable th
{
	border-bottom: 1px dashed #004066;
	background-color: #ffffff;
}

#expandingTable .tab
{
	width: 150px;
	height: 16px;
	border: 0px;
	background-image: url(images/tableHeaderBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #004066;
	border-bottom: 1px dashed #004066;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 30px;
}


#expandingTable .tick
{
	width: 30px;
	height: 16px;
	border: 0px;
	background-image: url(images/greentick.jpg);
	background-repeat: no-repeat;
	background-position: middle;
	background-attachment: scroll;
	background-color: #ffffff;
	border-bottom: 1px dashed #004066;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}








/* WHMCS STYLES */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

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

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

.wrapper {
	width: 730px;
	border: 0px;
	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;
}

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

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

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

.clientarealinks a {
	color: #555555;
}

table.frame {
	width: 90%;
	border: 1px solid #AAAAAA;
	margin-left:5%;
	margin-right:5%;
	padding:0;
	

}

table.frame td
{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.fieldarea {
	background-color:#EFF2F9;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:right;
}

.clientareatable {
	width: 90%;
	margin: auto;
	background-color: #cccccc;
}

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;
}



/* ---------------------------------------- */
/* User Froms     	          				*/
/* ---------------------------------------- */


.formRequired
{
	font-style: italic;
	color: #ff0000;
	font-size: 10px;
}

/* removed from register.php.htm */
.fieldarea 
{
	background-color: #eff2f9;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}



/* --- General Purpose Table --- */

#expandingTable table
{
 	/*
	margin: auto;
	*/
	
	margin-left: 80px;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}	

#expandingTable a:link
{
	color: #004066;
}	

#expandingTable a:hover
{
	color: #0080cc;
}	

#expandingTable a:visited
{
	color: #004066;
}	

#expandingTable a:active
{
	color: #0080cc;
}	

#expandingTable td
{
	border-top: 0px;
	border-left: 0px;
	border-right; 0px;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px dashed #004066;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

#expandingTable .rowHeader
{
	font-size: 12px;
	color: #004066;
	
	background-image: url(../images/rowBullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #ffffff;
	
	width: 250px;
}

#expandingTable .rowData
{
	text-align: left;
}

#expandingTable .rowDataCenter
{
	text-align: middle;
}

#expandingTable .rowDataRight
{
	text-align: right;
}

#expandingTable .rowDataCenterRed
{
	text-align: center;
	font-style: italic;
	color: #ff3333;
	width: 62px;
}

#expandingTable th
{
	border-bottom: 1px dashed #004066;
	background-color: #ffffff;
}

#expandingTable .tab
{
	width: 150px;
	height: 16px;
	border: 0px;
	background-image: url(../images/tableHeaderBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #004066;
	border-bottom: 1px dashed #004066;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 30px;
}


#expandingTable .tick
{
	width: 30px;
	height: 16px;
	border: 0px;
	background-image: url(../images/greentick.jpg);
	background-repeat: no-repeat;
	background-position: middle;
	background-attachment: scroll;
	background-color: #ffffff;
	border-bottom: 1px dashed #004066;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}

#logon_box
{
	width: 350px;
	margin: auto;
	border: 1px solid #999999;
	padding: 12px 2px 10px 2px;
	
	font-size: 12px;
	color: #999999;
}

#logon_box .label
{
 	width: 150px;
 	background-color: #eff2f9;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#logon_box .input
{
	width: 200px;
}

#logon_box .button
{
	width: 80px;

}

table.list th {
	background-color:#EFF2F9;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:left;
}

table.list td
{
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	
	background-color: #F8F8F8;
}



