/*
 	WP User Control
	Contact: Bill Edgar (bill.edgar@oaktondata.com)
	http://www.oaktondata.com/wp-user-control
	
	Copyright (c) 2012, Oakton Data LLC
	All rights reserved.

	Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
	    
	    * Redistributions of source code must retain the above copyright
	      notice, this list of conditions and the following disclaimer.
	    * Redistributions in binary form must reproduce the above copyright
	      notice, this list of conditions and the following disclaimer in the
	      documentation and/or other materials provided with the distribution.
	    * Neither the name of the Oakton Data LLC nor the
	      names of its contributors may be used to endorse or promote products
	      derived from this software without specific prior written permission.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
	DISCLAIMED. IN NO EVENT SHALL Oakton Data LLC BE LIABLE FOR ANY
	DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
	ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
	
	This is the WP User Control Widget CSS theme.
	
 */

/* login fail message */
span.loginfail, span.registerfail {
	color: #FF0000;
}
#login-register-password {
	
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width:198px;
}

/* tabbed list */
ul.tabs_login {
	padding: 5px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	width:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	}
#login-register-password .sidebox {
	padding: 5px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	width:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	min-height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
ul.tabs_login li {
	/*border: 1px solid #E7E9F6;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px;  height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;*/
	width:auto;
	text-align:center; color:#036;
	display: none !important;
	
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	/*border-left: 1px solid #E7E9F6;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;*/
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {
	background: #F4F4F4;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;/*
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;*/
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
/* global styles */
	#login-register-password h3 {
	border: 0 none;
	margin: 10px 0;
	padding: 0;
	font-size:16px;
	color:#3d4c65;
	font-weight:bold;
	text-align:center	
		}
	#login-register-password p {
		
		margin: 0 0 10px 0;
		padding: 0;
		}
		
/* form elements */
.wp-user-form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	
}
.username, .password, .login_fields {
	
	float:none;
	padding: 2px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;	
}
.username label, .password label { 
	float: right;
	clear: none;
	margin-bottom:3px;
	color: #777;
	width: 70px;
	
	
}
.username input , .password input{
	width: 15em;
	color: #777;
	
	line-height: 1.5;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	
}
/*
.password input {
	
	color: #000;
	font-size: 12px;
	
	
}
#user_pass {
		background-color:#FFF;
	width: 12.6em;
	border:#999 1px solid;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;}
	*/
	
.rememberme { 
	margin-bottom: 7px; 
	color: #777;
	
	line-height:15px
}
#rememberme { 
	float: right; 
	clear: right; 
	margin: -2px 0px 2px 4px; 
	color: #777;}
#rememberme checkbox { margin-bottom:0px; padding-bottom:0px; clear:right}

.forgetpwd a {
	color: #777;
	
	text-decoration:underline;
	margin-right:0px;
	padding-right:opx
	}
	
.user-submit {
	float:left;
	color:#3d4c65;
	
	font-weight:bold;
	
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	
}
.userinfo { 
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 10px; 
}
.userinfo p { 
	margin-left: auto;
	margin-right:auto;
	text-align:center
}
/* avatar */
.usericon { 
	clear: none; 
	margin: 0 0 5px 0px; 
}
.usericon img {
	border: 1px solid #0066FF;
	/* border: 1px solid #F4950E; */
	padding: 1px;
}.RegBt {
	/*background: url(../images/join_bt.png) no-repeat top left;
	width:108px;
	height:27px;
	cursor:hand;*/
	display:none;
}
.RegBtWrapper
{
	text-align: center;
	clear: both;
	margin-bottom:15px;
	margin-left:40px;
	margin-right:40px;
}
.entry-page #login-register-password {
	background-color: transparent;
	width: 60%;
}
.entry-page #login-register-password h3 {
	text-align: right;
}
.entry-page #login-register-password iframe {
	display: none;
}
.entry-page .userinfo {
	margin-right: 0;
}
.entry-page .userinfo p {
	text-align: right;
}
.entry-page #login-register-password .sidebox {
	border: none;
}
.entry-page .tab_container_login {
	background-color: transparent;
	border: none;
}
.entry-page .username label, .entry-page .password label {
	color: inherit;
}
.entry-page ul.tabs_login {
	border: none;
}
.entry-page .RegBtWrapper {
	display: none;
}
.entry-page .login_fields input[type=submit] {
	padding: 3px 10px;
	line-height: 2;
	background-color: #3d4c65;
	color: #ffffff;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

aside#wp-user-control-widget-3.widget.WP.User.Control.Widget {background-image: url(../images/sideMenuTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;}
	
/*	#ie8 .tab_container_login, #ie9 .tab_container_login {
	margin-right: -1px;
	width:196px
}*/