@charset "utf-8";
/* CSS Document */

body{
	background: #434242;
	background-image:url(pics/bgHome.jpg);
	background-repeat: repeat;
/*	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;  */
	font-family: Verdana,  Arial, sans-serif;  
	font-size: 13px;
	color: #d8d8d8; /*used to be 999999, d9d8d8, d5d5d5 */
	line-height: 18px;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	list-style-position: outside;
}
input{
	background: #434242;
/*      font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;  */
        font-family: Verdana,  Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	border: 1px #666 solid;
	padding: 5px;
}
sup{
	font-size:8px;
}
.fancy_image_vertical{
	border: 1px solid #000;
	margin: 10px;
}
.fancy_image_horizontal{
	border: 1px solid #000;
	margin: 10px;
}
.quote{
	background-color:#666666;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	color: #FFFFFF;
	margin-left: 15px;
}

h1{ 
	font-size: 18px;
	color:#CCCCCC;
}
h2{ 
	font-size: 16px;
	color:#FF9900;
}
h3{ 
	font-size: 14px;
	color: #eaeaea;
}
.top {
	background-position: center bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 300px;
	width: 100%;
	border-bottom: dotted 1px #666666;
	vertical-align: middle;
	position: relative;
	background-color: #141414;
	z-index: 1;
}
.dot_hr {
	overflow: hidden;
	width: 100%;
	border-top: dotted 1px #666666;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}
.menu {
	z-index: 5;
	position: absolute;
	right:50px;
	text-align:right;
	font-size: 11px;
	text-decoration: none;
}
.logo {
	z-index: 6;
	position: absolute;
	left:10%;
	text-align:right;
	text-decoration: none;
}
.logo_link, .logo_link:hover{
	text-decoration: none;
	border: 0px;
}
a {
	color:#FF9900;
	text-decoration: none;
	border-bottom:dotted #333 1px;
}
a:hover{
	border-bottom:dotted #CCC 1px;
}
a.menuLink {
	border-bottom:0px;
	text-decoration: none;
	color: #999;
}
.err{
	border: 1px solid #FF9900;
    background-image:url(pics/bgError.jpg);
	background-repeat: repeat;
	text-align: center;
	padding: 4px;
	color: #000000;
	width: 50%;
}
.info{
	border: 1px solid #06C;
    background-image:url(pics/bgInfo.jpg);
	background-repeat: repeat;
	text-align: center;
	font-size: x-small;
	padding: 4px;
	color: #000000;
	vertical-align: middle;
}
a.err{
	color:#000;
}

.bottom {
    background-image:url(pics/bgBottom.jpg);
	background-repeat: repeat-x;
	height: 100%;
	min-height: 400px;
/* 	background: #434242;   */
}
.bottom-container {
	text-align: left;
	width: 550px;
}
.bottom-container-wide {
	text-align: left;
	width: 85%;
}
/*
.footer{
	font-size: 9px;
	color: #999999;
	clear:both;
	float:left;
	width:100%;
}
*/
.post-footer{
	clear:both;
	float:left;
	background-image:url(pics/post-footer-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	text-align: left;
	/* background-color:#999999; */
	background-color:#fff;
	color:#333333;
	font-size:9px;
	border-top: #666666 1px solid;
/*	position: static; */
}
.post-footer-container{
	text-align: left;
	width: 85%;
}
textarea, select{
	background: #434242;
	/* color: #999999;  */
	color: #d8d8d8;
/*      font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;  */
        font-family: Verdana,  Arial, sans-serif;

	font-size: 12px;	
	border: 1px #666 solid;
	padding: 5px;
}

ul.orange{
	list-style-type: square;
	color: #FF9900;
}

.defaultText{
/*      font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;  */
        font-family: Verdana,  Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 18px;
}

.fancyTable{
	border-collapse:collapse;
	border: 1px #ca6d00;
	padding: 2px;
}
.references{
	font-size:10px;
	line-height: normal;
}
.greyLink{
	text-decoration: none;
	color:#FF9900;
	text-align: right;
}
hr{
	color: inherit; 
	background-color: inherit; 
	border: 1px dotted #ccc; 
	border-style: none none dotted; 
}
