/*File not found: I:\Mine Files\1\999inks\css\tabs.css
This file is an empty place holder.
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label*/
.tabContainer
{
/*The UL*/
	float: left;
	/*padding-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type:none;*/
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#contentHolder
{
	/*[disabled]border-top:1px solid #000000;*/
	/*[disabled]margin-top:5px;*/
	/*[disabled]margin-left:30px;*/
}
#tabContent
{
	/*[disabled]background-color:#333;*/
	/*[disabled]border:1px solid #444;*/
	/*[disabled]margin-top:-15px;*/
	/*[disabled]width:100%;*/
}
#tabContent, .tabContainer LI A, #contentHolder
{
	-webkit-box-shadow: 0 0 2px #000000;
/*-moz-box-shadow: 0 0 2px black
box-shadow: 0 0 2px black*/
}
.tabContainer LI
{
/*This will arrange the LI-s next to each other*/
	display: inline;
	/*margin-left:0px;*/
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.tabContainer LI A, .tabContainer LI A:visited
{
/*Styling the hyperlinks of the tabs as colorful buttons*/
	float: left;
	font-size: 14px;
/*display:block allows for additinal CSS rules to take effect, such as paddings:*/
	display: block;
	padding: 9px 10px 8px;
	margin: 0px 2px;
	height: 20px;
/*Giving positioning*/
	position: relative;
/*CSS3 text-shadow*/
	text-shadow: 1px 1px 1px #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#main
{
	margin: 0 auto;
	position: relative;
	margin-left: 0;
}
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: #24570F;
	background: url(/images/blue_mid.png) repeat-x top center;
}
UL A.green SPAN.left
{
	background: url(/images/blue_left.png) no-repeat left top;
}
UL A.green SPAN.right
{
	background: url(/images/blue_right.png) no-repeat right top;
}
UL A.blue
{
	background: url(/images/blue_mid.png) repeat-x top center;
	color: #03426E;
}
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
{
	color: #724104;
	background: url(/images/blue_mid.png) repeat-x top center;
}
UL A.orange SPAN.left
{
	background: url(/images/blue_left.png) no-repeat left top;
}
UL A.orange SPAN.right
{
	background: url(/images/blue_right.png) no-repeat right top;
}
UL A.red
{
	color: #6F0100;
	background: url(/images/blue_mid.png) repeat-x top center;
}
UL A.red SPAN.left
{
	background: url(/images/blue_left.png) no-repeat left top;
}
UL A.red SPAN.right
{
	background: url(/images/blue_right.png) no-repeat right top;
}
/*The hover states:*/
UL A:hover
{
	background-position: bottom center;
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: 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;
}
/*The styles below are only necessary for the styling of the demo page:*/
/*H1
{
	background: #121B21;
	border-bottom: 1px solid #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}
H2
{
	font-size: 0.9em;
	font-weight: normal;
	padding-right: 40px;
	position: relative;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	top: -48px;
}*/
A, A:visited
{
	/*color: #0196E3;*/
	/*color:#222222;*/
	text-decoration: none;
	outline: none;
}
A:hover
{
	text-decoration: underline;
}
P.tutInfo
{
/*The tutorial info on the bottom of the page*/
	padding: 10px 0;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background: #121B21;
	border-top: 1px solid #000000;
	width: 100%;
}
H1, H2, P.tutInfo
{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
