body
{
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background: #0F0F0F url('../img/body-bg.gif');
	color: #167F22;
	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: #167F22;
	background: url('../img/a_bg.gif') bottom left repeat-x;
	text-decoration: none;
}

a:hover
{
	background: none;
	text-decoration: underline;
}

a img
{
	border: none;
}

body div.outer_bord
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
	background:#4D4D4D;
	padding:0 10px;
}

div#main
{
	width: 920px;
	padding: 10px;
	background: #EBEBEB;
}

div#promo
{
	width: 670px;
	height: 300px;
	background: #B0B0B0 url('../img/banner.jpg') top left no-repeat;
	position: relative;
	margin-bottom: 4px;
}

div#promo a
{
	position: absolute;
	top: 136px;
	left: 47px;
	background: none;
}

div#top
{
	position: absolute;
	top: 10px;
/*	left: 10px;*/
	height: 130px;
	width: 920px;
	background: #3B9345 url('../img/top_bg.gif') top left repeat-x;
}

div#top_logo
{
	height: 130px;
	background-image: url('../img/top_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

div#top a
{
	background: url('../img/a_white_bg.gif') bottom left repeat-x;
	text-decoration: none;
}
div#top a:hover
{
	background: none;
	text-decoration: underline;
}

div#top_logo a
{
	background: none;
}

div#top_data
{
	height: 130px;
	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: 220px;
}

div#right
{
	float: right;
	width: 690px;
}

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: #15531C;
	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: 10px;
}
div.box_top_right
{
	background: url('../img/box_top_right.gif') top right no-repeat;
	height: 10px;
}
div.box_bottom_left
{
	background: url('../img/box_bottom_left.gif') bottom left no-repeat;
	height: 10px;
}
div.box_bottom_right
{
	background: url('../img/box_bottom_right.gif') bottom right no-repeat;
	height: 10px;
}
div.box_content
{
	background: #FFF url('../img/box-bg.gif') top left repeat-y;
	line-height: 1.1;
	padding: 10px;
}
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: 25px;
	line-height: 25px;
	padding: 0 20px;
	margin-left: 25px;
	background: url('../img/submenu_item.gif') center left no-repeat;
}
ul#menu li a
{
	color: #fff;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	background: url('../img/a_white_bg.gif') bottom left repeat-x;
}
ul#menu li a:hover
{
	text-decoration: underline;
	background: none;
}

ul#inventory
{
	position: absolute;
	top: 10px;
	right: 0;
	height: 28px;
	margin: 0;
	padding: 0;
}

ul#inventory li
{
	list-style-type: none;
	float: left;
	height: 28px;
	line-height: 25px;
	padding: 0 20px;
}

ul#inventory li a
{
	color: #167F22;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

ul#inventory li a:hover
{
	text-decoration: underline;
}

div#account_menu_right
{
	position: absolute;
	top: 155px;
	width: 920px;
	height: 41px;
	background: url('../img/account_menu_right.gif') top right no-repeat;
}

div#account_menu_left
{
	height: 41px;
	background: url('../img/account_menu_left.gif') top left no-repeat;
}

ul#account_menu
{
	margin: 0 15px;
	padding: 0;
	height: 41px;
	background: url('../img/account_menu_bg.gif') top left repeat-x;
}

ul#account_menu li
{
	list-style-type: none;
	float: right;
	height: 41px;
	line-height: 41px;
	padding: 0 20px;
	color: #333;
	font-size: 1.2em;
	background: url('../img/account_menu_divider.gif') center right no-repeat;
}

ul#account_menu li a
{
	color: #167F22;
	font-weight: bold;
	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: 10px 0 0 0;
	/* This cause error with floated elements in IE
	position: relative;
	*/
}
div.box h3
{
	margin: 0;
	padding-top: 10px;
	color: #fff;
	font-size: 1.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: 35px;
}
div.green_box_content
{
	background: #D6E0D1 url('../img/green_box_left.gif') top left no-repeat;
	border-left: 1px solid #9BD6B9;
	border-right: 1px solid #9BD6B9;
	padding: 10px;
}
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') bottom right no-repeat;
	height: 6px;
	margin-left: 10px;
}


div.red_box_top_left
{
	background: #477F99 url('../img/red_box_top_left.gif') top left no-repeat;
	height: 60px;
}
div.red_box_top_right
{
	background: #477F99 url('../img/red_box_top_right.gif') top right no-repeat;
	height: 60px;
	margin-left: 25px;
}
div.red_box_content
{
	background: #477F99 url('../img/red_box_bg.gif') top left repeat-y;
}
div.red_box_bottom_left
{
	background: #477F99 url('../img/red_box_bottom_left.gif') bottom left no-repeat;
	height: 27px;
}
div.red_box_bottom_right
{
	background: #477F99 url('../img/red_box_bottom_right.gif') bottom right no-repeat;
	height: 27px;
	margin-left: 29px;
}


