/* 
Document   : tabs2
Created on : Dec 22, 2007, 5:10:24 PM
Author     : Administrator
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#tabs a span{
    font-size:9px;
    padding:5px 15px 4px 5px;
}
#tabs a {
    background-position:0% -42px;
}
#tabs a span {
    color:gray;
    background-position:100% -42px;
}
#tabs a:hover, #tabs #current a {
    background-position:0% 0px;
}
#tabs a:hover span, #tabs #current a span {
    background-position:100% 0px;
}

#tabs #current a span{
    color:#000;
    padding-bottom:5px;
}
#tabcontent{
    background:#ffffff;
}

.ProfileImagePadding{
    padding-top:5px;
}
.FilterBar{
    background:#F0F0F0;
    padding:5px 5px 5px 4px;
    text-align:right;
    _height:50px;
    margin-bottom:15px;
}