body {
	margin: 0px;

	
	background-position: center top;

	color: #222;

	font-family: arial;
	font-size: 10pt;

	text-align: center;

	overflow-y: scroll;
}
#mainContainer {
	margin: 0px auto;
	width: 952px;
}

#bodyContainer {
	padding: 2px;
/*	border: 1px #333 solid;	*/
	background: #fff;
}
#bodyContainer1 {
	padding: 2px;
/*	border: 1px #333 solid;	*/
	background: #fff;
	background-image: url(/images/bg.jpg);
        background-repeat: repeat-x;
	background-position: top;
	
}
.hiddenSubmit {
	position: absolute;
	top: -100000px;
}
div {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 13pt;
	color: #333;
}

h3 {	/*	Employment Title	*/
	font-size: 14pt;
	color: #383;
}

h4 {	/*	Employment Header	*/
	font-size: 11pt;
	text-decoration: underline;
	color: #333;
	margin-bottom: 3px;
}

table {
	font-size: 1em;
	font-weight: inherit;
	color: inherit;
        
}

theadb, tbodyb, trb, tdb, thb { display: block; }

trb:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

theadb thb { 
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

tbodyb {
    height: 100px;
    overflow-y: auto;
}

theadb {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: calc(100% - 17px);
}
thead th {
    position: sticky;
    top: 0;
}

tbodyb { border-top: 2px solid black; }

tbodyb tdb, theadb thb {
    width: 19.2%;
    float: left;
    border-right: 1px solid black;
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

img {
	margin: 0px;
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	
    text-align: left;
    margin: 0px;
	padding: 0px;
}

admin {
color: #063;
}
a {
	color: #000;
        text-decoration: none;
}

a:hover {
	color: #000;
}

a:visited {
	color: #000;
}

a:visited:hover {
	color: #000;
}
#currentContent {
	position: relative;
}
.menuList a {
	display: block;
	height: 20px;
}

.menuList a div {
	float: left;
}

.menuList .sep {
	margin-top: 0px;
}

.menuList .num {
	width: 20px;
	padding-right: 10px;
	text-align: right;
}

ul,ol {
	margin: 0px;
	padding-left: 0px;
	text-align: left;
}

li {
	margin-top: 5px;
	text-align: left;
}

.left {	float: left;	}
.right {	float: right;	}

.txtBox {
	 border: 1px #777 solid;
	 margin: 1px 0px;
}
#banner{    
    border-top:5px solid #00A9D0;
    background: #00000;
    width:100%;
    height:150px;
    border-bottom:5px solid #00A9D0;
 }
#bannerF{    
    background: #00000;
    width:100%;
    height:30px;
    border-bottom:5px solid #00A9D0;
 }
#banner1{    
    background-image: url(/images/menu/bg.png);
    width:100%;
    
    height: 45px;
	
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 200;
 }

.sup {
	vertical-align: top;
	font-size: 0.6em;
}

#bgFade {
	position: absolute;
	top: 0px;
	left: 0px;
	height:598px;
	width: 100%;
	background-repeat: repeat-x;
	z-index: -100;
}

#mainContainer {
	margin: 0px auto;
	z-index: 100;
}

#header {
	position: relative;

	width: 950px;
	height: 99px;
	padding: 0px 0px;

	color: #232;
	text-decoration: none;
	font-size: 10pt;
}

#header #homeAddress {
	position: absolute;
	right: 0px;
	bottom: 15px;
}

#header #homeAddress a {
	color: #232;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#header #homeAddress a:hover {
	text-decoration: underline;
}

#header #homePhone {
	position: absolute;
	right: 0px;
	top: 15px;
}
#slideShow {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin-bottom: 3px;
	
	height: 175px;
	width: 944px;
	
	border: 1px #333 solid;
	overflow: hidden;
}

#noSlideShow {
	height: 150px;
	width: 944px;
	border: 1px #333 solid;
	position: relative;
	overflow: hidden;
	
	background: #5a6e96;
}

#slideContainer {
	width: 950px;
	height: 200px;
	padding: 6px;
	padding-bottom: 0px;

	background-image: url(/images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#contactText {
	width: 950px;
	height: 200px;
	padding: 6px;
	padding-bottom: 0px;

	background-image: url(/images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

* html .button {		padding: 7px;	} *
#slideShow .slide {
	position: absolute;
	top: -276px;
	width: 944px;
	height: 275px;
	border-bottom: 1px #333 solid;
}

#slideShow #slideButtons {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2000;
}

