/* reset white space and set base font */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td{
	margin:0;padding:0;
	color:#000000;
	font-family:'Imprima', 'Gudea', Arial,"Century Gothic",Calibri,Verdana,sans-serif;
	font-size: 13pt;
	/* line-height: 1.5em; //asg 18pt;  */
}

select {
	max-width: 98%;
}

h1 {
    padding-top: 10px;
	padding-left: 20px;
    color: #744B8D;
}

h1.email,
h2.email {
	padding-left: 0px;
	padding-bottom: 10px;
}
h2 {
  padding-top: 10px;
	padding-left: 25px;
  color: #744B8D;
}

img {
	border:0px;
}

img.logo,
img.logo2 {
    padding-bottom: 8px;
}

img.profile {
	width: 30px;
	vertical-align: top;
	margin-left: 5px;
}

img.dash-image {
	display: block;
	vertical-align: top;
	margin: auto;
}

@media (min-width: 768px) {
	img.logo2 {
    display: none;
	}
}

@media (max-width: 767px) {
	img.logo {
    display: none;
	}
}

img.inline_icon {
	padding: 0 0 0 2;
	vertical-align: middle;
	height: 16px;
	width: 16px;
}

img.button_icon {
	height: 20px;
	width: 20px;
}

ul {
	padding-left: 25px;
	padding-bottom:10px;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	margin-top: 5px;
	line-height: normal;
}

td.user_data {
	font-size: .7em;
}

.user_list {
	width: 95%;
	margin-left: 5px;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

input[type="checkbox"] {
	margin-right: 3px;
}

.locationCheck {
	list-style-type: none;
}

.set-all-check {
	margin-top: 5px;
}

.locationCheck {
	list-style-type: none
}

.textInput {
	font-size: 0.8em; //asg 10pt;
}

p.textBlock {
	font-size:.8em;
	min-width: 100px;
	max-width: 400px;
	padding: 3px 5px 8px 10px;
}

div.stripe-element {
	margin-left: 10px;
	width: 95%;
	margin-bottom: 10px;
}

div.indent {
	margin-left: 20px;
	font-size: .9em;
	line-height: 1.8em;
}

div.content {
	margin-left: 20px;
}
.emailText {
	padding: 5px 0px 5px 0px;
}

.emailList {
	font-size:0.85em;
}
.footerText {
	font-size:0.6em;
	font-style: italic;
	/*vertical-align: top;*/
}

.linkText {
	font-size:0.8em;
	font-style: italic;
	margin-right: 10px;
	padding-left: 10px;
}

.customText {
	font-style: italic;
	background-color: white;
}

.helpText {
	font-size:0.8em; //asg 10pt;
	font-style: italic;
	width: 60%;
	margin-left: 20px;
}

.helpTextWide {
	font-size:.8em;
	font-style: italic;
	width: 90%;
	margin-left: 20px;
}

.helpTextLJ {
	font-size:0.8em;
	font-style: italic;
}

#notes td {
    vertical-align: top;
}

.notesField {
	width: 80%;
	margin-right: 15px;
}

.selectInput {
	font-size:.8em; //asg 10pt;
	margin: 5 0 15 0;
}

.selectRow {
	margin-right: 10px;
	font-size:.9em; //asg 11pt;
}

.select-center {
	width: auto;
	aligh: center;
}
.checkRow {
	font-size:0.8em; //asg 10pt;
	padding-right: 3px;
}

.leftList {
	margin-right: 20px;
	vertical-align: middle;
}

.rightList {
	margin-left: 20px;
	vertical-align: middle;
}

.centerButtons {
	text-align: center;
	vertical-align: top;
    width: 40px;
}
button{
    height: 35px;
}
button.bug{
	padding: 2px;
	height: 30px;
	width: 30px;
	float: right;
	margin: 2 0 0 5;
	background: url('../../shared/images/bug_small.png');
}

button.tiny_bug{
	padding: 0px;
	height: 20px;
	width: 20px;
	float: right;
	margin: 2px 0 0 10px;
	background: url('../../shared/images/bug_tiny.png');
}

input.loginBtn {
	height: 30px;
	width: 100px;
	margin-botton: 10px;
}

input.menu{
	height: 15px;
	width: 10px;
	margin-left: 2px;
	vertical-align: middle;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
}

input.show{
	height: 17px;
	width: 17px;
	background-image: url('../images/double-down.png');
	/*position: relative;
	top: 8px;  */
	margin-right: 5px;
}

input.hide{
	height: 18px;
	width: 18px;
	background-image: url('../images/double-up.png');
	/* position: relative;
	top: 8px;  */
  margin-right: 5px;
}

input.text.staff_signin,
input.width95 {
	max-width: 95%;
}

.button_medium{
    height: 25px;
}
.padded {
	margin: 10px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/* specific to layout of site */
body {
	background-color: #FFFFFF;
}

table.subtable {
	margin: 2px 0px 0px 10px;
}

table.page_container {
	/*margin: 20px 0 0 20px;*/
	margin-left:auto;
	margin-right:auto;
    float: left;
    width: 100%;
	display: table;
}
.page_container  {
	border: none;
	background-color: #e5e5e5;
    width: 100%;
    border-bottom: solid #744B8D;
}

.header_container {
    display: block;
    width: 100%;
	  height: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom:  solid #744B8D;
    background-color: #FFFFFF;
}
.header_container.tall{
	  height: 75px;
}
.image_container {
    vertical-align:top;
    padding: 0 10px 0 30px;
    display:inline;
    float: left;
    text-align:left;
}

.image_container_centered {
    text-align:center;
}

.merch_image {
  height: 200px;
}

@media (max-width: 600px) {
	.image_container {
		padding: 0 30px 0 10px;
	}
}

.form_container {
	vertical-align:top;
    display: block;
    background-color: #e5e5e5;
    padding: 0 0 20px 10px;
    width: 100%;
    float: left;
    min-height: 200px;
    /* border-bottom: solid #744B8D;  */
}

.list_container {
    display: block;
    padding: 5px 0 20px 10px;
		margin-left: 20px;
    width: 90%;
}

.list_p {
    padding: 0px 0 10px 0;
}

/* for a center submit (or other) button at the bottom of a div */
.submit_container {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    vertical-align: middle;
    width: 150px;
}

.underBox {
	position: absolute;
	top: 200;
	left: 20;
}

.footer_container {
	display: block;
	/* display: table-row;  */
	top: 20;
}

.title_container {
	display: block;
	height: auto;
}

@media (max-width: 600px) {
  .title_container > h1 {
		display: inline-block;
	}
}

.menu_container {
	overflow:hidden;
	display: inline-block;
}

.textblock_container {
	display: table;  /* inline-block;  */
	margin-top: 10px;
	margin-left: 10px;
	border: #ccc 1px solid;
	padding-right: 10px;
}

.message {
	color: #ff0000;
	padding: 0px 0px 10px 25px;
	display: block;
}

p.message {
	display: inline-block;
}

.announcement {
	font-style: italic;
	padding: 0px 0px 5px 15px;
	background-color: #FFFFFF;
	width: 90%;  /* 170px;  */
	min-width: 200px;
	height: auto;  /* 145px;  */
	border-left: 4px groove #744B8D;
  border: #ccc 1px solid;
	border-radius: 3px;
	box-shadow: 0 1px 2px #d1d1d1;
	margin: 10px 0 10px 10px ;
	color: #666;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	background: #eaebec;
}

.highlight {
	color: #ff0000;
}

.loginheader,
.loginheaderUser {
	padding: 0px 20px 0 25px;
	font-size: 0.8em; //asg 10pt;
    float: right;
    text-align: right;
    display:inline;
}

@media (max-width: 800px) {
	.loginheaderUser {
		display: none;
	}
}

// main menu popup
.menu_div {
	float: left;
}

.main_menu dd, .main_menu dt, .main_menu ul { margin:0px; padding:0px; }
.main_menu dd { position:relative; }
.main_menu a, .main_menu a:visited { outline:none;}
.main_menu a:hover { border: 1px solid #5d4617;}
.main_menu dt a { display:block; width: 30px; border: 1px solid #5d4617; margin-left:30px; }
.main_menu dt a span {cursor:pointer; display:block; padding:0 5px 0 5px;}

#main_menu {
    position:absolute;
    opacity: 1;
    z-index: 3;
    border:2px #818181;
    list-style:none;
		border-left: 4px groove #744B8D;
		border: #ccc 1px solid;
		border-radius: 3px;
		box-shadow: 0 1px 2px #d1d1d1;
		margin: 10px 0 10px 10px ;
		color: #666;
		font-size: .8em; //asg 12pt;
		-moz-border-radius: 3px;
		-moz-box-shadow: 0 1px 2px #d1d1d1;
		-webkit-border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px #d1d1d1;
		background: #eaebec;
		font-family: futura, Arial, Helvetica, sans-serif;
}

#main_menu ul {
    border:2px #818181;
    list-style:none;
    cursor:pointer;
    display:block;
}
#main_menu ul li {
    display:block;
}
#main_menu ul li a   {
    display:block;
    text-align: left;
	  background-color: lavender;
		padding: 2px 5px;
		font-size: 0.8em;
}

// other header components
.orgheader {
	padding: 0px 20px 0 25px;
	position: absolute;
	right: 20;
	top: 25;
	float: right;
	font-size: 0.8em; //asg 10pt;
    text-align: right;
    display:inline;
}
.bugheader {
	padding: 5px 20px 0 25px;
	position: absolute;
	right: 20;
	top: 45;
	float: right;
    text-align: right;
    display:inline;
}
.page_title {
	padding: 0px 0px 20px 25px;
	font-size: 1.2em; // asg 14pt;
	font-weight: bold;
}
.page_subtitle {
	padding: 5px 0px 10px 25px;
	font-size: 1em; //asg 12pt;
	font-weight: bold;
}
.page_title_with_desc {
	padding: 0px 0px 0px 25px;
	font-size: 1.2em; // asg 14pt;
	font-weight: bold;
}
.page_desc{
	padding: 0px 0px 5px 25px;
	min-width: 160px;
	vertical-align:top;
	font-size:.8em; // asg10pt;
}

.subsection_title{
	padding: 10px 5px 8px 25px;
	min-width: 40px;
	text-align: left;
	vertical-align:middle;
	font-size:.9em; // asg11pt;
	font-weight: bold;
}

.field_title,
.formTable_field_title {
	padding: 0px 5px 8px 25px;
	min-width: 100px;
	/*text-align: right; //asg */
	vertical-align:top;
	font-size:.9em; // asg 11pt;
}

@media only screen and (min-width : 480px) {
	.field_title,
	.report-title{
		text-align: right;
	}
}

@media only screen and (min-width : 650px) {
	.formTable_field_title{
		text-align: right;
	}
}

.field_subtitle{
	padding: 0px 5px 8px 25px;
	text-align: right;
	vertical-align:top;
	font-size:.8em;
}

.field_title_inline{
	padding: 0px 0px 8px 15px;
	min-width: 20px;
	vertical-align:top;
	font-size:.9em; // asg 11pt;
}

.field_inline_centered{
	padding: 0px 0px 8px 0px;
	vertical-align:center;
	font-size:.9em;
}

.field_td_inline{
	padding: 0px 0px 8px 5px;
	min-width: 20px;
	vertical-align:top;
	font-size:.8em; // asg 11pt;
}
.field_input{
	padding: 0px 0px 8px 10px;
	min-width: 280px;
	vertical-align:top;
	font-size:.8em; // asg 10pt;
}

.field_input_short {
	padding: 0px 0px 8px 10px;
	vertical-align:top;
	width: 80;
	font-size:.8em; // asg10pt;
}

.field_button{
	vertical-align:top;
	font-size:.8em; // asg10pt;
	padding-left: 10px;
}

.field_static_text{
	padding: 0px 5px 8px 25px;
	min-width: 100px;
	text-align: left;
	vertical-align:top;
	font-size:.9em; // asg11pt;
}

.field_select{
	padding: 0px 0px 0px 10px;
	min-width: 20px;
	vertical-align:middle;
	font-size:.8em; // asg10pt;
}

.field_radio{
	font-size:.8em;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.input.long{
	min-width: 400px;
}

div.static_text{
	padding: 0px 0px 8px 10px;
	vertical-align:top;
	font-size:.8em; //asg 10pt;
}

div.google_button {
	margin-left: 10px;
	max-width: 300px;
}

.field_checkbox {
	padding: 0px 10px 8px 10px;
	margin-right: 3px;
	font-size:.8em;
	list-style-type: none;
}
.field_checkLabel {
	padding-right: 10px;
	margin-right: 3px;
	color: black;
}
.field_media{
	padding: 0px 10px 8px 10px;
	text-align: center;
	font-size:.8em; //asg 10pt;
}

.field_caption{
	padding: 0px 10px 8px 10px;
	text-align: center;
	font-size:.8em; //asg 10pt;
	font-style: italic;
}

.field_link {
	padding: 0px 10px 8px 10px;
	font-size:.8em;
}

.image_inline {
	width: 150;
	height: auto;
	padding: 0px 5px 0px 5px;
}

.image_hover{
	width: 200;
	height: auto;
}

img.user_image_hover{
	width: 200;
	height: 200;
}
input.reduced {
	font-size: .9em;
}
input.short {
	width: 50px;
}
input.money {
	width: 60px;
	text-align: right;
	font-size: 1.2em;
	margin-left: 5px;
}
input.points {
	width: 60px;
	text-align: right;
	font-size: 1.2em;
	margin-left: 12px;
}
input.inline_money {
	width: 23px;
	text-align: left;
	font-size: 1.2em;
}
input.medium {
	width: 150px;
}
input.long {
	width: 300px;
	max-width: 99%;
}
input.extralong {
	width: 500px;
	max-width: 95%;
}
input.readonly {
	background:rgba(0,0,0,0);
    border:none;
}
input.tdRadio {
	margin-left: 5px;
}

div.radioGroup {
	font-size:.8em;
	max-width: 200px;
}

td > div.radioGroup {
	text-align: left;
}

textarea.bugDetails {
	width: 500px;
	height: 200px;
	max-width: 95%;
}

textarea.text {
	max-width: 98%;
}

button.tiny {
    padding:0;
	width: 2.0em;
	height: 1.0em;
	margin-left: 1em;
    margin-right: 1em;
    text-align: left;
}

input.smallButton,
button.small{
	font-size: .6em;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	height: 25px;
	line-height: 10px;
}

.tableAction {
    margin: 1px 0 5px 2px;
}
a, a:visited, a:active {
	color: #000000;
}

a:hover {
	color: #744B8D;
}

/* for dynamic behavior */
.hidden {
	display: none;
}
.visible {
    display: inline;
}

.buttonBox {
	font-size: .9em;
	display: table-row;
	width: 100%;
	float: left;
	border-top: solid 1px #d1d1d1;
}
.buttonBox  p{
	font-size: .9em;
	margin-left: 5px;
	font-style: italic;
}

.button-link {
    height:auto;
    padding: 5px 10px;
    background: #F1F1F1;
	display: table-cell;
	font-size:.8em;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #d1d1d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-link:hover {
    border: solid 1px #2A4E77;
	color: #744B8D;
    text-decoration: underline
}

.button-link-inline {
    height:10px;
    padding: 5px 10px;
    background: #F1F1F1;
	display: inline;
	font-size:.8em;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #d1d1d1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.formBox {
    background-color: #FFFFFF;
    padding: 3px 10px 3px 3px;
    height: auto;  /* 145px;  */
		width: 80%;
    text-align: left;
    border-left: 4px groove #744B8D;
		border: #ccc 1px solid;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d1d1d1;
    margin: 10px;
    color: #666;
    font-size: 1em; //asg 12pt;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    background: #eaebec;
    font-family: futura, Arial, Helvetica, sans-serif;
    //text-shadow: 1px 1px 0px #fff;
		display: inline-block;
}

.formBox.studentEdit,
.formBox.750width {
	display: block;
	max-width:750px;
}

.formBox.halfWidth {
	display: block;
	max-width:500px;
}

.formBox.signin_report,
.formBox.student_signin {
	display: block;
	max-width:650px;
}

.formBox.user_dash {
	display: block;
	max-width:350px;
}

@media (max-width: 600px) {
  .formBox {
		width: 90%;
		margin: 10px 10px 10px 0px;
	}
}

.scrollBox
{
    margin: 20px 0 0 20px;
    width:80%;
    height:250px;
    overflow:scroll;
    border-top: 1px solid #744B8D;
}

.reportBox {
	/* margin: 10 10 20 20; */
	overflow: visible; // asg auto;
	max-width: 90%;
}

.outlined {
	border-left: 4px groove #744B8D;
	border: #ccc 1px solid;
    border-radius: 1px;
    box-shadow: 0 1px 2px #d1d1d1;
}

.fixed {
	min-width: 420px;
}

.column {
	float: left;
	min-width: 15em; //asg 200px;
	max-width: 40em; // asg 500px;
}

.reportSubBox {
	margin: 3px 10px 15px 10px;
	display: table;
	min-width: 200px;
	width: 85%;
}

.leftIndent {
	margin-left: 15px;
}

@media (max-width: 480px) {
	.reportSubBox {
		margin: 3px 0px 15px 0px;
	}
}

.rightBox {
	margin: 10 10 20 20;
	float: right;
}

table.report {
	margin-bottom:  10px;
	border-width: 1;
	min-width: 250px;
	width: 95%;
	max-width: 1000px;
}

table.narrow-report {
	margin-bottom:  10px;
	margin-left: 30px;
	border-width: 1;
	font-size:.8em;
	width: 50%;
}

.report_checkbox {
	padding: 0px 5px;
	margin-right: 3px;
	font-size:.8em;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

tr.even {
	background: white;
	outline: thin solid;
}

tr.odd {
	background: #ededed;
}

tr.highlight {
	background: white;
}

div.report {
	margin: 10 0 20 20;
}

.reportTitle {
	padding: 0px 0px 8px 10px;
	font-size: 0.9em; //asg 12pt;
    /*color: #818181;  */
    color: #744B8D;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #fafafa;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
	margin-bottom: 5px;
}

.reportSubtitle {
	/* padding: 0px 0px 8px 10px;  */
	font-size: 1em;
	color: #744B8D;
	font-style: italic;
}

.reportInput{
	padding: 0px 0px 8px 5px;
}

.reportHeading {
	padding: 3px 5px;
	/* font-size: 1em; //asg 12pt;  */
	font-weight: bold;
	text-align: left;
	word-wrap:break-word;
	background: lightgrey;
}

div.nameHeading {
	padding: 0px 0px 0px 3px;
	font-size: .8em; //asg 10pt;
	text-align: center;
	font-weight: normal;
}

.reportRowHead {
	padding: 3px 3px 3px 3px;
	font-size: 1em; //asg 12pt;
	font-weight: bold;
	text-align: left;
}
.reportRowSubHead {
	padding: 3px 3px 3px 10px;
	font-size: .9em; //asg 11pt;
	font-weight: bold;
	text-align: left;
}

.reportRowSubSubHead {
	padding: 3px 5px 3px 15px;
	font-size: .8em; //asg 10pt;
	font-weight: bold;
	text-align: left;
}

.reportSkillName {
	padding: 3px 5px 3px 20px;
	font-size: .8em; //asg 10pt;
	text-align: left;
	min-width: 120px;
}

.reportData {
	font-size: .8em; //asg 10pt;
	padding: 3px 5px 3px 5px;
	text-align: left;
	min-width: 10px;
}

.reportDataCentered {
	font-size: .8em; //asg 10pt;
	padding: 3px 5px 3px 5px;
	text-align: center;
	min-width: 10px;
}

.reportNote {
	font-size:.8em;
	padding: 3px 10px 3px 10px;
	text-align: left;
	word-wrap:break-word;
	white-space: pre-line;
  max-width: 400px;
}

.reportContent {
	font-size: .9em;
	padding: 3px 5px 10px 10px;
	text-align: left;
	word-wrap:break-word;
	/* white-space: pre-line;  */
	display: block;
}

span.tableLink {
	padding-left: 3px;
	padding-right: 3px;
}
.select_status {
	min-width: 50px;
}
.navData {
	font-size: .8em; //asg 10pt;
	padding: 0px 5px 5px 5px;
	text-align: left;
}

.navData a{
	margin-right: 5px;
}

.navData a:active,
.navData a:hover {
    color: #744B8D;
    text-decoration: underline
}

.box {
    /*background-color: #A174AB;  */
    /*background-color: #e5e5e5; */
    background-color: #FFFFFF;
    padding: 3px;
    width: 90%;  /* 170px;  */
		min-width: 200px;
    height: auto;  /* 145px;  */
    text-align: left;
    border-left: 4px groove #744B8D;
    /*border: 1px dashed #A174AB;    */
	border: #ccc 1px solid;
    border-radius: 3px;
    box-shadow: 0 1px 2px #d1d1d1;
    margin: 10px 0 10px 10px ;
    color: #666;
    font-size: .8em; //asg 12pt;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    background: #eaebec;
    font-family: futura, Arial, Helvetica, sans-serif;
    /*text-shadow: 1px 1px 0px #fff;*/
	float: left;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

.box p {
    /*color: #818181;  */
    color: #744B8D;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    border-bottom: 1px solid #e0e0e0; border-top: 1px solid #fafafa;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
	margin-bottom: 5px;
}

.box span {
		display:block;
    color: #744B8D;
    font-weight: bold;
		/* border-top: 1px solid #fafafa;*/
    padding: 0px 10px 0px 10px;
	margin-bottom: 5px;
}

.menuBox {
	width: auto;
}

.scroll_box
{
    margin: 20px 0 0 20px;
    width:600px;
    height:250px;
    overflow:scroll;
    border-top: 1px solid #744B8D;
}

.box a:active,
.box a:hover {
    color: #744B8D;
    text-decoration: underline
}


.box a:link {
    color: #818181; //asg #666;
    font-weight: bold;
    text-decoration: none
}


.box a {
    display:block;
    font-weight: lighter;
    color: #818181;
}

.box a.inline{
	    display:inline;
    font-weight: lighter;
    color: #818181;
}
.box a:hover  {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.box a {
    /* asg max-width: 250px; */
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-top: 1px solid #ffffff;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}


.box .acc-content {
	font-size: 1em;
}

@media (max-width: 600px) {
	#acc.masonry-menu-grid {
		margin: 10px 0px 15px 0px;
	}
	#acc .box {
		margin: 0px 0px 0px 10px;
	}
	#acc .box p {
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) {
	.box a,
	.box .acc-content {
	    max-width: 250px;
		}
}

@media (min-width: 1000px) and (max-width: 1100px) {
	.box {
	    min-width: 190px;
		}
}

.chzn-container-multi .chzn-choices .search-field input {
  height: 25px;
  padding: 0;
}

.splash {
    background-color: #e5e5e5;
    padding-top:5px;
    padding-left:20px;
    height: 450px;
	position:  relative;
}

.fullbg {
    background-color: #e5e5e5;
    padding-left:20px;
}

.indented {
    padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
}

#cover {
    position:absolute;
    top: 0;
    left: 0;
    width: 1500px;
    height: 1000px;
    background-color: #e5e5e5;
    font-family:Arial,Calibri,Verdana;
    z-index: 99;
    font-size: 1.6em; //asg 20px;
    padding: 50px 50px;
}

.divider {
	width: 90%;
}

#classSelector {
	font-size: .9em;
}

/*--------------------- TABLES ----------------*/
/* DivTable.com */
.formTable{
	display: table;
	width: 100%;
}

.formTable.report {
	margin-bottom:  10px;
	border-width: 1;
	min-width: 250px;
}

.formTableRow {
	display: grid;
}

.formTableRow.hidden {
	display: none;
}

.formTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.formTableData,
.formTableHead {
	display: table-cell;
	padding: 0px 0px 8px 10px;
}
.formTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.formTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.formTableBody {
	display: table-row-group;
}


@media (min-width: 650px) {
  .formTableRow {
		display: table-row;
	}
}

#tableCart {
	width: 98%;
}

#tableCart > thead > th {
	background-color: inherit;
	font-color: inherit;
	font-weight: bold;
}

/* accordion menu styling */
/*The accordion is closed*/
.acc-icon:after {
		font-family: FontAwesome;
    content: "\f0d7";
		float:right;
}

/*The accordion is open*/
.active.acc-icon:after {
		font-family: FontAwesome;
    content: "\f0d8";
		float:right;
 }

 @media (min-width: 650px) {
   .acc-icon:after,
	 .active.acc-icon:after {
 		display: none;
 	}

	div.leftHalf {
		width: 45%;
		height:250px;
		float: left;
		border: 5px;
	}

	div.rightHalf {
		width: 50%;
		margin-left: 50%;
		border: 5px;
	}

	.cssText{
		width: 100%;
		height: 250px;
	}
 }
