
/*

// ======================================
// Clan {elite} Style-Sheet
// --------------------------------------------------------------------

// --------------------------------------------------------------------
// Code written by Conan Theobald (c) 2001
// Visit: www.conans.co.uk
// Email: software@conans.co.uk
// ======================================

*/

/*
// ======================================
// Clear both!
// ======================================
*/

div.cb {
	clear: both;
}

/*
// ======================================
// Links
// ======================================
*/

/* Default link */

a {
	color: #DDBB88;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma, Arial;
}

a:visited {
	color: #C5B08D;
}

a:hover {
	color: #FFDD88;
	text-decoration: underline;
}

/* Navigation link */

.Nav a, .Nav a:visited {
	display: block;

	width: 100%;

	padding-top: 1px;
	padding-bottom: 1px;

	margin: 0px;

	padding-left: 10px;

	border-left: 5px;
	border-right: 5px;
	border-bottom: 1px dashed #666666;

	font-size: 1em;
	text-decoration: none;
}

html>body .Nav a, html>body .Nav a:visited {
	width: auto;
}

.Nav a.selected {
	background: #555555;
	color: #FFFFFF;
}

.Nav a:hover {
	color: #FFFFFF;
	background: #666666;

	padding-left: 5px;

	padding-top: 1px;
	padding-bottom: 2px;

	border-left: 5px solid #888888;
	border-right: 5px solid #888888;
	border-bottom: none;

	text-decoration: underline;
}

/*
// ======================================
// Alert boxes
// ======================================
*/

.AlertBox {
	display: block;
	border: 1px solid #FFFFFF;
	background: #770000;
	padding: 5px;
	margin-bottom: 10px;
}

.BlueAlertBox {
	display: block;
	border: 1px solid #FFFFFF;
	background: #000077;
	padding: 5px;
	margin-bottom: 10px;
}

/*
// ======================================
// Fixed page elements
// ======================================
*/

#iewrapper {
	text-align: center;
}

#pagewrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 808px;
	background: url(../images/background.gif) repeat-y;
}

#HeaderGraphic {
	width: 808px;
	height: 180px;
	background: url(../images/header.jpg) no-repeat bottom center;
	background-color: black;
}

#HeaderText {
	visibility: hidden;
	display: none;
}

#LeftPageColumn {
	width: 160px;
	float: left;
	display: inline;
}

#RightPageColumn {
	width: 640px;
	float: right;
	display: inline;
}

#SingleColumn {
	margin-left: 60px;
	margin-right: 60px;
	display: block;
}

#Navigation {
}

#MainContent {
	padding-left: 10px;
	padding-right: 60px;
}

#Footer {
	color: #BBBBBB;
	margin-left: 60px;
	margin-right: 60px;
 }

#FooterGraphic {
	width: 808px;
	height: 11px;
	background: url(../images/footer.gif) no-repeat;
	font-size: 1px;
}

/*
// ======================================
// General markup styles
// ======================================
*/

label {
	cursor: pointer;
}

/* Page body, paragraphs, table cells */

body, td, p {
	font: 13px/1.4 Trebuchet MS, Tahoma, Arial;
}

a {
	font-size: 12px !important;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #FFFFFF;
}

td {
	vertical-align: top;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Headings */

h1 {
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #888888;
	color: #A5AAAA;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding-left: 8px;
	padding-right: 8px;
	background: #444444;
}

/* Images */

img {
	border: 0px;
}

/* Form elements */

form {
	margin: 0px;
}

/* General stuff */

div.HierarchyLinks {
	font: 11px/1.5 Tahoma, Arial;
	border-bottom: 1px solid gray;
	background: #444444;
	width: 716px;
	height: 16px;
	margin-bottom: 15px;
	margin-left: 48px;
	clear: both;
}

/*
// ======================================
// Show/hide elements
// ======================================
*/

div.divShow {
	visibility: visible;
	display: block;
}

div.divHide {
	visibility: hidden;
	display: none;
}