#slideShow #slideButtons .button {
	margin: 5px;
	width: 10px;
	height: 10px;
	border: 1px #333 solid;
	opacity: 0.65;
	filter: alpha(opacity=65);
	
	cursor: pointer;
}
#menu {
	width: 962px;
	height: 31px;
	padding: 0px 6px;
	background-image: url(/images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#bodyContainer {
	position: relative;
	width: 950px;
	padding: 0px 0px;
	background-image: url(/images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#body {
	position: relative;
	width: 910px;
	min-height: 250px;
	background: #fff;
	padding: 20px;
	padding-top: 10px;
}

#footer {
	width: 950px;
	height: 20px;
	padding: 0px 6px;
	padding-bottom: 6px;

	background-image: url(/images/footer-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.bodyImg {
	border: 1px #333 solid;
        width: 125;
	height: 50;
	
}
.bodyImg1 {
	border: 1px #333 solid;
        width: 150px;
	height: 100px;
	
}

.tr {
	margin-left: 20px;
}

.credinetTitle {
	font-size: 13pt;
	color: #333;
	font-weight: normal;
}

.credinetTitle .title {
	font-weight: bold;
}

.errMsg {
	padding: 0px 2px;
	background: #f33;
	color: #fff;
	font-weight: bold;
	display: none;
}
.addMsg {
	padding: 0px 2px;
	background: #f33;
	color: #fff;
	font-weight: bold;
	display: none;
}
.addMsg1 {
	padding: 0px 2px;
	font-weight: bold;
	display: block;
}

.errMsg2 {
	color: #f33;
	font-weight: bold;
	display: none;
}

.hidden {
	display: none;
}

.required {
	font-size: 0.8em;
	font-weight: bold;
	color: #d00;
	text-decoration: none;
	margin-left: 5px;
}

.required2 {
	font-weight: bold;
	color: #d00;
	text-decoration: none;
}

#subMnu {
	position: absolute;
	right: 20px;
	z-index: 1000;
}
#titleSV {
	position: absolute;
	left: 20px;
	z-index: 1000;
}
#titleCNT {
	position: absolute;
	center: 20px;
	z-index: 1000;
}

#printLogo {
	display: none;
}
#body1 {
	position: relative;
	width: 910px;
	min-height: 3500px;
	background: #fff;
	padding: 0px;
	padding-top: 10px;
}

#left { float:left;

	width: 375px;
	min-height: 3070px;
	background: #fff;
	padding: 20px;
	padding-top: 0px;}
#right { float:right;
position: relative;
	width: 455px;
	min-height: 3000px;
	background: #fff;
	padding: 20px;
	padding-top: 35px;}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}

other1 {
    position:relative;
    }
other2 {
    position:relative;
    }
other3 {
    position:relative;
    }
#pswd_info {
    position:relative;
    bottom:10px;
    bottom: -115px\9; /* IE Specific */
    left:50px;
    width:200px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:40px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pswd_info:before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0px;
    font-weight:normal;
}
.invalid {
    background:url(../SelfServe/images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../SelfServe/images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
 
ul, li {
    margin:0;
    padding:0;
    list-style-type:none;
}
body{font-family:arial;}

td.menu{background:transparent;}
table.menu
{
    font-size:11pt;
    position:absolute;
     color: #09A2CD ! important;
    background-image: url(/images/grey.png);
   
}
h9 span {
  border-bottom: double 3px;
}
#modalContainer {
	
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	left: 10px;
        top: 150px;
	width:1000px;
	min-height:650px;
	margin-top:5px;
	border:1px solid #666;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
        background-color:#3073BB;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}
#alertBox h2 {
	margin:0;
	font:bold 0.9em verdana,arial;
        background-color:#35A5CF;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}


#alertBox p {
	font:0.8em verdana,arial;
	height:600px;
	padding-left:5px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	margin:5px auto;
	padding:7px;
	border:0 none;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#357EBD;
	border-radius: 3px;
	text-decoration:none;
}

/* unrelated styles */

#mContainer {
	position:relative;
	width:600px;
	margin:auto;
	padding:5px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	font:0.7em verdana,arial;
}

h1,h2 {
	margin:0;
	
        
        padding:4px;
	font:bold 1.5em verdana;
	border-bottom:1px solid #000;
}

code {
	font-size:1.2em;
	color:#069;
}

#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:350px; 
	font:0.7em verdana;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:90px;
	padding-top:4px;
}

#credits img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

.important {
	background-color:#F5FCC8;
	padding:2px;
}

code span {
	color:blue;
}
.outer{
    overflow-y: auto;
    height:600px;
    }

.outer table{
    width: 100%;
    table-layout: fixed; 
    border : 1px solid black;
    border-spacing: 1px;
}

.outer table th {
        text-align: left;
        top:0;
        position: sticky;
        background-c-color: white;  
}
#popup_this {
    top: 50%;
    left: 50%;
    text-align:center;
    margin-top: -50px;
    margin-left: -100px;
    position: fixed;
    background: #fff;
    padding: 30px;
    
}
.b-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    padding: 5px 10px;
}




