/* LISA LASHES */
/* © 2005 TwelveTen */

/* MAIN */
body{ 
	background-color: #000000;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px; 
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}
table, td, tr{
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5em; 
}
	
/* LAYOUT */
.container {
	width: 788px;
}
.nav {
	width: 290px;
	float: left;
	display: block;
}
.content {
	width: 490px;	
	float: right;
	display: block;
}
.spacer {
	height: 30px;
	display: block;
}
.banner {
	width: 490px;
	text-align: center;
	margin: 0px auto 0px auto;
}
.footer {
	color: #666666;
}

/* ELEMENTS */
.line {
	border-top: solid 1px #333333;
	margin: 0px; 
	padding: 0px;
}
.lineDotted {
	border-top: dotted 1px #333333;
	margin: 0px; 
	padding: 0px;
}

/* TEXT */
.heading, h1 {
	color: #FF0066;
	font-size: 11px;
	/* font-size: xx-small; */ 
	font-weight: bold;
	padding:5px 5px 5px 0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
b {
	color: #FF0066; 
	font-weight: normal;
}
	
	
/* LINKS */
a:link, a:active, a:visited {
	color: #FF0066; 
	text-decoration: none;
}
a:hover {
	color: #CCCCCC; 
	text-decoration: none;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #666666; 
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}

/* SPECIFIC */
.form {
	border: 1px #000000;
	background-color: #FF0066;
	color: #FFFFFF;
	font-size: x-small;
}
.table {
	font-size: x-small;
}
.chart p {
	margin: 0px; 
	padding: 0px;
}

/* skyscraper */
#skyscraper{
position:absolute;
top:30px;
left:810px;
}

.goldenBorder {
	border: 1px solid #A5905B;
	text-align: center;
	width: 490px;
}
.formContainer {
	padding-left: 10px;
	text-align: left;
}
.errorMsg {
	font-weight: bold;
	color: #FF0000;
}
.ok {
	font-weight: bold;
	color: #FFFFFF;
}
