html, body {
    margin: 0;
    padding: 0;
    background: url(/static/images/sidebarbackground.jpg) 0 0 repeat-y;
    color: #000;
    height: 100%;
}

#wrap {
    margin: 0 auto;
    width: 833px;
    float: left;
}

#sidebar {
    position: absolute;
    width: 192px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    float: left;
}

* html #left {
    position: relative;  /*** IE needs this  ***/
}

#links {
    position: relative;
    left: 0px;
    margin-top: -200px;
}

#sidebar a {
    font-size: 16px;
    font-family: "Times New Roman", "Times", serif;
    font-variant: small-caps;
    color: #454545;
    margin-left: 25px;
    text-align: left;
    clear: left;
    float: left;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar a.sidebarsubitem {
    font-size: 14px;
    font-family: "Times New Roman", "Times", serif;
    font-variant: small-caps;
    color: #454545;
    margin-left: 35px;
    text-align: left;
    clear: left;
    float: left;
    text-decoration: none;
}

#sidebar a.sidebarsubitem:hover {
    text-decoration: underline;
}

#sidebar a.selected {
    color: #000000;
    font-weight: bold;
}

#loginbox {
    background: url(/static/images/login_tray.gif) 0 0 no-repeat;
    width: 148px;
    height: 153px;
    padding-bottom: 40px;
    position: relative;
    top: 20px;
    left: 13px;
    float: left;
    font-size: 16px;
    font-family: "Times New Roman", "Times", serif;
    font-variant: small-caps;
    color: #FFFFFF;
}

#loginbox a {
    float: left;
    clear: left;
    margin-top: 5px;
    margin-left: 11px;
    font-size: 12px;
    font-family: "Times New Roman", "Times", serif;
    color: #454545;
    font-variant: normal;
}

#logoutbox {
    width: 148px;
    height: 126px;
    position: relative;
    top: 20px;
    left: 13px;
    padding-bottom: 40px;
    float: left;
    font-size: 16px;
    font-family: "Times New Roman", "Times", serif;
    font-variant: small-caps;
    color: #FFFFFF;
}

#logoutbox a {
    color: #FFFFFF;
}

#loggedinbox {
    background: url(/static/images/loggedin_tray.gif) 0 0 no-repeat;
    width: 148px;
    height: 75px;
    padding-bottom: 40px;
    position: relative;
    top: 20px;
    left: 13px;
    float: left;
    font-size: 16px;
    font-family: "Times New Roman", "Times", serif;
    font-variant: small-caps;
    color: #FFFFFF;
}

#usernameInput {
    margin-left: 10px;
    margin-top: 3px;
    width: 125px;
}

#passwordInput {
    margin-left: 10px;
    margin-top: 3px;
    width: 125px;
}

#loginButton {
    margin-left: 10px;
    margin-top: 3px;
}

#printHeader {
	display:none;
	width: 641px;
    height: 73px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;

}

#printHeaderBG {
	position:relative;
	left:-70px;
	top:0px;
	z-index:0;
}

#printHeaderText {
	position: relative;
    width: 400px;
    left: 170px;
    top: -35px;
    font-family: "Times New Roman";
    font-size: 46px;
    color: #27279b;
}

#header {
    width: 641px;
    height: 73px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: 50px 0px;
    background-repeat: no-repeat;

}

.titleText {
    position: relative;
    width: 400px;
    left: 215px;
    top: 20px;
    font-family: "Times New Roman";
    font-size: 46px;
    color: #27279b;
}

#main {
    width: 641px;
    margin: 0px auto;
    float: right;
}

#content {
    width: 560px;
    clear: both;
    margin-left: 50px;
    color: #3c536a;
    font-weight: normal;
    font-size: 13px;
    font-family:  "Times New Roman", "Times", serif;
    letter-spacing: 0px;
    line-height: 16px;
}

#content a {
    color: #27279b;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-decoration: none;

}

#content a:hover {
    color: #3f41a9;
    text-decoration: underline;
}

#content a.action {
    font-style: normal;
}

#content .action a {
    font-style: normal;
}

#content a.action:hover {
    text-decoration: underline;
}

#content .action a:hover {
    text-decoration: underline;
}

#content .actionGreen {
	font-family:Arial;
	font-size:11px;
	color:#3B7C00;
}

#content .actionGreen:hover {
	color:#3B7C00;
}

#content .actionGreen:active {
	color:#3B7C00;
}

#content .underlinedLink {
	text-decoration:underline;
}

