﻿@import "HomepageRibbonBackgrounds.aspx";

#HomepageRibbon {
    font-size: x-small;
}

#tab1, #tab2, #tab3, #tab4 {
    width: 449px;
    height: 250px;
    float: left;
    background-color: #d1d4d3;
    background-repeat: repeat;
}




#tab1_1, #tab2_1, #tab3_1, #tab4_1 {
    background-image: url(/Images/50pBlack.png);
    padding: 5px;
    color:White;
    margin-left: 240px;
    width: 199px;
    height: 240px;
    overflow: auto;
}
#tab1_1 > h2 { margin: 5px 0px 5px 0px; padding: 0px;}

#tab1_1 a:link, #tab2_1 a:link, #tab3_1 a:link, #tab4_1 a:link {color: White;}
#tab1_1 a:visited, #tab2_1 a:visited, #tab3_1 a:visited, #tab4_1 a:visited {color: White;}
#tab1_1 a:active, #tab2_1 a:active, #tab3_1 a:active, #tab4_1 a:active {color: White;}

#tab1_1 > p {margin:0px;padding:0px;}
#tab2_1 > p {margin:0px;padding:0px;}
#tab3_1 > p {margin:0px;padding:0px;}
#tab4_1 > p {margin:0px;padding:0px;}


#tabButton1 {
    width: 100px;
    height: 18px;
    text-align: center;
    padding: 10px 5px 5px 5px;
    float: left;
    background-image: url(Images/HomepageRibbon/3.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top:3px;
}

#tabButton2 {
    position: relative;
    width: 100px; 
    height: 18px; 
    text-align: center; 
    padding: 10px 5px 5px 5px; 
    float: left; 
    background-color: #d1d4d3; 
    margin: 3px 3px 0px 3px;
}

#tabButton3 {
    width: 100px; 
    height: 18px; 
    text-align: center; 
    padding: 10px 5px 5px 5px; 
    float: left; 
    background-color: #d1d4d3; 
    margin: 3px 3px 0px 0px;
}

#tabButton4 {
    width: 100px;
    height: 18px;
    text-align: center;
    padding: 10px 5px 5px 5px;
    float: left;
    background-image: url(Images/HomepageRibbon/6.gif);
    background-repeat:no-repeat;
    background-position: bottom right;
    margin: 3px 0px 0px 0px;
}