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

.tab_right_container {

}

.tab_right_surround {
padding:10px 15px 15px 15px;
float:right;
width:300px;
height:475px;
margin-right:15px;
background:#FFFFFF;
border:1px solid #E7E7E7;
}

.tab_right_exp_buttons {
padding:10px 15px 15px 15px;
float:right;
width:300px;
height:835px;
margin-right:15px;
margin-top:25px;
background:#FFFFFF;
border:1px solid #E7E7E7;
}

.tab_right_introduction {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
padding:10px 15px 15px 15px;
float:right;
width:300px;
height:110px;
line-height:19px;
margin-right:15px;
margin-bottom:10px;
background:#FFFFFF;
border-left:1px solid #E7E7E7;
border-right:1px solid #E7E7E7;
border-top:1px solid #E7E7E7;
border-bottom:3px solid #CCCCCC;
}

.tab_right_header2 {
background:url(http://78.31.107.130/~phanlive/images/tab_right_header_icon.jpg) no-repeat 230px 0px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
line-height:26px;
padding:0px 70px 8px 0px;
border-bottom:3px #D9DCC1 solid;
}

.shadetabs{
height:22px;
margin-top:8px;
text-transform:uppercase;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom:6px #E7AF26 solid;
}

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

.shadetabs li a{
outline:none;
text-decoration: none;
position: relative;
z-index: 1;
padding:8px;
color: #000000;
background: #FFFFFF;
}

.shadetabs li a:visited{
outline:none;
text-decoration: none;
}

.shadetabs li a:hover{
outline:none;
text-decoration: none;
color: #FFFFFF;
background: #E7AF26;
}

.shadetabs li a.selected{ /*selected main tab style */
outline:none;
position: relative;
background: #E7AF26;
color:#FFFFFF;
text-decoration: none;
}

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

