@charset "UTF-8";
/* CSS Document */

/* Resets **************************************************************************************** */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	
ol, ul {
	list-style: none;
	font-size:80%;}

table {
	border-collapse:collapse;
	border-spacing: 0;
	line-height:140%;
	font-size:75%;
	margin-top:0px;
	margin-bottom:40px;
	width:616px; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
*/	
/*blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
*/	
/*hr {
	border:none;
	height:1px;
	background-color:#cccccc;
	color:#eaeaea;
	clear:both;
	margin:8px 0px;
}
*/	
.clear { clear: both; height: 0; }

address { font-style:normal; }

abbr { border-bottom:dotted #00AFE2 1px; }

/*
a:link { 
	color:#5393CE; 
	text-decoration: none; }

a:hover { 
	border-bottom:dotted 1px #5393CE;
	text-decoration: none; }

a:visited, 
a:active { 
	color:#5393CE; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	border-bottom:dotted 1px #5393CE;
	text-decoration: none; }
	
a.block:link { 
	color:#0b6fd6; 
	text-decoration: none; }

a.block:hover { 
	border-bottom:dotted 1px #0b6fd6;
	text-decoration: none; }

a.block:visited, 
a.block:active { 
	color:#0b6fd6; 
	text-decoration: none; }
	
a.block:visited:hover, 
a.block:active:hover { 
	border-bottom:dotted 1px #0b6fd6;
	text-decoration: none; }
	
a.delete:link { 
	color:#C10000; 
	text-decoration: none; }

a.delete:hover { 
	border-bottom:dotted 1px #C10000;
	text-decoration: none; }

a.delete:visited, 
a.delete:active { 
	color:#C10000; 
	text-decoration: none; }
	
a.delete:visited:hover, 
a.delete:active:hover { 
	border-bottom:dotted 1px #C10000;
	text-decoration: none; }
	
a.close:link { 
	color:#C10000; 
	text-decoration: none; }

a.close:hover { 
	border-bottom:dotted 1px #C10000;
	text-decoration: none; }

a.close:visited, 
a.close:active { 
	color:#C10000; 
	text-decoration: none; }
	
a.close:visited:hover, 
a.close:active:hover { 
	border-bottom:dotted 1px #C10000;
	text-decoration: none; }
	
a.green:link { 
	color:#23cc3b; 
	text-decoration: none; }

a.green:hover { 
	border-bottom:dotted 1px #23cc3b;
	text-decoration: none; }

a.green:visited, 
a.green:active { 
	color:#23cc3b; 
	text-decoration: none; }
	
a.green:visited:hover, 
a.green:active:hover { 
	border-bottom:dotted 1px #23cc3b;
	text-decoration: none; }


.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
*/
/*	
p {
	line-height:140%;
	padding-bottom:5px;
	font-size:80%;
}
	
h1 {
	font-family:Arial, Verdana;
	color:#333;
	font-size:140%;
	font-weight:bold;
	margin:0px;
	line-height:115%;
	clear:both;
	padding-left:15px;
}
h2 {
	font-family:Arial, Verdana;
	color:#333;
	font-size:95%;
	font-weight:bold;
	padding-bottom:6px;
}
h3 {
	font-family:Arial, Verdana;
	color:#333;
	font-size:85%;
	font-weight:bold;
	padding-bottom:3px;
}
label {
	font-size:75%;
	font-weight:bold;
}
input {
	margin:0px; }

select {
	margin-top:0px; }

textarea {
	margin-top:0px; }
	
fieldset {
	border:solid #616d75 1px;
	padding:10px;
}
legend {
	color:#073655;
	font-size:90%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
caption {
	color:#073655;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	word-spacing:-1px;
	border-bottom:solid #b0c5d3 1px;
}
*/
/*table th {
	padding-top:8px;
	padding-bottom:6px;
	padding-left:10px;
	background-color:#F7F7F7;
	padding-right:10px;
	font-weight:bold;
	color:#666;
	font-size:95%; }

table td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	border-top:solid #eaeaea 1px;
	border-left:solid #eaeaea 1px; }
*/
#tasks_table td {
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid #eaeaea 2px;
	border-left:none; }
table.fc-header	td {
border:none;
}


.info H2 {
	color:#073655;
	font-size:110%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
.info p {
	color:#073655;
	font-size:90%;
	font-weight:normal;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
div.info {
	float:left;
	clear:both;
	padding-bottom:10px;
	width:580px;
}


.td1 {
width:60%;
}
.td2 {
width:20%;
}
em {
	font-style:italic;
}
.list_items {
	list-style-type:disc;
	padding-left:22px;
	text-indent:-12px;
	list-style-position:inside;
	font-size:80%;
	line-height:150%;
	padding-bottom:10px;
}
.table_list_items {
	list-style-type:disc;
	padding-left:12px;
	text-indent:-12px;
	list-style-position:inside;
	line-height:150%;
	font-size:95%;
	padding-bottom:0px;
}


	
/* ********************************************************************************************* */
/*
body {
	font-family:Arial, Verdana, sans-serif;
	height:100%;
	background-color: #fff;
	text-align:left;
	margin:0px;
	color: #333;
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
}

 ********************************************************************************************* */

#container {
	width:930px;
	margin-left:auto;
	margin-right:auto;
}
div.content {
	width:945px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:left;
	padding-top:26px;
}
div.left {
	width:244px;
	float:left;
}
div.right {
	width:686px;
	float:right;
}
div#navigation {
	width:222px;
	float:left;
	clear:both;
	padding-bottom:10px;
}
div#news {
	width:222px;
	float:left;
	clear:both;
	padding-bottom:10px;
}
div.single {
	float:left;
	width:290px;
	margin-bottom:20px;
	margin-right:20px;
}
div.double-column {
	float:left;
	width:580px;
	margin-bottom:20px;
	margin-right:20px;
}
div.single-right {
	float:right;
	width:290px;
	margin-bottom:20px;
}
div.form_row {
	float:left;
	clear:both;
	padding-bottom:10px;
	width:290px;
}
.text-input {
	width:283px;
}
.textarea-input {
	width:283px;
}
.highlight {
	color:#C10000;
}
.status_live {
color:#00CC33;
}
span.highlight {
	color:#C10000;
}
hr.nav-menu-hr {
	margin:0px;
	margin-bottom:10px;
	color:#d6d6d6;
	background-color:#d6d6d6;
}
input.input-checkbox {
	margin-right:2px;
}
div.navigation ul {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}
span.divider {
color:#5393CE; font-weight:bold;
}
#heightfix {
	padding-bottom:5px;
}
.subject_list_items {
	list-style-type:disc;
	padding-left:12px;
	text-indent:-12px;
	list-style-position:inside;
	font-size:80%;
	line-height:150%;
	padding-bottom:10px;
}
#flash_inner {
	padding:15px;
	border:solid 5px #00AFE2;
	margin-bottom:400px;
}
h2.h2nav {
	padding-bottom:0px;
	font-size:90%;
}
.navhr {
	background-color:#666666;
	color:#666666;
	margin:5px 0px;
}
.alert_box {
	padding:10px 17px;
	border:solid 3px #c10000;
	margin-bottom:10px;
	background-color:#fff;
}
.alert {
	color:#c10000;
	border-bottom:solid 1px #999;
	padding-bottom:2px;
	margin-bottom:10px;
}
.alert_green {
	color:#23cc3b;
	border-bottom:solid 1px #999;
	padding-bottom:2px;
	margin-bottom:10px;
}
.green_box {
	padding:10px 17px;
	border:solid 3px #23cc3b;
	margin-bottom:10px;
	background-color:#fff;
}
.compulsory {
	color:#c10000;
	font-weight:bold;
	font-size:17px;
}
.dull {
 color:#666;
}
.top-space {
	padding-top:10px;
}
.button {
	width:240px;
	background-image:url(../images/button-bg.jpg);
	background-repeat:repeat-x;
	border:solid 3px #999999;
	padding:7px 17px;
	padding-bottom:1px;
	margin-bottom:10px;
}
p.enlarged {
	font-size:85%;
}
.smaller {
	font-size:11px;
}
.nobotpad {
	padding-bottom:0px;
}
hr.hr_div {
	margin:0px;
	margin-bottom:6px;
}
.mod_box {
	position:absolute;
	top:-1500px;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	width:680px;
	z-index:20;
	background-color:#fff;
	border:solid 10px #333;
	padding:10px;
	margin-bottom:40px;
}
.close {
	color:#C10000;
	font-weight:bold;
}
.block {
	display:none;
}
.block2 {
	display:none;
}
.search_box {
	background-color:#efefef;
	float:left;
	clear:both;
	width:578px;
	margin-bottom:20px;
	padding:10px;
	border:solid #ccc 1px;
	padding-bottom:6px;
	border-top:none;
}
.hr_inner {
	width:600px;
	margin:0px;
	margin-bottom:10px;
}
div#bcrumb {
	padding-left:0px;
	padding-top:10px;
	float:left;
	clear:both;
}
div#header-features {
	float:right;
}
ul#crumbs li {
	float:left;
	padding:6px 0px;
	margin:0px;
}
div#time {
	width:210px;
	float:right;
}
div#time-content {
	width:210px;
	clear:both;
	background-color:#f6f6f6;
	background-image:url(../images/f6f6f6.png);
	background-repeat:repeat;
	text-align:center;
	font-size:12px;
	padding-top:18px;
	margin-bottom:0px;
}
#jclock2 {
	font-size:24px;
}
div#account {
	width:280px;
	float:right;
	margin-left:4px;
}
div#account-content {
	width:240px;
	clear:both;
	background-color:#f6f6f6;
	background-image:url(../images/f6f6f6.png);
	background-repeat:repeat;
	font-size:95%;
	padding:0px 20px;
	padding-top:18px;
}
#tls {
	width:222px;
	float:left;
	clear:both;
	color:#fff;
	padding-bottom:10px;
}
#tls-content {
	width:222px;
	float:left;
	clear:both;
	background-image:url(../images/tls-base.png);
	background-repeat:repeat-y;
}
#tls h3 {
	color:#fff;
}
.light {
	float:left;
	position:relative;
}
ul#nav {
	float:left;
	width:222px;
	color:#c6c6c6;
}

