/*
	Thundertext - Main.css
		
	@author:	Brad Fettes (bfettes@datablocks.net)
	@author:	John Rockefeller (jrockefeller@datablocks.net)
	@owner: 	Thundertext, LLC.
	@created: 	July 25, 2006
	@lastmodified:	January 18, 2007

*/




html, body {
	margin-left: 		0px;
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;	
	background-color:	#;
}


/* Header - Wraps the top & bottom bar around the two header images */
#header {
	position:		relative;
	width:			100%;
	z-index:		1;
	background-color: 	#;
	background-image:	url(../0);
}
#header_mid {
	display:		block;
	vertical-align:		middle;
}
#header_links {
	background-color:	#;
	color:			#;
	display:		block;
	clear: 			both;
	height:			25px;
	vertical-align:		middle;
	padding-top: 		5px;
}
#header_bar {
	background-color:	#;
	display:		block;
	background-image:	url(../images/header_bar.jpg);
}

img#logo {
	float:			left; 
	background-image:	url();
}

/* Links */
.balance_bar {
        background-color:       #;
        color:                  #;
}
a.balance_bar {
        color:                  #;
        font-size:              12px;
        font-family:            Arial, Helvetica, sans-serif;
}



/* Links Under Header */
a.links {
	position:		relative;
	left: 			35px;
	width: 			125px;
	text-decoration: 	none;
	text-align: 		center;
	color: 			#;
	vertical-align:		middle;
	font-size:		12px;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight: 		bold;
}

a.links:hover {
	color: 	#;
}

a.links:active {
	color: 	#;
}

a.links:visited {
	color: 	#;
}

/* For Main Content Section */
#content { 
	position: 		relative;
	height: 		100%;
	background-color: 	#;
	font-family:	 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		11px; 
	line-height: 		18px; 
	color: 			#;
	padding-left:		15px;
	padding-right:		15px;
	padding-top: 		35px;
	padding-bottom:		15px;
}

#content a {
	color: 			#;
	text-decoration: 	underline;
}
#content a:hover {
	color: 			#;
	text-decoration: 	underline;
}
#content a:visited {
	color: 			#;
	text-decoration: 	underline;
}

h1 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 		bold; 
	font-size:		16px;
	color: 			#;
}

h2 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 		bold; 
	font-size: 15px;
	color: 			#;
}

h3 {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight: 		bold; 
	color: 			#;
}

th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		14px; 
	font-weight: 		bold; 
	color: 			#000000;
	padding-bottom: 	10px;
}

td {
	font-family:	 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		11px;
	line-height: 		18px;
	color: 			#;
	font-size: 		11px;
}

.forgot_pass a {
	color: #dddddd;
	text-decoration: none;
}

#hangRight {
	float: 			right; 
	top: 			10px;
	left: 			500px;
	width: 			150px;
	height: 		175px;
	background-color: 	#;
	padding: 		10px;
	margin: 		10px;
	font-family:		Arial, Helvetica, sans-serif;
	border-color:		#;
	border:			thin;
	border-style:		solid;
}
#login {
	font-weight: 		bold;
	font-size: 		14px;
	font-family:		Arial, Helvetica, sans-serif;
}

/* Bottom Footer */
.footer {
	background:		#;
	display:		block;
	position: 		relative;
	top: 			0px;
	text-align: 		center;	
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		10px; 
	color: 			#; 
	text-decoration:	none;
	height: 		20px;
	padding-top: 		10px;
}
.table_bars {
	background:		#;
	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		10px; 
	color: 			#; 
}
#footer a:link, a:active, a:visited {
	color: 			#;
	text-decoration: 	none;
}
#footer a:hover {
	color: 			#;
	text-decoration: 	underline;
}
#footer_pic {
	background-image:	url(../../images/footer_bar.jpg);
	height: 		14px;
}

#ieKwd {
	border-bottom: 3px double #336699;
}
