/*--- bodybuild */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	background-color: #4c4b4c;
	}
.page_container ul {
	list-style-type: bullet;
}
ul {
	margin-left: 2em;
	padding-left: 1em;

	}
li {
	padding-bottom: 7px;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
#wrapper {
	background: #fff url(/images/backstrip_top.gif) top left repeat-x;
	width: 100%;
	height: 100%;
	}
#footer {
	background: #4c4b4c url(/images/backstrip_btm.gif) repeat-x top left;
	padding: 20px 0 20px 0;
	text-align: center;
	}
#body_ctr {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-align: left;
	padding-top: 35px;
}
#index_ctr {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	padding-left:40px;
	padding-top: 35px;
	width: 450px;
}
#loginbox {
	padding: 20px 0 0px 0;
}

/*---- font styles - main */

a:link {
	color: #88c512;
	text-decoration: none;
	}
a:visited {
	color: #88c512;
	text-decoration: none;
	}
a:hover {
	color: #88c512;
	text-decoration: underline;
	}
a:active {
	color: #88c512;
	text-decoration: none;
	}

.login {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	text-align: left;
	width: 490px;
}
.login a:link {
	color: #999999;
	text-decoration: none;
	}
.login a:visited {
	color: #999999;
	text-decoration: none;
	}
.login a:hover {
	color: #999999;
	text-decoration: underline;
	}
.login a:active {
	color: #999999;
	text-decoration: none;
	}
	
.header {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 16px;
	color: #999999;
	font-weight: bold;
}


.grey {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	text-align: right;
}
.grey a:link {
	color: #999999;
	text-decoration: none;
	}
.grey a:visited {
	color: #999999;
	text-decoration: none;
	}
.grey a:hover {
	color: #999999;
	text-decoration: underline;
	}
.grey a:active {
	color: #999999;
	text-decoration: none;
	}
.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 15px;
	}

	/* home page copy */
.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 34px;
	color: #999999;
	text-align: left;
	}
.home a:link {
	color: #88c512;
	text-decoration: none;
	}
.home a:visited {
	color: #88c512;
	text-decoration: none;
	}
.home a:hover {
	color: #666666;
	text-decoration: none;
	}
.home a:active {
	color: #88c512;
	text-decoration: none;
	}
.homegreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 34px;
	color: #88c512;
	text-align: left;
	}
	
	

	/* bottom copy */
.fineprint {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #999999;
	text-align: center;
	}
.fineprint a:link {
	color: #999999;
	text-decoration: none;
	}
.fineprint a:visited {
	color: #999999;
	text-decoration: none;
	}
.fineprint a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
.fineprint a:active {
	color: #ccc;
	text-decoration: none;
	}

	/* credit */
.credit {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #999999;
	text-align: center;
	}
.credit a:link {
	color: #999999;
	text-decoration: none;
	}
.credit a:visited {
	color: #999999;
	text-decoration: none;
	}
.credit a:hover {
	color: #999999;
	text-decoration: none;
	}
.credit a:active {
	color: #999999;
	text-decoration: none;
	}
	
.sortable th {
	background-color:#4B4B4B;
	color: #eee;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border-right: 2px dotted #eee;
	white-space: nowrap;
	cursor: pointer;
}

.sortable td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px dashed #636363;
}
.row_even {
	background-color:#efefef;

}

.row_odd {
	background-color:#F1FFE1;
}

.input_heading {
	color: #666;
	font-weight: bold;
	padding-right: 5px;
	white-space: nowrap;
}

.input_heading a {
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

#new_user {
	padding: 5px;
}

.popup_container {
	position: absolute;
	border: 1px solid #4B4B4B;
}

.popup_container_header {
	background-color: #F1FFE1;
	color: #4B4B4B;
	font-weight: bold;
	padding: 3px;
	text-align: right;
}

.popup_inner_container {
	background-color: #efefef;
	padding: 5px;
}
input[type=text],textarea,input[type=password] {
	border: 1px solid #4B4B4B;
	background-color: #F1FFE1;
}
.in_place, .FauxInPlaceEdit a:link, .FauxInPlaceEdit a:visited, .FauxInPlaceEditNoHref {text-decoration:none; border-bottom:1px dashed #F1FFE1;; color: #88c512; cursor:pointer;}
.FauxInPlaceEdit a:hover, .FauxInPlaceEditNoHref:hover {text-decoration:none; border-bottom:1px dashed #F1FFE1; background-color:#4B4B4B; color: #88c512; cursor:pointer;}

#investor label {
	display: block;
	font-weight: bold;
}

#main_content {
	min-height:320px;
	height: auto !important;
	height: 320px;
	padding-bottom: 30px;
}
