/**************************************
	Begin Global Tag Defs, etc.
	(see reset.css for further global resets)
**************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

html {
	font-size: 100%;
}

body {
	background: #b32317;
	font: normal 11px 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	width: 100%;
	/* ipod touch / iphone text resize */
	-webkit-text-size-adjust:none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	outline:0 none;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ol {
	margin:0px;
	padding:0px;
}

li {
	margin:0px;
	padding:0px;
	line-height:1.5em;
}

em {
	font-style:italic;
}

a,a:link,a:visited,a:active {
	color: #f00;
	text-decoration: none;
}

a:hover {
	color: #b32317;
	text-decoration: none;
}

input[type="text"], input[type="password"] {
	border:1px solid #d5d5d5;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus {
	border:1px solid #d5d5d5;
	background-image: none;
	background: #fff;
	-webkit-box-shadow: 0 0 8px rgba(51,204,255,.9);
	-moz-box-shadow: 0 0 8px rgba(51,204,255,.9);
	box-shadow: 0 0 8px rgba(51,204,255,.9);
	outline:none;
}

input[type="submit"] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #ff0000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ff0000;
	cursor: pointer;
	display: inline-block;
	padding: 8px 10px;
	transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover {
	background: none repeat scroll 0 0 #ff0000;
	border: 1px solid #ff0000;
	color: #FFFFFF;
}

input.radio {
	margin:0px;
	padding:0px;
	display:inline;
}

select {
	border:1px solid #999999;
}

fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

fieldset legend {
	display:none;
}

