/* Used for client and applicant interfaces */

/*********************** Global styles *********************************/
body,td {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 90%;
  	color : #333333;
    margin: 0px 0px 0px 0px;
}
li {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10pt;
	list-style-type : square;
	margin: 0px 0px 5px 0px;
}
#btn {
	font-size : 70%;
}
/* Use for important links such as those found on the employer and applicant home pages */
#biglink a {
	font-size: 120%;
    font-weight : bold;
	color: #000000;
}
/* Style for asterisk marking mandatory items in forms */
#mandstar {color: #CC3300;}
/* Style for important text */
#nb {color: #CC3300; font-weight: bold;}
/* Field labels in forms */
#formlabel {
	font-size : 100%;
    font-weight : bold;
}
/* Background colour for tables */
#tbox {
	background-color: #eeeeee;
}
/* General paragraph heading style */
h1 {
    font-size: 120%;
    color: #CC3300;
}
/* Style a table row being used as a spacer */
#spacebar {background-color: #808080;}
/********************* End of global styles ****************************/

/*
Used exclusively in vacancy and applicant profiler screens as a column heading 
for tabulated information in IFRAMES.
The headings are actually in the parent window outside the iframes so
that they don't scroll with the contents of the ifram.
*/
#iframehead {
    font-size: 100%;
    font-weight : 150%;
	font-weight : bold;
	text-align : center;
}

/* Styles used in the header.inc files */
#header td {
	font-size : 125%;
    font-weight : 150%;
	/*color : #CC3300;*/
    color : #808080;
	/*background-color: #eeeeee;*/
	margin: 0px 0px 5px 0px;
}
#header a{
	font-size: 65%;
    font-weight : bold;
	color: #000000;
}
#header a:hover {
    background-color: #eeeeee;
}
#header #spacebar {background-color: #808080;}

/* 
Alternating row styles for tabulated lists 
Use where font has to be very small such as profile
pickers.
*/
#trow1  {
	font-size : 75%;
	padding : 0px 2px 0px 2px;
	background : #eeeeee;
}
#trow1 a{
    font-weight : bold;
	color: #000000;
}
#trow0  {
	font-size : 75%;
	background : #fafafa;
	padding : 0px 2px 0px 2px;
}
#trow0 a{
    font-weight : bold;
	color: #000000;
}

/* 
Alternating row styles for tabulated lists 
Use where font has to be larger such as jobs
board listings
*/
#btrow1  {
	padding : 0px 2px 0px 2px;
	background : #eeeeee;
}
#btrow1 a{
    font-weight : bold;
	color: #000000;
}
#btrow0  {
	background : #fafafa;
	padding : 0px 2px 0px 2px;
}
#btrow0 a{
    font-weight : bold;
	color: #000000;
}
