.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:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none
}

.aboutboolmenu
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #55517B;
  	text-decoration:none
}

.subheader
{
	font-weight: bold;
	font-size: 12px;
	color: #55517B;
	font-family: verdana, arial;
	background-color: #ffffff;
}
td.padded
{
	padding-left: 20px;
}
.shimbg4
{
	background-color: #000000;
}
.shimbg2
{
	background-color: #E1C17B;
}

.page /* all contral pages (content01) */
{
    SCROLLBAR-FACE-COLOR: #acacac;
    background-color: #ffffff;
    MARGIN: 4px 10px 0px 20px;
    SCROLLBAR-HIGHLIGHT-COLOR: #e3e3e3;
    SCROLLBAR-SHADOW-COLOR: #acacac;
    SCROLLBAR-3DLIGHT-COLOR: #8b8b8b;
    SCROLLBAR-ARROW-COLOR: #e3e3e3;
    SCROLLBAR-TRACK-COLOR: #e3e3e3;
    SCROLLBAR-DARKSHADOW-COLOR: #8b8b8b
}

.bottombar { /* bottom bar frame (bar01) */
	background-color: #DBD2AF;
	margin-top: 0px;
	margin-left	: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu { /* left menu navigation frame (menu01) */
	background: #E8E3D9;
	margin-top: 0px;
	margin-left	: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A.menulink { /* navigation link (a01) */
	font-family: verdana, Trebuchet MS;
    	font-size:13px;
	color:   #5D574E;
	text-decoration: none;
	font-weight:bold;
	text-transform:none;
}

A.menulink:hover
{
  color: #E8E3D9
}

A.menulink:focus
{
	color: #E8E3D9
}

A.menulink:Active
{
	color: #E8E3D9
}


.jobsearch
{
	font-size: 12px;
	color: #ffffff;
	font-family: arial, verdana;
	background-color: #55517B;
}
.searchgo
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: arial, verdana;
	text-decoration: none;
	text-transform:uppercase;
	background-color: #55517B;
}
.searchgo:hover 
{

    TEXT-DECORATION: none;
    
}

.searchbox { /* search box on menu (search01) */
	width: 99;
	height: 20;
	border-color: #8F8CAB;
	border-style: solid;
	border-width: thin;
	background-color: #8F8CAB;
}

.copyright /* (tw_small) */
{
    FONT-SIZE: 11px;
    COLOR: #666666;
    FONT-FAMILY: arial;
}

.disclaimer /* (tlb_small) */
{
    FONT-SIZE: 9px;
    COLOR: #333399;
    FONT-FAMILY: arial
}

.smallalert { /* e.g. required field indicators etc. */
	font-family:arial;
	font-size: 9px;
	color: #CC0002;
}

.popupheader /* e.g. disclaimer, help, information policy header (headerFrame) */
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
}

.dgray01
{/* common border */
	background: #E3E3E3;
}
.gray02 { /* block header of section e.g. CV Edit or CV View */
    BACKGROUND: #E8E3D9;
}
.gray03
{/* job search bottom box */
	background-color: #55517B;
}
.gray04 { /* list header and job search menu border */
    BACKGROUND: #E3E3E3;
}
.gray05 { /* list header and job search menu border */
    BACKGROUND: #E3E3E3;
}

.instructional { /* (t03) */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
}
.aboutbool
{
	padding-left: 15px;
	font-family: arial, verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
}
.loggedOnMenu
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
	font-weight:bold;
	background:url(../Images/login_box_tile.gif) repeat;
}

.welcometext
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
	text-align:justify;
}

.itemtext /* (t02,t04,t05) */
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
}


.email /* (t02,t04,t05) */
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #55517B;
	Text-transform: lowercase;
}

.graylink /* (t02,t04,t05) */
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #55517B;
	Text-transform: lowercase;
}

input.textbox { /* text box without fixed width */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
	height:22px;
}

input.textbox1 { /* text box with fixed height or width */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
	width:140px;
	height:22px;
}

select.dropdown { /* drop down box */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
	height: 22px;
}
select.dropdown2 { /* drop down box */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
}

textarea.textarea1 { /* text area without fixed height or width */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
}
textarea.textarea2 { /* small text area */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
	height:80px;
	width:280px;
}
textArea.textarea3 { /* large text area (e.g. application questions) */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
	height:100px;
	width:320px;
}

input.button { /* buttons (wizard01) */
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
}

/* job catalogue styles */

.tree_border
{
    BACKGROUND-IMAGE: url('none');
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: #aaaaaa
}
.tree_row1
{
    BACKGROUND-IMAGE: url('none');
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: #E8E7E7;
}
.tree_text
{
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* shared template view with backend */

.CV1 /* text items */
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #727272;
}
.CV2 /* large heading */
{
	font-family: arial, verdana;
	font-size: 16px;
	color: #727272;
}


