﻿
div.MemberLoginPage
{
	margin:20px auto 50px auto;
	max-width:400px;
	background: white 0 0 no-repeat;
	box-shadow: 0px 0px 12px #4b4b4b;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.form-content
{
    padding:20px;
}
.form-break
{
    margin:15px 0 10px 0;
    border-bottom:1px solid gray;
    position:relative;
    height:10px;
}
.label-Checkbox
{
    font-size:14px;
}
.form-break span
{
    background-color:white;
    padding:0 15px 0 15px;
    position: relative;
    top: 1px;

}
.Register a , .Forgot a, .MemberLoginPage .btn
{
    transition:0.35s ease-in-out;
}
.fa-facebook-round
{
    height:30px;
    display: inline-block;
    vertical-align:baseline;
}
.fa-facebook-round:before {
  content: "\f09a";
  background-color:White;
  border-radius:20%;
  padding:0 10px 0 10px;
  
  height:30px;
  color:#337ab7;
  margin-right:5px;
  margin-left:5px;
  
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  line-height:30px;
}
.membership-row section
{
    padding-bottom:15px;
}
.membership-row a:hover
{
    text-decoration:none;
}
.membership-row a span
{
    display:block;
    color:White;
    padding-top:10px;
}

.membership-icon:before
{
    font-size:65px;
    text-align:center;
    color:White;
}
.member-link { 
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align:center;
    padding-top:18px;
}
.bg-blueblack
{
    background-color:#415b6c;
}
.bg-red
{
    background-color:#e84c3d;
}
.bg-gray
{
    background-color:#b1b1b3;
}
.bg-blue
{
    background-color:#337ab7;
}
.bg-purple
{
    background-color:#8d44ad;
}
.bg-orange
{
    background-color:#f39c11;
}
.bg-greenblue
{
    background-color:#1dd2af;
}
.bg-green
{
    background-color:#2cac61;
}
.bg-darkorange
{
    background-color:#d25400;
}

.fa-pencil:before {
  content: "\f040";
}
.fa-lock:before {
  content: "\f023";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
/*********************** regsiter page *****************************/
.regsiter-page
{
    margin:20px auto 50px auto;
	max-width:500px;
	background: white 0 0 no-repeat;
	box-shadow: 0px 0px 12px #4b4b4b;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.text-message
{
    padding:6px 10px 6px 10px;
    border:1px solid #ededed;
    font-size:14px;
}
/*********************************************************************/
@media (min-width: 768px) 
{
    .member-link { height: 140px; }
}

@media (min-width: 480px) and (max-width: 767px) 
{
    .fb-login { font-size:14px;}
    .member-link { height: 140px; }
}
@media (max-width: 479px) 
{
    .fb-login { font-size:14px; }
    .member-link { height: 110px; }
    .membership-icon::before
    {
        font-size: 55px;
    }
    .membership-row a span
    {
        font-size:13px;
        padding-top:0;
    }
}
/************************************************************************************/
div.MemberWelcomeBox
{
	overflow: hidden;
	position: relative;
	background-color:#637bad;
	
	height:125px;
	width:100%;
	border-radius: 5px;
	
}
div.MemberWelcomeBox a.Avatar {
	display: block;
	height: 50px;
	width: 50px;
	overflow:hidden;
	
	margin:5px auto 5px auto;
}
div.MemberWelcomeBox a.Avatar img {
	border:none;
	width:50px;
	height:50px;
	border-radius: 2px;
	
}

div.MemberWelcomeBox .Hello {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #637bad;
	margin-top: 0px;
	margin-right:31px;
	margin-bottom:0px;
	margin-left:15px;
	overflow: hidden;
	width:auto;
	color: white;
	line-height: 29px;
	height: 29px;
	font-size:20px;
	text-align:center;

}
div.MemberWelcomeBox .Area {
	
	overflow: hidden;
	width:80px;
	color: white;
	height: 20px;
	font-size:12px;
	position:absolute;
	top:10px;
	left:3px;
    outline:0;
}
div.MemberWelcomeBox .Area A
{
    display:block;
   /* background:url(../Edit.png) no-repeat right center;
    background-size:10px;
    padding-right:23px;*/
    width:80px;
    height:20px;
    outline:0;
    color: white;
    text-decoration:none;
}
div.MemberWelcomeBox .Area A:hover
{
    color: #f6f6f6;
    text-decoration:none;
}
DIV.MemberWelcomeBox A{
	color: #c1dff3;
}
DIV.MemberWelcomeBox A:hover{
	color: white;
	text-decoration: none;
}

div.MemberWelcomeBox .Area A img
{
    display:none;
}
div.MemberWelcomeBox .Logout
{
    text-align:right;
    font-size:11px;
    border-radius: 2px;
    background-color:#748bbb;
    display:block; height:33px;
    line-height:33px;
    width:100px;
    float:left;
    margin:3px;
}
div.MemberWelcomeBox .Link a img, div.MemberWelcomeBox .Logout a img
{
    width:20px;
    margin-left:10px;
    float:right;
}
/*
div.MemberLink{
	float:right;
	margin-right:15px;
}
.MemberFrameTable
{
    display: inline-block;
    float:right;
}
.MF11
{
	background:url(../members/memberframe.png) no-repeat -11px 0;
	width:11px;
	height:43px;
}
.MF12
{
	background:url(../members/memberframe12.jpg) repeat-x 0 0;
	width:100%;
	height:43px;
	padding-right:15px;
	text-align:right;
}
.MF13
{
	background:url(../members/memberframe.png) no-repeat 0 0;
	width:11px;
	height:43px;
}

.MF21
{
    border-right:1px solid #e1e0e0;
	background:#e1e0e0 url(../members/memberframebg.jpg) repeat-x 0 0;
	height:100%;
	font-size:1px;
}
.MF23
{
    border-left:1px solid #e1e0e0;
	background:#e1e0e0 url(../members/memberframebg.jpg) repeat-x 0 0;
	height:100%;
	font-size:1px;
}
.MF31
{
	background:url(../members/memberframe.png) no-repeat -11px -43px;
	width:11px;
	height:11px;
}
.MF32
{
	background-color:#e1e0e0;
	width:100%;
	height:11px;
}
.MF33
{
	background:url(../members/memberframe.png) no-repeat 0 -43px;
	width:11px;
	height:11px;
}
.MemberFrame
{
    background:#e1e0e0 url(../members/memberframebg.jpg) repeat-x 0 0;
	padding:5px;
	width:100%;
	height:100%;
}
.MemberFrame A,.MemberFrame A:hover
{
	color:#282828;
}
.MFHeader
{
    background:white url(../members/memberframeheader.jpg) repeat-x 0 0;
    float:right;
    width:7px;
    height:43px;
}
.MemberFrameHeader
{
    background:white url(../members/memberframeheaderbg.jpg) repeat-x 0 bottom;
    float:right;
    height:43px;
    line-height:43px;
    color:#8c0008;
    text-align:center;
    padding:0 10px 0 10px;
    font-size:18px;
}
.MF12 .HeadDiv
{
    height:43px;
    overflow:hidden;
}
.MemberFrameHeader A, .MemberFrameHeader A:hover
{
    color:#8c0008;
    font-size:18px;
    text-decoration:none;
}
.MemberFrameHeader2
{
    color:#103852;
    padding:0 10px 0 2px;
    font-size:12px;
    font-weight:bolder;
    height:43px;
    line-height:62px;
    vertical-align:bottom;
    float: right;
}
.MemberAreaCls
{
    width:auto;
}
.ShareAreaCls
{
    width:0;
}
.SPDiv
{
    float:right;
    width:20px;
    height:100px;
}
#Header div.LoginBoxBlock {
	float:left;
	width:390px;
	height:28px;
	margin-left:5px;
}
div.MemberLoginPage{
	width:400px;
	margin:0 auto;
}
div.MemberLoginPage div {
	padding:4px;
}
div.MemberLoginPage .Facebook .button{
	
}
div.MemberWelcomeBox
{
	overflow: hidden;
	position: relative;
	background-color:#637bad;
	height: 29px;
	width:172px;
	float:left;
}
div.MemberWelcomeBox a.Avatar {
	display: block;
	float:right;
	height: 29px;
	width: 29px;
	overflow:hidden;
}
div.MemberWelcomeBox a.Avatar img {
	border:none;
	width:29px;
	height:29px;
}

div.MemberWelcomeBox .Hello {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #637bad;
	margin-top: 0px;
	margin-right:31px;
	margin-bottom:0px;
	margin-left:15px;
	overflow: hidden;
	width:120px;
	color: white;
	line-height: 29px;
	height: 29px;
	font-size:11px;
}
div.MemberWelcomeBox .Area {
	
	overflow: hidden;
	width:12px;
	color: #637bad;
	height: 10px;
	font-size:1px;
	position:absolute;
	top:10px;
	left:3px;
    outline:0;
}
div.MemberWelcomeBox .Area A
{
    display:block;
    background:url(../Edit.png) no-repeat center center;
    width:10px;
    height:10px;
    outline:0;
    color: #637bad;
    text-decoration:none;
}
div.MemberWelcomeBox .Area A:hover
{
    color: #637bad;
    text-decoration:none;
}
DIV.MemberWelcomeBox A{
	color: #c1dff3;
}
DIV.MemberWelcomeBox A:hover{
	color: white;
	text-decoration: none;
}

div.MemberWelcomeBox .Area A img
{
    display:none;
}
div.MemberWelcomeBox .Logout
{
    width:80%;
    float:right;
    text-align:right;
    line-height:21px;
    height:21px;
    font-size:11px;
}
div.MemberWelcomeBox .Link a img, div.MemberWelcomeBox .Logout a img
{
    width:20px;
    float:right;
}

.LoginLink
{
    display:inline-block;
    width:110px;
    float:right;
}
.LoginLink a.RegularLogin , input.RegularLogin {
	display:inline-block;
	border:#736546 1px solid;
	height:24px;
	line-height:24px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	outline:0;
	white-space:nowrap;
	background:#91815e url('../members/UserIcon.png') no-repeat left center;
	-moz-border-radius: 5px;
    border-radius: 5px;
    width: 110px;
    text-align: right;
    margin-left:auto;
    margin-right:auto;
    font-family:arial;
    font-size:12px;
    cursor:pointer;
    text-indent:2px;
}


A.FBLoginButton
{
	border: #637bad 1px solid;
	display: block;
	font-weight: bold;
	background: #637bad url(../members/fbicon.png) no-repeat left center;
	filter: alpha(opacity=95);
	color: white; 
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	outline: 0;
	opacity: 0.95;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:110px;
	font-family: Arial;
	font-size:10px;
	text-align:right;
	text-indent:2px;
}
A.FBLoginButton:hover
{
	border: #6c83b4 1px solid;
	filter: alpha(opacity=100);
	color: white;
	text-decoration: none;
	opacity: 1;
}

.AdminEmail {
    color: #626262;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    padding-right: 2px;
}
div.Forgot
{
    text-align:left;
    font-size:90%;
}
.RegisterCell
{
    width:40%;
    border-left:2px solid gray;
}
.LoginCell
{
    width:40%;
    border-right:2px solid gray;
}
.SPCell
{
    width:8%;
    border-left:2px solid gray;
    border-right:2px solid gray;
}

div.LoginImage 
{
    Color:Red;
    font-size:130%;
    font-family:tahoma;
    height:36px;
    width:200px;
    border-bottom:2px solid gray;
    margin-bottom:0px;
}
div.RegisterImage 
{
    Color:Red;
    font-size:130%;
    font-family:tahoma;
    height:36px;
    width:200px;
    border-bottom:2px solid gray;
    margin-bottom:25px;
}
div.RegisterInfo
{
    line-height:28px;
}
.RegisterCell div.LoginBox
{
    float:right !important;
    margin-bottom:4px;
}
.RegisterCell div.LoginLink
{
    float:right !important;
    margin-bottom:4px;
}
.MemberRowLine
{
    border-top:2px solid gray;
} 
.LoginCell .FBLoginButton , .RegisterCell .FBLoginButton
{
    font-family:arial;
    font-size:15px;
    text-align:center;
}
.LoginCell .LoginLink a.RegularLogin, .LoginCell  input.RegularLogin , .RegisterCell .LoginLink a.RegularLogin, .RegisterCell  input.RegularLogin
{
    width:175px;
    text-align:center;
}
div.MemberLoginBox label {
	width:100px;
	display:block;
	float:right;
	font-size:15px;
}


*/