body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}




/* small tabs */
.small-tabs-container
{
    width: 918px;
    border-bottom: solid 1px #cccccc;
    height: 29px;
    position: relative;
}

.small-tabs-container h2
{
    font-size: 1.0em;
    font-weight: normal;
    margin-top: 0px;
}
.small-tabs-content
{
    width: 916px;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    margin-bottom: 0px;
    padding: 10px 0px 0px 0px;
}

ul.small-tabs li
{
    float: left;
    height: 30px;
    text-align: center;
    padding-right: 3px;
}

ul.small-tabs
{
    margin: 0px;
    display: inline;
    list-style: none;
}


.results-tabs-container
{
    width: 591px;
    border-bottom: solid 1px #cccccc;
    height: 29px;
    position: relative;
    margin: 25px 0px 10px 0px;
}

.results-tabs-content
{
    width: 591px;
    margin-bottom: 0px;
}

ul.results-tabs li
{
    float: right;
    height: 30px;
    text-align: center;
    padding-right: 3px;
}

ul.results-tabs
{
	position: absolute;
	right: 0px;
    margin: 0px;
    display: inline;
    list-style: none;
}


/* small tab one */

.smalltabsone
{
    font-weight: bold;
    
    margin: 0px;
    background: url(Assets/Tabs/tabLeftOff.png) top left no-repeat;
    padding: 0 0 0 15px;
}

.smalltabsoneSelectedtab
{
    margin: 0px;
    
    background: url(Assets/Tabs/tabLeft.gif) top left no-repeat;
    padding: 0 0 0 15px;
}

.smalltabsoneright
{
    display: inline-block;
    height: 25px;
    font-weight: bold;
    font-size: 109%;
    color: #000000;
    padding: 5px 15px 0px 0px;
    background: url(Assets/Tabs/tabRightOff.png) top right no-repeat;
}

.smalltabsonerightSelectedtabright
{
    display: inline-block;
    height: 25px;
    color: #1D3D7D;
    font-weight: bold;
    font-size: 109%;
    padding: 5px 15px 0px 0px;
    background: url(Assets/Tabs/tabRight.gif) top right no-repeat;
}

.smalltabsoneSelectedtab a, .smalltabsone a:hover
{
    color: #000000;
    font-size: 109%;
}

.smalltabsoneright a
{
    color: #FFFFFF;
    font-size: 109%;
}



/* small tab two */

.smalltabstwo
{
    
    font-weight: bold;
    margin: 0px;
    background: url(Assets/Tabs/tabLeftOff.png) top left no-repeat;
    padding: 0 0 0 15px;
}

.smalltabstwoSelectedtab
{
    
    margin: 0px;
    background: url(Assets/Tabs/tabLeft.gif) top left no-repeat;
    padding: 0 0 0 15px;
}

.smalltabstworight
{
    display: inline-block;
    height: 25px;
    font-weight: bold;
    color: #000000;
    font-size: 109%;
    padding: 5px 15px 0px 0;
    background: url(Assets/Tabs/tabRightOff.png) top right no-repeat;
}

.smalltabstworightSelectedtabright
{
    display: inline-block;
    height: 25px;
    color: #1D3D7D;
    font-weight: bold;
    font-size: 109%;
    padding: 5px 15px 0px 0;
    background: url(Assets/Tabs/tabRight.gif) top right no-repeat;
}

.smalltabstwoSelectedtab a, .smalltabstwo a:hover
{
    color: #000000;
}

.smalltabstworight a
{
    color: #FFFFFF;
    font-size: 109%;
}

/* small tab three */

#small-tabs-three
{
    font-weight: bold;
    margin: 0px;
    background: url(Assets/Tabs/tabLeftOff.png) top left no-repeat;
    padding: 0 0 0 12px;
}

#small-tabs-three.selectedtab
{
    margin: 0px;
    background: url(Assets/Tabs/tabLeft.gif) top left no-repeat;
    padding: 0 0 0 12px;
}

#small-tabs-three-right
{
    height: 23px;
    font-weight: bold;
    color: #000000;
    padding: 3px 12px 4px 0;
    
    background: url(Assets/Tabs/tabRightOff.png) top right no-repeat;
}

#small-tabs-three-right.selectedtabright
{
    height: 23px;
    color: #00ABBD;
    font-weight: bold;
    padding: 3px 12px 4px 0;
    
    background: url(Assets/Tabs/tabRight.gif) top right no-repeat;
}

#small-tabs-three.selectedtab a, #small-tabs-three a:hover
{
    color: #00ABBD;
}



/* small tab four */

#small-tabs-four
{
    font-weight: bold;
    margin: 0px;
    background: url(Assets/Tabs/tabLeftOff.gif) top left no-repeat;
    padding: 0 0 0 12px;
}

#small-tabs-four.selectedtab
{
    margin: 0px;
    background: url(Assets/Tabs/tabLeft.gif) top left no-repeat;
    padding: 0 0 0 12px;
}

#small-tabs-four-right
{
    height: 17px;
    font-weight: bold;
    color: #000000;
    padding: 3px 12px 4px 0;
    
    background: url(Assets/Tabs/tabRightOff.gif) top right no-repeat;
}

#small-tabs-four-right.selectedtabright
{
    height: 17px;
    color: #00ABBD;
    font-weight: bold;
    padding: 3px 12px 4px 0;
    
    background: url(Assets/Tabs/tabRight.gif) top right no-repeat;
}

#small-tabs-four.selectedtab a, #small-tabs-four a:hover
{
    color: #00ABBD;
}


/* small tabs content one */

#smalltabone-content
{
    padding: 0px;
    margin: 0px;
}

/* small tabs content two */

#smalltabtwo-content
{
    padding: 0px;
    margin: 0px;
}

/* small tabs content three */

#smalltabthree-content
{
    padding: 0px;
    margin: 0px;
}

/* small tabs content four */

#smalltabfour-content
{
    padding: 0px;
    margin: 0px;
}
