/* CSS Stylesheet */

body{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	color:#666666;
}

.txt_bold a
{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	font-style:normal;
	text-decoration:none;
	display:block;
	padding:8px 2px 8px 5px;
}

.txt_bold:hover{
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#CC3300;
	text-decoration:underline;
	background-color:#99CC00;
}

.subtxt_bold a{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	font-style:normal;
	text-decoration:none;
	display:block;
	padding:5px;
}

.fld_required{
	color:#FF0000;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	margin-left:5px;
}

.subtxt_bold:hover{
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#CC3300;
	text-decoration:underline;
	background-color:#99CC00;

}
.dest_tab div{margin:0 20px 0 0;}
.dest_tab div a{text-decoration:none; font-family:arial; font-size:12px; font-weight:bold; display:block; width:144px; height:22px; padding:9px 0 0 0; cursor:pointer;}
.dest_tab div.deselect{float:left; background:url(../images/frm__tb_unslct.png) top left no-repeat; text-align:center; border:solid 1px #D3C0A4;}
.dest_tab div.deselect a{color:#4e4e4e;}
.dest_tab div.selected{float:left; background:url(../images/frm__tb_slct.png) top left no-repeat; text-align:center; border:solid 1px #AFAFAF;}
.dest_tab div.selected a{color:#ffffff;}
.dest_tab_submnu{background:#DCEEF1; border-bottom:solid 1px #54B5C3; margin-top:6px; height:40px;}

.dest_tab_submnu a{display:block; float:left; width:98px; height:20px; text-align:center; padding-top:6px; text-decoration:none; margin:7px 5px; font-family:arial; font-size:12px; color:#4e4e4e; cursor:pointer;}
.dest_tab_submnu a.selected{background:#54B5C3; color:#FFFFFF;}
.element_style{font-family:arial; font-weight:bold; font-size:14px; color:#3e3e3e;}
.element_style input[type='text']{height:27px; padding:3px 0 0 5px; background:url(../../images/txt_bg.png) top left repeat-x; border:solid 1px #B8B8B8;}
.field_txt{height:27px; padding:3px 0 0 5px; background:url(../../images/txt_bg.png) top left repeat-x; border:solid 1px #B8B8B8;}
.element_style select{height:33px; padding:7px; width:100px; background:url(../../images/txt_bg.png) top left repeat-x; border:solid 1px #B8B8B8;}
.event_list{border:solid 1px #54B5C3; font-size:11px; font-weight:bold; background:#e8f5f7;}
.event_list td{height:23px;}
.event_list a{color:#0d8495; text-decoration:none; margin-left:15px; cursor:pointer;}
#eventlist_arr{position:absolute; left:-33px; _left:-33px; display:none;}