/* ---------------------------------------- */
/* 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 
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

form
{
	display: inline;
}

img
{
	border: 0;
}

/* ---------------------------------------- */
/* 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;
	
	min-height: 850px;
}

/* 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: #007700;	
}

#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
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00bb00;
	letter-spacing: -1px;
	font-weight: bold;
	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 p.top
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	
	margin-left: 0px;
}


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

#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 ul.features
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 60px;

	
	list-style-image: none;
}

#content ul.features li
{
   	padding-left: 40px;
   	
	background-image: url('../images/greentick2.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	
	min-height: 19px;
	
	padding-top: 5px;
}

#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: 235px;
	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;
}

/* Login Contaner */
#textBox_Testimonials
{
	width: 252px;
	height: 180px;
	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_Testimonials p.testimonial
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-left: 8px;
	margin-right: 8px;
	
	font-style: italic;
}

#textBox_Testimonials p.name
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 20px;
}

#textBox_Testimonials a:link, #textBox_Testimonials a:hover, #textBox_Testimonials a:visited, #textBox_Testimonials a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* 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: 235px;
	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;
	
	margin-left: 0px;
	padding-left: 0px;
}

#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: 90px; */
 	padding-right: 35px
}

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

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

#menu ul .item
{
 	display: none;
 	color: #007700;
 	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: #007700;
}

#menu ul .itemLast
{
 	display: none;
 	color: #007700;
 	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: #007700;
}

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

#serverTable .prices
{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
}

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

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