input, submit, select {
	width: 100;
	height: 20;
}

.td1 {
	width: 75;
}

.td3 {
	width: 200;
}

td, input, th, span, submit, select {
	font-family: Arial; 
	font-size: 8pt;
}

.error {
	color: #FF0000;
}

body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom:0;
}

.input1 {
	width: 100;
}

.input2 {
	width: 308;
}

.input3 {
	font-size: 8pt;
	width: 194;
}

a {
	color: #000000;
}

/* Paginator */
table.paginator td {
	width:10;
	text-align: center;
}

table.paginator td a {
	display: block;
}

table.paginator td a:hover {
	background-color: #EBEBEB;
}

table.paginator th {
	background-color: #FE1721;
}

table.paginator td.selected {
	background-color: #FE1721;
}
/* Paginator */

/* Calendar */
table.calendar {
	width: 100%;
}

table.calendar td {
	text-align: center;
}

table.calendar td a {
	display: block;
}

table.calendar td a:hover {
	background-color: #EBEBEB;
}

table.calendar th {
	background-color: #FE1721;
}

table.calendar td.selected {
	background-color: #FE1721;
}
/* Calendar */

#ajax_listOfOptions{
	position: absolute;
	width: 350px;
	height: 100px;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 100;
	font-size: 12px;
}

#ajax_listOfOptions div {
	margin: 1px;		
	padding: 1px;
}

#ajax_listOfOptions .optionDiv {
	
}

#ajax_listOfOptions .optionDivSelected {
	background-color: #316AC5;
	color:#FFFFFF;
}

#ajax_listOfOptions_iframe {
	position: absolute;
	background-color:#000000;
}