/* CSS for Miscellaneous Page Elements */

/*----------------------------------------------------
All CSS for form elements in the homepage widget areas
----------------------------------------------------*/

.widgetBody select, .widgetBody input {
	font-size: .9em;
}

.widgetInputField input {
	font-size: 1em;
	width: 9.5em;
}

.widgetBody table select {
	width: 17.75em;
}

#myCalstrsLogonButton, .widgetBody table input {
	cursor: pointer;
	border: outset 1px solid #CCCCCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

#myCalstrsLogonButton {
	margin-top: .5em;
	padding: .25em 1.75em .25em .2em;
	background: #A0A4A7 url(../images/CSS/bg_button_lock.gif) no-repeat top right;
}

.widgetBody table input {
	padding: .25em .2em .25em .2em;
	background: #A0A4A7 url(../images/CSS/bg_button.gif) repeat-x top left;
}

#myCalstrsLogonButton:hover, .widgetBody table input:hover {
	color: #9C2424;
}

