@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

	background-image:url(../images/bg_stripe.jpg);
	background-repeat:repeat-x;
	/*background-position:center;*/


}
#main_tbl{
	text-align:left;
	margin:0;
	padding:0;
	
	background-image:url(../images/plain_layout.jpg);
	background-repeat:no-repeat;
	
}
.title{
	font-weight:bold;
	font-size:12px;
	color:#060;
}
.txt_small{
	font-size:10px;
}
#content_div{
	top:20px;
	left:0px;
	width:620px;
	/*height:450px;*/
	position:relative;
	boder:1px solid #FF0000;
	z-index:1;
	/*overflow:auto;*/
}
#menu_div{
	top:140px;
	left:20px;
	width:160px;
	height:310px;
	position:relative;
	z-index:2;
	boder:1px solid #FF0000;
}
#logo_div{
	position:relative; top:21px; left:458px; width: 131px; height: 164px;z-index:3;
}
#print_div{
	float:right;
	margin-top:4px;
	width: 70px; height: 14px;
	/*position:relative; top:0px; left:550px; width: 70px; height: 14px;z-index:4;*/
}
#ticker_div{
	float:left;
	margin-top:3px;
	padding-left:60px;
}
#content_iframe{
	top:250px;
	left:220px;
	width:620px;
	border:0;
	z-index:5;
	position:relative;
}
.menu_item_div{
	width:100%;
	border-bottom:1px solid #cdd5da;
	/*background-color:#CCC;*/
}
.menu_item, .menu_item_hot, .menu_item_sub, .menu_item_sub_hot{
	font-size:12px;
	color:#7ab3a4;
	text-decoration:none;
	background-image:url(../images/menu_dot.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
}
.menu_item_hot{
    color:#b30001;
	background-image:url(../images/menu_dot_hot.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.menu_item_sub{
	margin-left:20px;
}
.menu_item_sub_hot{
    color:#b30001;
	background-image:url(../images/menu_dot_hot.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:20px;
}
.input_field{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #063;
	width:100%;
}
.autoriza_input{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #063;
	width:100%;
}
.autoriza_input_txt{
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px dotted #063;
	width:230px;
}
.input_label{
	
	color:#696;
}







