/* begin css tabs */
 
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 0; /* set margins as desired */
font: bold 11px Trebuchet MS, verdana, arial, sans-serif; /* set font as desired */
/*border-bottom: 1px solid #6c6;  set border COLOR as desired */
list-style-type: none;
padding: 0 10px 5px 120px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab-home li.tab-home, body#tab-venues li.tab-venues, body#tab-events li.tab-events, body#tab-users li.tab-users, body#tab-bookings li.tab-bookings, body#tab-mailing li.tab-mailing, body#tab-report li.tab-report, body#tab-setup li.tab-setup, body#tab-cancel li.tab-cancel, body#tab-contact li.tab-contact, body#tab-localauth li.tab-localauth { /* settings for selected tab */
/*border-bottom: 1px solid #fff;  set border color to page background color */
background-color: #000; /* set background color to match above border color */
}
 
body#tab-home li.tab-home a, body#tab-venues li.tab-venues a, body#tab-events li.tab-events a, body#tab-users li.tab-users a, body#tab-bookings li.tab-bookings a, body#tab-mailing li.tab-mailing a, body#tab-report li.tab-report a, body#tab-setup li.tab-setup a, body#tab-cancel li.tab-cancel a, body#tab-contact li.tab-contact a, body#tab-localauth li.tab-localauth a { /* settings for selected tab link */
background-color: #F2F3F9; /* set selected tab background color as desired */
color: #3C4CA2; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 10px 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
/*border: 1px solid #6c6;  set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #6e7cc9; /* set unselected tab background color as desired */
color: #fff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
font-size: 120%;
font-weight: bold;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background-color: #F2F3F9; /* set desired hover color */
color: #3C4CA2;
}
 
/* end css tabs */


