

body {
    color: #ffffff;
    font-family: verdana, arial;
    font-size:0px;
}


#contenttd {
    color: #ffffff;
    font-family: verdana, arial;
    font-size:11px;
    width:525px; 
    padding-right:35px;
    padding-top:10px;
    padding-left:15px;
    padding-bottom:10px;
}

table.headertable {
    margin-bottom:10px;
}

td.headline {
    color: #000000;
    font-family: verdana, arial;
    font-size:14px;
    font-weight:bold;
    padding-right:5px;
}

td.headerfill {
    background-image : url("../images/greenbars.gif");
    background-position:center left;
    background-repeat:repeat-x;
}

div.header1 {
    color: #000000;
    font-family: verdana, arial;
    font-size:12px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    background-image : url("../images/greenbars.gif");
    background-position:center left;
    background-repeat:no-repeat;
    vertical-align:top;
}

p.bodytext {
    color: #ffffff;
    font-family: verdana, arial;
    font-size:11px;
}

div.printlink {
    text-align:right;
}

table.pricetable {
    color: #ffffff;
    font-family: verdana, arial;
    font-size:11px;
    empty-cells:show;
    border-left:1px solid white;
    border-top:1px solid white;
    width:505px;
}

table.pricetable td {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
}

td.priceheader {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    font-size:13px;
    font-weight:bolder;
}

tr.descriptionheader {
    font-weight:bolder;
}

a {
    color:#ffffff;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

div.teamname {
    font-weight:bolder;
    font-style:italic;
    color:#000000;
}

div.scrollarea {
    overflow:auto;
    width:525px;
    height:365px;
    scrollbar-face-color:#818074;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:transparent;
    scrollbar-shadow-color:#818074;
    scrollbar-highlight-color:#D7D6CD;
    scrollbar-3dlight-color:#818074;
    scrollbar-darkshadow-Color:#202020;
}

/*-----------------------------
 Styles for the dropdowns
-------------------------------*/

#ddowncontainer {
    position:absolute;
}

#ddown1 {
    position:absolute;
    z-index:50;
    left:136px;
    width:155px;
    overflow:hidden;
    
    height:0px;
    vertical-align:bottom;
    visibility:visible;
}

#ddtable1 {
    position:absolute;
    top:-110px;
}


#ddown2 {
    position:absolute;
    z-index:50;
    left:270px;
    width:140px;
    overflow:hidden;
    
    height:0px;
    vertical-align:bottom;
}

#ddtable2 {
    position:absolute;
    top:0px;
}

#ddown3 {
    position:absolute;
    z-index:50;
    left:370px;
    width:110px;
    overflow:hidden;
    
    height:0px;
    vertical-align:bottom;
}

#ddtable3 {
    position:absolute;
    top:0px;
}

#ddown4 {
    position:absolute;
    z-index:50;
    left:555px;
    width:136px;
    overflow:hidden;
    
    height:0px;
    vertical-align:bottom;
}

#ddtable4 {
    position:absolute;
    top:0px;
}




div.ddback {
    background-color: #808074;
    -moz-opacity:.8;
    filter:alpha(opacity=80); 
    width:200;
    height:200;
    position:absolute;
    z-index:-1;
}

table.dropdown {
    color:#ffffff;
    width:100%;
    z-index:300;
    position:absolute;
}

table.dropdown a {
    color:#ffffff;
    text-decoration:none;
    font-family: verdana, arial;
    font-size:11px;
}

table.dropdown a:hover {
    color:#ffffff;
    font-weight:bold;
}

table.dropdown td {
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    font-family: verdana, arial;
    font-size:11px;
    padding-left:5px;
    z-index:300;
    height:22px;
}

td.menuover {
    background-color:#8BAC3A;
    font-weight:bold;
}

/*
table.dropdown td:hover {
    background-color:#8BAC3A;
    font-weight:bold;
} */

/*-----------------------------
 Styles for the submenu
-------------------------------*/

#submenutd {
    width:159px;
    padding-left:19px;
    padding-right:7px;
    padding-top:9px;
}

td.submenuitem {
    color: #ffffff;
    font-family: verdana, arial;
    font-size:12px;
    height:24px;
    border-bottom:1px solid #b2b2a2;
    padding-left:7px;
}

td.submenuitem a {
    color: #ffffff;
    text-decoration:none;
}

td.submenuitem a:hover {
    color: #ffffff;
    text-decoration:none;
    font-weight:bold;
}

td.submenuitem_selected {
    color: #ffffff;
    font-family: verdana, arial;
    font-weight:bolder;
    font-size:12px;
    height:24px;
    border-bottom:1px solid #b2b2a2;
    padding-left:7px;
}

/*-----------------------------
 Styles for the footer
-------------------------------*/

#footer_contact {
    color: #000000;
    font-family: verdana, arial;
    font-size:9px;
    padding-left:14px;
    padding-top:8px;
    line-height:2;
    background-repeat:no-repeat;
    background-position:left;
}

#footer_contact a {
    color: #ffffff;
    text-decoration:none;
}

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

#footer_menu {
    color: #ffffff;
    font-family: verdana, arial;
    font-size:9px;
    padding-left:14px;
    padding-top:8px;
    line-height:2;
    background-repeat:no-repeat;
    background-position:right;
}

#footer_menu a {
    color: #ffffff;
    text-decoration:none;
}

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

/*-----------------------------
 Styles for the background
-------------------------------*/

#allback {
    background-image : url("../images/allback.gif");
    background-position : center center;
    background-repeat : no-repeat;
}

#bg_topleft {
    background-image : url("../images/topleft.gif");
    background-position : bottom right;
    background-repeat : no-repeat;
}

#bg_top {
    background-image : url("../images/top.gif");
    background-position : bottom;
    background-repeat : repeat-x;
}

#bg_topright {
    background-image : url("../images/topright.gif");
    background-position : bottom left;
    background-repeat : no-repeat;
}

#bg_left {
    background-image : url("../images/left.gif");
    background-position : right;
    background-repeat : repeat-y;
}

#bg_right {
    background-image : url("../images/right.gif");
    background-position : left;
    background-repeat : repeat-y;
}

#bg_bottomleft {
    background-image : url("../images/bottomleft.gif");
    background-position : top right;
    background-repeat : no-repeat;
}

#bg_bottom {
    background-image : url("../images/bottom.gif");
    background-position : top;
    background-repeat : repeat-x;
}

#bg_bottomright {
    background-image : url("../images/bottomright.gif");
    background-position : top left;
    background-repeat : no-repeat;