/***** Global Settings *****/
body{
background-color:#82B4E5;
}

* {
	margin: 0;
	padding: 0;
}
html, body {
    border:0;
    margin:0;
    padding:0;
}
 
body {
    font:12px arial, helvetica, sans-serif;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    font-weight:normal;
}
 
h1 {
    font:4em Arial, Helvetica, sans-serif;
	color:#01AAC9;
	font-style:italic;
}
 
h2 {
    padding:20px 0;
    letter-spacing:-1px;
    font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
    font:1em arial, helvetica, sans-serif;
    font-weight:bold;
}
 
p, ul, ol {
    margin:0;
    padding:0 0 18px 0;
}
 
ul, ol {
    list-style:none;
    padding:0 0 18px 40px;
}
 
blockquote {
    margin:22px 40px;
    padding:0;
}
 
small {
    font-size:0.85em;
}
 
img {
    border:0;
}
 
sup {
    position:relative;
    bottom:0.3em;
    vertical-align:baseline;
}
 
sub {
    position:relative;
    bottom:-0.2em;
    vertical-align:baseline;
}
 
acronym, abbr {
    cursor:help;
    letter-spacing:1px;
    border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
    text-decoration:none;
}
 
/***** Forms *****/
 
form {
    margin:0;
    padding:0;
    display:inline;
}
 

 
textarea {
    line-height:1.25;
}
 
label {
    cursor:pointer;
}
 
/***** Tables *****/
 
table {
    border:0;
    padding:0;
}
 
table tr td {
    padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
    width:980px;
    margin:0 auto;
	background-color:#FFFFFF;
	/*border:1px solid #000;*/
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.title {font-size:1.5em;}
/*textarea {width:390px;height:250px;padding:5px;}*/
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* CSS Table */
div#layout {display: table;}
div.hgroup {display: table-row;}
div.cell {display: table-cell; padding-top:5px;}

 
/***** Design Classes *****/

#header{
		background-color:#82B4E5;
		height:150px;
}

#logo{
	width:150px;
	height:150px;
	float:left;	
}
#sharepoints{
	width:276px;
	height:93px;
	float:left;	
	padding-left:0px;
}
#loginbox{
	width:250px;
	height:83px;
	padding-left:250px;
	float:left;
	padding-top:65px;
}
#signup a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#signup a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
/* Menu */

#MainMenu 
{
	height:35px;
	background:#82B4E5;
	border-color:#AE1E39;
	border-style:solid;
	border-width:0 0 3px;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
#tab a 
{
	background:url(../images/bright_114.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../images/bleft_114.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:700;
	line-height:35px;
	padding:0 22px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.Menu2
{
	height:27px;
	background:#FFF;
	border-color:#A90B0A;
	border-style:solid;
	border-width:0 0 5px;
	margin:0;
	margin-left:5px;
}
.tab2 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
.tab2 ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
.tab2 li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}
.tab2 a 
{
	background:url(../images/bright_115.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
.tab2 a span 
{
	display:block;
	background:url(../images/bleft_115.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:700;
	line-height:27px;
	padding:0 30px;
}
.tab2 a:hover,.tab2 li.item_active a 
{
	background-position:right bottom;
}
.tab2 a:hover span,.tab2 li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}

#left_panel{
	width:745px;
	float:left;
}
.welcome{
	padding:10px;
}
#right_panel{
	width:228px;
	float:left;
}
#fooadvt{
	background-color:#FFF;
	padding-left:25px;
	text-align:center;
}
#footer{
	background-color:#333333;
	height:65px;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
.footer-text{
		color:#FFF;
		padding-top:15px;
		padding-left:15px;
}
.greyborder{
	border:1px solid #CCCCCC;
	margin-left:5px;
	padding-left:20px;
}
.greyborderright{
	border:1px solid #CCCCCC;
	margin-left:5px;
	padding-left:5px;
}
.memphoto{
	width:120px;
	height:120px;
	float:left;
	padding-left:5px;
}
.featuremember{
	width:80px;
	height:80px;
}
fieldset{
		margin:10px;
		border:2px solid #666;
}
legend{
		background-color:#ccc;
		color:#900;
		padding:10px;
		font-size:16px;
}
input{
	padding:0px;
	margin:0px;
}

#accMenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:5px 0 5px 5px;
	font-weight: bold;
}

#accMenu a{	
	color:#000000;
	text-decoration:none;
}
#accMenu a:hover{	
	color:#000000;
	text-decoration:underline;
}

.infoMsg{
color:#FF0000;
font-weight:bold;
}

#paging span{
border-color:#000000;
border-width:1px;
}


.paging{text-align:right;}
div.pagination
{font-size:11px;margin-bottom:0;margin-top:.5em;
}
div.pagination .selected,div.pagination a{border:1px solid #CCC;color:#969696;margin:0 .2em;padding:0 .363636em;text-decoration:none;}
div.pagination .selected{background-color:#EEE;font-weight:bold;}


.view_more{font-size:14px;font-weight:bold;}

.tableTitle {
  text-align:center;
  font-weight:bold;
}




.resCount{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:5px 0 5px 5px;
}

.resCount a{	
	color:#000000;
	text-decoration:none;
}
.resCount a:hover{	
	color:#000000;
	text-decoration:underline;
}


.resMemName{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:5px 0 5px 5px;
	font-weight:bold;
}

.resMemName a{	
	color:#000000;
	text-decoration:none;
}
.resMemName a:hover{	
	color:#000000;
	text-decoration:underline;
}


/*  realitywanted */
.profile_sub_image{float:right;width:200px;text-align:right;}
.photo_outline{text-align:center;padding:6px;background-color:#eee;border:solid 1px #D9D9D9;margin-bottom:5px;}
.photo_outline img{border:solid 2px #fff;}

#profile_box_left{float:left;width:450px;}

#profile_box_right{float:right;width:450px;}


<!--#profile_box_left #newcomment{width:240px;}-->
#profile_box_left .comment_message{
	float:left;
	width:275px;
}
/** html #profile_box_left .comment_message{
	width:275px;
}*/
.comment_message cite{margin:5px;float:left;padding:3px;background-color:#eee;width:98%;}
.profile_box{background-color:#f2f9fd;margin:0 0 10px;border:1px solid #ebebeb;color:#5a5a5a;font-size:12px;text-align:left;padding:5px;overflow:hidden;word-wrap:break-word;}
.profile_box h2{color:#FFF;padding:5px;background-color:#A90B0A;font-size:14px;font-weight:bold;letter-spacing:normal;margin-bottom:5px;text-align:left;}
.profile_box p{font-size:12px;margin-bottom:5px;}
* html .profile_box{height:1%;}
.comment_inner{margin:0;padding:0;}
.comment_image{margin-right:10px;}
.comment_message{background-color:#fff;border:solid 1px #D9D9D9;overflow:hidden;padding:5px;width:255px;}
* html .comment_message{width:250px;}


/*
  realitywanted */



#addFormLink{ text-align:right; padding:0 10px 10px 0; color:#A90B0A; font-size:14px; font-weight:bold; }
#addFormLink a{ color:#A90B0A; font-size:14px; text-decoration:none; }
#addFormLink a:hover{ color:#A90B0A; font-size:14px; text-decoration:underline; }