div.brown_box_top_left
{
	background: #C6936D url('../img/brown_box_top_left.gif') top left no-repeat;
	height: 60px;
}
div.brown_box_top_right
{
	background: #C6936D url('../img/brown_box_top_right.gif') top right no-repeat;
	height: 60px;
	margin-left: 25px;
}
div.brown_box_content
{
	background: #C6936D url('../img/brown_box_bg.gif') top left repeat-y;
	padding: 0 20px;
}
div.brown_box_content
{
	color: #FFF;
	font-family: Verdana, sans-serif;
}
div.brown_box_content a
{
	color: #FFF;
	text-decoration: none;
	background: #C6936D url('../img/a_white_bg.gif') bottom left repeat-x;
}
div.brown_box_content a:hover
{
	text-decoration: underline;
	background: none;
}
div.brown_box_bottom_left
{
	background: #C6936D url('../img/brown_box_bottom_left.gif') bottom left no-repeat;
	height: 27px;
}
div.brown_box_bottom_right
{
	background: #C6936D url('../img/brown_box_bottom_right.gif') bottom right no-repeat;
	height: 27px;
	margin-left: 29px;
}

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.caption
{
	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: #333333;
	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 th a {
	color:#FFF;
}

table.pricing td
{
	padding: 5px;
/*	background-color: #EAEAEA;*/
	border: 1px solid #A6B1CC;
}

table.pricing tr
{
	background-color: #EAEAEA;
}

table.pricing tr.highlight
{
	background-color: #BBDDFF;
}

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-right
{
	clear: both;
	margin-top: 10px;
	height: 67px;
	background: #3B9345 url('../img/footer-right.gif') top right no-repeat;
}
div.footer-left
{
	height: 67px;
	background: url('../img/footer-left.gif') top left no-repeat;
}
div.footer
{
	margin: 0 40px;
	height: 67px;
	background: url('../img/footer-bg.gif') top left repeat-x;
	text-align: center;
	padding: 0;
}

div.footer-content
{
	padding-top: 10px;
}

div.footer a
{
	color: #FFF;
	background: url('../img/a_white_bg.gif') bottom left repeat-x;
	text-decoration: none;
}

div.footer a:hover
{
	background: none;
	text-decoration: underline;
}

div.footer ul
{
	margin: 0;
	padding: 0;
}
div.footer ul li
{
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div.copyright
{
	text-align: center;
	color: #FFF;
}
.note
{
	font-size: 0.8em;
	color: #6E82B3;
}

.asterisk
{
	color: #DE0000;
}

td.field_title
{
	padding-right: 10px;
	text-align: right;
}

div.error
{
	background-color: #F7DADA;
	padding: 10px;
	border: 1px solid #D9BABA;
	margin: 0px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 1.5em;
}
div.notif
{
	background-color: #D9EDDE;
	padding: 5px;
	border: 1px solid #D9BABA;
	margin: 0px 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;
	background: url('../img/submenu_top.gif') bottom left no-repeat;
}

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: #48546F;
}
div.poll_box
{
	text-align:center;
	color:white;
	font-size:10px;
	background-color:maroon;
	height:11px;
}

div.article_container {
	margin-top: 10px;
}
/* PAGENATE */
div.pagenate {
	padding: 5px 0;
	margin-top: 10px;
	color: #000;
	clear:both;
}
div.pagenate span.info {
	border: 1px solid #072A66;
	padding: 1px 15px 3px 3px;
	margin-right: 5px;
	cursor: pointer;
	background: url('../img/menu_action_down.gif') 95% 50% #F0F5FA no-repeat;
}
div.pagenate a:link, div.pagenate a:active, div.pagenate a:visited {
	color: #000;
	text-decoration: none;
}
div.pagenate a {
	border: 1px solid #072A66;
	padding: 1px 3px 3px;
	background-color: #F0F5FA;
	background-image: none;
}
div.pagenate strong {
	border: 1px solid #072A66;
	padding: 1px 3px 3px;
	margin-right: 3px;
	background-color: #FFC9A5;
}
div#jump2page {
	position: absolute;
	border: 1px solid #072A66;
/*	padding: 0px 5px 5px 5px;*/
	z-index: 100;
}
div#jump2page div.title {
	background: #5C7099;
	padding: 2px 5px;
	color: #FFF;
}
div#jump2page div.content {
	background: #F0F5FA;
	padding: 5px;
}
/* END PAGENATE */

div.gmt_time {
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
}

div.lang_chooser {
	position: absolute;
	background-position: left top;
	top:10px;
	left:350px;
	line-height:28px;
	display:none;
	font-size: 0.9em;
}
div.browse-category
{
	padding: 5px 10px;
	width: 200px;
	margin: 5px 15px 5px 0;
	float: left;
}
