@charset "UTF-8";
/* CSS Document */
/*********************************************
File Download Example Definitions
*********************************************/
#textblock {
	padding: 10px;
	width: 600px;

}

a.fd-next, a.fd-prev {
	float: right;
	display: block;
	border: 1px solid #ccc;
	margin: 10px 0px;
	padding: 3px 5px;
}
a.fd-prev {
	float: left;
}
a.fd-next:hover, a.fd-prev:hover {
	background-color: #336699;
	color: #fff;
}
#textblock tr.fd-alt {
	background-color: #eee;
}
#textblock tr.fd-directory {
	background-color: #818286;
	color: #fff;
}
.fd-file a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#textblock table {
width: 100%;
	background-color: #FFFFFF;
	position: relative;
	color: #333333;
}

/* forms */


#wlpeLogin fieldset,#wlpeRegister fieldset,
#wlpeUser fieldset {
	border: none;
}

#wlpeLogin legend,#wlpeRegister legend,
#wlpeUser legend {
	display: none;
}

#wlpeLogin label,#wlpeRegister  label,
#wlpeUser  label {
	display: block;
}

#wlpeLogin input,
#wlpeLogin textarea,
#wlpeLogin select,#wlpeRegister input,
#wlpeRegister textarea,
#wlpeRegister select,
#wlpeUser input,
#wlpeUser textarea,
#wlpeUser select {
	display: block;
	
}

#wlpeLogin select,#wlpeRegister select,
#wlpeUser select {
	padding: 0;
}

#IEfix {
	display: none;
	
}

#wlpeLogin button,#wlpeRegister button ,
#wlpeUser button  {
	background: #666;
	color: #ccc;
}

#wlpeLogin button:hover,#wlpeRegister button:hover,
#wlpeUser button:hover {
	background: red;
	color: #eee;
}

#wlpeLogin button:active,#wlpeRegister button:active,
#wlpeUser button:active {
	background: #800000;
	color: #666;
}

.required, .info{
	color: red;
	font-weight: bold;
}

/* TORTILLA DIV*/
#tortilla {
	text-align: left;
}

/* REGISTER FORMS*/


#content fieldset #wlpeTermsOfService {
	height: 200px;
	font-size: 80%;
	overflow: auto;
	border-top: 5px solid #222;
	border-bottom: 5px solid #222;
	padding: 0 10px;
	margin: 6px 0 6px 0px;
}

#wlpeUserRegisterButtons,
#wlpeRegisterButtonFieldset,
#wlpeUserProfileButtons,
#wlpeProfileDeleteButtonsFieldset
{
	padding:10px 0;
	margin-bottom: 20px;
}

#wlpeRegisterFieldset
{
	padding: 10px 0;
}

#wlpeRegisterFieldset p
{
	line-height: 0px;
}

#wlpeUserRegisterButtons button,
#wlpeRegisterButtonFieldset button,
#wlpeUserProfileButtons button,
#wlpeProfileDeleteButtonsFieldset button
{
	margin: 0 -12px 0 20px;
}

#wlpeSaveRegisterButton,
#wlpeRegisterButton,
#wlpeSaveProfileButton
{
	margin-left: 20px;
}

#wlpeProfileDeleteWarning {
	margin: 0;
	padding: 6px 12px;
	color: red;
}

#wlpeUserDefaultImage, #wlpeCaptchaImage {
	margin-left: 20px;
}

/* PROFILE FORMS*/
fieldset #wlpeNewPasswordArea {
	border-bottom: none;
	border-top: 5px solid #222
}

#wlpeProfileWelcome {
	font-size: 16pt;
	padding: 12px;
	margin: 0;
}

#wlpeUserHiddenPhoto {
	display: none;
}

/* VIEW PROFILE */

#wlpeUserProfilePhotoImg {
	margin-left: 20px;
}

#wlpeViewProfileTable {
	margin: 0 auto;
	width: 99%;
	border-spacing: 5px;
	margin-bottom: 12px;
}

.wlpeViewProfileHeader h3 {
	padding: 12px 12px;
	font-size: 16pt;
	margin: 0;
	border-top: 5px solid #666;
}

#wlpeViewProfileTable td {
	margin: 10px;
	background: #333;
}

.wlpeViewAttribute {
	text-align: right;
	padding: 2px 15px;
	width: 35%;
}

.wlpeViewAttributeValue {
	padding: 10px 15px;
}

#wlpeViewContactFormFieldset textarea {
	height: 100px;
}

#wlpeMe, #wlpeYou {
	display: none;
}

fieldset#wlpeViewContactFormFieldset {
	margin: 0;
	border: none;
}

#wlpeViewContactFormFieldset h4 {
	text-align: center;
	font-size: 14pt;
	margin: 0;
}

fieldset#wlpeViewContactButtons {
	border: none;
	text-align: center;
	padding: 10px;
}

#wlpeViewProfileTable button {
	width: 90%;
}

#content fieldset #userProfileEmailPrivateLabel,
#content fieldset #userProfileAIMPrivateLabel,
#content fieldset #userProfileMSNPrivateLabel
{
	margin: 20px 20px -35px 0;
	padding: 0;
	font-size: 85%;
	width: 330px;
	text-align: right;
	color: red;
}

#content fieldset #userProfileEmailPrivate,
#content fieldset #userProfileAIMPrivate,
#content fieldset #userProfileMSNPrivate
{
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	background: none;
}

#userDemographicDiv {
	padding-top: 10px;
	border: none;
}

#content fieldset #userDemographicDiv input{
	margin: 0;
	margin-top: -5px;
	width: auto;
	display: block;
	background: none;
}

#content fieldset #userDemographicDiv span {
	display: block;
	margin: -16px 0 10px 20px;
	background: none;
	border: none;
}

#content fieldset label, #content fieldset div, #content fieldset p {
	margin-left: 20px;
}
