body
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background-color: #F6F4E4;
	color: #5A1042;
	margin: 0 0 10px 0;
	padding: 0;
}

p
{
	line-height: 1.5em;
}

input, textarea, select
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
	padding: 1px;
}

h1
{
	float: left;
	font-size: 1.8em;
	margin: 0  0 10px 0;
	padding: 0;
	position: relative;
}
h2
{
	font-size: 1.2em;
	margin: 0;
}

a
{
	color: #5A1042;
}

a img
{
	border: none;
}

div#main
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -385px;
	width: 770px;
}

div#promo
{
	width: 514px;
	*width: 502px;
	height: 191px;
	background: url('../img/promo.jpg') top left no-repeat;
	position: relative;
	margin-bottom: 4px;
	background-image: url(../img/promo.jpg);
}

div#promo a
{
	position: absolute;
	top: 131px;
	right: 13px;
	*right: 1px;
}

div#top
{
	position: absolute;
	top: 28px;
	left: 0;
	height: 91px;
	width: 770px;
	background-color: #5A1042;
	background-image: url(../img/top.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#top_logo
{
	height: 91px;
	background-image: url(../img/top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding: 0 0 0 10px;
}

div#top_data
{
	height: 91px;
	background-image: url('../img/top_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	padding-right: 35px;
	color: #fff;
}

div#left
{
	float: left;
	width: 222px;
}

div#right
{
	float: right;
	width: 544px;
}

div.input_error
{
	font-size: 0.85em;
	color: #cc0000;
	margin-bottom: 1em;
	width: 47em;
}

form
{
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}

div#top_data form
{
	font-size: 9px;
	margin-top: 15px;
}

div#top_data input
{
	padding: 2px;
}

input.flat_button
{
	background-color: #5A1042;
	color: #fff;
	padding: 2px 5px;
	border: none;
	font-size: 10px;
}

div#top_data a
{
	color: #fff;
}

/* content main box */
div.box
{
}
div.box_top_left
{
	background: url('../img/box_top_left.gif') top left no-repeat;
	height: 6px;
}
div.box_top_right
{
	background: url('../img/box_top_right.gif') top right no-repeat;
	height: 6px;
}
div.box_bottom_left
{
	background: url('../img/box_bottom_left.gif') bottom left no-repeat;
	height: 6px;
}
div.box_bottom_right
{
	background: url('../img/box_bottom_right.gif') bottom right no-repeat;
	height: 6px;
}
div.box_content
{
	background-color: #fff;
	border-left: 1px solid #A6B2CC;
	border-right: 1px solid #A6B2CC;
	border-bottom: 1px solid #fff;
	padding: 10px 20px;
}

td.greeting
{
	background-image: url('../img/top_divider.gif');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 35px;
}

td.logout
{
	padding-left: 35px;
}

ul#menu
{
	margin: 0;
	padding: 0;
}
ul#menu li
{
	list-style-type: none;
	height: 28px;
	line-height: 25px;
	padding: 0 20px;
	background-image: url('../img/submenu_divider.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
ul#menu li a
{
	color: #fff;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
ul#menu li a:hover
{
	text-decoration: underline;
}

ul#inventory
{
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	margin: 0;
	padding: 0;
	background-image: url('../img/menu_divider.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

ul#inventory li
{
	list-style-type: none;
	float: left;
	height: 28px;
	line-height: 25px;
	padding: 0 20px;
	background-image: url('../img/menu_divider.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

ul#inventory li a
{
	color: #5A1042;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

ul#inventory li a:hover
{
	text-decoration: underline;
}

ul#account_menu
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 123px;
	left: 0;
	width: 770px;
	height: 31px;
	background-color: #7A998A;
	background-image: url('../img/account_menu_bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

ul#account_menu li
{
	list-style-type: none;
	float: right;
	height: 31px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background-image: url('../img/account_menu_divider.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

ul#account_menu li a
{
	color: #dcdcdc;
	text-decoration: none;
}

ul#account_menu li a:hover
{
	text-decoration: underline;
}

ul#account_menu li.last
{
	background: none;
}

ul#account_menu li.active
{
	font-weight: bold;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.box
{
	margin: 4px 0 0 0;
	position: relative;
	background: #C4C6A0;
}
div.box h3
{
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 30px;
	font-size: 1em;
}

div.green_box_top_left
{
	background: url('../img/green_box_top_left.gif') top left no-repeat;
	height: 30px;
}
div.green_box_top_right
{
	background: url('../img/green_box_top_right.gif') top right no-repeat;
	height: 30px;
	margin-left: 30px;
}
div.green_box_content
{
	background: #C4C6A0 url('../img/green_box_left.gif') no-repeat top left;
	border-left: 1px solid #A6B1CC;
	border-right: 1px solid #A6B1CC;
	padding: 10px 10px 0 10px;
	background-color: #C4C6A0;
}
div.green_box_bottom_left
{
	background: url('../img/green_box_bottom_left.gif') bottom left no-repeat;
	height: 6px;
}
div.green_box_bottom_right
{
	background: url('../img/green_box_bottom_right.gif') repeat-x bottom right;
	height: 6px;
	margin-left: 10px;
}


div.red_box_top_left
{
	background: url('../img/red_box_top_left.gif') top left no-repeat;
	height: 30px;
}
div.red_box_top_right
{
	background: url('../img/red_box_top_right.gif') top right no-repeat;
	height: 30px;
	margin-left: 30px;
}
div.red_box_content
{
	background: #C7509C url('../img/red_box_left.gif') no-repeat top left;
	border-left: 1px solid #A6B1CC;
	border-right: 1px solid #A6B1CC;
}
div.red_box_bottom_left
{
	background: url('../img/red_box_bottom_left.gif') bottom left no-repeat;
	height: 6px;
}
div.red_box_bottom_right
{
	background: url('../img/red_box_bottom_right.gif') bottom right no-repeat;
	height: 6px;
	margin-left: 10px;
}


div.brown_box_top_left
{
	background: url('../img/brown_box_top_left.gif') top left no-repeat;
	height: 30px;
}
div.brown_box_top_right
{
	background: url('../img/brown_box_top_right.gif') top right no-repeat;
	height: 30px;
	margin-left: 30px;
}
div.brown_box_content
{
	background: #EDEBD7 url('../img/brown_box_left.gif') no-repeat top left;
	border-left: 1px solid #A6B1CC;
	border-right: 1px solid #A6B1CC;
	padding: 10px;
}
div.brown_box_bottom_left
{
	background: url('../img/brown_box_bottom_left.gif') bottom left no-repeat;
	height: 6px;
}
div.brown_box_bottom_right
{
	background: url('../img/brown_box_bottom_right.gif') bottom right no-repeat;
	height: 6px;
	margin-left: 10px;
}



table.items
{
	width: 100%;
	border-top: 1px solid #A6B1CC;
	border-left: 1px solid #A6B1CC;
	font-size: 0.9em;
}

table.items td
{
	padding: 4px;
	background-color: #eaeaea;
	font-family: Arial;
	border-bottom: 1px solid #A6B1CC;
	border-right: 1px solid #A6B1CC;
}

table.items td.last
{
	border-right: none;
}

table.items td.new
{
	background-image: url('../img/new.gif');
	background-position: center right;
	background-repeat: no-repeat;
}

th
{
	padding: 4px;
	background-color: #d5d6d0;
	background-image: url('../img/th.gif');
	background-position: top right;
	background-repeat: repeat-x;
	border-bottom: 1px solid #A6B1CC;
	border-right: 1px solid #A6B1CC;
	color: #333;
	text-align: left;
}

th.last
{
	border-right: none;
}

table.pricing
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #A6B1CC;
	margin: 20px 0 0 0;
}

table.pricing th
{
	background-color: #515D77;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border: 1px solid #A6B1CC;
}

table.pricing td
{
	padding: 5px;
	background-color: #EAEAEA;
	border: 1px solid #A6B1CC;
}

table.pricing td.price, table.pricing th.price
{
	text-align: right;
}

div.paging
{
	font-size: 0.85em;
	text-align: right;
	padding: 10px 0;
}

div.red_box_right p, div.green_box_content, div.brown_box_right p
{
	font-size: 0.9em;
	color: #000;
}

div.green_box_content div.author
{
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

tr.error
{
	background-color: #F7DADA;
}

div.footer
{
	margin-top: 4px;
	clear: both;
}

div.footer_top_left
{
	height: 6px;
	background-image: url('../img/footer_top_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.footer_top_right
{
	height: 6px;
	background-image: url('../img/footer_top_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.footer_bottom_left
{
	height: 6px;
	background-image: url('../img/footer_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.footer_bottom_right
{
	height: 6px;
	background-image: url('../img/footer_bottom_right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.footer_content
{
	border-left: 1px solid #A6B1CC;
	border-right: 1px solid #A6B1CC;
	background-color: #CFD5E1;
	background-image: url('../img/footer_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding:14px  20px;
	font-size: 0.8em;
}

div.footer_content a
{
	color: #3E4A62;
}

div.footer_content ul
{
	float: right;
	margin: 0;
	padding: 0;
}

div.footer_content ul li
{
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}

.note
{
	font-size: 0.8em;
	color: #5A1042;
}

.asterisk
{
	color: #DE0000;
}

td.field_title
{
	padding-right: 10px;
	text-align: right;
}

div.error
{
	background-color: #F7DADA;
	padding: 15px;
	border: 1px solid #D9BABA;
	margin: 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 1.5em;
}
div.notif
{
	background-color: #D9EDDE;
	padding: 15px;
	border: 1px solid #D9BABA;
	margin: 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #3C3C3C;	
	line-height: 1.5em;
}

div.error ul
{
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
}

tr.tip
{
	color: #777;
	font-size: 0.8em;
}

tr.tip td
{
	padding-bottom: 5px;
}

div.general_settings
{
	padding-top: 20px;
	background-image: url('../img/general_settings.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

div.weekly_reports
{
	padding-top: 20px;
	margin-top: 20px;
	background-image: url('../img/weekly_reports.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

acronym
{
	cursor: help;
}

ul#account_submenu
{
	margin: 0;
	padding: 0;
	height: 32px;
	padding-bottom: 5px;
	
}

html>body ul#account_submenu
{
	padding-bottom: 3px;
}

ul#account_submenu li
{
	list-style-type: none;
	display: block;
	float: left;
	background-image: url('../img/subitem_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 1px;
	line-height: 35px;
	font-size: 12px;
}

ul#account_submenu li a
{
	display: block;
	float: left;
	background-image: url('../img/subitem_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 20px;
	text-decoration: none;
	color: #fff;
}

ul#account_submenu li a:hover
{
	text-decoration: underline;
}

ul#account_submenu li.active
{
	background-image: url('../img/subitem_active_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

ul#account_submenu li.active div
{
	background-image: url('../img/subitem_active_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0 20px;
}

.select_list_cont
{
	float: right;
	font-size: 10px;
	color: #5A1042;
}
