body  
{
    font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color:#dadada;
	/*text-align: center;*/ 
	color: #000000;
	margin-top:0px;
}
p
{
    font: 90% Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#2E5580;
	font: Arial, Helvetica, sans-serif;
	text-decoration:none;
	cursor: pointer;
}
.big_searchbox {
	font-family:Tahoma;
	font-size:11px;
	height:16px;
	border:#A0A0A0 1px solid;
	width:350px;
	padding-top:3px;
}
.big_searchdrop {
	font-family:Tahoma;
	font-size:11px;
	height:20px;
	width:150px;
}
.search_white_text {
	font-family:Tahoma;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
font-size: 14px;
margin-bottom: 5px;
}
a {
	color:#3a4766;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container { 
	width: 940px;
	margin: 0 auto; 
	text-align: left; 
   	position:relative;
	background-color: #ffffff;
    border-left: solid 1px #a0a0a0;
    border-right: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
}  

#PageContent { 
	width: 925px;
	text-align: left; 
   	position:relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
} 

#ChatFeature 
{
    background-image:url(images/ChatRoomIcon.png);
    background-repeat: no-repeat;
    height: 90px;
}

#TechFeature 
{
    background-image:url(images/MarketAnalysisIcon.png);
    background-repeat: no-repeat;
    height: 90px;
}

#ResearchTeamFeature 
{
    background-image:url(images/TeamResearchIcon.png);
    background-repeat: no-repeat;
    height: 90px;
}

#MessageBoardsFeature 
{
    background-image:url(images/MessageBoardIcon.png);
    background-repeat: no-repeat;
    height: 90px;
}

#TradeIdeasFeature 
{
    background-image:url(images/TradeIdeasIcon.png);
    background-repeat: no-repeat;
    height: 90px;
}
.FeatureTitle
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-left: 100px;
    padding-top: 5px;
}

.FeatureDesc
{
    font: 90% Verdana, Arial, Helvetica, sans-serif;
    margin-left: 100px;
}
.FeatureDesctable
{
    font: 90% Verdana, Arial, Helvetica, sans-serif;
}


#reportuserWrapper, #friendsWrapper, #composeWrapper, #emailWrapper {
	position:absolute;
	top:-3000px;
	left:-1000px;
	z-index:98;
}
#reportuserWrapper #reportuser, #friendsWrapper #friends, #composeWrapper #compose {
	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;
}

.tblLeftSide
{
    width: 150px;
}
.tblRightSide
{
    
}
.close 
{
	cursor: pointer;
}

.PageTitle
{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    border-bottom: solid 0px gainsboro;
    color: #27537a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.PageTitle2
{
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 10px;
    border-bottom: solid 0px gainsboro;
    color: #27537a;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.textpadding 
{
padding-left: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

#breadcrumbs 
{
    float:left;
text-align: left;
font-size:90%;
color:#888888;
}

#header { 
	height: 92px;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
} 

#navmain {
	width:940px;
	text-align: center;
}

#nav { 
	background-image:url(images/navbar.jpg);
	background-repeat:repeat-x;
	height: 27px;
	color:#ffffff;
} 

#nav a{ 
	color:#ffffff;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	line-height: 27px;
} 

#footer { 
   	width:940px;
} 

#footermain { 
	text-align: center; 
	padding-top: 30px;
	padding-bottom: 20px;
	color:#888888;
	font-size: 80%;
} 



#leftside
{
    float: left;
    width: 200px;
    margin-top: 5px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#rightside
{
    float: left;
    width: 660px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


#NickName 
{
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: bold;
}


.grayHelpertext
{
    font-size: 90%; 
    color: Gray;
}

.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;
}

.welcometext 
{
    font-size: 106%;
}
#overall {
    background-color:#ffffff;
    /*background-image:url(images/containerbg.jpg);
    background-repeat:repeat-x;*/
}
.text 
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 90%;
}
.Centerme 
{
    margin: 0 auto; 
}



.leftside 
{
    width: 150px;
    text-align: left;
}

.rightside 
{
    width: 280px;
    text-align: left;
}


 

#logincontainer { 
	width: 936px;
	margin: 0 auto; 
	text-align: left; 
   	position:relative;
	margin-top: 15px;
	
}  

#loginbox {
	background-image:url(images/loginbox.png);
	height: 131px;
	width:297px;
	margin-bottom: 15px;
	
}

#main {
	width:620px;
	color:#000000;
}

#main h1{

}

#sidebar1 {
	float: left; 
	width: 169px;
	margin-right: 15px; 
		
}
#sidebar2 {
	float: right;
	width: 209px;
}

#mainContent {
	float: left;
 	width: 510px;
} 

#leftmain {
	float: left; 
	width: 297px;
	margin-right: 10px; 
}

#rightmain {
	float: left;
 	width: 600px;
}
.ProfileImageFull
{
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-left: 8px;
	margin-top: 8px;
	border: solid 1px #dfdfdf;
}

.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;
}

#tradinggoal {
	text-align:left;
	width: 169px;
	margin-bottom: 15px;
}

#tradinggoal a{
	display:block;
	margin-left: 15px;
	line-height: 15px;
	text-decoration:none;
}

#tradinggoal a:hover {
	text-decoration:underline;
}
.rightcolumntop {
/*background-image:url(images/rightcolumntop.png);
	background-repeat: no-repeat;*/
	height: 9px;
	width: 218px;
}

.rightcolumnbottom {
/*background-image:url(images/rightcolumnbottom.png);
	background-repeat: no-repeat;*/
	height: 9px;
	width: 218px;
}

#activechatrooms, #sitesuggestions {
	text-align:left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

#activechatrooms a{
	padding-left: 5px;
	text-decoration:none;
}

#activechatrooms a:hover {
	text-decoration:underline;
}

.editgoalslink{
text-align:right;
font-size: 80%;
}


#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;
}

.teaminfo {
	width:102px;
	text-align:center;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 15px;
	float:left;
}

.teaminfo img{
border: solid 1px #999999;
}

.teaminfo a{
text-decoration:none;
}

.teaminfo a:hover{
text-decoration:none;
}

.teamname {
	font-size: 85%;
	color:#3e3e3e;
}

.RoundCorner
{
    background-image:url('images/containerbg.jpg');
	background-repeat:repeat-x;
	background-color:#d9dee2;
	position: relative;
	padding: 20px;
	top: 0px;
	left: 0px;
}

.border 
{
    border-style: none;
	border-color: inherit;
	border-width: 0;
	margin-bottom: 10px;
		background: #dfdfdf; 
    /*padding: 2px; */
		height: 100%;
}

.backgroundwhite
{
	background-color: #ffffff;
}

#backgroundwhite
{
	background-color: #ffffff;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}