
body {
font: 100% verdana, arial, sans-serif;
background-color: #fff;
margin: 50px;
}


/* general settings */


ul#tabnav { 
text-align: left; /* aligns tabs on the page */
margin-bottom: 0px; /* space between tabs and next page elemnt */
font: 11px verdana, arial, sans-serif;
border-bottom: 1px solid #66cc66; /* This is the line under the tabs*/
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
display: inline;
}



/* settings for selected tab */
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { 
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}



/* settings for selected tab link */
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { 
background-image: url(../../../../images/calendar/DoubleCalendarBG.gif); /* set selected tab background color as desired */
color: black; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}



/* settings for all tab links */
ul#tabnav li a { 
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #66cc66; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #FFFFCC; /* set unselected tab background color as desired */
color: black; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background-color: #FFFF99; /* set desired hover color */
color: black;
}

/* end css tabs */
