.top { /* top frame */
	background: #FFFFFF;
	margin-top: 0px;
	margin-left	: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.date { /* date in top frame */
	font-family: arial;
	font-size: 10px;
	color: #000000;
}
.help /* help text in top frame */
{
	font-family:arial;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none
}

.subheader /* sub header frame */
{
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	color: #000000;
	margin: 0,0,0,0;
	left:0px
	background-color:#FFFFFF;	
}

.aboutbool
{
    font-family: arial;
	font-size: 9pt;
	color: #000000;
}

.menunavtitle
{
	font-family:arial;
	font-size:16;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none
}

.page /* all contral pages (content01) */
{

	margin-top: 0px;
	margin-left	: 7px;
	margin-right: 0px;
	margin-bottom: 0px;	
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#ffffff;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#ffffff;
	background-color:#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) */
	background: #F2D702;
	margin-top: 0px;
	margin-left	: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A.menulink { /* navigation link (a01) */
	font-family: arial;
	font-size: 8pt;
	color:   black;
	text-decoration: none;
}
A.menulink:hover {
	font-family: arial;
	font-size: 8pt;
	color: black;
	text-decoration: underline;
}

.jobsearch { /* job search header on menu (h02) */
	font-family: arial;
	font-size: 8pt;
	color:   black;
	text-decoration: none;
	font-weight: bold;
}
.searchgo { /* go button in search box (a02) */
	font-family: arial;
	font-size: 8pt;
	color:   black;
	text-decoration: none;
	font-weight: bold;	
}
.searchbox { /* search box on menu (search01) */
	width: 99;
	height: 20;
	font-family: arial;
	font-size: 8pt;	
	color:   black;
	background-color: #FFFFFF;	
}

.copyright /* (tw_small) */
{
	font-family: arial;
	font-size: 9pt;
	color: #000000;
}

.disclaimer /* (tlb_small) */
{
	font-family: arial;
	font-size: 9pt;
	color: #333399;
}

.smallalert { /* e.g. required field indicators etc. */
	font-family: arial;
	font-size: 9pt;
	color: #CC0002;
}

.popupheader /* e.g. disclaimer, help, information policy header (headerFrame) */
{
	background: #FCF3D2;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color: #000000;
}

.dgray01 { /* common border */
	background: #000000;
}
.gray02 { /* block header of section e.g. CV Edit or CV View */
	background: #E8E7E7;
}
.gray03 { /* job search bottom box */
	background: #F2D702;
}
.gray04 { /* list header and job search menu border */
	background: #FFFFFF;
}

.instructional { /* (t03) */
	font-family: arial;
	font-size: 9pt;
	color: #000000;
}

.welcometext /* (t05) */ 
{
	font-family: arial;
	font-size: 9pt;
	color: #000000;
}

.itemtext /* (t02,t04,t05) */
{
	font-family: arial;
	font-size: 9pt;
	color: #000000;
}

input.textbox { /* text box without fixed width */
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	height:22px;
}

input.textbox1 { /* text box with fixed height or width */
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	width:140px;
	height:22px;
}

select.dropdown { /* drop down box */
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	height:22px;
}

textarea.textarea1 { /* text area without fixed height or width */
	font-family: arial;
	font-size: 9pt;
	color:#000000;
}
textarea.textarea2 { /* small text area */
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	height:80px;
	width:280px;
}
textArea.textarea3 { /* large text area (e.g. application questions) */
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	height:100px;
	width:320px;
}

input.button { /* buttons (wizard01) */
	font-family: arial;
	font-size: 9pt;
	color:#000000;
	height:22px;
}

/* job catalogue styles */

.tree_border
{
 border-width: 1px;
 border-style: double;
 border-color: Black;
}
.tree_row1
{
    BACKGROUND-IMAGE: url('none');
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: Transparent;
}
.tree_text
{
    FONT-SIZE: 9pt;
    COLOR: #333333;
    FONT-FAMILY: arial
}

/* shared template view with backend */

.CV1 /* text items */
{
	color:#000000;
	font-family: arial;
	font-size: 9pt;
}
.CV2 /* large heading */
{
	color:#000000;
	font-family: arial;
	font-size: 18px;
}