body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #5A687C;
	background-image: url(images/admin-no_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.mceContentBody {
   background: #FFFFFF;
}
/*-------------------------------------------------------------------
-------------------------------------------------------------------*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/*-------------------------------------------------------------------*/
a.linkSmall:link {
	color: #000000;
	text-decoration: none;
}
a.linkSmall:visited {
	text-decoration: none;
}
a.linkSmall:hover {
	text-decoration: underline;
}
a.linkSmall:active {
	text-decoration: none;
}
/*-------------------------------------------------------------------*/
a.tabLink:link {
	text-decoration: none;
}
a.tabLink:visited {
	text-decoration: none;
}
a.tabLink:hover {
	text-decoration: none;
}
a.tabLink:active {
	text-decoration: none;
}


/*-------------------------------------------------------------------*/
a.POS:link {
	color: #00FF00;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
/*-------------------------------------------------------------------*/
#LayerWrap {
	top:10px;
	width:786px;
	height:125px;
	z-index:1;
	overflow: visible;
}
a.2ndlinks:link {
	color: #000000;
	text-decoration: none;
	display: block;
	margin-left: 13px;
}
a.2ndlinks.:visited {
	text-decoration: none;
	color: #000000;
}
a.2ndlinks:hover {
	text-decoration: none;
	color: #000000;
	background-color: #A8BDD9;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}
a.2ndlinks:active {
	text-decoration: none;
	color: #000000;
}

/*-------------------------------------------------------------------*/
a.navLink:link {
	color: #000000;
	text-decoration: none;
	width: 122px;
}
a.navLink.:visited {
	text-decoration: none;
	width: 122px;
}
a.navLink:hover {
	text-decoration: none;
	background-color: #94ADCF;
	width: 122px;
}
a.navLink:active {
	text-decoration: none;
	width: 122px;
}

/*-------------------------------------------------------------------*/
#wrapAll {
	width: 902px;
	margin-top: 0px;
	overflow: visible;
	padding-top: 0px;
}
#top {
	text-align: left;
	height: 26px;
}
#pageName {
	float: right;
	margin-top: 0px;
}
#coName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	color: #000000;
	clear: both;
	margin-top: 0px;
	height: 44px;
}
#middle {
	background-image: url(images/admin-no_07.jpg);
	text-align: left;
	width: 834px;
	padding-right: 34px;
	padding-left: 34px;
	background-repeat: repeat-y;
	background-position: center top;
}
#topHorzRule {
	background-color: #928586;
	height: 4px;
	width: 834px;
	margin-top: 4px;
	margin-bottom: 10px;
}
#nav {
	width: 122px;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	float: left;
	margin-top: 6px;
}
#displayInfo {
	float: right;
	width: 692px;
	padding-left: 0px;
}
#pageOf {
	float: right;
}
#displayPages {
	width: 270px;
	float: right;
}
#pageOf {
	float: right;
}



#mainText {
	float: right;
	width: 692px;
	text-align: left;
	padding-left: 10px;
	margin-top: 6px;
}
#inputHead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5A687C;
	text-align: left;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 686px;
}
#inputContent {
	text-align: left;
	width: 678px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #DAE2EE;
}

#bottom {
}
.color1 {
	color: #949FB1;
}
.colorBlack {
	color: #000000;
}

#copyrightBox {
	text-align: left;
	width: 874px;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: -8px;
}
#admText {
	margin-top: 0px;
	float: none;
}
.adm {
	color:#CCCCCC;
}
.textA {
	font-size: 9px;
}
.textB {
	font-size: 10px;
}
.textC {
	font-size: 11px;
}
.textD {
	font-size: 12px;
}
.textE {
	font-size: 13px;
}
.textF {
	font-size: 14px;
}
#search {
	float: right;
	width: 200px;
	margin-top: -20px;
	text-align: right;
	top: 30px;
	left: 640px;
}
.formNoPad {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#findIt {
	float: right;
	vertical-align: middle;
	margin-top: 3px;
}

.inputField1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #944057;
	padding: 0px;
	margin-top: -2px;
}
.inputField1,#nav {
	background-color: #CBD7E8;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.padTop4px {
	padding-top: 4px;
}
.padTop10px {
	padding-top: 10px;
}
.padTop6px {
	padding-top: 6px;
}
.padTop8px {
	padding-top: 8px;
}
#buttons {
	width: 674px;
	padding-right: 1px;
	text-align: right;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.saveButton {
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/save.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	cursor:pointer hand;
}
.cancelButton {
	font-size: 11px;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(images/cancel.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	cursor: pointer hand;
}
.navText {
	color: #000000;
	text-align: left;
	width: 122px;
	padding-bottom: 8px;
}
#rt2col {
	float: right;
	width: 340px;
}
#secondCol3 {
	float: right;
	width: 214px;
}
#thirdCol3 {
	float: right;
	width: 214px;
}
.inputSize {
	font-size: 12px;
}
.tableBorderA {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAE2EE;
	border-bottom-color: #DAE2EE;
	border-left-color: #DAE2EE;
	margin-bottom: 8px;
}
#login {
	padding: 10px;
	width: 300px;
	border: 1px solid #DAE2EE;
}

