/*user profile section*/
.profileuserprofilecontainer {
	display: block;
	overflow: auto;
	padding-left:3px;
	padding-right:2px;
}

.profileuserprofilecontainer .profileavatarcontainer {
	display:table-cell;
	margin-top: 2px;
	float: left;
	overflow: auto;
	padding: 2px;
	/*border:solid 1px;*/
	text-align:center;
	margin-right:2px;
	overflow:hidden;

}

.profileavatarcontainer{
	width:80px;
	height:70px;
	padding:1px;
	overflow:hidden;
}
.profileuserprofilecontainer .profileinfocontainer {
	float: left;
	overflow: auto;
	font-size: 11pt;
	margin-top: 5px;
	margin-left:2px;
}

.profileuserprofilecontainer .profileremovecontact {
    display: block;
    overflow: auto;
    width:70px;
    text-align:center;
    margin-top:2px;
}

.profileuserprofilecontainer .profileaddcontact {
    display: block;
    overflow: auto;
    cursor:pointer;
    margin-top:0px;
    text-align:center;
    width:80px;
}

.profileuserprofilecontainer .profilenamecontainer {
	/*overflow: auto;*/
	display: block;
	color: #3B90DD;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom:1px;
}
.profileuserprofilecontainer{
	overflow:auto;
}
.profilenamecontainer{
	width:100px;
	overflow:hidden;
}
.points{
	font-size:9pt;
	color:#707070;
	font-weight:bold;

}

.pointsprofile{
	font-size:9pt;
	color:#707070;
	font-weight:bold;
		margin-top:1px;
	margin-left:5px;
}

.pointsframe{
	margin-left:5px;
}
.profileuserprofilecontainer .profilecontacttypecontainer {
    display: block;
    overflow: auto;
}

/*UI stuff*/

#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

#backgroundpopuparea {
	display: none;
	position:fixed;
	height: 100%;
	width: 100%;
	top: 80px;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}


#popupimagecontainer{
	position:fixed;
	top:50%;
	left:50%;
	z-index:2;
}

#backgroundwait {
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #cecece;
	z-index: 1;
	text-align:center;
}

#waitimg{
	margin-top:50%;
}

.centeredbox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2;
	background: #ffffff;
	/*Set the values below
	 * margin-left:-width/2;
	 * margin-top:-height/2;
	 */
}

.messagefooter {
	position:fixed;
	width:100%;
	bottom:0px;
	padding:2px;
	text-align:center;
	background:#FFF8E7;
	z-index:3;
	border:1px solid;
	font-size:10pt;
		
	/*
	left:50%;
	bottom:0px;
	padding:2px;
	text-align:center;
	background:yellow;
	z-index:3;
	margin-left:-600px;
	width:1200px;
	border:1px solid;
	font-size:10pt;	
	*/
}

.messagefooterinfo{
	position:fixed;
	width:100%;
	bottom:0px;
	padding:2px;
	text-align:center;
	background:#7C9686;
	z-index:3;
	border:1px solid;
	font-size:10pt;
	color:white;
}

.waitingfooter{
	position:fixed;
	width:100%;
	bottom:0px;
	padding:2px;
	text-align:center;
	z-index:3;
	border:1px solid #c0c0c0;
	font-size:10pt;
	color:#404040;
	background:#ccddee;	
}


.disabled {
	visibility: hidden;
	width:1px;
	height:1px;
	overflow:hidden;
}
.pagecontainer {
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	overflow:auto;
}

.pageframe{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
	background:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	margin-top:1px;
	overflow:auto;
	/*height:900px;*/	
}

.registerpageframe{
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
}

.pagecontainerlistdetails {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
	padding-bottom:50px;
}
.send {
	cursor: pointer;
	background: rgb(174,213,230); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(174,213,230) 6%, rgb(132,188,212) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,rgb(174,213,230)), color-stop(100%,rgb(132,188,212))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(174,213,230) 6%,rgb(132,188,212) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(174,213,230) 6%,rgb(132,188,212) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(174,213,230) 6%,rgb(132,188,212) 100%); /* IE10+ */
	background: linear-gradient(top, rgb(174,213,230) 6%,rgb(132,188,212) 100%); /* W3C */
	filter: progid :DXImageTransform.Microsoft.gradient( startColorstr='#aed5e6', endColorstr='#84bcd4',GradientType=0 ); /* IE6-9 */
	/*border-top-left-radius:5px;
	 border-top-right-radius:5px;*/
	/*float:left;*/
	text-align: center;
	margin: 0 2px 2px 0;
	padding: 2px;
	border: 1px;
	border-style: outset;
}

