/* $Id: eexpo_print.css 10183 2007-04-06 14:51:11Z martin $ */

#prn_invisible{
	display:none;
}

/* debug info formating hack */
html body div pre {
	background: lightyellow;
	width: 100%;
	overflow: scroll;
	}

body{
	background:#ffffff;
	margin:0px;
	font-family:Verdana,Trebuchet MS, sans-serif;
}
a:link,a:visited,a:active{
	color:#599213;
}
a:hover{
	color:#9FD951;
}
a img{
	border:0px;
}
.header{
	display:none;
}


.horizontal_menu{
	display:none;
}


/* -- breadcrumb -- */
.breadcrumb{
	display:none;
}


/* -- footer classes -- */

.footer{
	display:none;
}
.signs{
	display:none;
}
/* -- right column -- */
.right_front_position{
	display:none;
}

.right_column{
	display:none;
}

.right_position{
	display:none;
}

/* -- content classes -- */
.content{
	padding-left:10px;
	text-align:left;
	font-size:8.5pt;
}
td{
	font-size:8.5pt;
	line-height:13.5pt;
}

.content h1{
	font-size:16pt;
	line-height:20pt;
	font-family:Trebuchet MS;
	color:#555555;
	margin-top:5px;
}
.content h2{
	font-size:13pt;
	line-height:18pt;
	font-family:Trebuchet MS;
	color:#555555;
	margin-bottom:10px;
}
.content h3{
	font-size:11pt;
	line-height:16pt;
	font-family:Trebuchet MS;
	color:#555555;
	margin-bottom:10px;
	font-weight:normal;
}
.content h4{
	font-size:10pt;
	font-family:Trebuchet MS;
	color:#555555;
	margin-bottom:10px;
}
.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
}
.marginr10{
	margin-right:10px;
	float:left;
}

/* -- common elements -- */

input,select,textarea{
	font-family:Verdana, sans-serif;
	font-size:8.5pt;
	line-height:10pt;
	
}
.clearleft{
	clear:left;
	font-size:1px;
	line-height:1px;
}
.box{
	border-bottom:1px solid #8DC73D;
	background:#D5F4AB;
	width:590px;
}
.box div{
	padding:5px;
}
.space{
	margin:10px 0px;
}
.box_gray, .box2{
	background:url(images/gray_tbl_bg.gif) bottom left repeat-x #ffffff;
	border:1px solid #cccccc;
	padding:5px;
	text-align:left;
}
.box_gray td{
	padding:3px 7px;
	background: inherit;
	
}
.box_gray h2{
	margin:0 0 10px 0;
}
.box_reverse_gray, .box5{
	background:url(images/reverse_tbl_bg.gif) top left repeat-x #ffffff;
	border:1px solid #cccccc;
	padding:5px;
	text-align:left;
	margin:5px 0;
}
* html .box_gray td{
	background: ;
	}

.box_gray h3{
	font-size:10pt;
	font-weight:bold;
	margin:3px 0 5px 0;
}

hr{
	height:1px;
	background:#DBDBDB;
	color:#DBDBDB;
}
.msg{
	font-size:8.5pt;
	margin:10px 0;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:3px;
	margin-bottom:10px;
}
.status_msg{
	text-align:center;
	margin:10px 0;
}
.midbox{
	width:600px;
}
.midbox_display{
	width:600px;
}

.sml{
	font-size:7.5pt;
}
.indent{
	padding-left:15px;
	line-height:14pt;
}
.section{
	font-size:8.5pt;
	font-weight:bold;
}
.leftbox{
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	width:175px;
	float:left;
}
.centeralignment{
	padding:5px 5px 5px 20%;
}
.smlbox{
	width:350px;
}
.bigbox{
	width:590px;
}

.green{
	font-weight:bold;
	font-size:8.5pt;
	border-bottom:1px solid #8EC63E;
	background:#CBF292;
	margin:10px 0px;
	padding:3px 5px;
}
.red{
	padding:3px 5px;
	font-weight:bold;
	font-size:8.5pt;
	border-bottom:1px solid #cc0000;
	background:#FF0000;
	margin:10px 0px;
	color:#ffffff;
	
}
.redtext{
	color:#cc0000;
	font-weight:bold;
}
.padding5{
	padding:5px;
}
.prod_table{
	border-top:1px solid #787878;
	border-left:1px solid #787878;
}
.prod_table th{
	border-bottom:1px solid #787878;
	border-right:1px solid #787878;
	padding:3px 5px;
	font-size:8.5pt;
}
.prod_table td{
	border-bottom:1px solid #787878;
	border-right:1px solid #787878;
	padding:3px 5px;
	font-size:8.5pt;
}
.prodrow-subtotal{
	font-weight:bold;
	font-size:9pt;
	text-align:right;
	border-bottom:1px solid #787878;
	border-right:1px solid #787878;
}
.prodrow-total{
	font-weight:bold;
	font-size:9pt;
	color:#A90202;
	text-align:right;
	border-bottom:1px solid #787878;
	border-right:1px solid #787878;
}
.box_gray{
	border:1px solid #787878;
}