.activity-orders
{
	padding-top: 20px
}

.activity-orders table
{
	width: 100%;
}

.activity-orders table tr.header
{
	font-weight:bold;
}

.activity-orders table tr.header td
{
	background-color: #FFFFFF;
}

.activity-orders table td
{
	background-color:#F6F6F6;
	padding: 5px;
}

.activity-orders table td.active
{
	background-color:#EFEFEF;
}

table.activity-search-form
{
	padding:3px;
	width: 100%;
}


table.activity-search-form td.date
{
	width: 120px;
}


table.activity-search-form td.search
{
	width: 50px;
}


table.activity-search-form td.date input
{
	width: 120px;
	font-size: 14pt;
	color: #505050;
}

.activity-container
{
	padding: 20px 0 20px 0;
}

.activity-search
{
	padding: 10px;
	border: 1px solid #ddd;
	background-color:#EFEFEF;
	width: 500px;
}

.affiliation-container
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}

.signin-form
{
	float:left;
	width: 400px;
}

.affiliate-commissions td
{
	border-bottom: 1px solid #999;
	width:200px;
	padding: 5px;
	background-color:#FFF;
}

.affiliate-commissions td.header
{
	background-color:#EFEFEF;
	
}

.affiliation-welcome
{
	float:left;
	width: 55%;
	padding-top:20px;
	padding-bottom:20px;
}

.affiliation-login
{
	background-image: url('../images/separator_vertical.png');
	background-repeat: no-repeat;
	width: 35%;
	padding: 0 0 0 40px;
	float:right;
	min-height: 300px;	
}

.signin-memo
{
	background-image: url('../images/separator_vertical.png');
	background-repeat: no-repeat;
	width: 200px;
	padding: 0 0 0 40px;
	float:right;
	min-height: 300px;	
}

h3.toggler-profile
{
	width: 90%;
}

.element-profile
{
	width: 90%;
}


.main-right .box-welcome
{
	min-height: 80px;
}


.forgotpassword-container
{
	position: relative;
}

.forgotpassword-holder
{
	position: absolute;
	left: 0px;
	top: 8px;
	visibility: hidden;
}

#forgotpassword_email
{
	width: 220px; 
	padding:2px; 
	border: 1px solid #ccc; 
}

#forgotpassword_result
{
	font-size: 8pt;
}

.affiliation-html
{
	padding: 0 20px 20px 20px;
	border:dashed  1px #ddd;
	background-color:#EFEFEF;
	width:400px;
	margin:10px 0 40px 0;
	
	
}