form.frm {
	font-family: Arial;
	font-size: 11px;
}

form.frm th label {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333355;
	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.smalltextbox {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: 400;
	color: #333355;
	border: 1px solid #666666;
	background-color: #F6F8FD;
	padding: 1px;
}

form.frm input.button {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	color: #333355;
}

form.frm input.smallbutton {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	height: 19px;
	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: Courier New;
	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: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #333355;
}
form.frm h1 .h1comment {
	font-size: 75%;
	text-transform: none;
	font-weight: normal;
	vertical-align: middle;
}

form.frm h2 {	
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #333355;
}

table.filter {
	border-color: #333366;
	border-style: solid;
	border-width: 1px;
}

table.filter thead th {
	font-family: Arial Black;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 3px 2px 3px 2px;
	color: #FCFCFC;
	height: 21px;
	background-color: #808095;
	letter-spacing: 1px;
}

table.filter tfoot td, table.filter tfoot th {
	border-color: #333366;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	background-color: #D0D0D5;
	padding-top: 2px;
}

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(../img/toptb.gif);
	background-repeat: repeat-x;
}

table.list thead th a {
	color: #FCFCFC;
	text-decoration: none;
}

table.list thead th a:hover {
	color: #FCFCE0;
}

table.list tbody td.action {
	text-align: center;
}

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: 11px;
	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 a {
	color: #05B;
	text-decoration: none;
}

table.list tfoot td a:hover {
	color: #E03300;
}

table.list tfoot td td {
	border-style: none;
}

.track {
	font-family: Calibri;
	font-size: 12px;	
}

.track a {
	color: #06C;
	text-decoration: none;
}

.track a:hover {
	color: #C60;
}

iframe#hiddenFrame {
	position: absolute;
	visibility: hidden;
	width: 200px;	
	border-style: none;
	z-index: 2;
}
div#helpLayer {
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #FFEF7F;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 2px;
	z-index: 3;
}
div#errorLayer {
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	background-color: #FFEFEF;
	font-family: Tahoma;
	font-size: 11px;
	color: #E00000;
	padding: 2px;
	z-index: 3;		
}
img.help {
	cursor: pointer;
}
img.error {	
	cursor: pointer;
}
div.warning {
	font-size: 13px;
	color: #F93;
	margin: 20px;
}