.hyperLink a:link {text-decoration:none; color:blue}
.hyperLink a:visited {text-decoration:none; color:blue}
.hyperLink a:active {text-decoration:none; color:blue}
.hyperLink a:hover {text-decoration:underline; color:#047500}

.hyperLink2 a:link {text-decoration:none;}
.hyperLink2 a:visited {text-decoration:none;}
.hyperLink2 a:hover {text-decoration:underline; color:#047500}

.hyperLink3 a:link {text-decoration:underline; color:#448DE4}
.hyperLink3 a:visited {text-decoration:underline; color:#448DE4}
.hyperLink3 a:hover {text-decoration:underline; color:#047500}

body {
 background-color: #F6F6F6;
 padding: 0px;
 margin: 0px;
 font: normal 14px arial,verdana,geneva,sans-serif;
 }

input { outline:none }

#tbp1 {
 float: left;
 height: 60px;
 width: 270px;
 overflow: hidden;
 } #tbp1 img {
 border: 0px;
 padding: 0px;
 margin: 0px;
 }

#menu-text {
 text-align: center;
 font: bold 16px arial,helvetica;
 } #menu-text a:link {
 text-decoration: none;
 color: white;
 } #menu-text a:visited {
 text-decoration: none;
 color: white;
 } #menu-text a:hover {
 text-decoration: underline;
 color: #65FF55;
 } #menu-text span {
 margin-right: 30px;
 }

#menu-user {
 font:normal 13px "gill sans",gill-sans,verdana,arial;
 text-align: right;
 padding: 8px;
 color: white;
 } #menu-user a:link {
 text-decoration: underline;
 color: #91C8FF
 } #menu-user a:visited {
 text-decoration: underline;
 color: #91C8FF
 } #menu-user a:hover {
 text-decoration: none;
 color: white;
 }

#page-bot {
 padding-top: 30px;
 text-align: center;
 font-family: "gill sans", gill-sans, verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 } #page-bot a:link {
 text-decoration: none;
 color: blue
 } #page-bot a:visited {
 text-decoration: none;
 color: blue
 } #page-bot a:hover {
 text-decoration: underline;
 color: #047500
 }

.label {
 font: bold 12px arial,verdana;
 color: black;
 }

.tinyText {
 font-family: "gill sans",gill-sans,verdana,arial,helvetica,sans-serif;
 font-size: 11px;
 }

.inputField {
 border: 1px solid #0642E0;
 padding: 2px;
 font-size: 13px;
 font-family: verdana,arial,helvetica,sans-serif;
 }

.blue-button {
 color: #fff;
 background-color: transparent;
 border: 0px;
 background-image: url(../images/buttons/sgradient.gif);
 height: 22px;
 width: 75px;
 cursor: pointer;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 }

#post-info-box {
 width: 450px;
 padding: 5px;
 background-color: #F6F6F6;
 margin-bottom: 30px;
 border: 2px solid #83A9FE;
 }

#messageBox-blue {
 border: 1px solid #0642E0;
 } #messageBox-blue #header {
 background-image:url(../images/winheaders/blue.gif);
 background-repeat: repeat-x;
 height: 22px;
 padding-top: 2px;
 font-weight: bold;
 font-size: 16px;
 text-align: center;
 color: white;
 } #messageBox-blue #body {
 background-color: white;
 padding: 4px;
 }

#messageBox-red {
 border: 1px solid red;
 } #messageBox-red #header {
 background-image:url(../images/winheaders/red.gif);
 background-repeat: repeat-x;
 height: 22px;
 font-weight: bold;
 font-size: 16px;
 text-align: center;
 color: white;
 } #messageBox-red #body {
 background-color: white;
 padding: 4px;
 }

#messageBox-green {
 border: 1px solid #00D075;
 } #messageBox-green #header {
 background-image:url(../images/winheaders/green.gif);
 background-repeat: repeat-x;
 height: 22px;
 font-weight: bold;
 font-size: 16px;
 text-align: center;
 color: #146510;
 } #messageBox-green #body {
 background-color: white;
 padding: 4px;
 }

ul.checklist {
 margin: 0;
 padding: 0;
 /*display:inline-block;*/
 border:1px solid #0000ff;
 background-color: #ffffff;
 cursor: pointer;
 list-style-type: none;
 white-space: nowrap;
 overflow-x: hidden;
 overflow-y: auto;
 }

ul.checklist li {
 margin: 0;
 padding-right: 20px;
 }

ul.checklist li:hover {
 background-color: #e1e0ff;
 }

/* MENU TABS */

ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin: 0 0 1em 0; /* set margins as desired */
font: bold 14px sans-serif, verdana, arial; /* set font as desired */
border-bottom: 1px solid #58a7ff; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 5px 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 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* 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 { /* 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: 5px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #fff; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #58a7ff; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #000; /* set desired hover color */
}
