FORM, INPUT, TEXTAREA, SELECT {
	font-family: Verdana;
	font-size: 11px;
}

input textarea select {
	font-family: Verdana;
	font-size: 11px;
}

.center {
	text-align: center;
	margin: 4px auto 4px auto;
}

div.float {
	float: left;
}

p.MessageOK {
	font-family: Verdana;
	font-size: 12px;
	color: #009933;
	text-align: left;
	vertical-align: top;
	margin: 10px;
}

#tooltip {
	position: absolute;
	border: solid 1px #7f7f7f;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 11px;
	font-family: Verdana;
	z-index: 5;
}

#window {
	position: absolute;
	border: solid 1px #7f7f7f;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
	z-index: 2;
	overflow: auto;
}

#windowAnother {
	position: absolute;
	border: solid 1px #7f7f7f;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
	z-index: 2;
	overflow: auto;
}

.left {
	text-align: left;
}

.pointer {
	cursor: pointer;
}

.right {
	text-align: right;
}

p.noPad {
	margin: 2px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

fieldset.From {
	color: #3366CC;
	border: 1px solid #D8EBE9;
	font-weight: normal;
	margin: 10px auto 10px auto;
}

div.ListingSum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #999999;
	float: left;
	clear: both;
	height: 15px;
	width: 120px;
	padding: 0px;
	margin-bottom: -1px;
	margin-top: 4px;
}

div.ListingPage {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 15px;
	float: right;
	cursor: pointer;
	margin-bottom: -1px;
}

div.ListingPage#off {
	font-family: Webdings;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}


div.ListingPage#on {
	font-family: Webdings;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


div.ListingPageLighted {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	background-color: #EAEAEA;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 15px;
	float: right;
	margin-bottom: -1px;
}

div.WindowTitle {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-image: url(../graph/backend/TabBg.png);
	background-repeat: repeat-x;
	height: 18px;
	width: 95%;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	margin: 10px;
}
/* Search panel */

td.ListingSearchHead {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #F1F9EB;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
td.ListingSearchHead#Corner {
	background-color: #E1EAD9;
	width: 150px;
}

div.InputGroup#Left {
	clear: left;
	float: left;
	margin-bottom: 4px;
}
td.ListingSearchButton {
	background-color: #DBDBDB;
	padding-right: 3px;
	text-align: center;
	width: 144px;
	font-size: 9px;
	color: #a9a9a9;
	padding-left: 16px;
}

td.ListingSearchButton#All {
	height: 50%;
	background-color: #e8e8e8;
	color: #a9a9a9;
}
div.InputGroup#Right {
	clear: right;
	float: left;
	margin-bottom: 8px;
}
div.InputGroup {
	float: left;
	margin-bottom: 8px;
	margin-left: 8px;
}

input.FormSubmitYes {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
	height: 22px;
	float: left;
}