
input.field {
	font-family: Verdana;
	font-size: 12px;
        color: #000000;
        background-color: #DDDDDD;
}

input.button {
	font-family: Verdana;
	font-size: 12px;
	padding: 4px 12px;
        color: #FFFFFF;
        background-color: #F6901C;
}

input.regButton {
	font-family: Verdana;
	font-size: 12px;
	padding: 4px;
        color: #FFFFFF;
	font-weight: bold;
        background-color: #F6901C;
}


/* ----------------------------------------------------- */
/* -- Calendar ----------------------------------------- */
table.month {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

table.month td {
	width: 25px;
	height: 20px;
}

.monthheading {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.month td.dayheading {
	color: #FFFFFF;
	background-color: #F6911D;
	text-align: center;
	font-weight: bold;
	border: 1px solid #999999;
}

td.emptycell {
	border: 1px solid #DDDDDD;
}

/* The cells that are inactive...  they are in the future. */
td.daycell {
	color: #666666;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #999999;
}

/* The cells that are active...  they are in the past. */
td.daycellhand {
	color: #000066;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #999999;
	cursor: pointer;
	cursor: hand;
}

/* The active cells that have had data entered for them. */
td.daycellhandData {
	color: #000066;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 2px solid #333366;
	cursor: pointer;
	cursor: hand;
	padding: 0px;
}

/* The active cells that have the mouse hovering over them. */
td.daycellOver {
	color: #000066;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	border: 2px solid #333333;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	padding: 0px;
}




.row0 {
	background-color: #F8F8F8;
}

.row1 {
	background-color: #FFFFFF;
}




.success {
        font-size: 11px;
        color: #009900;
	font-weight: bold;
}


.failure, .error, .mandatory {
        font-size: 11px;
        color: #990000;
	font-weight: bold;
}



#bannerDiv th {
        text-align: left;
        background-color: #F8F8F8;
	border: 0;
}


.question {
	font-weight: bold;
}

.answers {
	margin-left: 20px;
}

.answer {
	margin-top: 5px;
	margin-bottom: 5px;
}



/* div.fieldset */

fieldset {
	width: 500px;
	border: 1px solid #DDDDDD;
}

fieldset legend {
	font-weight: bold;
}


