/* SQUAD SWITCH */

.squadswitch{
padding: 0px;
margin: 0px;
font-size: 11px;
font-family: Arial;
font-weight: normal;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
display:block;
}

.squadswitch ul {
height: 20px;
line-heiht: 20px;
float: left;
}

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

.squadswitch li a {
position: relative;
color: #323232;
height: 20px;
line-height: 20px;
width: 33px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
/*
background-image: url(gfx/left_teams_switch.jpg);
background-repeat: no-repeat;
background-position: top left;
*/
text-align: center;
float: left;
margin-right: 1px;
}

.squadswitch li a:visited{
position: relative;
color: #323232;
height: 20px;
line-height: 20px;
width: 33px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
/*
background-image: url(gfx/left_teams_switch.jpg);
background-repeat: no-repeat;
background-position: top left;
*/
text-align: center;
float: left;
margin-right: 1px;
}

.squadswitch li a:hover{
position: relative;
color: #323232;
height: 20px;
line-height: 20px;
width: 33px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
background-image: url(gfx/left_teams_switch.jpg);
background-repeat: no-repeat;
background-position: top left;
text-align: center;
float: left;
margin-right: 1px;
}

.squadswitch li a.selected{ /*selected main tab style */
position: relative;
color: #323232;
height: 20px;
line-height: 20px;
width: 33px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
background-image: url(gfx/left_teams_switch.jpg);
background-repeat: no-repeat;
background-position: top left;
text-align: center;
float: left;
margin-right: 1px;
}

.squadswitch li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #767676;
text-align: center;
float: left;
margin-right: 1px;
}



@media print {
.squadswitch {
display:block !important;
}
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* MATCHES SWITCH */

.matchesswitch {
padding: 0px;
margin: 0px;
font-size: 11px;
font-family: Arial;
font-weight: normal;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
display:block;
}

.matchesswitch ul {
height: 20px;
line-heiht: 20px;
float: left;
}

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

.matchesswitch li a {
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 65px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
text-align: center;
float: left;
margin-right: 1px;
}

.matchesswitch li a:visited{
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 65px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
text-align: center;
float: left;
margin-right: 1px;
}

.matchesswitch li a:hover{
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 65px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
background-image: url(gfx/matches_switch.png);
background-repeat: no-repeat;
background-position: top left;
text-align: center;
float: left;
margin-right: 1px;
}

.matchesswitch li a.selected{ /*selected main tab style */
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 65px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
background-image: url(gfx/matches_switch.png);
background-repeat: no-repeat;
background-position: top left;
text-align: center;
float: left;
margin-right: 1px;
}

.matchesswitch li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #767676;
text-align: center;
float: left;
margin-right: 1px;
}



@media print {
.matchesswitch {
display:block !important;
}
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* USER/DLLS SWITCH */

.userdllswitch {
padding: 0px;
margin: 0px;
font-size: 11px;
font-family: Arial;
font-weight: normal;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
display:block;
}

.userdllswitch ul {
height: 20px;
line-heiht: 20px;
float: left;
}

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

.userdllswitch li a {
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 34px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
text-align: center;
float: left;
margin-right: 1px;
}

.userdllswitch li a:visited{
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 34px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
text-align: center;
float: left;
margin-right: 1px;
}

.userdllswitch li a:hover{
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 34px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
background-image: url(gfx/user_switch.png);
background-repeat: no-repeat;
background-position: top left;
text-align: center;
float: left;
margin-right: 1px;
}

.userdllswitch li a.selected{ /*selected main tab style */
position: relative;
color: #323232;
height: 31px;
line-height: 31px;
width: 34px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
background-image: url(gfx/user_switch.png);
background-repeat: no-repeat;
background-position: top left;
text-align: center;
float: left;
margin-right: 1px;
}

.userdllswitch li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #767676;
text-align: center;
float: left;
margin-right: 1px;
}



@media print {
.userdllswitch {
display:block !important;
}
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* USER/DLLS SWITCH */

.newsswitch {
padding: 0px;
margin: 0px;
font-size: 11px;
font-family: Arial;
font-weight: normal;
list-style-type: none;
font-style: italic;
text-align: left; /*set to left, center, or right to align the menu as desired*/
display:block;
}

.newsswitch ul {
height: 22px;
line-heiht: 22px;
float: left;
}

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

.newsswitch li a {
position: relative;
color: #b7b7b7;
height: 22px;
line-height: 22px;
width: 30px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: none;
text-align: center;
float: left;
margin-right: 1px;
}

.newsswitch li a:visited{
position: relative;
color: #b7b7b7;
height: 22px;
line-height: 22px;
width: 30px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: none;
text-align: center;
float: left;
margin-right: 1px;
}

.newsswitch li a:hover{
position: relative;
color: #4ebf42;
height: 22px;
line-height: 22px;
width: 30px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-align: center;
float: left;
margin-right: 1px;
}

.newsswitch li a.selected{ /*selected main tab style */
position: relative;
color: #4ebf42;
height: 22px;
line-height: 22px;
width: 30px;
font-size: 11px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-align: center;
float: left;
margin-right: 1px;
}

.newsswitch li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
color: #4ebf42;
text-align: center;
float: left;
margin-right: 1px;
}



@media print {
.newsswitch {
display:block !important;
}
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.artswitch {
padding: 0px;
margin: 0px;
font-size: 9px;
font-family: Arial;
font-weight: normal;
list-style-type: none;
font-style: italic;
text-align: left; /*set to left, center, or right to align the menu as desired*/
display:block;
}

.artswitch ul {
height: 22px;
line-heiht: 22px;
float: left;
}

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

.artswitch li a {
position: relative;
color: #b7b7b7;
height: 22px;
line-height: 22px;
font-size: 9px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: none;
text-align: center;
float: left;
margin-right: 5px;
}

.artswitch li a:visited{
position: relative;
color: #b7b7b7;
height: 22px;
line-height: 22px;
font-size: 9px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: none;
text-align: center;
float: left;
margin-right: 5px;
}

.artswitch li a:hover{
position: relative;
color: #4ebf42;
height: 22px;
line-height: 22px;
font-size: 9px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-align: center;
float: left;
margin-right: 5px;
}

.artswitch li a.selected{ /*selected main tab style */
position: relative;
color: #4ebf42;
height: 22px;
line-height: 22px;
font-size: 9px;
font-family: Arial;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-align: center;
float: left;
margin-right: 5px;
}

.artswitch li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
color: #4ebf42;
text-align: center;
float: left;
margin-right: 5px;
}



@media print {
.artswitch {
display:block !important;
}
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


