/*---------------------------------------
	Buttons
---------------------------------------*/
.aecred_btn, .aecred_btn:link, .aecred_content_message a, .aecred_content_message a:link {
	display: inline-block;
	background-color: #EFEFEF;
	background-image: none;
	border: 1px solid #D6D6D6;	
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	padding: 6px 12px;
	margin: 0;
	color: #444;
	font-size: 12px;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	   -o-user-select: none;
		  user-select: none;
}

.aecred_btn:focus, .aecred_content_message a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.aecred_btn:hover, .aecred_btn:focus, .aecred_content_message a:focus, .aecred_content_message a:hover {
  color: #000;
  background-color: #FAFAFA;
  text-decoration: none;
}

.aecred_btn:active,
.aecred_btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.aecred_btn.disabled,
.aecred_btn[disabled],
fieldset[disabled] .aecred_btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aecred_btn.aecred_cancel, .aecred_btn.aecred_cancel:link {background: none; border: none; margin: 0 0 0 10px; }
/*---------------------------------------
	Forms
---------------------------------------*/
form.aecred_form div {clear: left; margin: .5em 0 1em 0;  }
form.aecred_form label {float: left; margin: 3px 10px 0 0; width: 120px; font-weight: bold; text-align: right; }
form.aecred_form label.aecred_normal {float: none; margin: 0 0 0 0; width: auto; font-weight: normal; text-align: auto;}
.aecred_clickable {cursor: pointer;}
form.aecred_form .likelabel {font-weight: bold; }
form.aecred_form .input, form.aecred_form textarea, .input, form.aecred_form select {padding: 3px; border: 1px solid #AAA; margin: 0 3px 0 0; }
form.aecred_form textarea {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
form.aecred_form select {margin: 2px 0 0 0 ; font-size: 12px;}
form.aecred_form .lite {color: #666; }
form.aecred_form .leftmar {margin: 8px 0 0 130px; }

form.aecred_form .aecred_captcha {margin: 0 0 0 130px !important; }
form.aecred_form .aecred_captcha div {clear: none; margin: 0; }
form.aecred_form .aecred_submit {margin-left: 130px; }
form.aecred_form .aecred_submit span {float: left; }
form.aecred_form #aecred_processing_message {margin: 5px 0 0 10px; font-style: italic; color: #999; }

/*--------------------------------------------------
	Messages - Success, Error, Alert
----------------------------------------------------*/
.aecred_message {background-color: #d9edf7; margin: .5em 0; padding: 10px 15px; color: #31708f; font-size: 14px; font-weight: 400; line-height: 1.5em; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid #bce8f1; }

.aecred_success {background-color: #dff0d8; color: #3c763d; border-color: #d6e9c6; }
.aecred_error {background-color: #f2dede; color: #a94442; border-color: #ebccd1; }
.aecred_alert {background-color: #fcf8e3; color: #8a6d3b; border-color: #faebcc;}

.aecred_content_message a {margin: 5px 5px 0 0; }

.aecred_message a {color: #245269; text-decoration: underline; }
.aecred_success a {color: #2b542c; }
.aecred_error a {color: #843534; }
.aecred_alert a {color: #66512c; }

input.aecred_error {background-image: none;}
select.aecred_error {background-image: none;}

/*---------------------------------------
	Membership Affiliations
---------------------------------------*/
table#aecred-affiliation-table td { padding-left: 5px; }
table#aecred-affiliation-table tr.odd td {background: rgba(125,125,125,.1); }
table.aecred-table tr:nth-child(even) {background: #DDD}
table.aecred-table tr:nth-child(odd) {background: #FFF}
table.aecred-table td {border: 1px solid darkgrey; padding: 3px;}
table.aecred-table th {border: 1px solid darkgrey; background: lightgrey; padding: 3px;}
a.aecred_radio {text-decoration: none; color: #000;}


/*---------------------------------------
	Misc
---------------------------------------*/
.aecred_actionlinks {font-size: .8em; margin: .25em 0 0 0; }
.aecred_actionlinks a {display: inline-block; padding: 0 5px 0 0; margin: 0; text-decoration: none; }
.aecred_actionlinks a:last-child {padding: 0; }
.aecred_hidden {display: none;}
li.aecred_more {list-style-type: none; text-align: center; margin-left: -20px; padding-left: 0;}

.aecred_a-right {float: right; width: auto; text-align: right; text-decoration: underline; font-size: 11px; }
.aecred_a-print {float: right; width: auto; text-decoration: none; color: #345395; background: url(../images/printer.gif) top left no-repeat; padding: 0px 0px 2px 20px; font-size: 11px; line-height: 16px; cursor: pointer; } 

.aecred_red {color: #CC0000; }
.aecred_grey {color: #999; }

.top1em {margin-top: 1em;}
.bot1em {margin-bottom: 1em;}
.bot0em {margin-bottom: 0em;}
.clear {clear: both; }

.aecred_small {font-size: .8em;}

.aecred_doc_links > a {padding-right: 5px;}
