﻿* {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:#A9AAAE url(../img/bg.jpg) fixed repeat-x top left;
	text-align:center;
	color:#000;
	font-family:Trebuchet MS;
	font-size:12px;
}

a, a:hover, a:active, a:visited, a:link {
text-decoration:none;
}

a, a:link {
color:#9238D2;
}

a:hover, a:active, a:visited {
color:#7632A5;
}

#fixedBar {
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:27px;
	background-color:#E5E5E5;
	border-bottom:1px solid #B5B5B5;
}

#fixedLeft {
	float:left;
	width:48%;
	text-align:left;
	padding:5px 10px;	
}

#fixedRight {
	float:right;
	width:48%;
	text-align:right;
	padding:5px 10px;	
}

#container {
	margin:0 auto;
	width:788px;
	text-align:left;
	padding-top:35px;
}

#horiBanner {
	background:transparent url(../img/bodybg.png) repeat-y top left;
	padding-left:6px;
	width:788px;
	height:143px;
	overflow:hidden;
}

#navbar {
	background:transparent url(../img/navbar.png) no-repeat top left;
	width:788px;
	height:35px;
}

ul#navlist {
	width:788px;
	list-style:none;
}

ul#navlist li {
display:inline;
line-height:35px;
font-size:14px;
vertical-align:middle;
}

ul#navlist li a {
text-decoration:none;
color:#000;
float:left;
margin:0 40px 0 0;
padding:0 10px;
}

ul#navlist li a:hover {
text-decoration:none;
color:#fff;
float:left;
margin:0 40px 0 0;
background: url(../img/navbar_hover.png) repeat-x top left;
border-bottom:1px solid #626061;
padding:0 10px;
}



#content {
	background:transparent url(../img/bodybg.png) repeat-y top left;
	padding:10px 20px;
}

#copy {
	text-align:center;
	font-size:x-small;
	font-style:italic;
	color:#666666;
}

table#activityTable {
	width:625px;
	background-color:#fff;
	border:1px solid #999;
	color:#666666;
}

table#activityTable thead {
	background-color:#931EE1;
	color:#fff;
	text-align:center;
	line-height:24px;
	font-size:14px;
}

table#activityTable tbody td {
	line-height:18px;
	border-bottom:1px solid #eee;
	padding:0 3px;
}

table#activityTable tbody td.end {
	border-right:1px solid #eee;
}

table#activityTable tbody td.balance {
	background-color:#ccc;
}

table#activityTable tbody td.money {
	text-align:left;
}

table#activityTable tbody tr.alt {
	background-color:#f0f0f0;
}

table#activityTable tbody tr.withdrawl {
	font-style:italic;
	font-weight:bold;
}

#investorContent {
	width:788px;
	display:inline-block;
}

#investorContent #left {
	width:125px;
	float:left;
}

#investorContent #middle {
	float:left;
	width:465px;
	padding-right:10px;
}

#investorContent #middle2 {
	float:left;
	width:615px;
}

#investorContent #right {
	width:150px;
	float:left;
}

#summary {
background-color:#fff;
text-align:center;
margin:0 5px;
color:#000;
}

#summary span.total {
font-size:20px;
}

#summary span.title {
width:130px;
display:inline-block;
border-top:1px solid #eee;
color:#999;
}

h1 {
	background-image: url(../img/icon.png);
	background-repeat:no-repeat;
	padding-left:46px;
	line-height:41px;
	vertical-align:middle;
	font-size:24px;
	color:#BBA6C5;
	margin-bottom:10px;
}

h2 {
	font-size:24px;
	font-weight:bold;
}

h4 
{
	font-size:16px;
	font-weight:bold;
	color:#F1008D;
}

ul, ol {
	padding-left:20px;
}

td.phase a {
font-weight:bold;
text-decoration:none;
color:#555;
font-size:16px;
}

.listStyle {
width:700px;
margin-bottom:10px;
}

.listStyle2 {
width:600px;
margin-bottom:10px;
}

.headerStyle {
font-size:14px;
font-weight:bold;
background-color:#999;
}

.rowStyle td {
background-color:transparent;
}

.altRowStyle td {
background-color:#C7C8CA;
}

#projectDetail thead tr th {
font-size:18px;
font-weight:bold;
background-color:#999;
}

#projectDetail td, #projectDetail th {
padding:3px;
}

img.floatImg {
float:right;
margin-left:5px;
margin-bottom:5px;
}

.listStyle td a {
color:#D1242A;
}

.listStyle td a:visited {
color:#CD87FF;
}

div.simpleForm {
width:225px;
margin:0 auto;
}

div.simpleForm div {
width:225px;
text-align:right;
margin:5px 0;
}

div.simpleForm div span {
text-align:right;
width:100px;
font-weight:bold;
}

div.simpleForm div.button {
text-align:right;
}

div.simpleForm div input {
padding:3px;
border:1px solid #ccc;
}

div.largeForm, div.largeForm div {
	width:300px;
}

.login {
float:right; 
text-align:right;
margin-bottom:10px;
clear:both;
}

.projectName {
font-size:16px;
font-weight:bold;
}

a.activeLink {
color:#000;
font-weight:bold;
text-decoration:none;
}

a.inactiveLink {
font-weight:normal;
text-decoration:none;
}
