tr.alt td
{
    background:#ecf6fc;
}

tr.over td
{
    background: #bcd4ec;
}

.paging div
{
    display: inline;
}

dl
{
    line-height: 2em;
    margin: 0em 0em;
    width: 50%;
    padding-bottom: 2em;
}

dl .altrow
{
    background: #f4f4f4;
}

dt
{
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}

dd
{
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}
/*
#container {
    width:780px;
    margin:0 auto;
    position: relative;
}

#content {
    width:520px;
    min-height:500px;
}
*/
a:link, a:visited {
    color:#27b;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a img {
    border-width:0;
}

#topnavcontainer
{
    width: 900px;
    margin: 0 auto;
    position: relative;
}


#topnav {
    padding:10px 0px 12px;
    font-size:11px;
    line-height:23px;
    text-align:right;
}
#topnav a.signin {
    background:#88bbd4;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *background:transparent url("../img/signin-nav-bg-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin:hover {
    background:#59B;
    *background:transparent url("../img/signin-nav-bg-hover-ie.png") no-repeat 0 0;
    *padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
}

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("../img/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#topnav a.menu-open {
    background:#ddeef6!important;
    color:#666!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
a.signin.menu-open span {
    background-image:url("../img/toggle_up_dark.png");
    color:#789;
}

#signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#ddeef6;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 24.5px;
    /*right: 357px;*/
    right: 0px;
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#789;
    font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}
#signin_submit, input[type=submit] {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('../img/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#signin_submit::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus, input[type=submit]:hover, input[type=submit]:focus {
    background-position:0 -5px;
    cursor:pointer;
}

label
{
    display: block;
}

h1
{
    color: #bed364;
    font-size: 3em;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0;
    text-shadow: 1px 1px 0px black;
}

h2
{
    clear: both;
    padding-top: 10px;
}


#slider {
    width: 620px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.hidden
{
    display: none;
}


#menu
{
    margin: 0;
    padding: 0;
    width: 100%;
    background: #333;
}

#menu li
{
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial
}

#menu li a
{
    display: block;
    background: #333 url("../img/seperator.gif") bottom right no-repeat;
    padding: 8px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    width: 70px;
    color: #EAFFED;
    white-space: nowrap;
}

#menu li a:hover
{
    /*background: #1A4473*/
    background: #2580a2 url("../img/hover.gif") bottom center no-repeat;
    color: #fff;
}

#menu li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white
}

#menu li ul li
{
    float: none;
    display: inline
}

#menu li ul li a
{
    width: auto;
    background: #333;
}

#menu li ul li a:hover
{
    background: #2580a2;
}

#flashMessage
{
    clear: both;
}
fieldset
{
    clear: both;
}

.menu
{
    background: #333;
    width: 100%;
}
