*
{
	margin: 0px;
	padding: 0px;
}

:focus
{
	outline: 0;
}

body
{
	background-image: url(img/background.gif);
	background-repeat: repeat-x;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
}div#header
{
	height: 100px;
	background-color: #ebebeb;
	background-image: url(img/header_image.png);
}

div#container
{
	width: 778px;
	margin: 25px auto;
	background-color: #ffffff;
	border: 1px solid #999999;
	background-image: url(img/left_background.gif);
	background-repeat: repeat-y;
}

div#dmscontainer
{
	width: 778px;
	margin: 25px auto;
	background-color: #ffffff;
	border: 1px solid #999999;
}div#solutions
{
	float: left;
	width: 211px;
}

div#solutions img
{
	margin: 10px auto 0px 20px;
}


div#solutions h1
{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 10px 0px 0px;
	padding-right: 10px;
	color: #ff9700;
}

#solutions ul
{
	clear: both;
	font-size: 11px;
	list-style-type: none;
} 

#solutions li
{
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin: 5px 10px 5px 0px;
	cursor: pointer;
}

#solutions li a
{ 
	color: #0099ff;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

* html #solutions li a /* make hover effect work in IE */
{  
	width: 190px;
}

#solutions li a:hover
{
	background: #fafafa;
}

#solutions a span
{
	display: block;
	color: #333;
	display: block;
	font-weight: normal;
	width: 190px;
}
#solutions a img
{
	border: none;
	margin: 5px 0px 0px 140px;
	padding: 0px;
}

#signin_error
{
	margin-left: 10px;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}#navigation
{
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 778px; /*For KHTML*/
	list-style: none;
	height: 22px;
}

ul#navmenu li
{
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 22px;
}

ul#navmenu ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/
{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu ul li
{
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	border-bottom: 1px solid #cccccc;
}

/* Root Menu */
ul#navmenu a
{
	border-right: 1px solid #CCC;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #EEE;
	color: #666;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a
{
	background: #CCC;
	color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
	float: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a
{
	background: #CCC;
	color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a, ul#navmenu li.iehover li.iehover li a
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
	background: #EEE;
	color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover, ul#navmenu li:hover li:hover li:hover a, ul#navmenu li.iehover li.iehover li a:hover, ul#navmenu li.iehover li.iehover li.iehover a
{
	background: #CCC;
	color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a, ul#navmenu li.iehover li.iehover li.iehover li a
{
	background: #EEE;
	color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover, ul#navmenu li.iehover li.iehover li.iehover li a:hover
{
	background: #CCC;
	color: #FFF;
}

ul#navmenu ul ul, ul#navmenu ul ul ul
{
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul
{
	display: none;
}

ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul
{
	display: block;
}div#main
{
	float: left;
	padding: 5px;
	width: 550px;
}

div#main h1
{
	font-size: 18px;
	font-weight: bold;
	color: #0099cc;
}

div#main p
{
	font-size: 11px;
}

ol
{
	margin-left: 20px;
	font-size: 11px;
}

div.spacer
{
	clear: both;
	margin: 10px 0px;
}

img.index_img
{
	border: 1px solid #999999;
	padding: 3px;
	margin-right: 10px;
	float: right;
}

div#dmsmain
{
	float: left;
	padding: 5px;
	width: 768px;
}

div#dmsmain h1
{
	font-size: 18px;
	font-weight: bold;
	color: #0099cc;
}

div#dmsmain h2
{
	font-size: 11px;
	font-weight: bold;
	color: #0099cc;
	margin: 5px 0px;
}

div#dmsmain p
{
	font-size: 11px;
}div#terms
{
	float: left;
	margin-top: 26px;
	margin-left: 5px;
}

div#terms a
{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #2c2c2c;
}
div#terms a:hover
{
	text-decoration: underline;
}

div#dms_footer
{
	margin: 0px auto;
	height: 44px;
	width: 778px;
	background-image: url(img/footer_img_dms.gif);
}

div#footer
{
	margin: 0px auto;
	height: 44px;
	width: 778px;
	background-image: url(img/footer_img.gif);
}

div#footer_text
{
	margin: 0px auto;
	width: 778px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

div#footer_text a
{
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #2c2c2c;
}
div#footer_text a:hover {
	text-decoration: underline;
}div#slideshow
{
	height: 400px;
}

div#slideshow p
{
	text-align: center;
	font-size: 20px;
	padding: 10px;
}

div#links
{
	width: 250px;
	margin: 0px auto;
}

div#links a.slide_link
{
	font-size: 20px;
	float: left;
	display: block;
	color: #2c2c2c;
	font-weight: bold;
	margin: 0px 10px;
	width: 100px;
	height: 53px;
	background-image: url(img/slide_link.png);
	line-height: 45px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
}

div#links a.slide_link:hover
{
	text-decoration: underline;
}
div#register_form form
{
	margin-top: 30px;
}

div#register_form p
{
	float: left;
	width: 100%;
}
div#register_form input
{
	float: left;
	margin: 5px 10px 0px 10px;
	width: 170px;
}

div#register_form label
{
	float: left;
	font-size: 9px;
	font-weight: bold;
	width: 170px;
	padding: 0px 10px;
	margin-right: 2px;
	text-align: right;
	line-height: 25px;
}

div#register_form .button
{
	clear: both;
	width: 80px;
	display: block;
	padding: 0px 5px;
	margin-top: 10px;
	margin-left: 200px;
}

div#register_form #terms
{
	width: 18px;
}

span.register_status
{
	float: left;
	color: #ff0000;
	font-weight: bold;
	line-height: 25px;
}

#errors
{
	display: none;
	border: 2px solid #ff0000;
	background-color: #fdffe1;
	padding: 10px;
	width: 200px;
	margin: 10px auto;
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
}#error_text
{
	float: left;
	width: 700px;
}

#error_image
{
	float: left;
	width: 230px;
	text-align: center;
}

#error_image img
{
	padding: 20px;
}table#overview_head
{
	width: 735px;
}

table#overview_head td
{
	width: 10%;
}

table#overview_head td a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

table#overview
{
	width: 725px;
	cursor: pointer;
}

table#overview td
{
	padding: 3px;
	width: 10%;
}


table#overview tr:hover
{
	background-color: #ebebeb;
}

div#overview_div
{
	height: 200px;
	width: 765px;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: scroll;
	border: 1px solid #cccccc;
}

#page_msg_holder
{
	border: 2px solid #ff0000;
	background-color: #fdffe1;
	padding: 10px;
	width: 300px;
	margin: 10px auto;
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}div#log_container
{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#log_container .log_spacer
{
	border-bottom: 1px dashed #cccccc;
	width: 100%;
}

div#log_container .log_container
{
	width: 400px;
	margin: 10px auto;
}

div#log_container .log_container div
{
	padding: 0px 50px;
}

div#log_container .log_container span
{
	font-weight: bold;
}#calender
{
	position: fixed;
	_position: absolute;
	z-index: 100;
	top: 0px;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + 20: document.body.scrollTop);
	right: 0px;
	display: none;
	top: 20px;
	left: 20px;
}
	
#calender_date {
	color: #000000;
	font-size: 14px;
	width: 350px;
	border: 3px solid #000000;
	text-align: center;
	background-color: #ffffff;
	}

#prev_month {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	}

#next_month {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	}
	
	
#calender_year {
	width: 350px;
	font-size: 16px;
	font-weight: bold;
	}


a.calhover {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	padding: 0px;
	display: block;
	}
	
a.calhover:hover {
	color: #000000;
	background-color: #ebebeb;
	}
	

	
#calcontainer a {
	text-decoration: none;
	}





#calmonth {
	font-size: 12px;
	font-weight: bold;
	}

.calday {
	border-top: 1px solid #000000;
	text-align: center;
	line-height: 20px;
	}
	
.calday a {
	text-decoration: none;
	cursor: pointer;
	width: 50px;
	height: 20px;
	display: block;
	font-size: 14px;
	}
	

.calday a:hover {
	background-color: #ebebeb;
	color: #000000;
	text-decoration: none;
	}

a.highlight {
	background-color: #ffffff;
	color: #045384;
	text-decoration: none;
	}
	
a.unhighlight {
	color: #ffffff;
	text-decoration: none;
	}


.caldays {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #000000;
	}

.caldayunused {
	border-top: 1px solid #000000;
	}
	div.invoice_info
{
	width: 30px;
	text-align: center;
}

div.invoice_number
{
	width: 100px;
}

div.invoice_amount
{
	width: 100px;
}

div.invoice_name
{
	width: 185px;
}

div.invoice_date
{
	width: 80px;
}

div.invoice_view
{
	width: 50px;
	text-align: center;
}

div.invoice_view a
{
	color: #000000;
}

/*-----------------------------------------------------------------------------*/
/*	Invoice status div styles						*/
/*	This contains the selected invoices current status 	*/
/*-----------------------------------------------------------------------------*/
#invoice_status
{
	float: left;
	width: 240px;
	border: 1px solid #cccccc;
	height: 125px; 
	margin-left: 10px;
}

#invoice_status .invoice_ref
{
	display: block;
	padding: 2px 5px;
	margin-bottom: 3px;
	width: 230px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
}

#invoice_status p
{
	padding: 0px 5px;
}

#invoice_status .email_status_icon
{
	float: left;
	width: 235px;
	padding-left: 5px;
	cursor: pointer;
}

#invoice_status .email_status_icon:hover
{
	background-color: #ebebeb;
}

#invoice_status .email_status_icon span
{
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	display: block;
}

#invoice_status .email_status_icon img
{
	float: left;
	padding: 1px;
	border: 1px solid #ffffff;
}


#invoice_status .email_status_icon a img
{
	border: 1px solid #ffffff;
}

#invoice_status .email_status_icon a img:hover
{
	border-color: #cccccc;
}


#invoice_information
{
	float: left;
	width: 240px;
	border: 1px solid #cccccc;
	height: 240px; 
	margin-left: 10px; 
	margin-top: 10px;
	padding: 5px;
}

#invoice_information p.invoice_info_head
{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 5px;
}

#invoice_information p.invoice_info
{
	font-size: 12px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 5px;
}

.invoice_info_popup
{
	position: fixed;
	width: 350px;
	top: 25px;
	left: 25px;
	padding: 5px;
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	background-color: #ffffff;
	color: #2c2c2c;
}

/* Holds the invoice listing looped table */
#status_container
{
	float: left;
	border: 1px solid #cccccc;
	height: 400px;
	width: 500px;
}

#status_container td.header
{
	padding: 5px;
	background-color: #fbfbfb;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

/* Invoice status rows styles */
tr.row_active
{
	width: 100%;
	background-color: #b3ffa6;
	cursor: pointer;
}

tr.row_active td
{
	padding: 3px;
	border-bottom: 1px dashed #cccccc;
}

.row_active:hover
{
	background-color: #1d84d4;
	color: #ffffff;
}

tr.row_notactive
{
	width: 100%;
	background-color: #ffaaaa;
	cursor: pointer;
}

tr.row_notactive td
{
	padding: 3px;
	border-bottom: 1px dashed #cccccc;
}

tr.row_notactive:hover
{
	background-color: #1d84d4;
	color: #ffffff;
}

tr.row_paused
{
	width: 100%;
	background-color: #ffe691;
	cursor: pointer;
}

tr.row_paused td
{
	padding: 3px;
	border-bottom: 1px dashed #cccccc;
}

t.row_paused:hover
{
	background-color: #1d84d4;
	color: #ffffff;
}

tr.row_blacklist
{
	width: 100%;
	background-color: #333333;
	cursor: pointer;
	color: #ffffff;
}

tr.row_blacklist td
{
	padding: 3px;
	border-bottom: 1px dashed #cccccc;
}	

.row_blacklist:hover
{
	background-color: #1d84d4;
	color: #ffffff;
}


/* Invoice options frame container styles  */
/* Root = Horizontal, Secondary = Vertical */
ul#invoice_options
{
	float: left;
	margin: 35px 0px 10px 10px ;
	background-color: #fbfbfb;
	border: 1px solid #cccccc;
	border-right-width: 0px;
	padding: 0;
	list-style: none;
	height: 22px;
}

ul#invoice_options li
{
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 22px;
	cursor: pointer;
}

ul#invoice_options ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
}

/* Root Menu */
ul#invoice_options a
{
	border-right: 1px solid #CCC;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #EEE;
	color: #666;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#invoice_options a:hover, ul#invoice_options li:hover a, ul#invoice_options li.iehover a
{
	background: #CCC;
	color: #FFF;
}/* Sign in form styles */
div#solutions form input
{
	float: left;
	margin: 0px 10px 0px 10px;
	width: 170px;
}

div#solutions form label
{
	float: left;
	font-size: 9px;
	font-weight: bold;
	width: 170px;
	padding: 0px 10px;
	margin-right: 2px;
}

div#solutions form .button
{
	height: 12px;
	width: 47px;
	display: block;
	padding: 0px 5px;
	margin-top: 10px;
	margin-left: 145px;
	border-width: 0px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(img/login.gif);
}

/* Standard form frame style */
.message_holder
{
	border: 2px solid #ff0000;
	background-color: #fdffe1;
	padding: 10px;
	width: 400px;
	margin: 10px auto;
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

.form_frame
{
	width: 350px;
	margin: 10px auto;
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #fbfbfb;
	text-align: center;
}

.form_frame form label
{
	display: block;
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	line-height: 30px;
}

.form_frame form .button
{
	float: left;
	margin-top: 10px;
	margin-left: 105px;
	width: 80px;
}

.form_frame form select
{
	float: left;
	margin-top: 10px;
	width: 190px;
}

.form_frame form input
{
	float: left;
	margin-top: 10px;
	width: 190px;
}

.form_frame .clear
{
	clear: both;
}

/* Invoice legend frame container styles  */
.legend_frame
{
	float: left;
	width: 310px;
	margin: 10px 0px;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #fbfbfb;
	text-align: center;
}

.legend_frame h2
{
	text-align: left;
}

.legend_frame div
{
	float: left;
	border: 1px solid #aaaaaa;
	height: 10px;
	width: 10px; 
}

.legend_frame span
{
	float: left;
	padding: 0px 5px;
}

.legend_frame #not_active_box
{
	background-color: #ffaaaa;
}

.legend_frame #paused_box
{
	background-color: #ffe691;
}

.legend_frame #active_box
{
	background-color: #b3ffa6;
}

.legend_frame #paid_box
{
	background-color: #ffffff;
}

.legend_frame #bad_payer_box
{
	background-color: #333333;
}

#recovery ul.recover
{
	margin-left: 30px;
	margin-bottom: 10px;
}

#recovery p
{
	margin-bottom: 10px;
	line-height: 40p;
}


#recovery img
{
	cursor: pointer;
	padding: 2px;
	border: 1px solid #ffffff;
	vertical-align: middle;
}

#recovery img:hover
{
	border: 1px solid #cccccc;
}

#recovery a.recover_link
{
	font-weight: bold;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
}