#content h1 {
    color: #27279b;
    font: bold 20px "Times New Roman", "Times", serif;
    letter-spacing: 0.7px;
}

#content h2 {
    color: #000000;
    font: bold 15px "Times New Roman", "Times", serif;
    letter-spacing: 0.5px;
}

.error {
    color: red;
}

.edit-text-link {
    text-align: right;
}

.preview {
    background-image: url(/static/images/preview2bg.gif);
}

#footer {
    width: 641px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    clear: both;
    float: right;
    text-align: center;
    color: #959595;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
    font-size: 13px;
    font-style: normal;
    font-family: "Times New Roman", "Times", serif;
}

#footer a {
    margin-left: 5px;
    margin-right: 5px;
    color: #959595;
}

.vtable {
    width: 540px;
    margin-top: -7px;
    margin-left: 20px;
    margin-right: 4px;
    border-collapse: collapse;
    font-size: 10pt;
}

.vtable td {
    border: 2px solid white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #30395d;
}

.tableTitleRow {
    background-color: #b3c5d4;
    font-weight: bold;
    font-family: "Arial";
    border: none;
}

.tableTitleRow th {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: white;
    text-align: left;
}

.vtable tr.odd-row {
    background-color: #dde3e8;
}

.vtable tr.even-row {
    background-color: #e8ebee;
}

.directory-table {
    width: 600px;
    margin-left: 0px;
}

.directory-table th {
    white-space: nowrap;
}

#search-form {
    background: #dddddd;
    border: 2px solid black;
    padding: 6px;
}

.vtable .formtable {
    width: 520px;
    margin-left: -5px;
    margin-right: 0px;
    padding-bottom: 10px;
}

.formtable {
    width: 538px;
    margin-left: 21px;
    margin-top: 1px;
    background-color: #c6d6c2;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.formtable td {
    border: 0px;
    padding: 0px;
}

.titleRow {
    width: 100%;
    background-color: #a6afb8;
    height: 20px;
}

.titleHeader {
    font: 12pt "Times New Roman";
    font-weight: bold;
    color: #26259a;
}

.titleLeft {
    margin-left: 5px;
    margin-top: 1px;
    font: 12pt "Times New Roman";
    font-weight: bold;
    color: #26259a;
    float: left;
}

.titleRight {
    height: 20px;
    background-color: #c2ccd6;
    color: #3b7c00;
    float: right;
    width: 130px;
    font: 11px Arial;
    font-weight: bold;
}

.titleRightText {
    position: relative;
    top: 4px;
    left: 4px;
}

.titleRightText:hover {
    text-decoration: underline;
    cursor: pointer;
}

.nameText {
    margin-left: 20px;
    color: #27279b;
    font: bold 20px "Times New Roman", "Times", serif;
}

.adminOptionsLinkHolder a {
    height: 20px;
    color: #3b7c00;
    width: 120px;
    font: 11px Arial;
    font-weight: bold;
}

.adminOptionsLinkHolder:hover {
    color: #3b7c00;
    text-decoration: underline;
}

.membershipTableLeft {
    text-align: right;
}

.actionButtonText {
    color: #3b7c00;
    font: 11px Arial;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.actionButtonText:hover {
    text-decoration: underline;
}

#cert-block select {
    width: 457px;
}

#org-block select {
    width: 370px;
}

.vtable select {
    max-width: 440px;
}

#award-block textarea {
    width: 450px;
}

.directoryTable {
	width:100%;
}

.directoryTable input {
	width:100px;
}

.dirSearchButton {
	width:100px; 
	
}
.dirSearchButton input {
	float:right;
	width:60px;
}

.directoryCheck input {
	width:15px;
}

.directoryTable select {
	width:106px;
}



.directoryTable .dirLabel {
	text-align:right;
	width:100px;
}

.directoryTable .dirInput {
	text-align:left;
	width:100px;
}


#content .edit-text-link a.action {
	color:#3B7C00;
}

.expiredText {
    color: red;
    font: 18px Arial;
    font-weight: bold;
    text-align: center;
}

.emailText {
    font: 14px Courier, "Courier New", mono;
}

.emailPreview {
    white-space: pre;
    font-family: Courier, "Courier New", mono;
    background-color: #f1f1ff;
    border-style: solid;
    border-width: thin;
    padding: 0.5em;
}

.prog-border {
  position: relative;
  height: 30px;
  width: 400px;
  background: #fff;
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.prog-bar {
  height: 26px;
  margin: 2px;
  padding: 0;
  background: #C9DDEC;
}

.percentage {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 100%;
  text-align: center;
}
