/*
 * Styles for the u-Recruit job board, listed in alphabetical order.
 *
 * Colors used:
 *		blue - #999999
 */


/* link styles */

A.left:hover {
	text-decoration: underline;
}

A.help_big {
	color: #555555;
	font-family: "Arial" "Verdana";
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

A.help_big:hover {
	color: #ff0000;
	text-decoration: underline;
}

A.help_normal {
	font-family: "Arial" "Verdana";
	font-size: 8pt;
	color: #555555;
	text-decoration: none;
}

A.help_normal:hover {
	color: #ff0000;
	text-decoration: underline;
}

A.jobs {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

A.jobs:hover {
	text-decoration: underline;
}

A.index {
	color: #555555;
	text-decoration: none;
}

A.index:hover {
	text-decoration: underline;
}

A.main {
	color: #555555;
	text-decoration: none;
}

A.main:hover {
	text-decoration: underline;
}

A.notes {
	font-size: 8pt;
	color: #000000;
	text-decoration: none
}

A.notes:hover {
	color: #FF0000;
	text-decoration: underline
}


/* body styles */

BODY.main {
	background-image: url(/pub/vs110511/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}


/* font styles */

FONT.left {
	color: #ffffff;
}

FONT.heading {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

FONT.jobs {
	color: #555555;
	font-size: 8pt;
	font-weight: bold;
}

FONT.main	{
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
}

FONT.new_app {
	font-size: 12pt;
	font-weight: bold;
}

FONT.index	{
	font-size: 8pt;
	color: #555555;
}

FONT.small {
	font-size: 8pt;
}


/* heading styles */

H1.help {
	color: #000000;
	font-family: "Arial" "Verdana";
	font-size: 16pt;
	text-decoration: none
}


/* input styles */

INPUT {
	font-family: "Arial" "Verdana" "sans-serif";
	font-size: 8pt;
}

INPUT.blueButton {
	background-color: #E7E7F7;
	font-size: 8pt;
	font-weight: bold;
}


/* paragraph styles */

.copyright {
	font-size: 8pt;
	color: #FFFFFF;
}

P.date {
	font-size: 8pt;
	color: #FFFFFF;
}


/* select styles */
SELECT {
	font-family: "Arial" "Verdana" "sans-serif";
	font-size: 8pt;
}

SELECT.small {
	font-family: "Arial" "Verdana" "sans-serif";
	font-size: 8pt;
}


/* span styles */
SPAN.green	{
	color: #008000;	
}

/* table styles */

TABLE {
	font-family: "Arial" "Verdana" "sans-serif";
	font-size: 8pt;
}

TABLE.help {
	font-family: "Arial" "Verdana" "sans-serif";
	font-size: 8pt;
	background-color: white;
}

TABLE.mainTable {
	background-color: #FFFFFF;
}

TABLE.subTable {
	font-size: 8pt;
	background-color: white;
}

TABLE.subTable TD {
	font-size: 8pt;
}

TD {
	font-family: "Arial" "Verdana" "sans-serif";
	font-size: 8pt;
	
}

TD.appMenu {
	background-color: #E7E7F7;
	color: #000000;
	font-size: 7pt;
	padding-bottom: 3pt;
	padding-top: 1pt;
}

TD.bottom {
	background: #FFFFFF;
}

TD.left {
	background: #FFFFFF;
}

TD.main {

}

TD.picActive {
	background-color: #999999;
	text-align: right;
}

TD.picInactive {
	background-color: #555555;
	text-align: right;
}

TD.secMenu {
	background-color: #6699CC;
	text-align: center;
}

TD.subHeading {
	background-color: #E6E6E6;
	font-size: 8pt;
	color: #000000;
	height: 25;
}

TD.tabActive {
	background-color: #999999;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

TD.tabInactive {
	background-color: #555555;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}

TD.top {
	background: #FFFFFF;
}

TR.cellOn	{
	background: #E6E6E6;
}

TR.silver {
	background: #C0C0C0;
}

/* left menu styles */

.menuLight {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #FFFFFF;
	background-color: #555555
}

.menuLightSel {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	background-color: #999999
}

.menuDark {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000000;
	background-color: #999999
}

.menuLink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none
}

.menuLinkSel  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none
}

.menuLink:hover {
	text-decoration: underline;
}

.menuLinkSel:hover {
	text-decoration: none;
}

.silverMed {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #C0C0C0;
}