.tableHeadA {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5A687C;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}
.tableHeadB {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
	background-color: #5A687C;
	padding-top: 2px;
	padding-bottom: 2px;
}
.padLeft4 {
	padding-left: 4px;
}
.rowColorB {
	background-color: #E7EFF9;
}
.rowColorA {
	background-color: #FFFFFF;
}

.plusMinus {
	height: 12px;
	width: 12px;
	float: left;
	padding-bottom: 2px;
	clear: both;
	font-size: 0px;
	background-image: url(images/plus-sign.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-right: 3px;
}
/*-----------------------------------------------------------------------------------------------
                  Navigation menu
-----------------------------------------------------------------------------------------------*/
.mC {
	width:120px;
	float:right;
}
.mH {
	color:#5A687C;
	cursor:pointer;
	font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9FAAB9;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
}
.mL {
	display:none;
	margin-bottom:10px;
}               
a.m0:link,a.m0:visited,a.m0:hover,a.m0:active {
	text-decoration: none;
	color: #000000;
	background-color: #CBD7E8;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	display: block;
	margin-left: 0px;
}
a.m0:hover {
	background-color: #A8BDD9;
}
.confirm {
	color: #FFFF00;
	padding:2px;
}
#help {
	position:absolute;
	left:230px;
	top:57px;
	width:350px;
	z-index:1;
	background-color: #FFFFFF;
	border: 4px solid #7B3548;
	visibility: hidden;
}
#helpHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7B3548;
	height: 20px;
	width: 336px;
	padding-left: 10px;
	vertical-align: middle;
	padding-right: 6px;
}
#closeHelp {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B1657A;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	border: 1px solid #C59EA9;
	float: right;
	cursor: pointer;
}

.helpText {
	height: 100%;
	width: 322px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.onPage{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #5A687C;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	display: block;
	margin-left: 0px;
}
/*----------------------------------------------------------------------------------------------
                                 End Nav Menu
----------------------------------------------------------------------------------------------*/
.linksNoDrop {
	color:#5A687C;
	font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9FAAB9;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 120px;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 834px;
}
.buttonsRT {
	width: 672px;
	padding-right: 5px;
	text-align: right;
	padding-bottom: 2px;
	float: right;
	padding-top: 3px;
	margin-top: 4px;
}
#inputArea {
	margin-bottom: 4px;
}

#inputContent {
	padding-bottom: 4px;
}
#mainText a:link, visited, active {
	 
	color:#000000;
	text-decoration: none;
}

