/* CSS for 'Tabs' Navigation */
.Tabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */{
border-right:#f3a372;
padding-right:10px;
border-top:#f3a372;
padding-left:10px;
font-weight:600;
font-size:8pt;
background-image:none;
padding-bottom:2px;
margin:0px;
overflow:visible;
border-left:#f3a372;
line-height:normal;
padding-top:2px;
border-bottom:#f3a372;
background-repeat:repeat;
font-family:Verdana,Helvetica,sans-serif;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.Tabs A:link{
color:#333333;
text-decoration:none;
}
.Tabs A:visited{
color:#333333;
text-decoration:none;
}
.Tabs A:hover{
color:White;
text-decoration:none;
}
.Tabs A:focus{
color:White;
text-decoration:none;
}
.Tabs A:active{
color:#333333;
text-decoration:none;
}
.SelectedTabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */{
border-right:White;
padding-right:10px;
border-top:White;
padding-left:10px;
font-weight:600;
font-size:8pt;
background-image:none;
padding-bottom:2px;
margin:0px;
overflow:visible;
border-left:White;
line-height:normal;
padding-top:2px;
border-bottom:#f3a372 1pt;
background-repeat:repeat;
font-family:Verdana,Helvetica,sans-serif;
background-color:#999999;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedTabs A:link{
border-right:none;
padding-right:0px;
border-top:none;
padding-left:0px;
padding-bottom:0px;
margin:0px;
border-left:none;
color:White;
padding-top:0px;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:visited{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:hover{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:focus{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
.SelectedTabs A:active{
border-right:none;
border-top:none;
border-left:none;
color:White;
border-bottom:none;
text-decoration:none;
}
/* PortalTabs in DefaultSubTabs Layout */
.SubTabs{
border-right:White thin;
padding-right:10px;
border-top:White thin;
padding-left:10px;
font-weight:600;
font-size:8pt;
padding-bottom:2px;
border-left:White thin;
color:White;
line-height:normal;
padding-top:2px;
border-bottom:White thin;
font-family:Verdana,Helvetica,sans-serif;
background-color:#999999;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SubTabs A:link{
color:White;
text-decoration:none;
}
.SubTabs A:visited{
color:White;
text-decoration:none;
}
.SubTabs A:hover{
color:#666666;
text-decoration:none;
}
.SubTabs A:focus{
color:#666666;
text-decoration:none;
}
.SubTabs A:active{
color:White;
text-decoration:none;
}
.SelectedSubTabs /* PortalTabs in DefaultSubTabs Layout */{
border-right:White thin;
padding-right:10px;
border-top:White thin;
padding-left:10px;
font-weight:600;
font-size:8pt;
padding-bottom:2px;
border-left:White thin;
color:#333333;
line-height:normal;
padding-top:2px;
border-bottom:White thin;
font-family:Verdana,Helvetica,sans-serif;
background-color:#f9ccb0;
text-align:center;
}
/* Important the order:link,visited,hover,focus,active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedSubTabs A:link{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:visited{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:hover{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:focus{
color:#666666;
text-decoration:none;
}
.SelectedSubTabs A:active{
color:#666666;
text-decoration:none;
}
