/********************************************************************/
/* CareerZone Stylesheet                                            */
/*                                                                  */
/* Created by: Russell Gibson                                       */
/* Created on: March 11, 2004                                       */
/********************************************************************/

/********************************************************************/
/* Base Styles                                                      */
/********************************************************************/
td     	{	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4D4D4D}
b      	{  	font-family: Arial, Helvetica, sans-serif; font-size: 14px}
h6     	{  	font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; color: #4D4D4D}
p      	{  	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4D4D4D}
i      	{  	font-family: Arial, Helvetica, sans-serif; font-style: italic; color: #808080}
s	  	{  	font-family: Arial, Helvetica, sans-serif; text-decoration:none; color: #808080}
h5     	{  	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #4D4D4D; margin-bottom: 0}
h4     	{  	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #4D4D4D}
cite   	{  	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
h3     	{  	font-family: Arial, Helvetica, sans-serif; color: #4D4D4D}
h6     	{  	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; margin-bottom: 0}
a      	{  	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4D4D4D}

.xlink		{	cursor:pointer;}
.link	{  	text-decoration: none; color: #4D4D4D}				 
.linku	{  	text-decoration: underline; color: #4D4D4D}		

.colorDSS	{	background-color: #3333CC;}
.colorPEO	{	background-color: #CCCCFF;}
.colorWSS	{	background-color: #E23817;}
.colorFSS	{	background-color: #40A0C0;}

.borderg	{	border: 1 solid #CCCC99;}
.borderw	{	border: 1 solid #FFFFFF;}
.borderb	{	border: 1 solid #000000;}

/********************************************************************/
/* Search Form Styles                                               */
/********************************************************************/
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.searchTable {
	width: 205px;
	border: solid 1px #000000;
	background-color: #D5D1B5;
}

.searchLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #5A5A5A;
}

.searchLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #5A5A5A;
}

A:hover.searchLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #339966;
}

.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 196px;
}

.searchSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 197px;
}

.tableHeader {
	border-top: solid 1px #4DA679;
	border-bottom: solid 1px #4DA679;
	font-size: 11px;
	font-weight: bold;
}

.tableHeaderLink {
	text-decoration: none;
}

A:hover.tableHeaderLink {
	color: #339966;
}

.tableHeaderLinkActive {
	text-decoration: underline;
}

A:hover.tableHeaderLinkActive {
	color: #339966;
}

.tableFooter {
	border-top: solid 1px #4DA679;
}

/********************************************************************/
/* Admin Page Styles                                                */
/********************************************************************/

.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
}

.contentTable {
	margin-left: 15px;
}

.loginTable {
	width: 350px;
	border: solid 1px #000000;
	background-color: #D5D1B5;
}

/********************************************************************/
/* Navigation Styles                                                */
/********************************************************************/
.navigation {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5A5A5A;
	padding: 4px;
}

A:hover.navigation {
	color: #339966;
}

/********************************************************************/
/* Hot Job Banner Styles                                            */
/********************************************************************/
.hotJob_DSS {
	background-color: #99CCFF;
	border: double;
	border-color: #3333CC;
	width: 490px;
	height: 65px;
	padding: 5px;
	text-decoration: none;
	display: block;
}

.hotJob_FSS {
	background-color: #DDDD99;
	border: double;
	border-color: #40A0C0;
	width: 490px;
	height: 65px;
	padding: 5px;
	text-decoration: none;
	display: block;
}

.hotJob_WSS {
	background-color: #FFFF99;
	border: double;
	border-color: #E23817;
	width: 490px;
	height: 65px;
	padding: 5px;
	text-decoration: none;
	display: block;
}

.hotJob_PEO {
	background-color: #99CCFF;
	border: double;
	border-color: #CCCCFF;
	width: 490px;
	height: 65px;
	padding: 5px;
	text-decoration: none;
	display: block;
}

.hotTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: underline;
}

.hotText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
}

/********************************************************************/
/* Form Styles                                                      */
/********************************************************************/
.formLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.formError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.formMandatory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

.formHint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.button {
	background-color: #4DA679;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.formLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #5A5A5A;
}

A:hover.formLink {
	color: #339966;
}

