/**********************************************************************
	Name 	: threehats.css
	Author	: Thirumaran Thura Rajah
	Version : 1.1
	Date	: 20 August 2007
***********************************************************************/

/*********************** GENERIC ELEMENT STYLE ************************/

#threehats
{
	width:100%;
}

#threehats form
{
	margin:0px;
	padding:0px;
}

#threehats input
{
	width:200px;
}

#threehats select
{
	width:200px;
}

#threehats textarea
{
	width:200px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#threehats h1
{
	color:#999999;
}

/***********************************************************************/
/*********************** GENERIC CLASS STYLE ************************/
/***********************************************************************/

#threehats td.submit
{
	text-align:right;
}

#threehats td.submit input
{
	width:100px;
}


/***********************************************************************/
/************************* MAIN LAYOUT STYLES **************************/
/***********************************************************************/

.mainHeader {
	height:40px;
}
.topLeftHeader {
	height:40px;
}
.middleHeader {
	height:40px;
}
.topRightHeader {
	height:40px;
}
.leftNav {
}
.middleContent {
}
.rightNav {
}
.bottomLeftFooter {
	height:40px;
}
.middleFooter {
	height:40px;
}

.bottomRightFooter {
	height:40px;
}
.mainFooter {
	height:40px;
}

/***********************************************************************/
/************************* INDEX PAGE STYLE *****************************/
/***********************************************************************/

#jobSearch
{
	width:80%;
	text-align:left;
}

#jobSearch .submit
{
	text-align:right;
}

#searchResultTbl
{
	width:100%;
}

.searchResult
{
	
}

.searchResult td
{	
	padding:4px 4px 4px 4px;
}

.searchResult .posistionTitle a:link
{
	font-size:1em;
	text-decoration:underline;
	color:#0000FF;
}

.searchResult .posistionTitle a:hover
{
	font-size:1em;
	text-decoration:underline;
	color:#999999;
}


.searchResult .positionDate
{
	width:30%;
}

.searchResult .posistionDetail
{

}

.searchResult .posistionDesc
{

}

.searchResult .posistionId
{

}


/***********************************************************************/
/************************* LOGIN PAGE STYLE *****************************/
/***********************************************************************/

#login
{
	width:60%;
	background-color:#0000CC;
	color:#FFFFFF;
	border:solid #000000 1px;
	text-align:left;
}

#login td
{ 
	padding:0 4px 0 4px;
}

#login th
{ 
	padding:0 4px 0 4px;
}

#login td.submit
{
	text-align:right;
}

#login td.submit input
{
	width:100px;
}

#login tr#header
{
	background-color:#000000;
}

/***********************************************************************/
/************************* NEWCAND PAGE STYLE *****************************/
/***********************************************************************/

#registerblock
{
	text-align:left;
	width:70%;
}

#registerblock th
{
	width:200px;
	vertical-align:text-top;
}

#registerblock td.submit
{
	text-align:right;
}

#registerblock td.submit input
{
	width:100px;
}

/***********************************************************************/
/************************* CAND PAGE STYLE *****************************/
/***********************************************************************/

#details
{
	width:100%;
	text-align:left;
}

#details th
{
	padding-left:10px;
	vertical-align:top;
}

#details td
{
	padding-left:10px;
	vertical-align:top;
}

#resume
{
	width:100%;
	text-align:left;
}

#alerts
{
	width:100%;
	text-align:left;
}

#alerts .check
{
	width:25px;
}

#alerts .check input
{
	width:20px;
}

#addAlert
{
	width:100%;
	text-align:left;
}

#addAlert th
{
	vertical-align:top;
}

#cand_form 
{
	width:100%;	
}

#cand_form th
{	
	color:#999;
	border:1px;
	
}

/***********************************************************************/
/************************* APP PAGE STYLE *****************************/
/***********************************************************************/

#appform td.check input
{
	width:auto;
	margin:0px;
	
}

#appform #personalDetails
{
	text-align:left;
}

#appform #personalDetails th
{
	width:250px;
}

/* references table */

#appform #reference table
{
	text-align:left;
	margin-top:10px; 
}

#appform #reference table th
{
	width:250px;
	vertical-align:top;
}

table.ref
{
}

/* Job Description */

#job_description
{
	width:100%;
	vertical-align:top;
}

#job_description h1
{
	
}

/* disclaimer/legal */

#appform #disclaimer
{
}

/* skills section */
#appform #skills
{
}

#appform #skills select.skillYN
{
	width:60px;
}

#appform #skills input.skillYCE
{
	width:60px;
}

#appform #skills textarea.skillComment
{
	height:50px;
}

/* application form submit footer */

#appform td.submit
{
}

/***********************************************************************/
/************************* DISC TEST PAGE STYLE ************************/
/***********************************************************************/

#discTest
{
}

#discTest table.discQuestion
{
}

#discTest tr.discTitle
{
}

#discTest td.discQnum
{
}

#discTest td.discAnum
{
}

#discTest td.discML
{
}

#discTest td.discDesc
{
}

#discTest td.discQuestionNum
{
}

/***********************************************************************/
/************************* VALUES TEST PAGE STYLE **********************/
/***********************************************************************/

#valuesTest
{
}

#valuesTest td.valuesMove
{
}

#valuesTest td.valuesCol
{
}

#valuesTest table.valuesQuestion
{
}

#valuesTest tr.valuesTitle
{
}

#valuesTest td.valuesQuestionNum
{
}

#valuesTest td.valuesAnswer
{
}

table.footerval
{
}



