/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
font: bold 12px arial;
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 2px;
margin-right: 2px;
border: 1px solid #778;
color: #0B2661;
background: white url(/sysimages/tab1.gif) top left repeat-x;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
color: #7E0519;
}

.shadetabs li a.selected{ 
position: relative;
top: 1px;
background: #0C6EBE;
border-bottom-color: white;
color: #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}





#provincetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#provincetabs li{
display: inline;
margin: 0;
}

#provincetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 2px 2px;
margin-right: 2px;
border: 1px solid #778;
color: #961205;
}

#provincetabs li a:visited{
color: #5B2237;
}

#provincetabs li a:hover{
text-decoration: underline;
color: #05167E;
}

#provincetabs li a.selected{ 
position: relative;
top: 1px;
background: #5B2237;
border-bottom-color: white;
color: #fff;
}

#provincetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}