﻿html {overflow-y: scroll;} 
body 
{
    
    background-color:#0077b5;
    background-image: url('images/bg.png');
    background-repeat: repeat-x;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 14px;
    color:#2a2a2a;
    margin-top: 0px;
}
a:link
{
color:#0077b5;
text-decoration: none;
}
a:visited
{
color:#0077b5;
text-decoration: none;
}
a:hover
{
color:#0077b5;
text-decoration: underline;
}

p
{
    text-align:justify;
}
h1 
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 22px;
    color:#0077b5;
}

h2 
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 16px;
    color:#0077b5;
}

#sidebar1 {
	float: left; 
	width: 179px;
	margin-right: 15px; 
	 background-image: url('images/verticleDivider.png');
    background-repeat: no-repeat;
    background-position: right;	
    
}
#sidebar2 {
	float: right;
	width: 209px;
   
}

#sidebarmain {
	float: left;
 	width: 500px;
 	margin-left:13px;
 	border: solid 0px red;
} 

.ProfileImageFull
{
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-left: 8px;
	margin-top: 8px;
	border: solid 1px #dfdfdf;
}
#reportuserWrapper, #friendsWrapper, #composeWrapper, #emailWrapper, #lifeinsuranceWrapper, #willWrapper, #livingwillWrapper, #trustWrapper, #LongtermWrapper, #retWrapper, #rothWrapper, #brokerageWrapper, #otherWrapper,#risktolWrapper {
	position:absolute;
	top:-3000px;
	left:-1000px;
	z-index:98;
}
#reportuserWrapper #reportuser, #friendsWrapper #friends, #composeWrapper #compose,#lifeinsuranceWrapper #lifeinsurance,#willWrapper #will,#livingwillWrapper #livingwill,#trustWrapper #trust,#LongtermWrapper #Longterm,#retWrapper #ret,#rothWrapper #roth,#brokerageWrapper #brokerage,#otherWrapper #other,#risktolWrapper #risktol {
	background-color:#fff;
	border:1px solid #000;
	width:200px;
	height:auto;
	padding:8px;
}

* html #reportuserWrapper #reportuser,* html #friendsWrapper #friends,* html #composeWrapper #compose {
	width:210px;
	height:auto;
}

#emailWrapper #email {
	background-color:#fff;
	border:1px solid #000;
	width:500px;
	height:auto;
	padding:8px;
}

* html #emailWrapper #email {
	width:510px;
	height:auto;
}

#reportuserContent, #friendsContent, #composeContent, #emailContent
{
	padding-top: 10px;
}

#lifeinsuranceContent,#willContent,#livingwillContent,#trustContent,#LongtermContent
{
width:200px;
white-space:normal;
padding-bottom:10px;
text-align: left;
}
#NickName 
{
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: bold;
}


.ProfileImageSmall
{
    width: 102px;
    height: 109px;
    overflow: hidden;
	border: solid 1px #dfdfdf;
}

#profilebox {
	width: 169px;
}

#profilebox img {
	margin-left: 8px;
	margin-top: 8px;
	border: solid 1px #619b42;
}

#profilebox a {
	display:block;
	margin-left: 15px;
	line-height: 25px;
	text-decoration:none;
}

#profilebox a:hover {
	text-decoration:underline;
}
#friendstop {
	/*background-image:url(images/friendstop.png);
	background-repeat: no-repeat;*/
	height: 9px;
	width: 461px;
	margin-left:-1px;
}

#friendsbottom {
	/*background-image:url(images/friendsbottom.png);
	background-repeat: no-repeat;*/
	height: 9px;
	width: 461px;
	margin-left:-1px;
}

#friends, #simularMembers {
	text-align:left;
	position: relative;
	padding: 5px;	
}

#friends h1, #simularMembers h1{
margin-left: 10px;
}

#friendseditlinks {
float:right;
margin-top:25px;
padding-right: 10px;
font-size: 80%;
}

.friendinfo {
	width:102px;
	text-align:center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	float:left;
}

.friendinfo img{
border: solid 1px #999999;
}

