body
{
	font: normal 0.8em Arial, Verdana, Tahoma, sans-serif;
	background: #FFF;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p
{
	padding: 0;
}

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;
	color: #8D8D8D;
}
h2
{
	font-size: 1.2em;
	margin: 0;
}

a
{
	text-align: none;
	color: #455683;
}
a:hover
{
	text-align: underline;
}
a img
{
	border: none;
}

div#main
{
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

div#header
{
	height: 120px;
	background: url('../img/header.jpg') center center no-repeat;
	margin-top: 10px;
	padding: 0;
}

div#content_left
{
	padding: 0;
	margin: 0;
	background: url('../img/left_border.gif') top left repeat-y;
}

div#content_right
{
	padding: 0;
	margin: 0;
	background: url('../img/right_border.gif') top right repeat-y;
}

div.column
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 10px 5px 10px;
}

div.center_column
{
	float: left;
	width: 480px;
	padding: 10px 0 5px 0;
	margin: 0;
	overflow:hidden;
}

div#logo
{
}

div#promo
{
	width: 514px;
	*width: 502px;
	height: 191px;
	background: url('../img/promo.jpg') top left no-repeat;
	position: relative;
	margin-bottom: 4px;
}

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: #545F79;
	background-image: url('../img/top_bg.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: #455683;
	color: #FFF;
	padding: 2px 5px;
	border: none;
	font-size: 10px;
}

div#top_data a
{
	color: #fff;
}

/* content main box */
div.box
{
	margin: 10px 0 0 0;
	_margin: 0;
	padding: 0;
}

div.box h3
{
	margin: 0;
	padding: 0;
	color: #8D8D8D;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
}

/* blue box start */
div.blue_box_header
{
	height: 10px;
	width: 200px;
	background: url('../img/blue_box_header.gif') bottom left no-repeat;
}

div.blue_box_content
{
	width: 170px;
	background: url('../img/blue_box_content.gif') top left repeat-y;
	padding: 0 15px;
}

div.blue_box_footer
{
	width: 200px;
	height: 10px;
	background: url('../img/blue_box_footer.gif') top left no-repeat;
}
/* blue box end */

/* orange box start */
div.orange_box_header
{
	height: 10px;
	width: 200px;
	background: url('../img/orange_box_header.gif') bottom left no-repeat;
}

div.orange_box_content
{
	width: 170px;
	background: url('../img/orange_box_content.gif') top left repeat-y;
	padding: 0 15px 0 15px;
	margin: 0;
}

div.orange_box_footer
{
	width: 200px;
	height: 10px;
	background: url('../img/orange_box_footer.gif') top left no-repeat;
	margin: 0;
	padding: 0;
}
/* orange box end */

/* red box start */
div.red_box_header
{
	height: 10px;
	width: 200px;
	background: url('../img/red_box_header.gif') bottom left no-repeat;
}

div.red_box_content
{
	width: 170px;
	background: url('../img/red_box_content.gif') top left repeat-y;
	padding: 0 15px;
}

div.red_box_footer
{
	width: 200px;
	height: 10px;
	background: url('../img/red_box_footer.gif') top left no-repeat;
}
/* red box end */

/* green box start */
div.green_box_header
{
	height: 10px;
	width: 200px;
	background: url('../img/green_box_header.gif') bottom left no-repeat;
}

div.green_box_content
{
	width: 170px;
	background: url('../img/green_box_content.gif') top left repeat-y;
	padding: 0 15px;
}

div.green_box_footer
{
	width: 200px;
	height: 10px;
	background: url('../img/green_box_footer.gif') top left no-repeat;
}
/* green box end */

/* light blue box start */
div.lightblue_box_header
{
	height: 10px;
	width: 200px;
	background: url('../img/lightblue_box_header.gif') bottom left no-repeat;
}

div.lightblue_box_content
{
	width: 170px;
	background: url('../img/lightblue_box_content.gif') top left repeat-y;
	padding: 0 15px;
}

div.lightblue_box_footer
{
	width: 200px;
	height: 10px;
	background: url('../img/lightblue_box_footer.gif') top left no-repeat;
}
/* light blue box end */

