﻿/*
1.  tab												tab_sel
2.  tab_left										tab_left_sel
3.  tab_right										tab_right_sel
4.  tab_top											tab_top_sel
5.  tab_bottom										tab_bottom_sel
6.  tab_body										tab_body_sel
7.  tab_text, tab_text:link, tab_text:visited		tab_text_sel, tab_text_sel:link, tab_text_sel:visited
8.  tab_text:hover									tab_text_sel:hover
9.  tab_outer										tab_sel_outer
10. tab_underline

1.  tab_class										tab_class_sel
2.  tab_class_left									tab_class_left_sel
3.  tab_class_right									tab_class_right_sel
4.  tab_class_top									tab_class_top_sel
5.  tab_class_bottom								tab_class_bottom_sel
6.  tab_class_body									tab_class_body_sel
7.  tab_class_text, tab_class_text:link,			tab_class_text_sel, tab_class_text_sel:link, 
	tab_class_text:visited							tab_class_text_sel:visited
8.  tab_class_text:hover							tab_class_text_sel:hover
9.	tab_class_outer									tab_class_sel_outer
10. tab_class_underline

? controls_tab
*/

.tab
{
    padding: 5px 0px 0px 6px;
    margin: 0px;
    display: inline;
    border-spacing: 0px;
    empty-cells: show;
    background-color: #EAF4FF;
    border-right: 1px solid #CC9900;
    border-left: 1px solid #CC9900;
    border-top: 1px solid #CC9900;
    border-bottom: 0px;
}
.tab_left
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_right
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_top
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    height: 2px;
}
.tab_bottom
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    height: 0px;
}
.tab_body
{
    border: 0px;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
}
.tab_text
{
    color: #000000;
    text-decoration: none;
}

.tab_text:link
{
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_text:visited
{
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_text:hover
{
    color: #0000cd;
    text-decoration: none;
}

.tab_sel
{
    display: inline;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    background-color: white;
    border-spacing: 0px;
    border-right: 1px solid #CC9900;
    border-left: 1px solid #CC9900;
    border-top: 1px solid #CC9900;
    border-bottom: 0px;
    empty-cells: show;
}
.tab_left_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_right_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_top_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    height: 2px;
}
.tab_bottom_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    height: 0px;
}
.tab_body_sel
{
    border: 0px;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
    background-color: white;
}
.tab_text_sel:link
{
    padding-left: 0px;
    font-weight: bold;
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_text_sel:visited
{
    padding-left: 0px;
    font-weight: bold;
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_text_sel:hover
{
    color: #0000cd;
    text-decoration: none;
}

.tab_outer
{
    display: inline;
    border-bottom: #CC9900 1px solid;
    padding-left: 4px;
    padding-right: 4px;
}

.tab_sel_outer
{
    display: inline;
    border-bottom: white 1px solid;
    margin-left: 0px;
    margin-right: 0px;
}


.tab_underline
{
    position: relative;
    top: -3px;
    border-bottom: #CC9900 1px solid;
    padding-left: 0px;
    padding-right: 0px;
    z-index: -1;
}


.tab_class
{
    padding: 5px 0px 0px 6px;
    margin: 0px;
    display: inline;
    border-spacing: 0px;
    empty-cells: show;
    background-color: #EAF4FF;
    border-right: 1px solid #CC9900;
    border-left: 1px solid #CC9900;
    border-top: 1px solid #CC9900;
    border-bottom: 0px;
}
.tab_class_left
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_class_right
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_class_top
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    height: 2px;
}
.tab_class_bottom
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    height: 0px;
}
.tab_class_body
{
    border: 0px;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
}
.tab_class_text
{
    color: #000000;
    text-decoration: none;
}

.tab_class_text:link
{
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_class_text:visited
{
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_class_text:hover
{
    color: #0000cd;
    text-decoration: none;
}

.tab_class_sel
{
    display: inline;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    background-color: white;
    border-spacing: 0px;
    border-right: 1px solid #CC9900;
    border-left: 1px solid #CC9900;
    border-top: 1px solid #CC9900;
    border-bottom: 0px;
    empty-cells: show;
}
.tab_class_left_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_class_right_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 7px;
}
.tab_class_top_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    height: 2px;
}
.tab_class_bottom_sel
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    height: 0px;
}
.tab_class_body_sel
{
    border: 0px;
    padding: 2px;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
    background-color: white;
}
.tab_class_text_sel:link
{
    padding-left: 0px;
    font-weight: bold;
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_class_text_sel:visited
{
    padding-left: 0px;
    font-weight: bold;
    color: black;
    line-height: 16px;
    text-decoration: none;
}
.tab_class_text_sel:hover
{
    color: #0000cd;
    text-decoration: none;
}

#class_tabbar
{
    display: inline;
}

#class_contents
{
}

.tab_class_outer
{
    display: inline;
    border-bottom: #CC9900 1px solid;
    padding-left: 4px;
    padding-right: 4px;
}

.tab_class_sel_outer
{
    display: inline;
    border-bottom: white 1px solid;
    margin-left: 0px;
    margin-right: 0px;
}


.tab_class_underline
{
    position: relative;
    top: -3px;
    border-bottom: #CC9900 1px solid;
    padding-left: 0px;
    padding-right: 0px;
    z-index: -1;
}

.controls_tab
{
    padding: 0px;
    border: 0px;
    margin: 0px;
    border-spacing: 0px;
    empty-cells: show;
    display: inline;
    height: 1px;
    text-align: right;
}

