* {margin: 0; padding: 0;}

/* General */
body {
	background: #fff url(../images/bg_body.gif) center top repeat-x;
	font-family: 'segoe ui','century gothic','Lucida Sans Unicode', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #32393d;
}

p {line-height: 1.4em; margin: 0 0 15px 0;}
a {color: #255c94; text-decoration: underline;}
a:hover {color: #a00000;}

h1 {
	font-size: 1.7em;
	color: #a00000;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	color: #333;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	color: #333;
	margin: 5px 0 10px 0;
}

h4 {
	font-size: 1.4em;
	color: #a00000;
	margin: 14px 0 2px 0;
	font-weight: normal;
}

h5 {
	font-size: 0.9em;
	color: #333;
	margin: 5px 0 10px 0;
}

.red {
	color: #fe4819;
}

sup {font-size: 0.7em;}
img, img a {border: 0;}
ul, ol {margin: 10px 0 10px 25px; padding: 0;}
li {margin: 4px 0 4px 0; line-height: 1.4em;}
ul li {list-style-type: disc;}
hr {border: 0; border-top: 1px dotted #ccc; height: 1px; margin: 0px;}


/* Tables */
td.align-r {text-align: right;}
td.sub-total {border-top: 1px dotted #c4c4c4;}
td.total {border-top: 1px solid #999; border-bottom: 3px double #999;}
td.grey {color: #999;}

table.Billing {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
}

table.Billing th {
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #c4c4c4;
}

table.Billing td {
	padding: 1px 10px 1px 4px;
	vertical-align: top;
}

table.Billing .odd td {background-color: transparent;}
table.Billing .even td {background-color: #f3f3f3;}

table.General {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 10px 0;
}

table.General th {
	font-size: 0.9em;
	text-align: left;
	vertical-align: top;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px dotted #c4c4c4;
}

table.General td {
	padding: 6px 10px 6px 10px;
	vertical-align: top;
}

table.General td.success {
	padding-left: 20px;
	background: URL('/images/icon_success.png') 0 50% no-repeat;
	font-weight: bold;
	color: green;
}
table.General td.error {
	padding-left: 20px;
	background: URL('/images/icon_error.png') 0 50% no-repeat;
}

table.General .odd td {background-color: transparent;}
table.General .even td {background-color: #f0f0f0;}

/* Page Containers */
#cont-body {
	position: relative;
	margin: 0 auto;
	width: 780px;
}

#cont-footer {
	clear: both;
	position: relative;
	width: 100%;
	background: #fff;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {clear: both;}
#Wrapper {clear: both; float: left; width: 780px; display: inline;}

/* Header */
#Header {width: 780px; height: 90px;}

/* Logo */
#Logo {float: left; width: 177px; height: 64px; margin: 14px 0 0 0px; display: inline;}
div.Signup {float: left; width: 120px;height: 90px; display: inline; margin-left: 30px;}

/* Primary Content Area */
.Content {float: left; width: 770px; min-height: 500px; padding: 20px 0 20px 0;}

/* Page footer */
#footer {width: 780px; margin: 0 auto; padding: 15px 0 20px 0;}
#footer p {font-size: 0.85em; color: #888; line-height: 1.8em; margin-left: 20px;}
#footer .Small {font-size: 0.7em; color: #757575;}
#footer a, #footer a:link, #footer a:active, #footer a:visited {text-decoration: none; color: #333; margin: 0;}
#footer a:hover {color: #a00000;}

/* Page Breadcrumbs */

#crumb p {font-size: 0.85em; color: #888; line-height: 1.8em;}
#crumb a, #crumb a:link, #crumb a:active, #crumb a:visited {color: #333; margin: 0;}
#crumb a:hover {color: #a00000; text-decoration: none;}

/* Icon Links */
.pdf {background: URL('/images/icon_pdf.gif') 0 50% no-repeat; padding-left: 20px;}

/* Highlighted boxes */
.InfoMessage {
	clear: both;
	background: #FFF1AC;
	padding: 7px;
	border: 1px solid #FBDD48;
}

.SuccessMessage {
	background: #E8FFDF url('../images/success.gif') no-repeat 5px 8px;
	color: #555;
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.ErrorMessage {
	background: #FFECEC url('../images/error.gif') no-repeat 5px 8px;
	color: #555;
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.Small {
	font-size: 0.75em;
}

ul.tick li {
	list-style-type:none;
	background: url(/images/tick.gif) no-repeat left center;
	margin-left:-15px;
	padding-left:20px;
}

/* added new */

ul#tabnav {
	text-align: left;
	margin: 1em 0 1em 0;
	border-bottom: 1px solid #008098;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
}

ul#tabnav li {display: inline;}
div#tab1 li.tab1, div#tab2 li.tab2, div#tab3 li.tab3, div#tab4 li.tab4 {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}
div#tab1 li.tab1 a, div#tab2 li.tab2 a, div#tab3 li.tab3 a, div#tab4 li.tab4 a {
	background-color: #fff;
	color: #333;
	position: relative;
	top: 1px;
	padding-top: 4px;
}
ul#tabnav li a {
	padding: 3px 4px;
	border: 1px solid #008098;
	background-color: #008098;
	color: #fff;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

div#tab1 li.tab-off a {
	background-color: #ccc;
	color: #eee;
	border: 1px solid #ccc;
	border-bottom: 1px solid #008098;
}
ul#tabnav a:hover {
	background: #fff;
	color: #333;
}