/* TheHair.org CSS - 12/02/2007 

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
			#A28E53
*/

/* Reset
---------------------------------------------------------------------------------------- */

@import "reset.css";

* {
	margin: 0;
	padding: 0;
}
/* now I'm working with a clean slate! */



/* Main layout classes */
body {	
	background-color: #0B3155;
	font-family: "Calligraph421 BT", "Bookman Old Style", "Palatino", "Trebuchet MS";
	font-size: 18px;
	color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
      
a:link {
	color:	#987231;
	text-decoration: none;
}

a:active {
	color: #383838;
	text-decoration: none;
}

a:visited {
	color: #987231;
	text-decoration: none;
}

.Page {
	margin-left:auto;
	margin-right:auto;
	width: 802px;
}

.Core {
	border-top: 1px #000000 solid;
}

.Banner {
	height: 135px;
	background: transparent url('../images/banner.jpg') top left repeat-y;
	border-bottom: 1px #BBBBBB solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

.Header {
	margin-left: 475px;
	padding-top: 90px;
	font-size: 30px;
	font-weight: bold;
	color: #C34E00;
}

.ColLayout {
	background: #294F73 url('../images/menu_bg.png') top left repeat-y;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	min-height: 450px;
}

.Left {
    width: 159px;
	height: 100%;
	float: left;
	text-align: left;

}

.Left .MainMenu {
	font-size: 115%;
	padding: 10px 0px 20px;
}


.Left .MainMenu li a {
	padding: 2px 0;
	display: block;
}

.Left li.MainSection {
	padding-left: 5px;
}

.Left li.MainSection:hover, .Left li.SubSection:hover {
	background: #294F73 url('../images/menu_bg_hvr.png') top left repeat-y;
}

.Left li.MainSection:hover a, .Left li.SubSection:hover a {
	color: #000000;
}

.Left li.SubSection {
	font-size: 80%;
	padding-left: 15px;
}

div.Center {
	margin-left: 170px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

div.Breadcrumb {
	padding: 5px 10px 5px 0px;
	font-family: "Arial";
	font-size: 12px;
}

div.Content {
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 10px;
	vertical-align: top;
	float: right;
}

.PageNav {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 5px;
	display: block;
	height: 20px;
	font-family: "Arial"; 
	font-size: 12px;
}

.PageNav .Actions {
	position: relative;
	top: 2px;
	float: left;
}

.PageNav .Pager {
	float: right;
	text-align: right;
	width: 200px;
	padding-top: 2px;
	font-size: 11px;
}

.PageNav .Pager a {
	padding: 3px 1px;
}

.PageNav .Pager .current {
	font-weight: bold;
	background-color: #DDDDDD;
}

.PageNav .Pager a:hover {
	background-color: #AAAAAA;
	color: #000000;
}

.PageNav .PrevNext {
	float: right;
	text-align: right;
	width: 200px;
	padding-top: 2px;
	font-weight: bold;
	letter-spacing: 1px;
}

.Pager {
	float: right;
	text-align: right;
	width: 245px;
	padding-top: 7px;
	font-size: 11px;
}

.Pager a {
	font-family: "Arial";
	padding: 3px 1px;
}

.Pager .current {
	font-weight: bold;
	background-color: #DDDDDD;
}

.Pager a:hover {
	background-color: #AAAAAA;
}

.Container ul {
	list-style: square outside none;
	margin-left: 30px;
}

.Container ol {
	list-style: decimal outside none;
	margin-left: 30px;
}

div.Footer {
	text-align: center;
	font-size: 10px;
	font-family: "Arial";
	padding-bottom: 10px;
	background-color: #0B3155;
	color: #CCCCCC;
}

.Footer .links {
	color: #294F73;
	float: right;
	font-size: 10px;
	text-align: right;
}

.Footer .links a {
	color: #294F73;
}

.Outcome {
	border: 1px solid #003366;
	margin: 0px 10px 10px 10px;
	padding: 5px;
	display: block;
	background: #6699ff;
	color: #333333;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.Outcome p {
	margin: 5px;
	padding: 0px;
}

.Hidden {
	font-weight: normal;
	color: #DDDD00;
	font-size: 12px;
	font-family: 'Arial';
}

img.Hidden {
	border-color: #DDDD00;
}

.nodice {
/*	border: 1px #000000 solid; */
	color: #AAAAAA;
	padding: 40px 10px;
	margin: 0px 10px 80px;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}

.clearfix:after {
	clear: both;
	content: "&nbsp;";
	display: block;
	height: 0pt;
	line-height: 0pt;
	visibility: hidden;
}


html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
