﻿/* 0 BASIC TAGS */

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial, helvetica, sans-serif, sans-serif, sans-serif;
}


p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: underline;
	font-weight: bold;
    color: #0066cc;

}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #0066cc;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0066cc;
}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #0066cc;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Microsoft Sans Serif;
	font-size: 1.0em;
	color: #336699;
}


img {
	border-width: 0;
}

/* 1 HEADER */

.header {
}

h1 {
	font-size: 18px;
	color: #990000
	}
	
.h1a {
	font-size: 26px;
	color: #990000;
}

h2 {
    margin-bottom: .1em;
	font-size: 1.1em;
	color: #993000
}

h3 
{
    margin-top: .1em;
	font-size: 1em;
	color: #336699;
}

h4 {
    margin-top: 0.7em;
	margin-bottom: 0.2em;
	font-size: 1.3em;
	font-weight: bold;
    color: #990000;
}



.ErrorMsg {
	font-size: 1.1em;
    color: #ff0000;
}


.label {
	font-size: 0.8em;
	font-family:Verdana;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.menuc {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}
.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menua a:visited, .nav a:visited {
	color: #d32525;
}


/* 1.1 SHIM */

.shim {
}

.column {

}



.subhead1 {
	font-size: 1.0em;
	font-family: tahoma, arial, helvetica, sans-serif, sans-serif;
	font-weight: bold;
	text-align:center;
	color: #990000;
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #336699;
}

.subpage {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #336699;
}


/* 2.1 HOME,SUBPAGE */

#home, #subpage1  {
}

#recruiterhome {
}

#sidebar {
}

#sidebar_subpage {
}

#SubHead1 {
}

#content {
}

#content_subpage {
}



/* 3 FOOTER */

.footerbg {
}
.footer {
}

.menub {
}

.DataLabel1 {
}


.FieldLabel1 {
}

.menub a:visited {
}

.MyWebPart
{
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    background-repeat: repeat-x; 
    margin: 0; 
    padding: 0; 
    text-align: left; 
    font-family:verdana, arial, helvetica, sans-serif; 
    font-size: 0.7em; 
    color: #666666; 
}
/*Simon add the following style for Navigation Menu*/
/*begin creating the tabs */
.menu {
	margin-left: 28px;
	background: url(images/tab_bg.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td
{
    color: #FFFFFF;
    height: 24px;
    background: url(Images/tab_dim_large.gif) #FFFFFF;
    width: 200px;
    text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab_large.gif) repeat #919191;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menu.jpg) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}
#body {
	padding: 1px 2px 5px 2px;
	background: #C0C0C0 url(images/background_body.gif) repeat-x left top;
}