body {
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue Regular", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #586064;
}

input:focus {
	outline: none;
	color: #474848;
}

#content {
	margin-top: 5px;
}

.apbutton {
	display: inline-block;
	width: 125px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #c5c6c8;
	border-radius: 3px;
	background: #f5f5f5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #efefef) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#efefef', GradientType=0 );
	/* IE6-9 */
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.communityOptions hr.shade {
	opacity: 0.2;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	width: 100%;
	height: 10px;
	overflow: hidden;
	border: 0px;
	background: transparent;
}

.communityOptions hr.shade:before {
	content: '';
	width: 85%;
	height: 5px;
	left: 5%;
	position: absolute;
	z-index: 50;
	border-radius: 0 0 100% 100%/0 0 150% 150%;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .35);
	background: transparent;
	top: -5px;
}

.communityOptions hr.shade:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 100;
	background: #fff;
}

#login {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 823px;
}

#login_wrapper {
	background-color: #ffffff;
	min-width: 280px;
	min-height: 417px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
	background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa),
		color-stop(100%, #e5e5e5) );
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#fafafa',
		endColorstr='#e5e5e5', GradientType=0 );
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}

#right_side {
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
}

#logo_wrapper {
	max-height: 120px;
	overflow: hidden;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 130px;
	text-align: center;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#pwcaps {
	margin-top: 5px;
	margin-bottom: 5px;
}

#logo_wrapper img.logo_middys {
	width: 210px;
	max-width: 210px;
}

#logo_wrapper img.logo_custom {
	
}

#loginwidget {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#pw_error,.loginError {
	color: #f00;
}

.loginError {
	text-align: center;
	margin-top: 25px;
}

.loginbox_container,.loginError {
	margin-bottom: 0px;
	margin-top: 0px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
}

#marketing {
	margin: 0px;
	padding: 0px;
	width: 478px;
	height: 397px;
	border: 0px;
	overflow: hidden;
}

#user {
	display: none;
}

#usrn {
	margin-top: 15px;
	padding: 12px 0px 12px 12px;
	background-color: #f3f5f6;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#lock {
	display: none;
}

#pswd {
	padding: 12px 0px 12px 12px;
	background-color: #f3f5f6;
	border: 1px solid #CCC;
	margin-top: -1px;
	-webkit-border-radius: 3px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 3px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.ie_input {
	margin-top: 3px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	color: #586064;
	width: 258px;
	padding: 5px;
	background-color: #fff;
}

.input {
	margin-left: 0px;
	margin-top: 3px;
	border: 0px solid #f3f5f6;
	-webkit-appearance: none;
	font-size: 13px;
	color: #586064;
	width: 230px;
	background-color: #f3f5f6;
}

#Login {
	width: 270px;
	margin-top: 15px;
}

#rem {
	margin-left: 2px;
	margin-top: 18px;
	margin-bottom: 15px;
	color: #586064;
}

#forgot {
	margin-top: 20px;
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

#error {
	text-align: center;
	color: red;
	font-size: 12px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}

input.primary,.button,.btnPrimary {
	line-height: 22px;
	display: inline-block;
	padding: 7px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
}

.button_up {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3198d8),
		color-stop(100%, #2e8ec9) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3198d8 0%, #2e8ec9 100%);
	/* IE10+ */
	background: linear-gradient(top, #3198d8 0%, #2e8ec9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#3198d8',
		endColorstr='#2e8ec9', GradientType=0 ); /* IE6-9 */
}

.button .label,.button,.btnPrimary {
	color: #fff;
	font-size: 13pt;
	font-family: "Helvetica Neue Regular", "Helvetica Neue", Helvetica,
		sans-serif;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	font-weight: 300;
}

.button:hover,.button:focus,.btnPrimary:hover,.btnPrimary:focus {
	cursor: hand;
	cursor: pointer;
	box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.prospectbutton {
	width: 100%;
	line-height: 22px;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #999999;
	border-radius: 3px;
	font-size: 13px;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc),
		color-stop(100%, #999999) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* IE10+ */
	background: linear-gradient(top, #cccccc 0%, #999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#cccccc',
		endColorstr='#999999', GradientType=0 ); /* IE6-9 */
	margin-bottom: 10px;
}

.prospectbutton .label {
	color: #fff;
}

.prospectbutton:hover {
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #cccccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999),
		color-stop(100%, #cccccc) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%, #cccccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%, #cccccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%, #cccccc 100%);
	/* IE10+ */
	background: linear-gradient(top, #999999 0%, #cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#999999',
		endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
	cursor: hand;
	cursor: pointer;
}

img {
	vertical-align: middle;
	border: 0;
}

a {
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.zen-assistiveText {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.clrField {
	display: none;
	margin-top: 20px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	float: right;
	text-align: center;
	vertical-align: center;
	font-size: 10pt;
	cursor: hand;
	cursor: pointer;
	font-family: Arial;
	background-image: url('/img/ico_cancel_clear.png');
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.clrField:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

::-ms-clear {
	display: none;
}

@media screen and (min-height:500px) {
	#login {
		padding-top: 40px;
	}
}

@media screen and (min-height:550px) {
	#login {
		padding-top: 60px;
	}
}

@media screen and (min-height:600px) {
	#login {
		padding-top: 80px;
	}
}

@media screen and (min-height:600px) {
	#login {
		padding-top: 100px;
	}
}

@media screen and (min-height:700px) {
	#login {
		padding-top: 120px;
	}
}

@media screen and (min-height:750px) {
	#login {
		padding-top: 140px;
	}
}

