body {
	margin: 0px;
	top: 0px;
	left: 0px;
	font-family: Helvetica, Arial;
	text-align: left;
}

a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #CECFC6;
	text-decoration: none;
}

.greenTxt {
	color: #99CB00;
}
.greyTxt {
	color: #454545;
	margin-right: 20px;
}
.titleTxt {
	color: #99CB00;
	font-weight: bold;
	font-size: 1.4em;
}

/* Doc Structure */

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 650px;
}

#header {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 900px;
	height: 30px;
}

#main_men {
	border-top: 1px solid #454545;
	margin-top: 50px;
	margin-left: 15px;
	font-size: .93em;
	width: 95px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: right;
}

.mm_item {
	margin-top: 3px;
	font-weight: bold;
}



#login_block {
	position: absolute;
	top: 20px;
	left: 750px;
	color: black;
	width: 150px;
	height: 100px;
}
.login_item {
	font-size: .8em;
	font-weight: bold;
	margin-top: 3px;
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 900px;
	left: 0px;
	text-align: center;
	color: #454545;
	font-size: .7em;
}

#main_cont_block {
	margin-top: 10px;
	margin-left: 140px;
	height: 400px;
	width: 750px;
}

#main_an_block {
	width: 500px;
	height: 300px;
	background-color: #454545;
}


#header_metrics {
	position: absolute;
	left: 140px;
	top: 60px;
	width: 600px;
	height: 100px;
	background-color: #E6E9DC;
}




/* create account stuff */
#caBlock {
	background-color: #E6E9DC;
	font-size: .85em;
	padding-top: 10px;
	margin-right: 10px;
}
.caElem {
	position: relative;
	left: 10px;
	height: 55px;
	width: 400px;
}
.whiteBorder {
	background-color: white;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.caTxtInput {
	width: 115px;
	font-size: 1.5em;
	font-weight: bold;
}
.caFormLabel {
	width: 85px;
	text-align: right;
	height: 35px;
	padding-top: 15px;
}
.caFormLabelTxt {
	margin-top: 20px;
}
.caFormInput {
	margin: 0px;
	padding: 0px;
	left: 90px;
	top: 5px;
	position: absolute;
	width: 250px;
	height: 35px;
}
.caFormLabelR {
	position: absolute;
	width: 95px;
	text-align: right;
	height: 35px;
	padding-top: 15px;
	left: 200px;
	top: 0px;
}
.caFormInputR {
	margin: 0px;
	padding: 0px;
	left: 310px;
	top: 5px;
	position: absolute;
	width: 250px;
	height: 35px;
}






#c_body_block {
	margin-top: 20px;
	margin-left: 140px;
	width: 750px;
}

.has_errors {
	font-size: .9em;
	font-weight: bold;
	color: #454545;
	background-color: #FF0066;
	padding: 20px;
	margin:10px 100px 10px 100px;
}

#mb_container {
	position: absolute;
	top: 175px;
	margin-left: 140px;
	width: 800px;
}
#upm_block {
	height: 400px;
	width: 600px;
	overflow: auto;
}
.bn_elem_0 {
	cursor: pointer;
	margin-top: 5px;
	margin-left: 10px;
	padding: 3px;
}
.bn_elem_0:hover {
	background-color: #E6E9DC;
}
.bn_elem_1 {
	cursor: pointer;
	background-color: #E6E9DC;
	margin-top: 5px;
	margin-left: 10px;
	padding: 3px;
}

.bn_elem_det_0 {
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 3px;
}
.bn_elem_det_1 {
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 3px;
	background-color: #E6E9DC;
}
.bn_det_elem {
	margin-left: 10px;
	margin-bottom: 3px;
	padding-top: 3px;
	color: #3D3937;
	font-size: .8em;
}

.d_line {
	height: 5px;
	border-bottom: 1px solid #454545;
	margin-bottom: 10px;
	margin-top: 10px;
}


#big_main_cont_block {
	margin-top: 20px;
	margin-left: 140px;
	width: 650px;
}


.heading_title {
	margin-bottom: 5px;
	font-weight: bold;
}

.nodeHref {
	font-weight: bold;
	color: #3F3F3F;
}
.nodeHref:hover {
	font-weight: bold;
	color: #99CB00;
}


