/* 
	----------------------------------------------------------------
	Generic tag styles
	----------------------------------------------------------------
*/
body, div, table, td, select, input, label, P
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 13px;
}
INPUT, SELECT
{
	color: #000000;
}
LEGEND
{
	font-weight: bold;
}
FIELDSET
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
H2, H3, H4, H5
{
	font-weight: bold;
	color: #596878;
	font-family: Tahoma, Arial, Verdana;
}
H2
{
	padding-top: 12px;
}
A.joblink:hover
{
	color: #666666;
}
A
{
	color: #333333;
	text-decoration: underline;
}
A:Visited
{
	color: #333333;
	text-decoration: underline;
}
A:Active
{
	color: #333333;
	text-decoration: underline;
}
A:Hover
{
	color: #666666;
	text-decoration: underline;
}



/* 
	----------------------------------------------------------------
	Special style classes 
	----------------------------------------------------------------
*/
.box
{
	color: #41414B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
}

.header
{
	color: #636562;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

/* special header style for job search job area headings*/
.arealink
{
	color: #636562;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
/* special header style for job search job area headings*/
.joblink
{
	color: #333333;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}
.inputSubmit
{
	behavior: url(include/hover.htc);
	border-right: 1px solid;
	padding-right: 1px;
	border-top: 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: 1px solid;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: 1px solid;
	font-family: Verdana,tahoma,Arial;
	background-color: #6881bc;
}
.inputSubmitHover
{
	border-right: 1px solid;
	padding-right: 1px;
	border-top: 1px solid;
	padding-left: 1px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	behavior: url(include/hover.htc);
	border-left: 1px solid;
	cursor: hand;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: 1px solid;
	font-family: Verdana,tahoma,Arial;
	background-color: #869fda;
}
..GridHeader, .GridHeader a, .GridHeader a:visited, .GridHeader a:hover
{
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma,Helvetica,arial;
	text-decoration: none;
}

/* Style for the footer at the end of each page */
.footer
{
	color: #636562;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}


/*==================================================*/
/*	calendar tool									*/
/*==================================================*/

.calButtonStyle {			/* button when displayed as TextboxButton or LabelButton */
	font-size: 10px;
	text-decoration: none;
}

.calClearDateStyle {		/* clear date row when the control allows null values */
	font-size: 10px;
	text-decoration: none;
	background: #ccc;
}
 
.calStyle {		/* style for the cal control */
	font-size: 10px;
	text-decoration: none;
}
 
.calDayHeaderStyle {		/* day header displayed in the popup calendar */
	background: #0000cc;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.calGoToTodayStyle {		/* go to today row */
	font-size: 10px;
	text-decoration: none;
}

.calHolidayStyle {			/* holidays displayed in the popup calendar */
	background: #f2f2f2;
	color: #ccc;
	font-size: 10px;
	text-decoration: none;
}

.calMonthHeaderStyle {		/* month header displayed in the popup calendar */
	font-size: 10px;
	color: #fff;
	background: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.calMonthHeaderStyle:visited, a.calMonthHeaderStyle:link, a.calMonthHeaderStyle:hover, a.calMonthHeaderStyle {
	text-decoration: underline;
	color: #ffffff
}

.calOffMonthStyle {			/* previous/next month days displayed in the popup calendar */
	font-size: 10px;
	color: #fff;
	background: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
}

.calSelectedDateStyle {		/* selected day displayed in the popup calendar */
	background: lightsteelblue;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.calTodayStyle
{
	background: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.calWeekdayStyle {			/* weekday days displayed in the popup calendar */
	background: #fff;
	color: #000;
	font-size: 10px;
	text-decoration: none;
} 

.calWeekendStyle {			/* weekend days displayed in the popup calendar */
	background: #fff;
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