.spacer {
	display: inline;
}

#registrationheader {
	left: 130px;
	padding: 10px;
	position: relative;
	width: 400px;
	font-size: 11pt;
	font-weight: 500;
	font-family: 'Lora', serif;
}

#registrationform {
	padding: 20px;
	position: relative;
	overflow:auto;
	background-color: #FFFFFF;
	margin-right:200px;
	border:1px solid #c0c0c0;
	border-radius:5px;
}

.lefttext {
	font-size: 12pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:12pt;
	color:#404040;
	padding-right:5px;
}

.headertext {
	font-size: 12pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #404040;
}

.roundedtextbox {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	width: 300px;
	font-size: 11pt;
	font-family:Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:3px;
	outline:none;
	color:#404040;
}

table #registrationtable tr {
	padding-bottom: 20px;
}

#sendbutton {
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*display:inline;*/
	position: relative;
	width: 250px;
	padding: 15px;
	font-size: 16pt;
	font-weight: 400;
	font-family: "MS Sans Serif";
	text-shadow: -1px -1px 0 black;
	text-align: center;
	margin: 0 2px 2px 0;
	padding: 2px;
	border: 1px;
	border-style: outset;
	background-color: #4D90FE;
	color: white;
	height: 50px;
}

#tablepositioner {
	margin-top:10px;
}

#container {
	overflow:auto;
	margin-top:5px;
}

#errorcontainer {
	margin:10px;
	color: red;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.graytitlestrip {
	/*height: 40px;*/
	/*background-color: #E0E0E0;*/
	background-color: #505050;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: outset;
	border-color: #DCECFD;
	font-family: 'Lora', Verdana, Arial, sans-serif, serif;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: 600;
	color: white;
	/*color:#2A2A2A;*/
	overflow: hidden;
	margin-top: 0px;
	margin-left:-5px;
	margin-right:-5px;
	/*text-shadow: -1px -1px 0 #EFEFEF;*/
	text-shadow: -1px -1px 0 black;
}

.pagetitlecontainer{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14pt;
	margin-bottom:10px;
}

#waitwidgetcontainer{
	padding:5px;
	overflow:auto;
	display:block;
}

#waitwidgeticoncontainer{
	width:35px;
	height:35px;
	margin-right:20px;
	margin-left:10px;
	background:url('/images/loading.gif');
	background-repeat:no-repeat;
	float:left;
}

#waittextcontainer{
	float:left;
	font-size:20px;
}

/*messages*/
.defaultmessage{
	font-size:15pt;
	overflow:auto;
	margin:10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color:#404040;
}

.defaulttext{
	display:block;
	margin:20px;
}


.block{
		display:block;
		overflow:auto;
	}
	
	.floatleft{
		overflow:auto;
		float:left;
	}

	.floatright{
		overflow:auto;
		float:right;
	}
	
.defaultcenter{
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;
	position:relative;
	width:1200px;	
}
.centeraligned{
	text-align:center;
	overflow:auto;
}

.inlinealign{
	display:inline;
}

.ajaxpreloadercontainer{
	margin-top:3px;
	margin-right:10px;
}

.messagecontainer{
	margin-top:-1px;
}

.username{
	font-size:10pt;
	color:#3B90DD;
}

.feedbackmessage{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	
}

.inputerror{
	color:red;
}

.weak{
	color:#ffcc00;
}

.fair{
	color:#aabb00;
}	

.strong{
	color:#11bb00;
}
.registrationerror{
	margin-top:10px;
	color:red;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
}

.editbutton{
	padding:3px;
	cursor:pointer;
	font-size:8pt;
	color:#606060;
	border-radius:5px;
}

.autowidth{
	width:auto;
}

.autoheight{
	height:auto;
}
