.tabContainer {
	background-color:#216194;
	float: left;
	padding-right: 0;
	width: 97%;
	height:30px;
	margin-bottom:1px;
}
#contentHolder {
	color:#444444;
}
#tabContent {
	width:100%;
}
#tabContent, #contentHolder {
	box-shadow: 0 0 1px #ACACAC;
}
.tabContainer li {
	/* This will arrange the LI-s next to each other */
	display:inline;
}
.tabContainer li a, .tabContainer li a:visited {
	display: block;
	float: left;
	font-size: 18px;
	position: relative;
	margin-left:7px;
	margin-right:5px;
	padding:3px;
	padding-right:12px;
	margin-top:3px;
	border-right:1px solid #fff;
}
#overLine {
	/* The line above the active button. */
	position:absolute;
	height:1px;
	background-color:white;
	width:90px;
	float:left;
	left:1px;
	top:-5px;
	overflow:hidden;
}
#Tabs {
	margin:0 auto;
	position:relative;
	width:700px;
	padding:20px;
}
ul .left {
	/* The left span in the hyperlink */
	
	height:37px;
	left:0;
	position:absolute;
	top:0;
	width:10px;
}
ul .right {
	/* The right span in the hyperlink */
	
	height:37px;
	right:0;
	position:absolute;
	top:0;
	width:10px;
}
/* Styling the colors individually: */

ul a.green {
	color:#fff;
}
/*ul a.green span.left{ background:url(../images/green_left.png) no-repeat left top;}
ul a.green span.right{ background:url(../images/green_right.png) no-repeat right top;}*/


ul a.blue {/*	background:url(../images/blue_mid.png) repeat-x top center;*/
	color:#fff;
}
/*ul a.blue span.left{ background:url(../images/blue_left.png) no-repeat left top;}
ul a.blue span.right{ background:url(../images/blue_right.png) no-repeat right top;}
*/

ul a.orange {/*	background:url(../images/orange_mid.png) repeat-x top center;*/
	color:#fff;
}
/*ul a.orange span.left{ background:url(../images/orange_left.png) no-repeat left top;}
ul a.orange span.right{ background:url(../images/orange_right.png) no-repeat right top;}*/


ul a.red {/*	background:url(../images/red_mid.png) repeat-x top center;	*/
	color:#fff;
}
/*ul a.red span.left{ background:url(../images/red_left.png) no-repeat left top;}
ul a.red span.right{ background:url(../images/red_right.png) no-repeat right top;}
*/

/* The hover states: */
ul a:hover {
	background-position:bottom center;
	text-decoration:none;
}
ul a:hover span.left {
	background-position:left bottom;
}
ul a:hover span.right {
	background-position:right bottom;
}
.preloader {
	display:block;
	margin:120px auto;
}
.clear {
	/* Old-school clear fix hack to clear the floats: */
	clear:both;
	height:1px;
	overflow:hidden;
}
.expand a {
  display:block;
  padding:3px 10px
}
.expand a:link, .expand a:visited {
  border-width:1px;
  background-image:url(../images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:underline
}
.expand a.open:link, .expand a.open:visited {
  border-style:solid;
  background:#eee url(../images/arrow-up.gif) no-repeat 98% 50%
}
/* The styles below are only necessary for the styling of the demo page: */
