/* /css/tabs.css */
/*Tabs styles*/
/*Copyright Kitsap Sun*/

.tabstable {width:100%;}

.tabstable td.active {background-color: #99f; border: 1px solid black; }
.tabstable td.inactive {cursor:pointer; background-color: #ccf; border: 1px solid white;}
.stat_inactive {display:none;}
.stat_active {padding:5px; display:block; border:1px solid black; border-top: none; background-color: #ccc; marging:10px; margin-top:0px; position:relative;}

.school {margin:10px;}

.school_sname {margin: 2px;}
.school_phone {margin: 2px;}
.school_address {margin: 2px;}

#tabsholder { width:100%; }

table.tabsholder .active {position:relative; float: left; z-index: 12;}

table.tabsholder .active .t_left { z-index: 12; background-image: url(/images/selected_left.gif); 
background-position: 0px 0px; background-repeat: no-repeat; float:left; width:13px; height:34px;}

table.tabsholder .active .t_middle { line-height:27px; color:white; font-weight: bold; text-transform: uppercase; background-color: #666; height:34px;background-image: url(/images/selected_mid.gif); background-repeat: repeat-x; float:left;}

table.tabsholder .active .t_right { float: left; background-image: url(/images/selected_right.gif); width:13px; height:34px;}


table.tabsholder .inactive {float: left; }

table.tabsholder .inactive .t_left { width:16px; height:27px; background-image: url(/images/unselected_left.gif); 
background-position: 0px 0px; background-repeat: no-repeat; float:left;}

table.tabsholder .inactive .t_middle { line-height:27px; background-color: #333; color:white; background-image: url(/images/unselected_mid.gif); background-repeat: repeat-x; float:left;}

table.tabsholder .inactive .t_right { width:16px; height:27px; float: left; background-image: url(/images/unselected_right.gif); }
.active a, .inactive a {color: white;}
.active a:visited, .inactive a:visited, .topmenu a:visited {color: white;}
#tab_news h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-decoration: none;
}




