/* BP constructs */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
	}

main {
	height:inherit;
	overflow:scroll;
	margin:0 auto;
	overflow-y:hidden;
	overflow-x:hidden;
	}

article {
	display: block;
	position: relative;
	height:inherit;
	width:75%;
	margin-bottom: 0px;
	margin-left: 13%;
	margin-right: 0px;
	margin-top: 15px;
	background-color:white;
	/* min-height:100%; */
	z-index:1 !important;
	border:none 0px #000000;
	overflow:hidden;
	-moz-box-shadow: 1px -1px 5px #7f7d7d;
	-webkit-box-shadow: 1px -1px 5px #7f7d7d;
	box-shadow: 1px -1px 5px #7f7d7d;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-radius: 10px 10px 0px 0px;
	}
	
section {
	display: block;
	position: relative;
	height:inherit;
	width:45%;
	margin: 2% 0% 5% 5%;
	float:left;
	background-color:white;
	min-height:0px;
	z-index:1 !important;
	border:none 0px #000000;
	overflow:hidden;
	}

figure {
	display: block;
	position: relative;
	height:inherit;
	margin: 2% 5% 5% 5%;
	padding-left: 50px;
	background-color:white;
	/* min-height:500px; */
	z-index:1 !important;
	border:none 0px #000000;
	overflow:hidden;
	}	

#regFormDiv {
	display: block;
	}
#new_user {
	display: none;
}
	
#remember_password {
 	display:none;
	padding-top: 10px;
}
	

#forgot_password {}
	
#login_tbl {
	display: block;
	position: relative;
	/* width: 400px; */
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	}

#logged_in_tbl {
	display: block;
	position: relative;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 480px;
	}
	
.padded_left p, .padded_right p {
	font-weight: bold;
	font-style: italic;
	font-size: 1.0em;
	}
	
.righttbl td, .lefttbl td {
	padding-top: 0.5em;
	}
	
#login_tbl table {
	width: 100%;
	}
	
#logged_in_tbl #logged_in_inner {
	display: block;
	position: relative;
	width: 498px;
	float: left;
	padding-top: 3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
  	background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: linear-gradient(to bottom, #ffffff, #dbdbdb);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dbdbdb', GradientType=0);
	border-radius: 0px 0px 10px 10px;
	}

#logged_in_tbl .inner_row {
	display: block;
	position: relative;
	width: 100%;
	}


article .loginbtn {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	bottom:3px;
	margin:1% 1% 1% 3%;
	background-color:#0088dd;
	padding:5px 2%;
	color:white;
	border:none;	
	border:none 5px #000000;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
	}
	
article .submitRquestbtn {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	bottom:3px;
	margin:1% 10% 1% 3%;
	background-color:#0088dd;
	padding:5px 2%;
	float:right;
	color:white;
	border:none;	
	border:none 5px #000000;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
	}	

article .loginbtn:hover, .submitRquestbtn:hover {
	background: #0044ff !important;
	color: #FBFBFB !important;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
	}
	
article .loginbtn:active, .submitRquestbtn:active {
	background: #0044ff !important;
	color: #FBFBFB !important;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
	}	
	
.centerPageTitle {
	behavior: url(PIE.php);
	overflow-y: hidden;
	width: 100%;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px #000000;
	font-weight: bold;
	font-size: 18px;
	background: #0088dd;
	border-radius: 10px 10px 0px 0px;
	line-height: 35px;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1.5, OffY=1.5, Color=#000000);
	} 
	
.titleText {
	color: #2b2b2b;
	font-size: 24px;
	font-weight: 700;
	background: none;
	text-align: left;
	line-height: 25px;
	margin: 0 0 14px;
	padding: 0;
}
		
.columnText {
	color: #000000;
	font-size: 14px;
	font-style: none;
	font: Arial,Helvetica,sans-serif;
	padding: 6px 0px 0px 0px;
	margin-left:0px;
	width:auto;
}
	
.columnTextSub {
	color: #000000;
	font-size: 14px;
	font-style: none;
	font: Arial,Helvetica,sans-serif;
	padding: 0px 0px 6px 0px;
	margin-top: 20px;
	margin-left: 5%;
	width: 80%;
}	
	
