/* tab-white_new */
#twn_tab {
    margin-left: 0;
}
#twn_tab ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 5px 0;
}
#twn_tab li {
    display: inline;  
    font-size: 16px;
    margin-right: 5px;   
    margin-bottom:0;   
}
.twn_tab_inactive {  
    padding: 9px 16px 5px 16px;
    color: #666666;
    background-color: #F1F1F1;
    text-decoration: none;
    border-bottom: 1px solid #B6B6B6;
    border-top: 1px solid #B6B6B6;
    border-left: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
    font-weight: bold;
    margin: 0;
    position: relative;
    z-index: 49;
	cursor: pointer;
}
.twn_tab_inactive a:link, .twn_tab_inactive a:visited {
    color: #666666;  
    font-size: 16px;
}
.twn_tab_inactive a:hover, a:active {
    text-decoration: underline;   
    color: #0077C0;
}

.twn_tab_inactive:hover {   
    padding: 9px 16px 5px 16px;
    color: #0077C0;
    background-color: #fff;
    text-decoration: underline;
    border-bottom: 1px solid #008800;
    border-top: 1px solid #008800;
    border-left: 1px solid #008800;
    border-right: 1px solid #008800;
	cursor: pointer;
}
.twn_tab_active {
    border-bottom: none;
    border-top: 5px solid #008800;
    border-left: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    font-weight: bold;
    background-color: #FFFFFF;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 7px; 
    padding-left: 16px;
    position: relative;
    z-index: 51;
    margin-left: 0px;
	cursor: pointer;
	color: #0077C0;
}
.twn_tab_active a:link, .twn_tab_active a:visited {
    color: #0077C0;
    font-size: 16px;
}
.twn_tab_active a:hover, a:active { 
    text-decoration: none;
}
.twn_table td {
    margin: 0;
    padding: 0; 
}
.twn_table {
    width: 1000px;
    border-collapse: collapse;
}
.twn_box {
    border: solid 2px #B6B6B6;
    width: 100%;   
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 50;   
}
.twn_tab_table{
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0;
    padding: 0;
}
.twn_rating{
    padding-top:5px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    /*font-weight: bold;*/
}
.twn_feedback{
    padding-bottom:145px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}
.twn_signon {
    font-size:12px;
}
#twn_bar {
    margin-right: 0px;
    margin-left: 0;
    margin-top: 0px;
    padding-top: 4px;
    padding-right: 0;  
    padding-bottom: 10px;
    padding-left: 0;
    background: #F7F7F7;
    text-align: center;
    border-top: solid 1px #B6B6B6;
}
#twn_bar a:link, #twn_bar a:visited {
    padding: 3px 7px 3px 7px;
    font-size: 11px;
}

/* ########################################################################### */

/* CSS for tab-white_new.jsp */
#TabFrontContent {
	float: left;
	border: 2px solid #B6B6B6;
	cursor: auto;
	width: 617px;
	height: 578px;
	background-color: #FFF;
	padding: 10px;
	position: relative;
	z-index: 5;
}
.img_toggle_active {
	position: relative;
	margin-bottom: -6px;
	z-index: 9999;
	cursor: pointer;
}
.img_toggle_inactive {
	margin-bottom: -9px;
	position: relative;
	z-index: 1;  
	cursor: pointer;
}
  
  

