.top { /* top frame */
	background: #FFFFFF;
	margin-top: 0px;
	margin-left	: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.date { /* date in top frame */
	font-family:georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.help /* help text in top frame */
{
	font-family:georgia, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none
}
/* For the text above log in button in menu.asp*/
.aboutboolmenu
{
	font-size: 12px;
	color: #6a6f6d;
	font-family: arial, sans-serif;
}

/* For about boolean logic text in job search box below menu navigation*/
.aboutBool
{
	font-size: 9px;
	color: #666666;
	font-family: arial, sans-serif;
	text-decoration:underline;
	
}

.loggedon /* (t02,t04,t05) */
{
	font-size: 10px;
	color: #666666;
	font-family: arial, sans-serif;
}

.subheader /* sub header frame */
{
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	color: #666666;
	background:#ffffff;
	text-transform:uppercase;
}



.page /* all contral pages (content01) */
{
	margin-top: 10px;
	margin-left	: 15px;
	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:#000066;
	
}

A.menulink { /* navigation link (a01) */
	font-family: Arial;
    	font-size: 11px;
	color:   #ffffff;
	text-decoration: none;
	font-weight:bold;
}

A.menulink:hover
{
 FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

A.menulink:focus
{
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none	
}

A.menulink:Active
{
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none	
}

.jobsearch { /* job search header on menu (h02) */
	font-family: arial;
	font-size:10px;
	color:#ffffff;
	text-decoration: none;
	background:  #c52435;
	text-transform:uppercase;
	font-weight: bold;
}

.searchgo { /* go button in search box (a02) */
	font-family: arial;
	font-size: 11px;
	color:   #8f99b0;
	font-weight: bold;	
	text-decoration: none;
	background:  #ffffff;
}

.searchbox { /* search box on menu (search01) */
	width: 90;
	height: 20;
	border-color: #d1d1ce;
	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:#d1d1ce;
}

.gray02 { /* block header of section e.g. CV Edit or CV View */
	background: #ffffff;
}

.gray03 { /* job search bottom box */
	background:  #ffffff;
}

.gray04 { /* list header and job search menu border */
	background: #464969;
}

.gray05 /* job search box border */ 
{
	background: #d1d1ce;
}

.instructional { /* (t03) */
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6f6d;
}

.welcometext /* (t05) */ 
{
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
	text-align: justify; 
	padding-right: 10px;
}

.itemtext /* (t02,t04,t05) */
{
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
}

.graylink /* (t02,t04,t05) */
 {
 FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.graylink:hover {
 FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.graylink:active {
 FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}


input.textbox { /* text box without fixed width */
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
	height:22px;
}

input.textbox1 { /* text box with fixed height or width */
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
	width:140px;
	height:22px;
}

select.dropdown { /* drop down box */
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
	height:22px;
}

textarea.textarea1 { /* text area without fixed height or width */
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
}

textarea.textarea2 { /* small text area */
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
	height:80px;
	width:280px;
}

textArea.textarea3 { /* large text area (e.g. application questions) */
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #464969;
	height:80px;
	width:320px;
}

input.button { /* buttons (wizard01) */
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
	font-weight:bold;
	height:22px;
	
}

/* job catalogue styles */

.tree_border
{
 border-width: 1px;
 border-style: double;
 border-color: #d1d1ce;

}

.tree_row1
{
    BACKGROUND-IMAGE: url('none');
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: Transparent;
    color:#333333;
}

.tree_text
{
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
}

/* shared template view with backend */

.CV1 /* text items */
{
	font-family: Arial;
	font-size: 12px;
	color: #6a6f6d;
}

.CV2 /* large heading */
{
	font-family: Arial;
	font-size: 14px;
	color: #6a6f6d;
}
