/* ====================================================================================================
 *	GLOBAL: YUI Resetter
 * ====================================================================================================
 *	Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 *	Code licensed under the BSD License:
 *	http://developer.yahoo.net/yui/license.txt
 *	version: 2.6.0
 * ==================================================================================================== */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/* ====================================================================================================
 *	GLOBAL: body, wrappers, generic theme
 * ==================================================================================================== */
html {
	background-color: #000000;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
}

body {
	height: 100%;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	min-width: 900px;
}

#header {
	padding-top: 15px;
	padding-bottom: 15px;
}

#main {
	clear: both;
	background-image: url('../images/contentBG.png');
	background-repeat: repeat;
	border: 1px #333333 solid;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
}

#sidebar {
	float: left;
	width: 175px;
}

#content {
	margin-left: 190px;
}

#footer {
	clear: both;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-right: 15px;
	text-align: right;
}

/* ====================================================================================================
 *	CONTENT STYLE
 * ==================================================================================================== */
#content p {
	color: #222222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: 5px;
}

#content a {
/*	color: #AA3333;	*/
	text-decoration: none;
}
#content a:hover {
/*	color: #330000;	*/
}

#content h1 {
	color: #446949;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	letter-spacing: 2px;
	border-bottom: 1px #999999 dotted;
	margin-right: 15px;
	padding-bottom: 3px;
	padding-left: 4px;
	display: block;
}

#content h1 a {
	color: #446949;
}

#content h2 {
	color: #446949;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing: 2px;
	border-bottom: 1px #CCCCCC dotted;
	margin-right: 15px;
	padding-bottom: 3px;
	padding-left: 2px;
}

#content ol,
#content ul {
	margin-left: 45px;
	margin-right: 75px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content li {
	color: #222222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: 5px;
}

#content ol li {
	list-style: lower-roman;
}

#content ul li {
	list-style: circle;
}

#content strong {
	font-weight: bold;
}

#content table {
	color: #222222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

#content th {
	font-weight: bold;
}

.tLeft {
	text-align: left;
}
.tRight {
	text-align: right;
}
.tCenter {
	text-align: center;
}

/* ====================================================================================================
 *	MAIN MENU
 * ==================================================================================================== */
#sidebar > ul {
	margin-top: 10px;
	margin-left: 10px;
}

#sidebar > ul > li {
	color: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.25em;
}

#sidebar > ul > li > a {
	color: #006699;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 8px;
	text-decoration: none;
}
#sidebar > ul > li > a:hover {
	color: #FFFFFF;
	background-image: url('../images/navHoverBG.png');
	background-repeat: repeat;
}

#sidebar > ul > li > a.active {
	color: #FFFFFF;
	background-image: url('../images/navActiveBG.png');
	background-repeat: repeat;
}
#sidebar > ul > li > a.active:hover {
	color: #FFFFFF;
	background-image: url('../images/navActiveHoverBG.png');
	background-repeat: repeat;
}

#sidebar > ul > li > ul > li > a {
	color: #006699;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
}
#sidebar > ul > li > ul > li > a:hover {
	color: #FFFFFF;
	background-image: url('../images/navHoverBG.png');
	background-repeat: repeat;
}

#sidebar > ul > li > ul > li > a.active {
	color: #FFFFFF;
	background-image: url('../images/navActiveBG.png');
	background-repeat: repeat;
}
#sidebar > ul > li > ul > li > a.active:hover {
	color: #FFFFFF;
	background-image: url('../images/navActiveHoverBG.png');
	background-repeat: repeat;
}

.button {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	float: right;
	margin-right: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #8799ad;
	border-color: #6c7a8a;
	border-style: solid;
	border-width: thin;
	text-decoration: none;
}
a.button:hover {
	color: #FFF;
	border-color: #515b67;
}


.thumb {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 128px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}

#portrait {
	margin-top: 7px;
	text-align: center;
}

select,
textarea, 
input {
	color: #999999;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px;
	margin: 1px;
	border: #414E6D 1px solid; 
}
select:focus,
textarea:focus, 
input:focus {
	color: #333333;
	background-color: #FFFFEA;
	border: #2F3950 1px solid; 
}