/***********************************************/
/* General */
/**********************************************/

Body,TD
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:0px;
}


A:link,A:visited
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	COLOR: #0000cd;
    font-size: 12px;
}


A:hover
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
	COLOR: #0000cd;
	font-size: 12px;
}

Input,textarea
{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

/***********************************************/
/* Top Tool */
/**********************************************/

.TopToolTD
{
	padding-right : 10px; 
	padding-left : 10px;
}

A.TopToolLink:Link,A.TopToolLink:Visited
{
	color : white;
	font-weight : bold;
	text-decoration: none;
}


A.TopToolLink:hover
{
	color : white;
	font-weight : bold;
	text-decoration: none;
}


A.TopToolLink_Active:Link,A.TopToolLink_Active:Visited,A.TopToolLink_Active:hover
{
	color : #FEBC5C;
	font-weight : bold;
	text-decoration: none;
}


/***********************************************/
/* Side Tool */
/**********************************************/

A.RightTool:Link, A.RightTool:Visited
{
	background-image : url(/imgs/right_tool_bg_off.gif);
	background-repeat : no-repeat;
	width : 142px;
	height : 23px;
	color : White;
	padding-right : 10px;
	padding-top : 3px;
	font-weight : bold;
	text-decoration: none;
}

A.RightTool:hover
{
	background-image : url(/imgs/right_tool_bg_on.gif);
	background-repeat : no-repeat;
	width : 142px;
	height : 23px;
	color : White;
	padding-right : 10px;
	padding-top : 3px;
	font-weight : bold;
	text-decoration: none;
}


A.RightTool_Active:Link, A.RightTool_Active:Visited,A.RightTool_Active:hover
{
	background-image : url(/imgs/right_tool_bg_on.gif);
	background-repeat : no-repeat;
	width : 142px;
	height : 23px;
	color : #FEBC5C;
	padding-right : 10px;
	padding-top : 3px;
	font-weight : bold;
	text-decoration: none;
}


/***********************************************/
/* Middle Part */
/**********************************************/

.SubTitle
{
	font-weight : bold;
	color : #000082;
}

.Title
{
	font-weight : bold;
	color : #000082;
	font-size : 14px;
}

.HotJobsTitle
{
	font-weight : bold;
	color : #000082;
	font-size : 14px;
	background-image : url(/imgs/hot_jobs_top.gif); 
	background-repeat : no-repeat; 
	background-position : bottom; 
	vertical-align : top;
	width : 363px;
	height : 22px;
}

/***********************************************/
/* Paging */
/**********************************************/

A.Paging:Link,A.Paging:Visited
{
	color : #337AB0;
	font-weight : bold;
	text-decoration: none;
}


A.Paging:hover
{
	color : #F79A11;
	font-weight : bold;
	text-decoration: none;
}

/***********************************************/
/* Footer */
/**********************************************/

.FooterTD
{
	padding-right : 10px; 
	padding-left : 10px;
}

A.FooterLink:Link,A.FooterLink:Visited
{
	font-size : 11px;
	color : white;
	text-decoration: none;
}


A.FooterLink:hover
{
	
	font-size : 11px;
	text-decoration: none;
}