#mainText a:hover {
	color:#000000;
	text-decoration: underline;
}
a.jC:link, a.jC:visited, a.jC:hover, a.jC:active {
	text-decoration: none;
	color: #5A687C;
	background-color: #CBD7E8;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	display: block;
	margin-left: 0px;
	font-size: 11px;
	font-weight: bold;
}
a.jC:hover {
	background-color: #A8BDD9;
}
.minus {
	height: 12px;
	width: 12px;
	float: left;
	padding-bottom: 2px;
	clear: both;
	font-size: 0px;
	background-image: url(images/minus-sign.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-right: 3px;
}
/*----------------------------------------------------------------------------------------------
                                 Start Tabs
----------------------------------------------------------------------------------------------*/
#tabSetA  a.tabLink:hover {
	width: 690px;
	background-color: #FFFFFF;
	text-decoration:none;
}
.tabWrapper {
	
	height: 23px;
	position: relative;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	clear: none;
}
.tabLeftCrnr {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0px;
}
.tabRtCorner {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}
.tabActiveText {
	background-image: url(images/admin-tabs_11.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	clear: none;
	margin-left: -1px;
	font-size: 11px;
}
.tabINactiveText {
	background-image: url(images/admin-tabs_05.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	clear: none;
	margin-left: -1px;
	color: #5A687C;
	font-size: 11px;
}
.tabBoxUnder {
	background-color: #FFFFFF;
	text-align: left;
	width: 678px;
	padding-top: 8px;
	padding-bottom: 15px;
	border: 1px solid #d9d9d9;
	clear: both;
	padding-right: 6px;
	padding-left: 6px;
}
/*----------------------------------------------------------------------------------------------
                                 end Tabs
----------------------------------------------------------------------------------------------*/
.colorRed {
	color: #FF0000;
}
.personName1 {
	font-size: 10px;
	color: #8D9AAD;
}
.inputSizeA {
	font-size: 12px;
	width: 300px;
}
.zipNstuff {
	clear: none;
	float: left;
	margin-right: 15px;
}
.rt2colCl {
	float: right;
	width: 340px;
}
.specialties {
	clear: none;
	float: left;
	width: 326px;
	display: inline;
}
.specialtiesScroll {
	height: 97px;
	width: 675px;
	overflow: auto;
	background-color: #E7EFF9;
	border: solid #cccccc 1px;
}
.newPositionLink {
	line-height: 15px;
	color: #5A687C;
	background-color: #CBD7E8;
	height: 15px;
	width: 676px;
	margin-top: 0px;
	cursor: Pointer;
	padding-left: 0px;
	text-align: center;
}

.newPosition {
	display: none;
	width: 662px;
	margin-bottom: 0px;
	padding-left: 8px;
}
.showBox {
	width: 762px;
	margin-bottom: 10px;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #CBD7E8;
}

.newPositionBottom {
	height: 20px;
	width: 670px;
	margin-top: 8px;
	margin-bottom: 10px;
	text-align: right;
	padding-bottom: 5px;
}

.pastPositions {
	height: 150px;
	width: 667px;
	overflow: auto;
	background-color: #E7EFF9;
	border: solid #cccccc 1px;
	padding-left: 4px;
	padding-right: 4px;
}
#jobDeleteEidt {
	text-align: right;
	width: 642px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #AFB8C5;
	padding-right: 8px;
}

.employTime {
	text-align: left;
	clear: none;
	float: right;
	width: 180px;
}

.pastHeads {
	font-weight: bold;
	color: #5A687C;
}
.displayHeads {
	font-weight: bold;
	color: #5A687C;
}
.reprortIntro {
	background-color: #e7eff9;
	width: 662px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.reprortExample {
	background-color: #e7eff9;
	width: 662px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
}
.report3col {
	display: inline;
	width: 219px;
	margin-right: 10px;
	float: left;
}
.clearBoth {
	clear: both;
	float: none;
}

.reportTextInput {
	background-color: #E7EFF9;
	width: 200px;
	border: 1px solid #D8E6F5;
}
.report3colScroll {
	width: 203px;
	font-size: 11px;
	background-color: #E7EFF9;
	height: 160px;
	overflow:auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5A687C;
	border-left-color: #5A687C;
	
}
.reportScrollHead {
	line-height: 19px;
	color: #FFFFFF;
	background-color: #5A687C;
	height: 19px;
	width: 200px;
	padding-right: 2px;
	padding-left: 2px;
}
.report3colRight {
	display: inline;
	width: 220px;
	float: left;
}
.floatLeft {
	float: left;
}
.reportScrollText {
	width: 165px;
	float: left;
	display: inline;
	padding-top: 3px;
}
.clearLeft {
	clear: left;
}

.floatLeftClearBoth {
	float: left;
}
.reportRepeat {
	width: 200px;
}
.reportTextInputDate {
	background-color: #E7EFF9;
	width: 150px;
	border: 1px solid #D8E6F5;
}
#continue {
	background-color: #000000;
	height: 2000px;
	width: 2000px;
	position: absolute;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	display:none;
	z-index:0;
}
#continueText {
	background-color: #FFFFFF;
	height: 125px;
	width: 350px;
	border: 4px ridge #5A687C;
	position: absolute;
	top:100px;
	left:400px;
	padding:25px;
	text-align:center;
	z-index:1000;
	
	
}
#continueWrapper {
	position: relative;
	height: 100%;
	width: 100%;
	display: none;
	left: 0px;
	top: 0px;
	z-index:5;
}
#reportWrapper {
	background-color: #FFFFFF;
	padding: 36px;
	height: 612px;
	width: 792px;
}
.border1pxK {
	border: 1px solid #000000;
}
.borderReportA {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.borderReportC {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.reportDate {
	font-size: 11px;
	float: right;
}
.borderReportB {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.expandingBoxWrapper {
	background-color: #E7EFF9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B4C1D2;
	border-bottom-color: #B4C1D2;
	border-left-color: #B4C1D2;
	margin-top: 10px;
	padding-bottom: 8px;
}
.floatRight {
	float: right;
}
.newPositionSmudge {
	width: 660px;
	margin-left: 8px;
}
#selectMembers {
	float: left;
	width: 420px;
	overflow: scroll;
}
#memberTypes {
	display: inline;
	float: right;
	width: 250px;
	height: 200px;
	overflow: scroll;
}
.membersEmail {
	width: 420px;
	margin-right: 10px;
	float: left;
}
.membersEmailHead {
	line-height: 19px;
	color: #FFFFFF;
	background-color: #5A687C;
	height: 19px;
	width: 416px;
	padding-right: 2px;
	padding-left: 2px;
}
.membersEmailScroll {
	width: 420px;
	font-size: 11px;
	background-color: #E7EFF9;
	height: 150px;
	overflow:auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5A687C;
	border-left-color: #5A687C;
}
.memberTypeEmailHead {
	line-height: 19px;
	color: #FFFFFF;
	background-color: #5A687C;
	height: 19px;
	width: 227px;
	padding-right: 2px;
	padding-left: 2px;
}
.memberTypeEmailScroll {
	width: 230px;
	font-size: 11px;
	background-color: #E7EFF9;
	height: 150px;
	overflow:auto;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5A687C;
	border-left-color: #5A687C;
}
.memberTypeEmail {
	width: 230px;
	margin-right: 0px;
	float: left;
}
.padBottom8 {
	padding-bottom: 8px;
}
.reportTextInputDateB {
	background-color: #F7FAFD;
	width: 64px;
	border: 1px solid #D8E6F5;
	font-size: 11px;
	margin-left: 4px;
}
.dateRange {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 2px;
}
