/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
	background:#FFF;
	color:#36b6cb;
	width:689px;
}
.usual li {
	list-style:none;
	float:left;
}
.usual ul a {
	display:block;
	padding:6px 10px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#FFF;
	background:#c2cf97;
}
.usual ul a:hover {
	color:#FFF;
}
.usual div {
	clear:left;
	background:#92bfd6;
	color:#FFF;
	text-align:left;
}
.usual div p {
	margin-left:10px;
	margin-right:10px;
	min-height:300px;
	height:300px;
}
.usual div a {
	color:#000;
	font-weight:bold;
}
#usual2 {
	background:#0A0A0A;
	border:1px solid #1A1A1A;
}
#usual2 a {
	background:#222;
}
#usual2 a:hover {
	background:#000;
}
#usual2 a.selected {
	background:snow;
}
#tabs3 {
	background:#FF9;
}
/* Style for various uses of tabs */

#freedom {
	float:left;
	width:90px;
	color:#68D;
	font:1.3em Cambria, Times New Roman, serif;
	font-style:italic;
}
#freedom li a {
	width:80px;
	text-align:left;
	padding:2px 6px 4px;
	background:#222;
	margin:1px;
 *margin:0px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:0.7em;
	font-style:normal;
}
#freedom li a:hover {
	background:#0A0A0A;
	width:86px;
}
#freedom li a.selected {
	background:#FFF;
	color:#000;
	width:90px;
	cursor:default;
}
.tabContainer {
	width:400px;
	margin:20px auto;
	padding-top:2px;
	background:#181818;
	border:1px solid #222;
}
.tabContainer h3 {
	padding-bottom:4px;
	color:#F60;
}
.tabContainer p {
	padding:2px 12px 10px;
	text-align:left;
}
#three {
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px solid #444;
	border-right:1px solid #444;
}
#four {
	color:#D66;
	font:2em Cambria, Times New Roman, serif;
	position:fixed;
	bottom:10px;
	right:20px;
}
.imagebox {
	background:#040404;
	border:1px solid #1A1A1A;
	width:100px;
	height:90px;
	margin:10px auto;
}
.imagebox a {
	display:block;
	width:25px;
	height:25px;
	line-height:23px;
	float:left;
	text-decoration:none;
	background:#111;
}
.imagebox a:hover {
	background:#000;
}
.imagebox a.selected {
	background:snow;
	color:#222;
	font-weight:bold;
}
.imagebox img {
	margin-top:6px;
	clear:both;
}
/* Styles for Advanced Section */

#adv2 {
	width:500px;
	margin:6px auto;
	background:#181818;
}
#adv2 ul {
	display:block;
	width:50px;
	height:50px;
	float:left;
}
#adv2 li {
	float:left;
}
#adv2 li.split {
	clear:both;
}
#adv2 li a {
	display:block;
	height:25px;
	width:25px;
	line-height:22px;
	text-decoration:none;
	background:#222;
}
#adv2 li a:hover {
	background:#0A0A0A;
}
#adv2 li a.selected {
	background:snow;
	color:#111;
	font-weight:bold;
}
#adv2 span {
	height:50px;
	display:block;
	line-height:45px;
	width:450px;
	float:right;
	background:#181818;
}
#adv3 a {
	color:snow;
	font-size:2em;
	font-weight:bold;
	text-decoration:none;
	margin:6px;
}
#adv3 a:hover {
	color:#68D;
}
#adv3 p {
	color:#888;
	margin:5px;
	font-style:italic;
}
#adv3 p a {
	margin:0;
	color:#CCC;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
}
#adv3 p a:hover {
	color:#FFF;
}
#message {
	margin:10px auto;
	border:6px solid #222;
	width:240px;
	height:40px;
	background:#0D0D0D;
	font-size:1.3em;
	line-height:2em;
	color:#FC4;
}
#tabs12 {
	float:left;
	line-height:normal;
}
#tabs12 ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
}
#tabs12 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs12 a {
	float:left;
	background:url(tableft12.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 26px;
	text-decoration:none;
	outline:none;
}
#tabs12 a span {
	float:left;
	display:block;
	background:url(tabright12.gif) no-repeat right top;
	padding:9px 30px 8px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs12 a span {
	float:none;
}
/* End IE5-Mac hack */
    #tabs12 a:hover span {
	color:#FFF;
}
#tabs12 a:hover {
	background-position:0% -42px;
}
#tabs12 a:hover span {
	background-position:100% -42px;
}
#tabs12 li a.selected {
	background-position:0% -42px;
}
#tabs12 li a.selected span {
	background-position:100% -42px;
}