ul#nav li {
	font-weight:bold;
	font-size:14px;
	padding:5px 20px;
	border-bottom:1px solid #d9d9d9;
}

ul#nav li.last {
	padding-bottom:15px;
	border:none;
}

ul#nav li ul {
	list-style:disc;
	margin:0 0 0 20px; 
	padding:3px 0px;
	padding-bottom:5px;
}

ul#nav li ul li {
	margin:0;
	font-weight:normal;
	padding:0;
	border:none;
	font-size:12px;
}
ul#nav {
	float:left;
	width:222px;
	color:#c6c6c6;
}

ul#nav li {
	font-weight:bold;
	font-size:14px;
	padding:5px 20px;
	border-bottom:1px solid #d9d9d9;
}

ul#nav li.last {
	padding-bottom:15px;
	border:none;
}

ul#nav li ul {
	list-style:disc;
	margin:0 0 0 20px; 
	padding:3px 0px;
	padding-bottom:5px;
}

ul#nav li ul li {
	margin:0;
	font-weight:normal;
	padding:0;
	border:none;
	font-size:12px;
}

h2.nav-head {
	display:block;
	font-size:14px;
	margin:0;
	color:#5393CE;
	padding-bottom:0px;
}

h2.nav-head:hover {
	cursor:pointer;
	text-decoration:none;
}
div.nav-content {
	width:222px;
	background-image:url(../images/nav-base.png);
	background-repeat:repeat-y;
	float:left;
}
div.news-content {
	width:182px;
	background-image:url(../images/news-base.png);
	background-repeat:repeat-y;
	float:left;
	padding:0px 20px;
	height:130px;
}
.image-clear {
	float:left;
	clear:both;
}
div.double {
	width:686px;
	float:left;
	clear:both;
}
div.double-content {
	width:656px;
	float:left;
	clear:both;
	background-image:url(../images/double-bg.png);
	background-repeat:repeat-y;
	padding:0px 15px;
}
#footer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-top:20px;
}
#footer-content {
	width:890px;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat;
	float:left;
	height:21px;
	padding:0px 20px;
	padding-top:6px;
	font-size:15px;
	margin-bottom:40px;
}
div.padding {
	padding:0px 20px;
}
.sub {
	font-weight:normal;
	color:#3f6993;
}
.rotating_item {
	position:absolute;
	width:182px;
}
div.information {
	float:left;
	clear:both;
	background-color:#f4f2da;
	border:dashed 1px #d9d5ad;
	padding:10px;
	margin-bottom:10px;
}
span.red {
	color:#ed1c24;
	font-weight:bold;
}
span.amber {
	color:#f5821f;
	font-weight:bold;
}
span.green {
	color:#23cc3b; 
	font-weight:bold;
}
div.single-short {
	float:left;
	width:280px;
	margin-bottom:20px;
	margin-right:40px;
}
div.wrapper-stripes {
	background-image:url(../images/right-bg-withstripes.jpg);
	background-repeat:repeat-y;
	width:620px;
	padding:0px 20px;
	padding-left:40px;
	float:left;
	margin-top:-20px;
	padding-top:20px;
}
.top-space {
	padding-top:10px;
}
.right-bot {
width:680px; height:40px; background-image:url(../images/right-base-bottom.jpg); background-repeat:no-repeat; float:left; background-position:0px -20px;
}
.right_mod_box {
	float:left;
	margin-top:23px;
	padding-bottom:20px;
	width:680px;
}
div.single-right {
	float:left;
	width:280px;
	margin-bottom:20px;
}
.feature_box {
	padding:10px 17px;
	border:solid 3px #cccccc;
	margin-bottom:10px;
	background-color:#fff;
}
#loading {
		position: absolute;
		top: 5px;
		right: 5px;
		}
