/**
 * Theme Name: APSI Cool Blue
 * Author: Q2 Creative
 * Author URI: http://q2creative.ca/
 * Version: 1.0
 * Description: APSI Cool Blue is a high quality WordPress theme that integrates a blog, website and online database
 */

.my-account-subscription {
	width: 100%;
	margin-bottom: 40px;
}

.my-account-subscription thead tr th {
	line-height: 20px;
	background: #333;
	color: #fff;
	font-size: 11px;
	padding: 4px 10px;
}

.my-account-subscription tbody tr th {
	font-size: 11px;
	line-height: 18px;
	padding-left: 10px;
	width: 130px;
	border-bottom: 1px dashed #ccc;
}

.my-account-subscription tbody tr td {
	font-size: 11px;
	line-height: 18px;
	border-bottom: 1px dashed #ccc;
}








.page-template-template-login-php #content-wrap.sidebar-right #content {
	width: 980px;
	margin-right: 0;
	float: none;
}

#user_login_container {
	margin: 40px auto 40px;
	width: 500px;
}

#user_login_background {
	background: rgba(56, 66, 71, 0.75);
	border: 10px solid rgba(56, 66, 71, 0.75);
    border-radius: 10px;
    width: 480px;

    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    top: -10px;
}

#user_login_content {
	border-radius: 3px;
	min-height: 150px;
	padding: 35px 35px 0;
	position: relative;
	z-index: 100;
	width: 410px;
	background: #fff;
}

#user_login_content h1 {
	border-bottom: none;
	color: #525760;
	display: block;
	font-size: 14px;
	font-weight: 100;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana," Jamrul", sans-serif;
}

#user_login_content h1 a, #user_login_content h1 a:hover, #user_login_content h1 a:active, #user_login_content h1 a:focus {
    outline: none;
}

#user_login_content h1 a {
    color: #00afd7;
    text-decoration: none;
}

#user_login_content p {
	margin: 0;
	padding: 0;
}

#user_login_content p .field {
	background: #edeae3;
	border-radius: 5px;
	display: block;
	margin: 0 0 20px;
	padding: 10px;
	position: relative;
}

#user_login_content p .field input {
	border: 1px solid #a6a196;
	font-size: 16px;
	padding: 10px;
	width: 368px;
	color: #b5b9c0;
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana," Jamrul", sans-serif;
	outline: none;
	margin: 0;
}

#user_login_content p .password input {
    margin-right: 15px;
    width: 223px;
}

#user_login_content p .password a {
	font-size: 11px;
    color: #00afd7;
    text-decoration: none;
}

#user_login_content p .field input:focus, #user_login_content p .field input.focus {
	color: #525760;
}

#user_login_content #form_submit {
	border: 0 none;
	display: block;
	float: left;
	margin: 0 15px 25px 0;
	padding: 0;
	text-align: left;
	width: auto;
}

#user_login_content #form_submit input {
	background: #94c349;
	border: 2px solid #799a45;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	padding: 7px 20px;
	text-align: center;
	text-shadow: 0 1px 0 #68863a;
}

#user_login_content #form_submit input:hover {
	background: #a0d34f;
}

#user_login_content label.remember {
	color: #374248;
	display: block;
	float: left;
	font-size: 11px;
	position: relative;
	top: auto;
	line-height: 39px;
	cursor: pointer;
}

#user_login_content label.remember input {
	border: 0 none;
	margin: 0 5px;
}

.page-template-template-login-php #content {
	text-align: center;
}

.page-template-template-login-php #content form {
	text-align: left;
}

.page-template-template-login-php #content .login_message {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;

	background: #ff489d;
	border: 1px solid rgba( 0, 0, 0, 0.25 );
	border-radius: 5px;
	clear: both;
	color: #fff;
	font-weight: 700;
	margin: 0 auto 0;
	opacity: 0.95;
	padding: 10px 25px;
	text-shadow: 1px 1px 0 rgba( 0, 0, 0, 0.25 );
	z-index: 1000;
	font-size: 10px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,"Jamrul",sans-serif;
}








br.clear {
	line-height: 0;
	font-size: 0;
	height: 0;
	clear: both;
}