/*
 * Styles for the main u-Recruit site, listed in alphabetical order.
 *
 * Colors used:
 *  Green
 *   light  - #CCCCCC
 *   medium - #999999
 *   dark   - #555555
 */


/* link styles */

A.appMenu {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.email {
	color: black;
	text-decoration: none;
}

A.email:hover {
	color: green;
}

A.home {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

A.home:hover {
	color: #FF0000;
}

A.main {
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

A.main:hover {
	text-decoration: underline;
}

A.mainsec {
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

A.mainsec:hover {
	text-decoration: underline;
}

A.mainsmall {
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #555555;
	text-decoration: none;
}

A.mainsmall:hover {
	text-decoration: underline;
}

A.notes {
	color: blue;
	text-decoration: none;
}

A.notes:hover {
	color: red;
	text-decoration: underline;
}

A.prev_next {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A.prev_next:hover {
	color: red;
}

A.tabActive {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

A.tabInactive {
	color: #FFFFFF;
	text-decoration: none;
}


/* body styles */

BODY {
	background-color:#FFFFFF;
}

BODY.dark {
	background-color:#CCCCCC;
}

BODY.home {
	background-color:#999999;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}

/* input styles */

INPUT.secMenu {
	background-color: #999999;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-weight: bold;
	margin-top: 2pt;
	margin-bottom: 2pt;
}

INPUT {
	font-family: Verdana, Arial;
	font-size: 8pt;
}

INPUT.blueButton {
	background-color: #CCCCCC;
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-weight: bold;
}


/* paragraph styles */

P.menuTitle {
	color: #555555;
	font-family: Verdana, Arial;
	font-size: 16pt;
	font-weight: bold;
}

P.pageTitle {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 14pt;
}


/* select styles */
SELECT {
	font-family: Verdana, Arial;
	font-size: 8pt;
}


/* span styles */

SPAN.error	 {
	color: #FF0000;
}

SPAN.home {
	font-family: Verdana, Arial;
	color: #333333;
}

SPAN.medium {
	font-family: Verdana, Arial;
	color: #2275BB;
}

SPAN.dark {
	font-family: Verdana, Arial;
	color: #555555;
}

SPAN.red	{
	color: red;
}

/* table styles */

TABLE.home	{
	background-color: #FFFFFF;
}	

TABLE.mainTable {
	background-color: #999999;
	font-family: Verdana, Arial;
}

TABLE.subTable {
	background-color: #EEEEEE;
}

TABLE.tblWhite {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: white;
}

TD {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 8pt;
}

TD.appMenu {
	background-color: #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 7pt;
	padding-bottom: 3pt;
	padding-top: 1pt;
}

TD.homeLight {
	background-color: #FFFFFF;
}

TD.homeDark {
	background-color: #CCCCCC;
}

TD.mainsmall {
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight:bold;
	color: #555555;
}

TD.picActive {
	background-color: #999999;
	text-align: right;
}

TD.picInactive {
	background-color: #555555;
	text-align: right;
}

TD.red	{
	background-color: #FF0000;
}
	
TD.secMenu {
	background-color: #999999;
	text-align: center;
}

TD.statusHistory {
	background-color: #CCCCCC;
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-weight: bold;
}

TD.subHeading {
	background-color: #CCCCCC;
	font-family: Verdana, Arial;
	font-size: 8pt;
	height: 20;
}

TD.tabActive {
	background-color: #999999;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

TD.tabInactive {
	background-color: #555555;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-align: center;
}

TR.light	{
	background-color: #DDDDDD;
}

/* textarea styles */

TEXTAREA {
	font-family: Verdana, Arial;
	font-size: 8pt;
}

.dark {
	background-color: #999999;
}

.light {
	background-color: #999999;
}

.medium {
	background-color: #CCCCCC;
}

.red {
	color: green;
}