blockquote {
	margin-left:40px;
	padding-bottom:20px;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

span.green {
	/*color:#117e36;*/
	color:#427858;
}

.hidden {
	display:none;
}

strong {
	font-weight:bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

.fade-link {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fade-link:hover {
	opacity:0.8;
	filter: alpha(opacity = 80);
}
/**************************************
	End Global Tag Defs, etc.
**************************************/


/**************************************
	Begin Masthead Styles
**************************************/

.navigation {
	height:32px;
	clear:both;
}

.navigation a {
	padding:6px 12px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	font-weight:bold;
	text-decoration:none;
	padding:0 12px;
	margin-top:5px;
	line-height:27px;
	float:left;
	margin-right:6px;
}

a.help:hover, .navigation a:hover, .navigation a.nav_selected {
	background-color:#fcfcfc
}

.help {
	padding:6px 0 6px 30px;

}

a.help  {
	font-weight:bold;

	float:right;

}

.breadcrumb {
	padding:12px 0 24px 0;
}

.breadcrumb, .breadcrumb a {
	color:#575757;
}

.masthead {
	clear:both;
	display:block;
	padding: 10px 30px;
	height: 28px;
	background-color: #b32317;
	background-image: radial-gradient(circle at center, #e10000 0%, #b32317 100%);
}

.logo {
	width:230px;
	height:27px;
	background:transparent url('../../images/MasterPages/gated_logo.png') no-repeat scroll top left;
	display:block;
}

.logo_generic {
	width:113px;
	height:27px;
	background:transparent url('../../images/MasterPages/logo_generic.png') no-repeat scroll top left;
	float:left;
}

.app_title {
	color: #fff;
	float: left;
	font: normal 16px Raleway, 'Open Sans','Myriad Pro',Helvetica,'Trebuchet MS',Arial,sans-serif;
	margin: 4px 0 0 16px;
}

.app_title a {
	color: #fff;
	text-decoration: none;
}

/**************************************
	End Masthead Styles
**************************************/

/**************************************
	Begin Main Container Styles
**************************************/
.main_wrapper {
	background-color:#fcfcfc;
	clear:both;
	display:block;
	float:left;
	width:100%;
}

.main_container {
	min-height:400px;
	margin-top:-32px;
	padding-bottom:140px;
}

.main_container > h1 {
	font-family: Raleway, 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	margin-left: 5px;
}

.login_header {
	padding-top:30px;
	text-align:center;
}

h1.login_title {
	font:bold 20px 'Open Sans',Arial,sans-serif;
	color:#575757;
}

.login_sub {
	font-size:11px;
	padding:5px 15px 5px 15px;
	color:#575757;
	background-color:#e2f9e3;
	border:1px solid #99cc99;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top:5px;
	color:#3f663f;
	line-height:15px;
}

.login_fogot_password_sub {
	background-color:#ffffe0;
	border:1px solid #e6db55;
	color:#333333;
}

.error_msg {
	background-color:#f7d6d1;
	border:1px solid #af1905;
	color:#af1905;
}

.warn_msg {
	background-color:#ffffe0;
	border:1px solid #e6db55;
	color:#333333;
}

.good_msg {
	color:#575757;
	background-color:#e2f9e3;
	border:1px solid #99cc99;
}

.login_box {
	background-color:#e9e9ea;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 24px rgba(0,0,0,.4);
	box-shadow: 0 0 24px rgba(0,0,0,.4);
	border:1px solid #c2c2c2;


	margin-top:10px;
}

.login_box .inner {
	padding:15px 15px 25px 15px;
}

.login_box .form_line label {
	font-size:12px;
	display:block;
	clear:both;
	padding:15px 0 3px 5px;
}

.login_box .form_line input.text {
	font-size:24px;
	padding:3px;
	width:95%;
}

.remember_me {
	padding:20px 0 0 5px;
	display:block;
	clear:both;
	float:left;
	font-size:12px;
}

.remember_me input.checkbox {
	width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    *overflow: hidden;
    float:left;
    top:2px;
}

.remember_me label {
	padding:2px 0 0 5px;
	float:left;
}

.login_box .submit {
	margin-top:15px;
	color: #fcfcfc;
	border: 1px solid #1486f8;
	text-shadow: -1px -1px 1px rgba(20,134,248,.75);
	background:#5da9f6 none;
	background-image: -webkit-gradient(linear, 0% 0%,0% 100%, from(#79bbff), to(#4398ef));
	background-image: -moz-linear-gradient(0% 100% 90deg,#4398ef, #79bbff);
	padding-top:4px;
	font:bold 11.5px Arial,sans-serif;
}

.login_box .submit:hover {
	background:#4398ef none;
	background-image: -webkit-gradient(linear, 0% 0%,0% 100%, from(#4398ef), to(#79bbff));
	background-image: -moz-linear-gradient(0% 100% 90deg,#79bbff, #4398ef);
}

.login_links .inner {
	padding:10px;
}

h1 {
	color: #666;
	font: bold 24px/28px 'Open Sans',Helvetica,Arial,sans-serif;
}

h2 {
	font: bold 16px/20px 'Open Sans',Helvetica,Arial,sans-serif;
	color: #666;
}

h3 {
	font: bold 14px/18px 'Open Sans',Arial,sans-serif;
}

p {
	font: normal 12px/18px 'Open Sans',Helvetica,Arial,sans-serif;
}

/**************************************
	End Main Container Styles
**************************************/

/**************************************
	Begin Footer Styles
**************************************/
.footer {
	background-color: #b32317;
	clear: both;
	padding: 25px 0 25px 0;
	width:100%;
	border-top:1px solid #c2c2c2;
}

.footer .inner {
	padding:0 30px;
}

.footer_logo {
	background: transparent url('../../images/MasterPages/logo_generic.png') no-repeat scroll top left;
	display: block;
	height: 27px;
	width: 110px;
}

.footer_links {
	color: #fff;
	float: right;
	margin-top: -20px;
	text-align: right;
}

.footer_links a {
	color: #fff;
}
/**************************************
	End Footer Styles
**************************************/

/**************************************
	Begin Dialog Styles
**************************************/

/**************************************
	End Dialog Styles
**************************************/
.dialog_wrapper {
	display:none;
}

.dialog {
	padding:10px 20px 10px 20px;
	min-height:250px;
}

.dialog_300 {
	width:300px;
}

.dialog h3 {
	color:#333333;
	font:bold 20px/25px 'Open Sans',Arial,Helvetica,sans-serif;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:3px;
	margin-bottom:15px;
}

.dialog h4 {
	color:#575757;
	font:bold 12px/15px 'Open Sans',Arial,Helvetica,sans-serif;
}

.dialog p {
	padding-bottom:15px;
}

.dialog ul li {
	list-style:disc;
	margin-left:15px;
}
/**************************************
	Begin Utility Styles
**************************************/
.no_bottom, .dialog p.no_bottom {
	padding-bottom:0;
}

.hidetext {
	text-indent:-10000px;
	line-height:0;
	font-size:0px;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.blockme {
	display:block;
	clear:both;
	width:100%;
	height:1px;
}

.alignright {
	text-align:right;
}

.clearboth {
	float:left;
	clear:both;
}

.debug {
	background-color:yellow;
}

.hidden {
	display:none;
}

.padded-wrapper-15 {
	padding:15px 0;
}

.padded-wrapper-all-15 {
	padding:13px 15px 15px 15px;
}

.no-bottom-padding {
	padding-bottom:0;
}

.clear10 {
	display:block;
	clear:both;
	height:10px;
}

.clear20 {
	display:block;
	clear:both;
	height:20px;
}

.indent {
	padding-left:25px;
}


/**************************************
	End Utility Styles
**************************************/

/* clear float fix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