#content {
	margin: 20px;
	min-height: 250px;
}

.apbutton {
	vertical-align: top;
	display: inline-block;
	width: 125px;
	height: 34px;
	line-height: 26px;
	border: 1px solid #c5c6c8;
	border-radius: 3px;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #efefef) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#efefef', GradientType=0 ); /* IE6-9 */
	margin-bottom: 9px;
	margin-right: 10px;
	cursor: pointer;
}

.apbutton .label {
	font-size: 12px;
	font-weight: bold;
	color: #386064;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

hr.shade {
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	width: 100%;
	height: 10px;
	overflow: hidden;
	border: 0px;
	background: transparent;
}

hr.shade:before {
	content: '';
	width: 85%;
	height: 5px;
	left: 5%;
	position: absolute;
	z-index: 50;
	border-radius: 0 0 100% 100%/0 0 150% 150%;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .35);
	background: transparent;
	top: -5px;
}

hr.shade:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 100;
	background: #fff;
}

hr.shadeup {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-o-transform: rotate(180deg); /* Opera */
	-moz-transform: rotate(180deg); /* Firefox */
	margin-left: -20px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

input {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

input {
	*overflow: visible;
	line-height: normal;
}

input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#client_name {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

#oauth_img {
	width: 200px;
	height: 125px;
	overflow: hidden;
}

#client_details {
	text-align: center;
	overflow-x: hidden;
}

.oauthRevokeToken {
	clear: both;
	text-align: center;
}

.oauthRevokeTable {
	margin: auto;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	margin-top: 5px;
	margin-bottom: 5px;
}

.allowBtn,.denyBtn {
	margin-top: 10px;
}

.samlbutton {
	line-height: 14px;
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(138, 138, 138, 1);
	font-size: 13px;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #ececec) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#ececec', GradientType=0 ); /* IE6-9 */
}

.samlbutton:hover,.samlbutton:focus {
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec),
		color-stop(100%, #ffffff) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
	/* IE10+ */
	background: linear-gradient(top, #ececec 0%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ececec',
		endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}

a {
	color: #0b7aae;
}

input.primary,.button,.btnPrimary {
	background: #3198d8;
	border: 1px solid #4176ba;
}

.button,.button,.btnPrimary,.btnPrimary {
	border: 1px solid, #1c78b1(0.11, 0.471, 0.694 );
	background: #2e8ec9;
	background: -moz-linear-gradient(bottom, #2789c7 0%, #3f9fd9 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #2789c7),
		color-stop(100%, #3f9fd9) );
	background: -webkit-linear-gradient(bottom, #2789c7 0%, #3f9fd9 100%);
	background: -o-linear-gradient(bottom, #2789c7 0%, #3f9fd9 100%);
	background: -ms-linear-gradient(bottom, #2789c7 0%, #3f9fd9 100%);
	background: linear-gradient(bottom, #2789c7 0%, #3f9fd9 100%)
		bottom(0.153, 0.537, 0.78) to top(0.247, 0.624, 0.851) filter:   progid:DXImageTransform.Microsoft.gradient(
		
			 startColorstr='#3f9fd9', endColorstr='#2789c7', GradientType=0 );
}

.button:hover,.button:focus,.btnPrimary:hover,.btnPrimary:focus {
	background: #278ac7(   0.153, 0.541, 0.78 )
}

body {
	background-color: #2a94d6;
}

#footer,#footer a {
	color: #ffffff;
}

#content {
	background-color: #ffffff;
}

#content {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
}

#content {
	padding-left: 20px;
}

#answer,#un {
	border: 1px solid #cccccc;
	border-radius: 3px;
	height: 20px;
	width: 200px;
	font-size: 14px;
}

.verifyform {
	padding-top: 20px;
}

.askAdmin,.userNameMessage {
	padding-top: 10px;
}

.button {
	padding: 2px;
}

ul {
	padding-left: 20px;
}

.hiddenlink {
	display: none;
}