.friendinfo a{
text-decoration:none;
}

.friendinfo a:hover{
text-decoration:none;
}

.friendname {
	font-size: 85%;
	color:#3e3e3e;
}

.friendstatuson {
	font-size: 80%;
	color:#004c04;
	font-weight:bold;
}
.friendstatusoff {
	font-size: 80%;
	color:#7b7b7b;
}
.ErrorBox
{
    background-image:url(images/erroricon.png);
    background-repeat:no-repeat;
    background-position: top left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 40px;
	position: relative;
	color: #8a0404;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.errorTitle
{
    font-weight: bold;
    font-size: 105%;
}

.errorMessage
{
    font-size: 100%;
    padding-right:15px;
}
.AttentionBox
{
    background-image:url(images/Attention.jpg);
    background-repeat:no-repeat;
    background-position: top left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 60px;
	position: relative;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.AttentionTitle
{
    font-weight: bold;
    font-size: 105%;
}

.AttentionMessage
{
    font-size: 100%;
    padding-right:15px;
}

.SuccessBox
{
    background-image:url(images/successicon.png);
    background-repeat:no-repeat;
    background-position: top left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 40px;
	position: relative;
	color: #084801;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.successTitle
{
    font-weight: bold;
    font-size: 105%;
}

.successMessage
{
    font-size: 100%;
    margin-left:40px;
    padding-right:15px;
}

.errorborder 
{
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #8a0404;
	border:0; 
}

.errorbackgroundwhite
{
	background-color: #ffffff;
}

p
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 14px;
    color:#000000;
    text-align: justify;
}

.ReportQuestions
{
    margin: 0px auto;
    width: 700px;
    border: solid 0px gainsboro;
    padding: 5px;
}

.leftside 
{
    width: 200px;
    background-color:#ffffff;
    vertical-align: top;
    border-bottom: solid 1px #e0e0e0;
    color: #000000;
}
.rightside 
{
    width: 500px;
    background-color:#ffffff;
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 0px white;
    vertical-align: top;
    color: #4a4a4a;
}

#mainleft 
{
    width: 378px;
    height: 400px;
    float: left;
    padding-left:10px;
    background-image: url('images/verticleDivider.png');
    background-repeat: no-repeat;
    background-position: right;
}

#mainright 
{
    width: 535px;
    float: right;
}

#reports div 
{
    float: left;
    width: 250px;
}

#h1banner 
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 24px;
    color:whitesmoke;
    padding-top: 5px;
}

#bannertext
{
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 18px;
    color:whitesmoke;
    text-align: justify;
    width: 430px;
    padding-left:0px;
}

#mainContent
{
    width: 976px;
    margin: 0px auto;
    margin-top: 10px;
    
}

#bodytop
{
    background-image: url('images/mainContentBGHeaderblk.png');
    background-repeat: no-repeat;
    height: 305px;
    width: 976px;
    clear:left;
}
#bodytopWhite
{
    background-image: url('images/mainContentBGHeaderWhite.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 976px;
    clear:left;
}
#bodymiddle
{
    background-image: url('images/mainContentBGBody.png');
    background-repeat:repeat-y;
    width: 976px;
}

#bodyfooter
{
    background-image: url('images/mainContentBGFooter.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 976px;
}

#TopContent 
{
    padding-left: 12px;
    padding-top:0px;
    color: #ffffff;
}

#MiddleContent 
{
    padding-left: 20px;
    padding-right: 20px;
    padding-top:5px;
}

#footer, #footer a, #footer a:link, #footer a:visited
{
    color:#ffffff;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}
.RoundCorner
{
    background-image:url(images/containerbg.jpg);
	background-repeat:repeat-x;
	background-color:#d9dee2;
	position: relative;
	padding: 10px;
}



.border 
{
    margin-bottom: 0px;
	background: #dfdfdf; 
    margin-top:2px;
	border:0; 
	
}

.backgroundwhite
{
	background-color: #ffffff;
}

#backgroundwhite
{
	background-color: #ffffff;
}