/* CSS Document */
form.frm {
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	padding: 5px;
}

form.frm th label {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333355;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

form.frm td {
	color: #333366;
	vertical-align: middle;
}

form.frm .error {
	font-family: Arial;
	font-size: 11px;
	color: #CC3333;
	vertical-align: middle;
}

form.frm .label {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

form.frm input.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #333355;
	border: 1px solid #666666;
	background-color: #F6F8FD;
	padding: 2px;
}

form.frm input.button {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	color: #333355;
}

form.frm select.combobox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #333355;
	border: 1px solid #666666;
	background-color: #F6F8FD;
	padding: 2px;
}

form.frm select.smallcombobox {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #333355;
	border-width: 1px;
	background-color: #F6F8FD;
	padding: 0px;
}

form.frm textarea.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 400;
	color: #333355;
	border: 1px solid #666666;
	background-color: #F6F8FD;
	padding: 2px;
}

form.frm .message {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333366;
}

form.frm a.link {
	color: #6666CC;
	text-decoration: none;
}

form.frm a.link:hover {
	color: #CC6600;
	text-decoration: underline;
}

form.frm h1 {	
	font-family: Arial Black;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333355;
}

form.frm h2 {	
	font-family: Arial Black;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333355;
}

table.list {
	border-color: #333366;
	border-style: solid;
	border-width: 1px;
}

table.list thead th {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 2px 3px 2px;
	color: #FCFCFC;
	height: 21px;
	background-color: #CCCCCC;
	background-image: url(../images/toptb.gif);
	background-repeat: repeat-x;
}

table.list tbody td.action {
	text-align: left;
}

table.list tbody td.action img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

table.list tbody td {
	font-family: Tahoma;
	font-size: 10px;
	vertical-align: middle;
	color: black;
	padding: 1px 2px 1px 2px;
}

table.list tbody tr.even td {
	background-color: #DADADE;
}

table.list tbody tr.odd td {
	background-color: #ECECF2;
}

table.list tfoot td {
	border-color: #333366;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	background-color: #D0D0D5;
}

table.list tfoot td td {
	border-style: none;
}

