body {
	margin: 0 auto;
	background: #FFFFFF url('../images/bodybg.gif') repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size:80%;
}
h1 {
	color: #2060C1;
}
hr {
	color: #A5ACB2;
	background-color: #A5ACB2;
	height: 1px;
}
form {
	display:inline;
	margin-top:0px;
	margin-bottom:0px;
}
input, textarea, select { 
	border: 1px solid #A5ACB2;
}
label
{
	font-style: italic;
	font-size:11px;
	background-color:white;
}

.searchSelect
{
	padding-right: 20px;
	display: inline;
	border-bottom:1px solid #555;
}

.searchFields
{
	display: inline;
	border-bottom:1px solid #555;
}
.searchContainer
{
	display:none;
}
.textField
{
	font-size:12px;
	padding:2px;
}
input:focus, textarea:focus, select:focus { 
	background-color: #ffc; color : #000; 
}
.tabDiv
{
	width: 100%;
	border-bottom:1px solid black;
	margin-bottom: 5px;
	height: 20px;
}
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 3px 0 3px 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid black; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8, body#tab9 li.tab9, body#tab10 li.tab10 { /* settings for selected tab */
border-bottom: 1px solid black; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a, body#tab9 li.tab9 a, body#tab10 li.tab10 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 6px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid black; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #DDD; /* set unselected tab background color as desired */
color: blue; /* set unselected tab link color as desired */
margin-right: 3px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
#content1, #content2, #content3, #content4, #content5, #content6, #content7, #content8, #content9, #content10
{
	display:none;
	border:1px solid #CCC;
}
.workingDiv, .workingRoleDiv, .workingSkillDiv
{
	position:relative;
	left: 250px;
	top: -200px;
	z-index:300;
	width: 300px;
	padding: 20px;
	text-align: center;
	vertical-align:middle;
	font-weight:bold;
	border:1px solid black;
	background-color:white;
	display:none;
}

.searchBox, .searchRoleBox, .searchSkillBox
{
	width:95%;
	border:1px solid #999;
	padding:5px;
	margin-bottom:12px;
}
#currentlyAffiliated, #notAffiliated, #currentRoles, #notRoles, #currentSkills, #notSkills
{
	border:1px solid black;
	padding: 5px;
}
#searchResults, #searchRoleResults, #orgsearchResults, #searchSkillResults, #groupsearchResults
{
	border: 1px solid #DDD;
	height: 200px;
	overflow: auto;
	overflow-x: hidden;
	padding:4px;
}
#pageCounterDiv
{
	text-align: left;
	width: 95%;
	padding-bottom:10px;
}
.numberChooser
{
	border: 1px solid black;
	padding:3px;
	display:inline;
	margin-left:3px;
	margin-right:3px;
	padding-left:6px;
	padding-right:6px;
	background-color:#ffeeff;
}
.numberChooser a
{
	text-decoration:none;
	color:blue;
}
#titleDiv
{
	width: 90%;
	padding: 10px;
	border-bottom: 1px solid blue;
	font-weight:bold;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 2% 50%;
	margin-bottom:10px;
}
#errorDiv
{
	width: 500px;
	padding: 10px;
	border: 1px solid red;
	background-color: #ffeeee;
	padding-left: 40px;
	background-image: url('../images/x.jpg');
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
#successDiv
{
	width: 500px;
	padding: 10px;
	border: 1px solid green;
	background-color: #eeffff;
	color:green;
	padding-left: 40px;
	background-image: url('../images/checkmark.jpg');
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
#resultList
{
	
}
#wrapper {
	width: 965px;
	margin: 0 auto;
}
#header {
	height: 135px;
}
#lheader {
	float: left;
}
#rheader {
	float: right;
	max-height:135px;
	overflow:hidden;
}
#spacer {
	height: 10px;
}
#white {
	height: 5px;
	background: #fff;
}
#contentwrapper {
	width: 965px;
	margin: 0 auto;
	background: url('../images/bodybg.jpg') repeat-y;
    overflow:hidden;
	
}
#whitewrapper {
	width: 965px;
	margin: 0 auto;
}

#utilitywrapper {
	height:20px;
	padding-left:30px;
	padding-right:30px;	
}
#onecol {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#left {
	float: left;
	width: 420px;
}
#ltext {
	margin: 10px;
}
#center {
	margin-left: 440px;
	margin-right: 5px;
}
#footer {
	color: #777;
	clear: both;
}
#searchbar {
	height:35px;
	text-align:right;
	float:right;
}
#magnifier {
	height:20px;
	float:left;
}
.searchbutton {
	border: 1px solid #2161C2;
	background: #DBE6F5;
}
.searchbutton:hover {
	background: #FEFEFE;
}
.rtimg{vertical-align:bottom}
.errorcolor { color: #FF0000; }
#error { 
	border:1px solid #A5ACB2; 
	background:#EFF5FF;
	padding:15px;
}

.successcolor { color: #00FF00; }
#success { 
	border:1px solid #A5ACB2; 
	background:#EFF5FF;
	padding:15px;
}