.columnTextSubTitle {
	color: #000000;
	font-size: 18px;
	font-style: none;
	font: Arial,Helvetica,sans-serif;
	width: 100%;
	margin-top: 20px;
	margin-left: 5%;
}	
		
		
.userNameText {
	font-size: 14px;
	padding: 6px 9px;
	border: #cfcfcf 1px solid;
	margin: 5px 0px;;
	width:90%;
	border-radius: 2px 2px 2px 2px;
	}

.passwordText {
	font-size: 14px;
	padding: 6px 9px;
	border: #cfcfcf 1px solid;
	margin: 5px 0px;
	width:70%;
	border-radius: 2px 2px 2px 2px;
}

.forgotPassword {
	font-size: 14px;
	font-style: none;
	font: Arial,Helvetica,sans-serif;
	padding: 6px 0px;
	margin-left:0px;
	width:auto;
}

#demo {
	margin-top: 5px;
}

.forgotPassword a:link { 
	text-decoration: none; color:#990000 !important ;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
    
.forgotPassword a:visited { text-decoration: none; color:#990000 !important; }
.forgotPassword a:active { text-decoration: none; color:#990000 !important; }
.forgotPassword a:hover {
	text-decoration: none; 
	color:#999999 !important;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}	

		
.registerTextField {
	font-size: 14px;
	padding: 6px 9px;
	border: #cfcfcf 1px solid;
	margin: 5px 0px;;
	width: 99%;
	border-radius: 2px 2px 2px 2px;
	}

.vertical-line {
	width: 1px; /* Line width */
	background-color: #ff0000 !important; /* Line color */
	/* background: transparent !important; color: black !important; */
	height: 100%; /* Override in-line if you want specific height. */
	float: right;  /*Causes the line to float to left of content. 
    You can instead use position:absolute if this fits better with your design */
	}

#login_tbl a {
	margin-right: 20px;
	}
	
#login_tbl h1 {
	font-size: 1.25em;
	}
	
#login_tbl #login_left {
	display: block;
	position: relative;
	/* width: 390px; */
	width: 600px;
	float: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 0px solid #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
  	background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: linear-gradient(to bottom, #ffffff, #dbdbdb);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dbdbdb', GradientType=0);
	border-radius: 0px 0px 10px 10px;
	padding: 1%;
	}
	
#logged_in_tbl input {
	background: none repeat scroll 0 0 #A41D21 !important;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 2px #000000;
	color: #FFFFFF;
	display: block;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 12pt !important;
	font-weight: bold !important;
	//margin-left: auto;
	//margin-right: auto;
	position: relative;
	text-shadow: 0 0 5px #000000;
	line-height: 1.5em;
	width: 40%;
	padding: 6pt;
	float: left;
	margin-bottom: 3em;
	margin-left: 5%;
	margin-right: 5%;
	}
	
#login_tbl #login_right {
	display: block;
	position: relative;
	width: 45%;
	float: right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 0px solid #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
  	background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  	background-image: linear-gradient(to bottom, #ffffff, #dbdbdb);
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dbdbdb', GradientType=0);
	border-radius: 0px 0px 10px 10px;
	padding: 1%;
	}
	
#login_tbl h3, #logged_in_tbl h3 {
	font-size: 1.5em;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#dbdbdb', GradientType=0);
	line-height: 2em;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	background: #a41d21;
	color: #fff;
	text-shadow: 0px 0px 0.2em #000;
	}

footer {
	clear:both;
}

footer a:link { text-decoration: none; color:#999999 !important ;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
    }
    
footer a:visited { text-decoration: none; color:#999999 !important; }
footer a:active { text-decoration: none; color:#999999 !important; }
footer a:hover {
	text-decoration: none; 
	color:#990000 !important;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
    }	
@media all and (max-width: 800px) {
	article {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	
	figure, section {
		clear: both;
		width: auto;
		margin: 5% 5% 5% 5%;
		padding-left: 20px;
	}
	.registerTextField {
		width: 94%;
	}
}