img {
    border: 0;
}
a {
    text-decoration: underline;
    outline: none;
}
a:visited {
}
a:active {
}
/*a:hover {
    text-decoration: underline;
}*/

#homepage_content {
    z-index: 1;
    position: absolute;
    top: 10px;
    width: 100%;
    background-image:url('/images/header_sliver.jpg');
}

#toplogout {
    z-index: 5;
    position: absolute;
    top: 10px;
    width: 95%;
}
#topimg {
    z-index: 2;
    position: absolute;
    top: 10px;
    width: 100%;
    background-image:url('/images/header_sliver.jpg');
}
#top_shadow {
    z-index: 3;
    position: absolute;
    top: 107px;
    width: 100%;
    background-image:url('/images/header_shadow.gif');
}
#top {
    position: absolute;
    height: 100px; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    height: 70px;
}
html>body #top {
    height: 70px; /* ie5win fudge ends */
}
#logout_link {
    z-index: 6;
    color: black;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}
a#logout_link:visited {
    color: black;
}
a#logout_link:hover {
    text-decoration: none;
    color: white;
    background: black;
}
#login_page {
    position: absolute;
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size: 14pt;
    top: 120px;
    left: 220px;
    width: 600px; /* ie5win fudge begins */
}
#login_page input {
    margin: 2px;
}
#leftimg {
    z-index: 5;
    position: absolute;
    top: 120px;
    height: 472px;
    width: 150px; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 120px;
}
#verisign_logo {
    position: absolute;
    top: 300px;
    left: 100px;
}
html>body #leftimg {
    width: 120px; /* ie5win fudge ends */
}
#left {
    z-index: 6;
    position: absolute;
    top: 120px;
    height: 715px;
    width: 150px; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 140px;
    background-image:url('/images/menu_underlay.gif');
}
html>body #left {
    width: 150px; /* ie5win fudge ends */
}
#left ul {
    list-style-type: none;
    list-style-position: left;
    margin: 0;
    padding: 0;
    border: none;
    /*text-indent: -1em;*/
}
#left li img {
    display: inline;
}
#middle {
    position: absolute;
    left: 175px;
    width: auto;
    top: 125px;
    padding: 10px;
    margin-bottom: 2em;
    height: auto;
    /* before, when not using pos: abs */
	/*margin: 40px 190px 20px 170px;*/
}
#middle_kiosk {
    position: absolute;
    left: 1px;
    width: auto;
    top: 1px;
    padding: 10px;
    margin-bottom: 2em;
    height: auto;
    /* before, when not using pos: abs */
	/*margin: 40px 190px 20px 170px;*/
}


#middle h2 {
    margin-bottom: 5px;
}

#eula {
    z-index: 10;
    position: absolute;
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size: 12pt;
    top: 120px;
    left: 220px;
    width: 100%;
}

#eula_privacy_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; /* See note below */
	text-align: center;
}

#content {margin-left: 150px; padding-bottom: 3em; height: auto;}
#footer2 {clear: both; height: 2em; position: absolute; bottom: 0; left: 0; background: #CCC;  border: none; width: 100%;}

.notice {
    font-size: 15pt;
    color: green;
}

table {
    background-color:White;
    border-color:#999999;
    border-width:1px;
    border-style:None;
    border-collapse:collapse;
    /**/
    height:20px;
    width:650px;
    /*
    Z-INDEX: 101;
    LEFT: 24px;
    POSITION: absolute;
    TOP: 331px;
    */
}
th {
    color:White;
    background-image:url('/images/header_background.gif');
    font-weight:bold;
    font-style:normal;
    line-height: 12px;
    text-decoration:none;
}
tr {
    color:Black;
    background-color:#EEEEEE;
}
tr.even {
    color:Black;
    background-color:#EEEEEE;
}
tr.odd {
    color:Black;
    background-color:Gainsboro;
}
tr.birthday_today {
    color:#FFFFFF;
    background-color:#990000;
}
tr.birthday_today a {
    color:#FFFFFF;
}
tr.birthday_past {
    color:Black;
    background-color:Yellow;
}
tr.birthday_future {
    color:#FFFFFF;
    background-color:#339900;
}
tr.birthday_future a {
  color: #FFFFFF;
}
#date_select select,
#start_date_label select,
#end_date_label select {
    display: inline;
}
tr.threshold {
    color: red;
}
.menu_label {
    font-weight:bold;
    color: red;
}
input.pager_box {
  display: inline;
  width: 40px;
}
td.news_title {
    color:red;
    font-size: 16pt;
    background-color:white;
}
td.news_story {
    color:gray;
    font-size: 12pt;
    background-color:white;
}
