/* Give select items a good font size */
select { font-size: 8.5pt; }

/* Colgroup shading for job application */
.col_one { background: #EDE8D5 !important; }
.col_two { background: #E4DABF; }

/* This is the position applying for, used on the application page */
.position { float: left; }

/* This is used for the referral information */
legend { border: thin none #000000; font-weight: bold; }

/* Setup for the yes / no question part of the form */
.table2 td { padding-top: 5px; padding-right: 0px; padding-bottom: 5px; }

/* Makes certain textareas fill their spans completely */
textarea.wide, input.wide { width: 100%; }

/* Modifies input styling */
input, textarea {
	font-weight: normal;
	font-family: tahoma;
	font-size: 9pt;
	/*
	border: 1px solid #4a6d94;
	border: 1px inset #333;
	*/
	border-left: 1px solid #1d1d1d;
	border-top: 1px solid #1d1d1d;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	padding: 1px 4px; 
}

input:focus, textarea:focus, select:focus {
 border: 1px inset #4a6d94 !important;
 background: #ffe url(images/input-default-bg.gif) bottom right repeat-x;
}

.silver {
 cursor: pointer;
 cursor: hand;
 color: #322 !important;
 border: 3px double !important;
 border: 1px solid;
 border-color: #bbb #bbb #8c8c8c #bbb !important;
 background: #ffffff url(images/input-silver-bg.gif) bottom repeat-x;
}
 
.silver:hover,
.silver:focus {
 border: 3px double;
 border-color: #de9797 #de9797 #c85050 #de9797 !important;
 border-color: #a1d192 #a1d192 #69bb50 #a1d192 !important;
 border-color: #D1C792 #D1C792 #BBAA50 #D1C792 !important;
}

a.silver {
 text-decoration: none;
 padding: 1px 2px 2px 2px;
}

/* Gets rid of weird border or radios and checkboxes */
.nb, .noborder { border: none !important; width: auto !important; }

.optional {
 display: block;
 font-weight: normal;
 font-style: italic;
 color: #222;
}

/* Labels for all form items */
label {
 font-size: 8pt; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-weight: bold;