/* grey box start */
div.grey_box_header_right
{
	height: 20px;
	background: url('../img/grey_box_header_right.gif') bottom right no-repeat;
}
div.grey_box_header_left
{
	height: 20px;
	background: url('../img/grey_box_header_left.gif') bottom left no-repeat;
}
div.grey_box_header
{
	height: 20px;
	background: url('../img/grey_box_header_bg.gif') bottom left repeat-x;
	margin: 0 10px;
}
div.grey_box_content_right
{
	background: url('../img/grey_box_content_right.gif') top right repeat-y;
	padding: 0;
	margin: 0;
}
div.grey_box_content_left
{
	background: url('../img/grey_box_content_left.gif') top left repeat-y;
	padding: 0;
	margin: 0;
}
div.grey_box_content
{
	background: #F8F8F8;
	padding: 0 15px;
	margin: 0 6px;
}
div.grey_box_footer_right
{
	height: 20px;
	background: url('../img/grey_box_footer_right.gif') top right no-repeat;
}
div.grey_box_footer_left
{
	height: 20px;
	background: url('../img/grey_box_footer_left.gif') top left no-repeat;
}
div.grey_box_footer
{
	height: 20px;
	background: url('../img/grey_box_footer_bg.gif') top left repeat-x;
	margin: 0 10px;
}
/* grey box end */

div.box_content
{
	margin: 0;
	padding: 0;
}

td.logout
{
	padding-left: 35px;
}

ul#menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#menu li
{
	line-height: 22px;
	padding-left: 15px;
	margin: 0;
	background: url('../img/menu_item.gif') center left no-repeat;
	font-weight: bold;
}
ul#menu li a
{
	text-decoration: none;
	color: #455683;
}
ul#menu li a:hover
{
	text-decoration: underline;
}

div.inventory
{
	height: 30px;
	margin: 0;
	padding: 0;
	background: url('../img/inventory_bg.gif');
}

div#inventory-center
{
	height: 30px;
	margin: 0 auto;
	padding: 0;
	width: 920px
}

ul#inventory
{
	padding: 0;
	margin: 0;
	height: 30px;
	float: right;
	background: url('../img/menu_divider.gif') top right no-repeat;
	list-style-type: none;
}

ul#inventory li
{
	float: left;
	line-height: 30px;
	padding: 0 20px;
	background: url('../img/menu_divider.gif') top left no-repeat;
}

ul#inventory li a
{
	color: #FFF;
	text-decoration: none;
	font: bold 10px Verdana, sans-serif;
}

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

ul#account_menu
{
	margin: 0 auto;
	padding: 9px 0 0 0;
	width: 918px;
	height: 46px;
	background: url('../img/account_menu_bg.gif') top left repeat-x;
	list-style-type: none;
}

ul#account_menu li
{
	float: right;
	line-height: 46px;
	margin: 0 5px;
	padding: 0;
	background: url('../img/account_item_left.gif') bottom left no-repeat;
}

ul#account_menu li a
{
	line-height: 46px;
	padding: 0 15px;
	margin: 0;
	color: #455683;
	font-size: 1.4em;
	text-decoration: none;
	background: url('../img/account_item_right.gif') bottom right no-repeat;
	display: block;
}

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

ul#account_menu li.active
{
	line-height: 46px;
	padding: 0;
	margin: 0 5px;
	text-decoration: none;
	background: url('../img/account_item_left_active.gif') bottom left no-repeat;
	display: block;
}

ul#account_menu li.active div
{
	line-height: 46px;
	padding: 0 15px;
	margin: 0;
	color: #8D8D8D;
	font-size: 1.4em;
	text-decoration: none;
	background: url('../img/account_item_right_active.gif') bottom right no-repeat;
	display: block;
}

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: #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 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;
}

tr.error
{
	background-color: #F7DADA;
}

div.footer_right
{
	clear: both;
	margin: 0;
	padding: 0;
	background: url('../img/footer_right.gif') top right no-repeat;
	height: 5px;
}
div.footer_left
{
	margin: 0;
	padding: 0;
	background: url('../img/footer_left.gif') top left no-repeat;
	height: 5px;
}
div.footer
{
	margin: 0 5px;
	padding: 0;
	background: url('../img/footer_bg.gif') top left repeat-x;
	height: 5px;
}

div.footer_content
{
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 8pt;
}
div.footer_content a
{
	color: #3E4A62;
}

div.footer_content ul
{
	margin-bottom: 7px;
	padding: 0;
	list-style-type: none;
}

div.footer_content ul li
{
	display: inline;
	margin: 0 10px;
}
div.gmt_time {
	text-align: center;
	font-size: 8pt;
	margin: 0;
}

.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: 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;
}

.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;
}
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.lang_chooser
{
	height: 15px;
	padding-top: 5px;
	margin: 0;
	float: left;
	color: #FFF;
	font: bold 10px Verdana, sans-serif;
}

div#calendar-container
{
	margin-top: 10px;
	text-align: center;
}

table.article_cats a
{
	font-weight: bold;
	text-decoration: none;
}

table.article_cats a:hover
{
	text-decoration: underline;
}

