/* CSS Document */

/* Global bits */

.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

.boxheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.boxtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.boxtext a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ee5454;
	text-decoration:none;
	font-weight:bold;
}

.boxtext a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7cc828;
	text-decoration:none;
	font-weight:bold;
}

.menu_deselect {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.menu_deselect a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu_deselect a:hover {
	color:#333333;
	text-decoration:none;
}

.menu_select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

.menu_select a {
	color:#333333;
	text-decoration:none;
}

.menu_select a:hover {
	color:#333333;
	text-decoration:underline;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:130px;
}

.smallselect {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:50px;
}

.txtfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:100px;
}

.contenttable {
	border-top-width:1px;
	border-top-color:#F3853B;
	border-top-style:solid;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}

.yellowdotted{
	background-color: #FFFFCC;
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

option.header_list {
	color:#3399ff;
	font-weight:bold;
	font-size:9pt;
	}
	
option.tinted_list {
	font-size:9pt;
	}