@CHARSET "ISO-8859-1";

body {font-family: Arial, Helvetica, sans-serif; font-size:15px; background-color:#7BBAFA}

a{color:#0000FF; text-decoration:none;}
a:active{color:#0000FF}
a:link{color:#0000FF}
a:hover{color:#0000FF; text-decoration: underline;}

.SuccessMessage {
	color:#00BB00;
}

.ErrorMessage {
	color:#CC0000;
}

.ErrorMessageQT {
	background-image: url(/js/ext_js/resources/images/default/form/exclamation.gif);
	background-repeat: no-repeat;
  	background-position: center left;
	display:inline;
	color:#CC0000;
}

.NoCookies {
	text-align: center;
	color:#CC0000;
	padding-bottom:15px;
}

.NoJavascript {
	text-align: center;
	color: #CC0000;
	padding-bottom:15px;
}


table.MainBodyTable {
	width: 800px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px outset #999999;
}

table.MainBodyToolbar {
	background-color: #AADD44;
	padding: 10px;
}

span.TinyMenuText {
	font-size: 12px;
	color: #888888;
}

table#LoginAcctManagementLinks {
	width: 50%;
	font-size: 13px;
	color: #333333;
}

table.LoginTable {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-color:#666666;
	border-width: 1px;
	border-style:solid;
		
}
table.LoginTable input.LoginField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
table.LoginTable input.LoginFieldStart {
	color:#CCCCCC;
}

table.AdminTable {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-color:#666666;
	border-width: 1px;
	border-style:solid;
		
}
table.AdminTable input.AdminField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
table.AdminTable input.AdminFieldStart {
	color:#CCCCCC;
}

.RequiredField {
	color: #33CC00;	
}

table.UserListing {font-size:12px;}
table.UserListing table {
	font-size: 14px;
	background-color: #F4F8FF;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}
table.UserListing table th {
	background-color: #E1EAFF;
}
table.UserListing table tr {
	cursor: pointer;
}
table.UserListing table tr:hover {
	background-color: #FFFBF4;
}
table.UserListing table tr.PagingAndSortingRowColor {
	background-color: #EAF2FF;
}
table.UserListing table tr.PagingAndSortingRowColor:hover {
	background-color: #FFF8EA;
	cursor: pointer;	
}
table.UserListing div.PagingAndSortingNoMatchesDiv {
	
}