/* ~~~ ~~~ ~~~ */
/* 
	File includes:
		Main Styles
		Button Styles
		Box Styles
		Tab Styles
*/
/* ~~~ ~~~ ~~~ */
/* Main Styles */
	html { min-width: 600px; }
	
	body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
		font-family: tahoma,verdana,sans-serif;
		font-size:    x-small;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: small;
		color: #333;
	}  
	.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/
	
	body {
		color: #333;
		padding: 1em 20px 3em 20px;
		margin: 0;
	}
	
	a { color: #000000; }
	a:hover { color: #333; }
	a:active { color: #000; }
	
	p { line-height: 140%; }
	
	h1,h2 {
		font-family: trebuchet ms;
		font-weight: bold;
		color: #333;
	}
	
	h1 {
		font-size: 180%;
		margin: 0;
	}
	
	h1 a { text-decoration: none; color: #333; }
	h1 a:hover { border-bottom: 1px dotted #666; color: #000; }
	
	h2 {
		font-size: 140%;
		padding-bottom: 2px;
		border-bottom: 1px solid #58753a;
		margin: 0;
	}
	
	p.note {
		background: #D8D885;
		padding: 4px;
		font-family: tahoma;
		font-size: 85%;
		line-height: 130%;
		margin-top: 0;
	}
	
	p.note span.right {
		display:block; float:right; padding-right:3px;
	}
	p.note input {
		height:12px;
		font-size:9px;
	}
	p.note input.submit {
		height:18px;
		font-size:9px;
	}
	.additionalnote {
		padding:5px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:15px;
		background: #EEE;
		border: 1px dotted #666;
	}
	
	.logintable {
		border: 1px solid #7F9DB9;
		width:350px;
		padding:15px;
		background: #FFF;
		text-align:center;
	}
	.Footer {
		text-align:right;
		padding:4px;
		font-size:85%;
	}
	.Footer a{}
	.Footer a:hover{}

/* ~~~ ~~~ ~~~ */
/* Button Style */

.button {
	background-color: #FFFFFF;
	border:1px solid;
	border-color:#7F9DB9;
	cursor:pointer;
	color: #6489AA;
}	
.button:hover {
	background-color: #999933;
	border:1px solid;
	border-color:#7F9DB9;
	cursor:pointer;
}
.delete {
	background-color: #FFFFFF;
	border:1px solid;
	border-color:#7F9DB9;
	cursor:pointer;
	color: #6489AA;
}

/* ~~~ ~~~ ~~~ */
/* Box Style */

.fldTitle{
	text-align:right;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.boxTitle {
	background-color:#999933;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.boxBody {
	padding:5px;
	background-color:#c7c754;
}
.boxBodyMO {
	background-color:#D2E3FF;
}

/* ~~~ ~~~ ~~~ */
/* Tabs Style */

#main {
	border: 1px solid #333;
	clear: both;
	background: #999933;
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	background: #F4F4DF;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 2.5em;
/*	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
/*	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #999933;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #c7c754;
	border: 1px solid #aaa;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #333;
	background: #D8D885;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #000;
	background: none;

}

#header ul#secondary li a {
	color: #000000;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #000;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }
