/* RESET */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0}*{outline:none}

.copy blockquote
{
    border-left: 5px #CCCCCC solid;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    padding: 2px 8px 2px 20px;
    margin: 13px 40px;
}
.copy ol
{
    margin: 13px 0;
    padding: 0 40px;
    line-height: 1.6em;
}
.copy ol li
{
    list-style: decimal;
}
.copy p
{
    margin-bottom: 16px;
    line-height: 1.6em;
}

.clearfix {
	clear:both;
}

.aspLabel {
    padding-top: 3px !important;
    margin-right: 20px !important;
    line-height: 18px !important;
    float: left !important;
    width: 130px !important;
    text-align: right !important;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.view-as-bar {
	padding-top: 70px;
	}
.viewing-as-bar .chosen-container-single .chosen-single, .viewing-as-bar .chosen-container-active.chosen-with-drop .chosen-single, .viewing-as-bar .chosen-container .chosen-drop{
    border: none;
}
.viewing-as-bar .chosen-container-single .chosen-search{
    line-height: normal;
}
.chosen-container .chosen-results li.highlighted{
    background-color: #a0a0a0 !important;
}

.viewing-as-bar {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	height: 70px;
	line-height: 70px;
	background: #303030;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	}
.viewing-as-system-admin-bar select{
    width: auto;
}

/* ROW */
.field:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .field,html.ie8 .field,html.ie9 .field{display:block}* html .field{height:1%;overflow:visible}
.group:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .group,html.ie8 .group,html.ie9 .group{display:block}* html .group{height:1%;overflow:visible}

/* dynamic tags -wrap in [] */
/* PrimaryColor, SecondaryColor */

/* PRIMARY COLOR */

.header .welcome {
	/*background-color: #124f73;*/
    background-color: #333333;
	}
.primary-background{
    background-color: #333333;
}
.secondary-background{
    background-color: #000676;
}

h1,
.section.collapsed h2,
table th {
	/*color: #124f73;*/
    color: #333333;
	}

/* SECONDARY COLOR */

.menu a.selectedtrue .icon,
.header .logout {
	/*background-color: #d32a2a;*/
    background-color: #000676;
	}

.view .tabs a.selectedtrue,
.section h2 {
	/*color: #d32a2a;*/
    color: #000676;
	}



/* STYLES */

body {
	background: #efefef url(/images/bg.png) repeat;
	color: #555f68;
	font: normal 90%/1 'Source Sans Pro', arial, sans-serif;
	-webkit-text-size-adjust: none;
	}

.wrapper {
	position: relative;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	}

.logo {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	height: 100px;
	position: relative;
	top: 20px;
    width: 280px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
	}

a {
	text-decoration: none;
	color: #0078a7;
	}
a:hover {
	color: #004763;
	}
p{
	margin: 0.5em 0;
}
.text-smaller {
	font-size: 80%;
	font-weight: normal;
	}
hr {
	border: none;
	background: #e5e7e9;
	height: 1px;
	margin: 20px 0;
	}
h1 {
	font-size: 180%;
	font-weight: normal;
	border-bottom: 1px solid #e5e7e9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

h2 {
	font-size: 110%;
	font-weight: bold;
	}
h3 {
	margin: 1.4em 0 0.6em;
	}
.copy table td {
	padding-right: 15px;
	}
span.smaller {
	font-size: 80%;
	}

.textDark {
	color: #252525;
	}

.tabs a {
	display: block;
	border-color: #ffffff;
	border-style: solid;
	background-color: #e5e7e9;
	color: #6c767f;
	}

.tabs a:hover {
	background-color: #dcdee0;
	}

.tabs a.selectedtrue {
	background-color: #ffffff;
	}

.select {
	position: relative;
	cursor: pointer;
	padding: 4px 20px 4px 8px;
	background-color: #ececec;
	border: 1px solid #c9c9c9;
	background-image: url(/images/icon-select.png), -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
	background-image: url(/images/icon-select.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
	background-image: url(/images/icon-select.png), -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-image: url(/images/icon-select.png), -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-image: url(/images/icon-select.png), -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-image: url(/images/icon-select.png), linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-box-shadow: inset 0 -1px 0 #ffffff;
	   -moz-box-shadow: inset 0 -1px 0 #ffffff;
	    -ms-box-shadow: inset 0 -1px 0 #ffffff;
	     -o-box-shadow: inset 0 -1px 0 #ffffff;
	        box-shadow: inset 0 -1px 0 #ffffff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	}

.select:hover {
	background-color: #f4f4f4;
	}

table {
	width: 100%;
	}

tr {
	border-bottom: 1px solid #e3e3e3;
	}
.ajax__calendar_body tr{ border-bottom: none; }

th, td {
	text-align: left;
	padding: 6px 0;
	}
table.simple{
	width: 50%;
}
table.simple tr{
	border: none;
}
.green-text{
	color: #57a957;
	font-weight: bold;
}
.red-text{
	color: #d32a2a;
	font-weight: bold;
}
.dark-gray-text{
    color: #566075;
}
.callout {
	padding: 20px;
	background: #eeeeee;
	margin: 15px 0;
	}
.callout.has-tabs {
	margin-top: 0;
	}
.callout tr {
	border-color: #cacaca;
	}
.callout .actions {
	margin-top: 0;
	}
.callout-tabs a {
	display: block;
	float: left;
	padding: 10px 12px;
	-webkit-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	    -ms-border-radius: 5px 5px 0 0;
	     -o-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
	}
.callout-tabs a.selected {
	background: #eeeeee;
	color: #004763;
	}
/* HEADER */

.header {
	position: relative;
	height: 150px;
	}

.header .bar {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	}

.header .welcome {
	float: left;
	line-height: 50px;
	height: 100%;
	color: #ffffff;
	padding: 0 100px 0 15px;
	}

.header .logout {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	width: 60px;
	height: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 90%;
	background-image: url(/images/icon-logout.png);
	background-position: center;
	background-repeat: no-repeat;
	}

.header .account {
	position: absolute;
	right: 0;
	top: 90px;
	}


/* MENU */

.menu {
	float: left;
	width: 12%;
	padding-top: 26px;
	}

.menu .tabs li {
	display: block;
	margin-bottom: 6px;
	}

.menu .tabs a {
	height: 62px;
    display: table;
	padding: 6px 10px 10px;
    box-sizing: border-box;
    font-size: 90%;
    width: 100%;
	border-width: 1px 0 1px 1px;
	text-align: center;
	-webkit-border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
	    -ms-border-radius: 4px 0 0 4px;
	     -o-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
	}
.menu .tabs a .cell{ display: table-cell; height: 62px; text-align: center; vertical-align: middle; }

.menu .icon {
	display: block;
    width: 30px;
	height: 30px;
    width: 36px\9;
    height: 36px\9;
    background-size: 90px 30px;
    background-size: 108px 36px\9;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: #6c767f;
	}

.menu .tabs a:hover .icon {
	background-position: -30px 0;
    background-position: -36px 0\9;
	}

.menu .tabs a.selectedtrue .icon {
	background-position: -60px 0;
    background-position: -72px 0\9;
	}

.menu .welcome .icon { background-image: url(/images/icon-menu-house.png) }

.menu .enrollmentRequests .icon { background-image: url(/images/icon-menu-drawers.png) }

.menu .reports .icon { background-image: url(/images/icon-menu-book.png) }

.menu .adminSetup .icon,
.menu .profile .icon { background-image: url(/images/icon-menu-person.png) }

.menu .institutions .icon { background-image: url(/images/icon-menu-bank.png) }

.menu .webEmailSettings .icon,
.menu .deliveryPreferences .icon { background-image: url(/images/icon-menu-cogs.png) }

.menu .memberAccounts .icon { background-image: url(/images/icon-menu-people.png) }

.menu .statements .icon { background-image: url(/images/icon-menu-page.png) }

.menu .checkImages .icon { background-image: url(/images/icon-menu-check.png) }

.menu .help .icon { background-image: url(/images/icon-menu-envelope.png) }



/* VIEW */

.view {
	position: relative;
	float: left;
	width: 88%;
	padding-top: 26px;
	}

.view .tabs {
	position: absolute;
	left: 0;
	top: 0;
	}

.view .tabs li {
	display: block;
	float: left;
	margin-right: 3px;
	}

.view .tabs a {
	height: 25px;
	padding: 0 8px;
	line-height: 25px;
	border-width: 1px 1px 0 1px;
	text-align: center;
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	    -ms-border-radius: 4px 4px 0 0;
	     -o-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
	}

.view .content {
	padding: 30px;
	background-color: #ffffff;
	min-height: 702px;
	
	}

/*Remove the reset*/
.view .content ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.view .content ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.view .content ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.view .content ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.back {
	float:left;
}

.aspNetDisabled:not(.txtAccount)
{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
    /* Netscape */
    -moz-opacity: 0.3;
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    /* Good browsers */
    opacity: 0.3;
}