#calendar {
		width: 616px;
		margin: 0 auto;
}
ul.nav_toggle {
display:block;
float:left;
list-style-type:disc;
margin:0px;
overflow:hidden;
padding:0px;
padding-top:23px;
}
ul.nav_toggle li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0pt;
float:left;
margin-right:5px;
}
ul.nav_toggle a {
float:left;
height:0px !important;
margin:0pt 0pt 0px;
overflow:hidden;
}
ul.nav_toggle li a:hover {
	border-bottom:none;
}
li#retnav-home a {
background:transparent url(../images/retnav-dashboard.png) no-repeat scroll left top;
width:87px;
padding:19px 0pt 0pt;
}
li#retnav-home a:hover {
background:transparent url(../images/retnav-dashboard_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-retnav-home a {
background:transparent url(../images/retnav-dashboard_hover.png) no-repeat scroll left top;
width:87px;
padding:19px 0pt 0pt;
}
li#retnav-account-details a {
background:transparent url(../images/retnav-ad.png) no-repeat scroll left top;
width:63px;
padding:19px 0pt 0pt;
}
li#retnav-account-details a:hover {
background:transparent url(../images/retnav-ad_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-retnav-account-details a {
background:transparent url(../images/retnav-ad_hover.png) no-repeat scroll left top;
width:63px;
padding:19px 0pt 0pt;
}
li#retnav-invoicing a {
background:transparent url(../images/retnav-i.png) no-repeat scroll left top;
width:73px;
padding:19px 0pt 0pt;
}
li#retnav-invoicing a:hover {
background:transparent url(../images/retnav-i_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-retnav-invoicing a {
background:transparent url(../images/retnav-i_hover.png) no-repeat scroll left top;
width:73px;
padding:19px 0pt 0pt;
}
li#retnav-account-activity a {
background:transparent url(../images/retnav-aa.png) no-repeat scroll left top;
width:146px;
padding:19px 0pt 0pt;
}
li#retnav-account-activity a:hover {
background:transparent url(../images/retnav-aa_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-retnav-account-activity a {
background:transparent url(../images/retnav-aa_hover.png) no-repeat scroll left top;
width:146px;
padding:19px 0pt 0pt;
}
li#retnav-invoice-report a {
background:transparent url(../images/retnav-ir.png) no-repeat scroll left top;
width:113px;
padding:19px 0pt 0pt;
}
li#retnav-invoice-report a:hover {
background:transparent url(../images/retnav-ir_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-retnav-invoice-report a {
background:transparent url(../images/retnav-ir_hover.png) no-repeat scroll left top;
width:113px;
padding:19px 0pt 0pt;
}
li#retnav-reports a {
background:transparent url(../images/retnav-re.png) no-repeat scroll left top;
width:69px;
padding:19px 0pt 0pt;
}
li#retnav-reports a:hover {
background:transparent url(../images/retnav-re_hover.png) no-repeat scroll left top;
border-bottom:none;
}
li#cur-retnav-reports a {
background:transparent url(../images/retnav-re_hover.png) no-repeat scroll left top;
width:69px;
padding:19px 0pt 0pt;
}
.account_detail {
padding-bottom:0px;
display: inline;

}
hr.account_divider {
	background-color:#e3e3e3;
	color:#e3e3e3;
}
div.report {
	border:solid 2px #434343;
	float:left;
	width:602px;
	margin-top:10px;
}
div.report-header {
	float:left;
	width:602px;
	height:34px;
	background-image:url(../images/report-header-bg.png);
	background-repeat:repeat-x;
}
div.report-header h3 {
	color:#ffffff;
	padding-bottom:0px;
	text-align:center;
	padding-top:8px;
	font-size:16px;
}
div.report-content {
	width:602px;
	background-image:url(../images/report-base.png);
	background-repeat:repeat-y;
}
div.report-content-left {
	float:left;
	width:360px;
	padding:10px;
}
div.report-content-right {
	float:right;
	width:205px;
	padding-top:10px;
	padding-bottom:10px;
}
div.report-sub {
	float:left;
	width:358px;
	border:solid #d6d6d6 1px;
	margin-bottom:10px;
}
div.report-subhead {
	float:left;
	width:350px;
	background-image:url(../images/report-subhead-bg.png);
	background-repeat:repeat-x;
	border-bottom:solid #d6d6d6 1px;
	font-size:13px;
	height:17px;
	padding-top:4px;
	padding-left:8px;
	font-weight:bold;
}
div.report-sub-content {
	float:left;
	padding:5px 8px;
	width:342px;
}
div.report-sub-content-intro {
	float:left;
	padding:5px 8px;
	background-color:#434343;
	color:#fff;
	width:342px;
}
div.report-sub-content p {
	padding-bottom:0px;
}
div.report-link {
	border:solid 2px #742c8e;
	padding:3px 8px;
	float:left;
	clear:both;
	font-size:12px;
	font-weight:bold;
	background-color:#fff;
	padding-bottom:1px;
	background-image:url(../images/report-subhead-bg.png);
	background-repeat:repeat-x;
	margin-bottom:6px;
}
div.report-link a:hover {
	border-bottom:none;
}
div.report-link:hover {
	border:solid 2px #944cad;
}
.inline {
display: inline;

}