/* Homepage Tabs Style Sheet */

#wrapper {
width: 96.5%;
}

ul.tabs {
width: 96.5%;
margin: 0PX;
padding: 0PX;
}

ul.tabs li {
display: block;
float: left;
padding: 0 3px;
}

ul.tabs li a {
background-color: #dcdcdc;
background-image: url(../images/bg04.gif);
display: block;
float: left;
padding: 5px;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
color: #000;
font-weight: normal;
text-decoration: none;
}

ul.tabs li a:hover {
background-color: #dcdcdc;
background-image: url(../images/bg04_hover.gif);
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
color: #000;
text-decoration: none;
}

ul.tabs li a.selected {
background-color: #fcce00;
background-image: url(../images/bg01.gif);
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
color: #000;
text-decoration: none;
font-weight: normal;
}

.tab-content {
background-color: #fff;
clear: both;
border: 1px solid #000;
padding: 5px;
font-family: arial, helvetica, sans-serif;
color: #000;
font-size: 9pt;
font-weight: normal;
}

.tab-content a:link {
font-family: arial, helvetica, sans-serif;
color: #000;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

.tab-content a:visited {
font-family: arial, helvetica, sans-serif;
color: #000;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

.tab-content a:active {
font-family: arial, helvetica, sans-serif;
color: #000;
font-size: 9pt;
font-weight: normal;
text-decoration: underline;
}

.tab-content a:hover {
font-family: arial, helvetica, sans-serif;
color: #aa0000;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
}

.input_homepage {
background-color: #fcce00;
background-image: url(../images/bg01.gif);
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding-left: 2px;
}

.input_homepage:hover {
background-color: #fcce00;
background-image: url(../images/bg01.gif);
border-top: 1px solid #fcce00;
border-bottom: 1px solid #fcce00;
border-left: 1px solid #fcce00;
border-right: 1px solid #fcce00;
padding-left: 2px;
}

.button_homepage {
background-color: #dcdcdc;
background-image: url(../images/bg04.gif);
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

.button_homepage:hover {
background-color: #dcdcdc;
background-image: url(../images/bg04.gif);
border-top: 1px solid #fcce00;
border-bottom: 1px solid #fcce00;
border-left: 1px solid #fcce00;
border-right: 1px solid #fcce00;
}
