body {
	margin:0px;
	margin-left:0px;
	margin-right:0px;
	/*background-image:url(/images/gradient-bg.png);
	background-repeat:repeat-x; */
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,7db9e8+100&amp;1+0,0+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,7db9e8+100&amp;1+0,0+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+50,7db9e8+100&amp;1+0,0+100 */
background: -moz-linear-gradient(top,  rgba(48,48,48,1) 0%, rgba(48,48,48,0.5) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(50%,rgba(48,48,48,0.5)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.5) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.5) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.5) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(48,48,48,1) 0%,rgba(48,48,48,0.5) 50%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */


	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {	color: black; }
a:link { color:black; }
a:visited { color:#333; }
a:active { color:#930; }
a:hover { color:red; }

a.navigation { color:white; }
a.navigation:visited { color:#AAA; }
a.navigation:active { color:blue; }
a.navigation:hover { color:red; }

.maintable {
	border: 1px solid black;
	background-color:white;
	width: 1000px;
	min-height: 300px;
	padding: 5px;
}

.header {
	width: 1000px;
	max-width:1000px;
	text-align:center;
	/*border:1px solid red;*/
}

div.adminarea {
	float:right; 
	display:inline-block;
}

img.logo {
	height: 75px;
}

.logocell {
	width:595px; 
	height: 85px;
	/*border:1px solid white;*/
	display: inline-block;
	zoom:1;
	*display:inline;
	
}

.menu {
	width:395px;
	height:85px;
	/*border:1px solid blue;*/
	display:inline-block;
	zoom:1;
	*display:inline;
	text-align:right;
}

.formmenu {
	
}

.membersareapics {
	height:150px;
}

.membersareablocks {
	width:25%;
	display:inline-block;
	padding:10px;
	border: 1px solid black;
	margin:0px;
}

.right-footer {
	display:table-cell; 
	float:right;
	width:50%; 
	text-align:right;
}

.left-footer {
	display:table-cell; float:left;
	width:50%; 
	text-align:left;
}

.submitbutton {
	width:200px;
	font-size:18px;
}

.planslogin {
	padding:10px; border:1px solid black; background-color:#CCC; display:inline-block;
}

.inputtextbox {
	
}

.listrow {
	border-right:1px solid #DDD; 
	border-bottom:1px solid #DDD;
}

.profilecells {
	display:inline-block; 
	width:49%; 
	text-align:center;
}

.profilelabel {
	display:inline-block;
	width:45%;
	text-align:right;
	padding:5px;
	
}

.profileinput {
	display:inline-block;
	width:45%;
	text-align:left;
	padding:5px;
	
}