
/* For the text above log in button in menu.asp*/
.aboutboolmenu
{
	font-size: 10px;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
}

/* For about boolean logic text in job search box below menu navigation*/
.aboutBool
{
	font-size: 9px;
	color: #563924;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration:underline;
	
}

.loggedon /* (t02,t04,t05) */
{
	font-size: 10px;
	color: #000000;
	font-family: verdana, arial, sans-serif;
}

.subheader /* sub header frame */
{
	font-family: verdana, arial;
	color:#842907;
	display:block;
	font-size:16px;
	font-weight:bold;
	background:#ffffff;
}



.page /* all contral pages (content01) */
{
	margin-top: 10px;
	margin-left	: 20px;
	margin-right: 0px;
	margin-bottom: 0px;	
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:black;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#ffffff;
	scrollbar-3dlight-color:black;
	scrollbar-darkshadow-color:#ffffff;
	background: #ffffff;
}

.bottombar { /* bottom bar frame (bar01) */
	background: #FFFFFF;
	margin-top: 0px;
	margin-left	: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu { /* left menu navigation frame (menu01) */
	margin-top: 0px;
	margin-left	: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#ffffff;
	
}

.menunavbg { /* left menu navigation frame (menu01) */

	background:#692A01;
	width:186px;

}

.menunav { /* left menu navigation frame (menu01) */

	background-color:#79411D;
	border-bottom:1px dashed #FFFFFF;
	height:12px;
	left:4px;
	width:174px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;

}

.menulogin { /* left menu navigation frame (menu01) */

	background-color:#79411D;
	border-bottom:1px dashed #FFFFFF;
	height:12px;
	left:4px;
	width:174px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

td.menunav:hover { /* left menu navigation frame (menu01) */

	background-color: #D06F1A;
}

td.menunav a:hover { /* left menu navigation frame (menu01) */

	background-color: #D06F1A;
}

td.menunav:focus { /* left menu navigation frame (menu01) */

	background: #D06F1A;
}

td.menunav:active { /* left menu navigation frame (menu01) */

	background: #D06F1A;
}

A.menulink { /* navigation link (a01) */
	font-family: verdana, arial;
    	font-size:11px;
	color:   #ffffff;
	text-decoration: none;
	font-weight:regular;
	text-transform:none;
}


.jobsearch { /* job search header on menu (h02) */
	font-family: tahoma, verdana, arial;
	font-size:10px;
	color:#563924;
	text-decoration: none;
	background:  #F5F2D4;
	text-transform:none;
}

.searchgo { /* go button in search box (a02) */
	font-family: tahoma,verdana, arial;
	font-size: 11px;
	color:   #563924;
	font-weight: bold;	
	text-decoration: none;
	text-transform:uppercase;
}

.searchbox { /* search box on menu (search01) */
	width: 90;
	height: 20;
	border-color: #D1C8BE;
	border-style: solid;
	border-width: thin;
}

.copyright /* (tw_small) */
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color:#000000;
}

.disclaimer /* (tlb_small) */
{
	font-family: Verdana, Arial;
	font-size: 11px;
	color:#000000;
}

.smallalert { /* e.g. required field indicators etc. */
	font-family: Verdana, Arial;
	font-size: 11px;
	color:#ff0000;
}

.popupheader /* e.g. disclaimer, help, information policy header (headerFrame) */
{
	background: #FFFFFF;
	font-family:georgia, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #333333;
}

.dgray01 { /* common border */
	background:#666666;
}

.gray02 { /* block header of section e.g. CV Edit or CV View */
	background: #ffffff;
}

.gray03 { /* job search bottom box */
	background:  #F5F2D4;
}

.gray04 { /* list header and job search menu border */
	background: #F5F2D4;
}

.gray05 /* job search box border */ 
{
	background: #D1C8BE;
}

.instructional { /* (t03) */
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.welcometext /* (t05) */ 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	text-align: justify; 
}

.itemtext /* (t02,t04,t05) */
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
}

.graylink /* (t02,t04,t05) */
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#000000;
	
}

input.textbox { /* text box without fixed width */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	height:22px;
}

input.textbox1 { /* text box with fixed height or width */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	width:140px;
	height:22px;
}

select.dropdown { /* drop down box */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	height:22px;
}

textarea.textarea1 { /* text area without fixed height or width */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
}

textarea.textarea2 { /* small text area */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	height:80px;
	width:280px;
}

textArea.textarea3 { /* large text area (e.g. application questions) */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	height:80px;
	width:320px;
}

input.button { /* buttons (wizard01) */
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	height:22px;
	
}

/* job catalogue styles */

.tree_border
{
 border-width: 1px;
 border-style: double;
 border-color: #5F2D00;

}

.tree_row1
{
    BACKGROUND-IMAGE: url('none');
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: Transparent;
    color:#333333;
}

.tree_text
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
}

/* shared template view with backend */

.CV1 /* text items */
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
}

.CV2 /* large heading */
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#000000;
}
