
#mytable {
	width: 700px;

}


.tablehead {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #efe4f4;
	border-bottom: 1px solid #efe4f4;
	border-top: 1px solid #efe4f4;
	line-height:1.3;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 12px 6px 12px 12px;
	background: #4f4264 url(images/bg_header.jpg) no-repeat;
}

.tablehead a:link {
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
}

.tablehead a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
}

.nobg {
	color:#4f4264;
	
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

.title {
	color: #FF6633;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

.title16 {
	color: #FF6633;
	font-size:16px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

.titleRed16 {
	color: #CC0000;
	font-size:16px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

.titleBlue16 {
	color: #0066CC;
	font-size:16px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

.data {
	border-right: 1px solid #efe4f4;
	border-bottom: 1px solid #efe4f4;
	background: #fff;
	padding: 12px 6px 12px 12px;
	color: #673c76;
}


.alt {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #f5eef8;
	color: #4f4264;
}

.whi {
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	color: #4f4264;
}

.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.spec2 {
	
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.specalt {
	border-left: 1px solid #efe4f4;
	border-top: 0;
	background: #f5eef8 url(images/bullet2.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.spec2alt {
	
	border-top: 0;
	background: #f5eef8 url(images/bullet2.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}




/*************** Slide Panel TABLE ***********************************************************/

.SlidePanelbody {
	
	width: 700px;
	font: 12px "Trebuchet MS";
}

#panel {
	height: 100%;
	display:none;
	
}
.slidePanel {
	border-top: groove 4px #4f4264;
	width: 700px;
	margin: 0;
	padding: 0;
	background: url(images/btn-slide.gif) left no-repeat;
}
.btn-slidePanel {
	
	width: 144px;
	height: 31px;
	padding: 10px 10px 0 20px;
	display: block;
	font: bold 12px "Trebuchet MS";
	color: #fff;
	text-decoration: none;
}

a.btn-slidePanel:hover {

	text-decoration: underline;
}


.active {
	
	background-position: top center;
}
