﻿/* CSS for 'Tabs' Navigation */
.Tabs { font-size: 13px; font-weight: bold; color: #FF0000; line-height: normal; text-align: center; background-color: #7c98ae; padding: 3px 10px 3px 10px; margin: 0px; }
.Tabs a:link { text-decoration: none; color: #ecd473; }
.Tabs a:visited { text-decoration: none; color: #ecd473; }
.Tabs a:hover { text-decoration: none; color: #ff6600; }
.Tabs a:active { text-decoration: none; color: #ecd473; }

.SelectedTabs { font-size: 13px; font-weight: bold; line-height: normal; text-align: center; background-color: #999999; padding: 3px 10px 3px 10px; margin: 0px; }
.SelectedTabs a:link { text-decoration: none; color: White; }
.SelectedTabs a:visited { text-decoration: none; color: White; }
.SelectedTabs a:hover { text-decoration: none; color: #5e92c4; }
.SelectedTabs a:active { text-decoration: none; color: White; }
/* PortalTabs in DefaultSubTabs Layout */
.SubTabs{
border-right:White thin;
padding-right:10px;
border-top:White thin;
padding-left:10px;
font-weight:600;
font-size:13px;
padding-bottom:2px;
border-left:White thin;
color:White;
line-height:normal;
padding-top:2px;
border-bottom:White thin;
font-family:Arial, 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:13px;
padding-bottom:2px;
border-left:White thin;
color:#333333;
line-height:normal;
padding-top:2px;
border-bottom:White thin;
font-family:Arial, 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;
}
