html {
	height: 100%;
}
body {
	margin: 0;
	height:100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
img {
	border: 0px;
}
a:link 
{
	/*background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	padding-left: 6px;*/
	font-weight: bold;
	text-decoration: underline;
	color: #02afda;
}
a:visited {
	color: #02afda;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {

}
a:active {
	text-decoration: underline;
	color: #02afda;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p
{
	margin: 0px;
}
h1 {
	font-size: 22px;
	color: #000000;
	margin: 14px 0 7px 0;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin: 4px 0 5px 0;
}
h3 {
	font-size: 12px;
	color: #000000;
	margin: 4px 0 5px 0;
}
#main_container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#head {
	border-bottom: 5px solid #000000;
}
#menu_wrapper {
	height: 33px;
	border-top: 1px solid #eb262b;
	background-image: url('../images/bg_menu.gif');
}
.menu_right {
	height: 33px;
	background-image: url('../images/bg_menu.gif');
	float:right;
}
.menu_left {
	height: 33px;
	background-image: url('../images/bg_menu.gif');
	float:left;
}
#content_wrapper
{
	width:950px;
	clear: both;
}
#content
{
	padding: 15px 0px 15px 0px;
}
#clear_box
{
	clear:both;
}
#sub_content
{
	float: left;
	padding-left: 15px;
}
#footer
{
	background-color: #02afda;
	height: 5px;
	line-height: 15px;
	padding-left: 15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.primo_table{
	border: 1px solid #e5e5e4;
	background-color: #f6f7f7;
}
.primo_table selected{
	border: 1px solid #e5e5e4;
}
.primo_table td {
	height: 23px;
	border-bottom: #ffffff 1px solid;
	border-top: #e9e9e9 1px solid;
	background-color: #f3f3f3;
	line-height: 23px;
	padding-left: 5px;
}
.selected_row td {
	height: 23px;
	border-bottom: #eb262b 1px solid;
	border-top: #e9e9e9 1px solid;
	background-color: #ffffff;
	line-height: 23px;
	padding-left: 5px;
}
.hover_row td {
	height: 23px;
	border-bottom: #fffff 1px solid;
	border-top: #e9e9e9 1px solid;
	background-color: #f6f6ec;
	line-height: 23px;
	padding-left: 5px;
}
.primo_table th {
	background-image: url('../images/bg_primo_table_head.gif');
	height: 25px;
	border-bottom: #ffffff 1px solid;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
}
.primo_table img {
	vertical-align: middle;
	margin-top: -2px;
}
.primo_table .primo_table_footer
{
	background-color:#ffffff;
	color:#676767;	
	cursor: auto;
}
.primo_table .primo_table_footer a
{
	color:#676767;
	text-decoration: none;
}
.selected_page {
	font-weight: bold;
	font-size: 11px;
}
.box_left{
	width: 4px;
	background-image: url(../images/box_left_bg.gif);
}
.box_right{
	width: 4px;
	background-image: url(../images/box_right_bg.gif);
}
.box_btm_left{
	width: 4px;
	height: 5px;
	background-image: url(../images/box_btm_left.gif);
}
.box_btm_right{
	width: 4px;
	height: 5px;
	background-image: url(../images/box_btm_right.gif);
}
.box_btm{
	height: 5px;
	background-image: url(../images/box_btm_bg.gif);
}
.box_content{
	background-image: url(../images/box_top_bg.gif);
	background-repeat:repeat-x;
	background-color: #ffffff;
	padding: 10px;
}
.tooltip a{
	position:relative;
}
.tooltip a span{
	font-family:Arial, Helvetica, sans-serif;
	visibility:hidden;
	position:absolute;
	top:10px;
	left:12px;
	padding:3px;
	width: 200px;
	background:#ffffff;
	color:#000;
	text-decoration:none; 
	border:1px outset #333333;
}
.tooltip a:hover {
visibility:visible;
}
.tooltip a:hover span{
visibility:visible;
}
#submenu_wrapper {
	width: 210px;
	float:left;
}
#submenu_top {
	background-image:url(../images/submenu_top.gif);
	height: 5px;
}
#submenu{
	background-image:url(../images/submenu_bg.gif);
	padding-top:10px;
	padding-bottom: 10px;
}
#submenu .level2
{
	background-image:none;
	padding-left: 25px;
	line-height: 24px;
	width: 160px;
}
#submenu .level2 a
{
	background-image:none;
	padding-left: 25px;
	line-height: 24px;
	width: 160px;
	font-size: 10px;
}
#submenu .level2 .selected a
{
	background-image:url(../images/sub_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 24px;
	color: #000000;
	width: 160px;
}
#submenu a
{
	display: block;
	line-height: 28px;
	padding-left: 20px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#submenu a:hover
{
	text-decoration: none;	color:#333;
	font-weight: bold;
}
#submenu .selected a
{	
	background:url(../images/submenu_selected.gif);
	font-weight: bold;
	color:#FFFFFF;
}
#submenu_btm {
	background-image:url(../images/submenu_btm.gif);
	height: 5px;
}
.form_table td
{
	/*background-color:#efefef;*/
	padding: 2px;
	border-bottom: 2px solid #FFFFFF;
}
.form_table th
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-color:#efefef;*/
	color: #666666;
	line-height: 20px;
	padding: 2px;
	padding-left: 5px;
	border-bottom: 2px solid #FFFFFF;
	width: 100px;
}
.form_field{
	border: 1px solid #cbcbcb; 
	border-top-color:#a6a6a6; 
	width: 300px;
}
.form_field_80{
	border: 1px solid #cbcbcb; 
	border-top-color:#a6a6a6; 
	width: 80px;
}
.form_field_med{
	border: 1px solid #cbcbcb; 
	border-top-color:#a6a6a6; 
	width: 150px;
}
.login
{
	background-color: #8e8e8e;
	background-image: none;
}
.login_box{
	width: 370px;
	height: 139px;
	background-image: url(../images/login.gif);
	padding-top: 145px;
	padding-left: 60px;
	padding-right: 60px;
}
.login_table td{
	padding-bottom: 7px;
}
.login_table th{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	width: 80px;
}
.login_table .form_field{
	width: 200px;
}
.breadcrumb
{
	padding-bottom: 5px;
	margin-top: -5px;
}
.breadcrumb a:link
{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.loading_small_animation_on {
    background: url("../images/loading_small.gif");
    background-repeat: no-repeat;
    background-position: left;
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

.loading_small_animation_off {
    display: none;
    visibility: hidden;
    background: url("../images/loading_small.gif");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.loading_text_on {
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    float: left;
}

.loading_text_off {
    display: none;
    visibility: hidden;
    background-repeat: no-repeat;
    float: left;
}