/************************************************************************************************************************************************************************
***	ACS Style Fixes ********
************************************************************************************************************************************************************************/
/*Fix for absolutely positioned elements within the content to be relative to the content area*/
#content {
	position: relative;
}

/************************************************************************************************************************************************************************
***	ACS Styles ********
************************************************************************************************************************************************************************/

.acsPlain, a.acsPlain:hover, #nav_global .acsPlain, #nav_global a.acsPlain:hover {
	border: none;
	background: transparent;
	margin: 0px;
	padding: 0px;
	float: none;
	text-align: left;
	width: auto;
	height: auto;
	color: black;
	zoom: normal;
}
a.acsPlain, #header #nav_global a.acsPlain, a.acsPlain:hover, #header #nav_global a.acsPlain:hover {
	display: inline;
	zoom: normal;
}

.error {
	color: #C33;
	font-weight: bold;
}
div.error {
	color: #C33;
	padding: 10px;
	margin: 10px 5px 20px 5px;
	background: #FDD;
	font-weight: bold;
}
div.error p,
div.error div,
div.error ul,
div.error ul li {
	color: #C33;
	background: #FDD;
	font-weight: bold;
}
p.error {
	margin-top: 10px;
}

.errorBg {background: #F66;}

.inlineSpace10 {
	margin-right: 10px;
}

#content .acsBorder, .acsBorder {
	border: 1px solid #000; 
	padding: 10px; 
	margin: 10px 5px;
}
.acsBorderLight {
	border: 1px solid #CCC; 
	padding: 10px; 
	margin: 10px 5px;
}
.acsBorderMedium {
	border: 1px solid #999; 
	padding: 10px; 
	margin: 10px 5px;
}
.acsHBorderLight {
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	margin: 10px 0px;
	padding: 10px 0px;
}

.acsNoBorder,
html body .acsNoBorder,
html body img.acsNoBorder,
html body main.internal img.acsNoBorder,
html body main.internal article img.acsNoBorder,
#wrapper #contentWrapper #content img.acsNoBorder,
#content img.acsNoBorder,
.acsNoBorder td {
	border: none;
	border-radius: 0;
}

.acsSmallBorder {
	border: 1px solid #000;
	padding: 0px 1px;
}
.acsForm {
	position: relative;
}
.acsFormInline {
	float: left;
	text-align: center;
	padding: 5px;
}

.acsFormTitle {
	width: 110px;
	float: left;
	padding-bottom: 5px;
}

.acsFormRequired {
	font-weight: bold;
}

.acsFormDescription {
	font-size: 10px;
	font-style: italic;
	line-height: 100%;
	clear: both;
}

.acsFormField {
	position: absolute;
	left: 115px;
}

.acs2Column {
	width: 730px;
	background: #FFF;
	position: relative;
	z-index: 2;
}

.acsLeft {
	float: left;
	margin-right: 20px;
}

.acsLeft2Column {
	float: left;
	margin-right: 40px;
	width: 45%;
}
.acsLeft2ColumnLast {
	float: left;
	width: 45%;
}

.acsLeft3Column {
	float: left;
	margin-right: 30px;
	width: 30%;
}
.acsLeft3ColumnLast {
	float: left;
	width: 30%;
}

.acsRight {
	float: right;
	margin-left: 20px;
}
.acsCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table {border-collapse: separate;}
tbody {border: none;}

table.tableBorder {
	border: 1px solid #000;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
table.tableBorder td {
	border: 1px solid #000;
	padding: 5px;
	margin: 0px;
}

.pad {
	margin: 5px;
}

p.acsAdvertisement {
	clear: both;
	margin: 10px;
}

img.center {
	display: block;
	margin: auto;
	padding: 5px;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

img.imageBorder {
	border: 1px solid #000;
}

.absLine {
	height: 25px;
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 12px;
}

.absLineWComment {
	height: 20px;
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 12px;
}

.absLineDouble {
	height: 50px;
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 12px;
}

.lineTitle {
	position: absolute;
	left: 0px;
	line-height: 2.0;
	margin: 0;
}

.line75 {
	position: absolute;
	left: 75px;
	margin: 0;
}


.line150 {
	position: absolute;
	left: 150px;
	margin: 0;
}

.line250 {
	position: absolute;
	left: 250px;
	margin: 0;
}

.line350 {
	position: absolute;
	left: 350px;
	margin: 0;
}

.profile {
	position: relative;
}

.note {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	white-space: normal;
	width: auto;
}

.indent10 {
	margin-left: 10px;
}
.indent30 {
	margin-left: 30px;
}
.pad5 {
	padding: 5px;
}

.required,
.required p {
	font-weight: bold;
}

.required input,
.required textarea,
.required select {
    background-color: #fffcc0;
	font-weight: normal;
}

.acsMinLine {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0%;
}

.acsTable {
	border: 1px solid #000;
	padding: 0px;
	margin: 10px 0px;
}
.acsTable:hover {
	z-index: 10; 
	position: relative;
}
.acsTable  tr.header, .acsTable th {
	white-space: nowrap;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
.acsTable  tr.header td, .acsTable th {
	border-bottom: 1px solid #000;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}
.acsTable tr:hover td{
	background: #CCC;
}
.acsTable tr.errorBg:hover td{
	background: #F33;
}
.acsTable tr:hover td .acsTable tr:hover td {
	background: #EEE;
}
.acsTable tr:hover td .acsTable tr.errorBg:hover td {
	background: #F33;
}
.acsTable td {
	padding: 5px;
	white-space: nowrap;
}
.acsTableWrap td,
.acsTableWrap th,
div.acsTableWrap table.acsTable td,
div.acsTableWrap table.acsTable th {
	padding: 5px;
	white-space: normal;
}
.acsTableCellBorder {
	border-collapse: collapse;
}
.acsTableCellBorder td {
	padding: 5px;
	border: 1px solid #555;
}
.acsTableCellBorderH {
	border-collapse: collapse;
}
.acsTableCellBorderH td {
	padding: 5px;
	border-top: 1px solid #555;
}
.acsTable tr.underlineWrap td {
	padding: 5px;
	white-space: normal;
	border-bottom: 1px solid #AAA;
}

.greenText {
	color: #0A0;
}

.redText {
	color: #D33;
}

.platinumText {
	color: #CAD3D0;
}
.goldText {
	color: #F0C816;
}
.silverText {
	color: #E6E8FA;/*Alt silver = E7E7E7*/
}
.bronzeText {
	color: #A67D3D;/*Alt bronze = 8C7853*/
}

.bgWood {
	background: #855E42;
	border: 4px outset #855E42;
	padding: 2px 5px;
}

td.highlightGreen {
	background: #9F9;
}
tr:hover td.highlightGreen {
	background: #0F0;
}

td.highlightRed {
	background: #F66;
}
tr:hover td.highlightRed {
	background: #F00;
}

.acsTop {
	 vertical-align:top;
}
.acsTop td{
	 vertical-align:top;
}

.acsSubmitLink,
input[type=submit].acsSubmitLink {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	color: #006699;
	padding-bottom: 1px;
	border-radius: 0px;
	box-shadow: none;
	text-transform: none;
}

.acsSubmitLink:hover {
	padding-bottom: 0px;
	border-bottom: 1px solid #006699;
}

.acsFormNone {
	display: none;
	font-weight: normal;
}
.acsFormRequired {
	display: block;
	font-weight: bold;
}
.acsFormNormal {
	display: block;
	font-weight: normal;
}

.acsLink {
	cursor: pointer;
}
.blueBg {
	background: #CCE0F9;
}
.bgGreenPale {
	background: #BBFFDD;
}
.bgGreenPale a {
	color: #0055DD;
}
.grayBgLight {
	background: #EEE;
}
.grayBgLight2 {
	background: #DDD;
}

.grayBgMedium {
	background: #BBB;
}

.grayBgDark {
	background: #777;
}

.bgBrown {
	background: #D5CC95;
}

.highlightResult {
	color: #C00;
}

.backgroundPink {
	background: #EAA;
}

.highlight:hover {
	background: #CCC;
}

.darkHighlight:hover {
	background: #777;
}

.noWrap {
	white-space: nowrap;
}
.readOnly {
	background: #EFEFEF;
	color: #555;
}

.inlineOption {
	background: #CCC;/*Alt BG Color: #FA5;*/
	margin-left: 10px;
	padding: 1px;
	color: #000;
}

.disabled {
	background: #EEE;
	color: #555;
}

.paginationLink {
	width: 8.5%;
	padding: 0px 2px;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

a.button {
	border: 2px outset #333;
	background: #CCC;
	padding: 3px 5px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
a.button:hover {
	border: 2px inset #CCC;
	background: #333;
	color: #FFF;
}

/************************************************************************************************************************************************************************

New CSS3 Shiny/Glossy Buttons

************************************************************************************************************************************************************************/


.acsButton2,
.acsButton2Hover,
.acsButton2NoHover {
	border: 2px outset #CCC;
	padding: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	/* fallback */
	background-color: #CCC;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#AAAAAA));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #AAAAAA, #F3F3F3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #AAAAAA, #F3F3F3);
	/* IE 10 */
	background: -ms-linear-gradient(top, #AAAAAA, #F3F3F3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #AAAAAA, #F3F3F3);
}
.acsButton2:hover,
.acsButton2Hover:hover {
	border: 2px inset #CCC;
	color: #FFF;
	
	/* fallback */
	background-color: #333;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555555), to(#F3F3F3));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(bottom, #555555, #F3F3F3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(bottom, #555555, #F3F3F3);
	/* IE 10 */
	background: -ms-linear-gradient(bottom, #555555, #F3F3F3);
	/* Opera 11.10+ */
	background: -o-linear-gradient(bottom, #555555, #F3F3F3);
}

.acsButtonBlue2,
.acsButtonBlue2NoHover {
	border: 2px outset #333;
	background: #77E0F9;
	color: #000;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
	/* fallback */
	background-color: #CCC;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDDFF), to(#2222FF));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #2222FF, #DDDDFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #2222FF, #DDDDFF);
	/* IE 10 */
	background: -ms-linear-gradient(top, #2222FF, #DDDDFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #2222FF, #DDDDFF);
}
.acsButtonBlue2:hover,
.acsButtonBlue2Hover:hover {
	border: 2px inset #777;
	background: #44F;
	color: #FFF;
	
	/* fallback */
	background-color: #333;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2222FF), to(#DDDDFF));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(bottom, #2222FF, #DDDDFF);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(bottom, #2222FF, #DDDDFF);
	/* IE 10 */
	background: -ms-linear-gradient(bottom, #2222FF, #DDDDFF);
	/* Opera 11.10+ */
	background: -o-linear-gradient(bottom, #2222FF, #DDDDFF);
}

	/************************************************************************************************************************************************************************
	
	Based on http://cssdeck.com/labs/glossy-buttons
	
	************************************************************************************************************************************************************************/
/* Base */
.acsButton {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	min-width: 96px;
	/*line-height: 46px;*/
	padding: 10px 24px;
	/*font-size: 14px;*/
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
/*	text-shadow: 0 1px #154c86;*/
/*	background-color: #247edd;*/
	background-clip: padding-box;
/*	border: 2px outset;*/
/*	border-color: #1c65b2 #18589c #18589c;*/
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	/*box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.acsButtonSmall {
	padding: 6px 10px;
}

.acsButtonTiny {
	padding: 0px 4px;
}

a.acsButton:link,
a.acsButton:visited {
	color: white;
}

.slideshow .caption .nav a.acsButton {
	color: white;
}

.acsButton:before {
	content: '';
	position: absolute;
	top: -25%;
	bottom: -25%;
	left: -20%;
	right: -20%;
	border-radius: 50%;
	background: transparent;
	-webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
}

.acsButton:hover {
	color: #DDD;
/*	background-color: #1a74d3;
	border: 2px inset;
	border-color: #1c65b2 #18589c #18589c;
*/
}

.slideshow .caption .nav a.acsButton:hover {
	color: #DDD;
}

.acsButton:hover:before {
  -webkit-box-shadow:  0 0 38px rgba(255, 255, 255, 0.75);
  box-shadow:  0 0 38px rgba(255, 255, 255, 0.75);
}

.acsButton:active {
	color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
/*	
	text-shadow: 0 -1px #154c86;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
*/
}

.acsButton:active:before {
	top: -50%;
	bottom: -125%;
	left: -15%;
	right: -15%;
	-webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
}


/* Grey */
.acsButton {
	text-shadow: 0 1px #000000;
	background-color: #888888;
	border: 2px outset;
	border-color: #222222 #333333 #333333;
}

.acsButton:hover {
	background-color: #888888;
	border: 2px inset;
	border-color: #222222 #333333 #333333;	
}

.acsButton:active {
	text-shadow: 0 -1px #000000;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}

/* Silver (with black text)*/
.acsButtonSilver {
	color: #000000;
	text-shadow: 0 1px #FFFFFF;
	background-color: #CCCCCC;
	border: 2px outset;
	border-color: #222222 #333333 #333333;
}

.acsButtonSilver:hover {
	color: #333333;
	text-shadow: 0 -1px #FFFFFF;
	background-color: #CCCCCC;
	border: 2px inset;
	border-color: #222222 #333333 #333333;	
}

.acsButtonSilver:active {
	color: #000000;
	text-shadow: 0 -1px #FFFFFF;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}
.acsButtonSilver:before {
	-webkit-box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.5);
}

/* Blue */
.acsButtonBlue {
	text-shadow: 0 1px #154c86;
	background-color: #1a74d3;
	border: 2px outset;
	border-color: #1c65b2 #18589c #18589c;
}

.acsButtonBlue:hover {
	background-color: #1a74d3;
	border: 2px inset;
	border-color: #1c65b2 #18589c #18589c;	
}

.acsButtonBlue:active {
	text-shadow: 0 -1px #154c86;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0);
}

/* Green */
.acsButtonGreen {
	text-shadow: 0 1px #0d4d09;
	background-color: #1ca913;
	border: 2px outset;
	border-color: #147b0e #11640b #11640b;
}

.acsButtonGreen:hover {
	background-color: #159b0d;
	border: 2px inset;
	border-color: #147b0e #11640b #11640b;
}

.acsButtonGreen:active {
	text-shadow: 0 -1px #0d4d09;
	background: #189210;
	border-color: #093606 #0d4d09 #147b0e;
	background-image: -webkit-linear-gradient(top, #126d0c, #20c016);
	background-image: -moz-linear-gradient(top, #126d0c, #20c016);
	background-image: -o-linear-gradient(top, #126d0c, #20c016);
	background-image: linear-gradient(to bottom, #126d0c, #20c016);
}

/* Red */
.acsButtonRed {
	text-shadow: 0 1px #72100d;
	background-color: #cd1d18;
	border: 2px outset;
	border-color: #9f1713 #891310 #891310;
}

.acsButtonRed:hover {
	background-color: #c01511;
	border: 2px inset;
	border-color: #9f1713 #891310 #891310;	
}

.acsButtonRed:active {
	text-shadow: 0 -1px #72100d;
	background: #b61a15;
	border-color: #5b0d0b #72100d #9f1713;
	background-image: -webkit-linear-gradient(top, #921511, #e4201b);
	background-image: -moz-linear-gradient(top, #921511, #e4201b);
	background-image: -o-linear-gradient(top, #921511, #e4201b);
	background-image: linear-gradient(to bottom, #921511, #e4201b);
}

/* Reduced padding for 'buttons' within a 'note'. */
.note .acsButton,
.note.acsButton {
    padding: 3px 8px;
	line-height: normal;
	min-width: 10px;
	font-family: Arial, Helvetica, san-serif;
}

/************************************************************************************************************************************************************************

End new buttons

************************************************************************************************************************************************************************/



.acsClearLeft {
	clear: left;
}

.acsClearBoth {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
/************************************************************************************************************************************************************************
***	ACS	Shiny Buttons ********
************************************************************************************************************************************************************************/
/*<div class="shiny_button_left"><div class="shiny_button">CONTENT class="shiny_button_link"</div><div class="shiny_button_right"></div></div>*/
.shiny_button_left {
	margin: 10px;
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-left.gif") no-repeat;
	height: 56px;
	width: auto;
	white-space: nowrap;
}
.shiny_button_right{
	/*background:url("/sites/all/themes/asa/g/buttons/shiny-button-right.png") no-repeat;
	float: left; 
	height: 56px;
	width: 42px;
	margin: 0px;
	*/
}
.shiny_button {
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-right-long.gif") no-repeat top right;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 38px;
	float: left; 
	margin: 0px 0px 0px 6px;
	padding: 18px 0px 0px 0px;
	border: none;
	width: auto;
	white-space: nowrap;
}

.shiny_button_2_line {
	height: 49px;
	padding-top: 7px;
}
.shiny_button_left > .shiny_button {
	margin: 0px 0px 0px 12px;
	padding: 18px 10px 2px 0px;
}

.shiny_button_left > .shiny_button_2_line {
	height: 49px;
	padding-top: 7px;
}

a.shiny_button_link, .shiny_button_link, input.shiny_button_link {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0px 0px 0px 5px;
	margin: -3px 5px 0px -5px;
	color: #000000;
}

/* Use: <div class="small_shiny_button_left"><div class="small_shiny_button_right"><div class="small_shiny_button">Content with class="small_shiny_button_link</div></div></div> */
.small_shiny_button_left { background:url("/sites/all/themes/asa/g/buttons/small-shiny-button-left.gif") no-repeat 0% 0%; margin: 10px; padding: 0px; height: 28px; }
.small_shiny_button_right{ background:url("/sites/all/themes/asa/g/buttons/small-shiny-button-right.gif") no-repeat 100% 0%; height: 28px; margin: 0px 0px 0px 13px; padding: 0px;}
.small_shiny_button { background:url("/sites/all/themes/asa/g/buttons/small-shiny-button-bg.gif") repeat-x; height: 28px; margin: 0px 13px 0px 0px; padding: 5px 0px 0px 0px; border: none; text-align: center;}
a.small_shiny_button_link, .small_shiny_button_link { font-size: 15px; font-weight: bolder; cursor: pointer; text-decoration: none; border: none; background: none; padding: 0px; margin: 0px; width: auto; color: #000000; }


/************************************************************************************************************************************************************************

New Shiny Buttons (camelNaming, uses fewer div tags & down to 2 images)

************************************************************************************************************************************************************************/

.shinyButtonLeft {
	margin: 10px;
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-left.gif") no-repeat;
	height: 56px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
}


a.shinyButton, .shinyButton, input.shinyButton {
	background:url("/sites/all/themes/asa/g/buttons/shiny-button-right-long.gif") no-repeat top right;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	height: 56px;
	cursor: pointer;
	margin: 0px 0px 0px 12px;
	padding: 20px 12px 0px 0px;
	overflow: visible;/*IE fix*/
	display: inline-block;/*IE fix*/
}

input.shinyButton {
	padding-top: 0px;
}

/*new small*/
.smallShinyButtonLeft {
	margin: 10px;
	background:url("/sites/all/themes/asa/g/buttons/small-silver-shiny-button-left.gif") no-repeat top left;
	height: 28px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}


a.smallShinyButton, .smallShinyButton, input.smallShinyButton {
	background:url("/sites/all/themes/asa/g/buttons/small-silver-shiny-button-right.gif") no-repeat top right;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	height: 22px;
	cursor: pointer;
	margin: 0px 0px 0px 12px;
	padding: 6px 15px 0px 0px;
	overflow: visible;/*IE fix*/
	display: inline-block;/*IE fix*/
}

input.smallShinyButton {
	padding-top: 0px;
	height: 28px;
	#margin-left: 5px;
}
/*new tiny*/
.tinyShinyButtonLeft {
	margin: 0px 10px;
	background:url("/sites/all/themes/asa/g/buttons/tiny-shiny-button-left.gif") no-repeat top left;
	height: 18px;
	width: auto;
	white-space: nowrap;
	overflow: visible;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}


a.tinyShinyButton, .tinyShinyButton, input.tinyShinyButton {
	background:url("/sites/all/themes/asa/g/buttons/tiny-shiny-button-right.gif") no-repeat top right;
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	height: 12px;
	cursor: pointer;
	margin: 0px 0px 0px 6px;
	padding: 1px 6px 6px 0px;
	overflow: visible;/*IE fix*/
	display: inline-block;/*IE fix*/
}

input.tinyShinyButton {
	padding-top: 0px;
	height: 18px;
	#margin-left: -4px;
}

div.buttonWrapper {
	display: inline;
	position: relative;
	top: 2px;
	zoom: 1;
}

div.buttonWrapper div.tinyShinyButtonLeft {float: left;}/*IE6*/
div.buttonWrapper > div.tinyShinyButtonLeft {float: none;}/*no IE6 fix on rest*/

/* ACS Shiny Tabs */


.acsTabs {
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #AAA;
	position: relative;
}

.acsTabs ul {
    white-space: nowrap;
    width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.acsTabs li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.acsTabLeft {
	margin: 0px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
}

.acsTabLeft40Gray {background:url("/sites/all/themes/asa/g/tabs/tab-40-gray-left.png") no-repeat top left;}
.acsTabLeft40Blue {background:url("/sites/all/themes/asa/g/tabs/tab-40-blue-left.png") no-repeat top left;}

.acsTabLeft20Blue {background:url("/sites/all/themes/asa/g/tabs/tab-20-blue-left.png") no-repeat top left;}
.acsTabLeft20Gray {background:url("/sites/all/themes/asa/g/tabs/tab-20-gray-left.png") no-repeat top left;}

.acsTab40,
.acsTab20 {
	font-weight: bold;
	font-family: Arial, Helvetica, san-serif;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: none;
	white-space: nowrap;
	cursor: pointer;
	overflow: visible;/*IE fix*/
	float: left;
}

.acsTabLeft .acsTab40 a,
.acsTabLeft .acsTab20 a {
	padding: 3px 5px 1px 5px;
	color: #000000;
    display: block;
    float: left;
    margin: 0;
    padding: 3px 5px 1px 5px;
    text-decoration: none;
}

.acsTabLeft .acsTab40 a {
    padding: 5px 7px;
}

.acsTabLeft .acsTab40 a:hover,
.acsTabLeft .acsTab20 a:hover {
	color: #22F;
}

.acsTab40 {
	margin: 0px 0px 0px 20px;
	padding: 10px 20px 0px 0px;
}

.acsTab20 {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}

a.acsTab40Gray, .acsTab40Gray, input.acsTab40Gray {background:url("/sites/all/themes/asa/g/tabs/tab-40-gray-right.png") no-repeat top right;}
a.acsTab40Blue, .acsTab40Blue, input.acsTab40Blue {background:url("/sites/all/themes/asa/g/tabs/tab-40-blue-right.png") no-repeat top right;}

a.acsTab20Blue, .acsTab20Blue, input.acsTab20Blue {background:url("/sites/all/themes/asa/g/tabs/tab-20-blue-right.png") no-repeat top right;}
a.acsTab20Gray, .acsTab20Gray, input.acsTab20Gray {background:url("/sites/all/themes/asa/g/tabs/tab-20-gray-right.png") no-repeat top right;}

/* End ACS Shiny Tabs */


.acsBookPage {
	border: 1px solid #000;
	width: 950px;
	height: 750px;
	position: relative;
	background: #FFF;
	margin: auto;
}

.acsEncrypted {
	width: 550px;
	height: 250px;
	border: none;
	margin: 10px;
}

/************************************************************************************************************************************************************************

Overlay for adding fixed items above content. inteded for admin tools

************************************************************************************************************************************************************************/

.acsOverlayWrapper {
	position: fixed;
	top: 30px;
	left: 50px;
	z-index: 1000;
	background: #FFF;
	border: 1px solid #000;
}
.acsOverlayDragBar {
	padding-top: 15px;
	background: #00A url("/sites/all/themes/asa/g/buttons/small-shiny-button-bg.gif") repeat-x;
/*	position: relative;
	z-index: 1002;*/
}

.acsOverlayClose {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1003;
	background: #DDF url('/files/images/webscripts/close.gif') top right no-repeat;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.acsOverlay {
	background: #EEE;
	padding: 20px;
	overflow: auto;
	max-height: 500px;
}

/************************************************************************************************************************************************************************

Slideshow

************************************************************************************************************************************************************************/
#wrapper #contentWrapper #content .acsSlideShow img, /*Added for SSSA*/
.acsSlideShow img {
	display: block;
	margin: 5px auto 10px auto;
}

/************************************************************************************************************************************************************************

Embedded Video Sizing
	Auto sizing styles based on position set in Theme styles
	

************************************************************************************************************************************************************************/
/*From http://webdesignerwall.com/tutorials/css-elastic-videos
 *Not working correctly saved for later testing

.acsVideoWrapper {
	max-width: 100%;
}

body.no-sidebars div.inside_one .acsVideoWrapper {
	width: 980px;
}
body.one-sidebar div.inside_one .acsVideoWrapper {
	width: 750px;
}
body.two-sidebars div.inside_one .acsVideoWrapper {
	width: 440px;
}
div.inside_two .acsVideoWrapper {
	width: 290px;
}
div.inside_three .acsVideoWrapper {
	width: 230px;
}

.acsVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

acsVideoContainer iframe,  
acsVideoContainer object,  
acsVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

*/

div.acsVideoEmbed {
	position:relative;
/*	z-index: -1;*/
	margin: 10px;
}

div.acsSize4-640,
iframe.acsSize4-640 {
	width: 640px;
	height: 480px;
}
div.acsSize4-480,
iframe.acsSize4-480 {
	width: 480px;
	height: 360px;
}
div.acsSize4-380,
iframe.acsSize4-380 {
	width: 380px;
	height: 285px;
}
div.acsSize4-320,
iframe.acsSize4-320 {
	width: 320px;
	height: 240px;
}
div.acsSize4-290,
iframe.acsSize4-290 {
	width: 290px;
	height: 243px;
}
div.acsSize4-230,
iframe.acsSize4-230 {
	width: 230px;
	height: 198px;
}

div.acsSize16-720,
iframe.acsSize16-720 {
	width: 720px;
	height: 480px;
}
div.acsSize16-480,
iframe.acsSize16-480 {
	width: 480px;
	height: 320px;
}
div.acsSize16-360,
iframe.acsSize16-360 {
	width: 360px;
	height: 240px;
}
div.acsSize16-290,
iframe.acsSize16-290 {
	width: 290px;
	height: 189px;
}
div.acsSize16-230,
iframe.acsSize16-230 {
	width: 230px;
	height: 155px;
}

/************************************************************************************************************************************************************************

CK Editor

************************************************************************************************************************************************************************/


.cke_skin_office2003 select {
	border: 1px gray solid;
	background: #DDD;
	padding: 1px;
	margin: 1px;
}

/* Fix for newer versions of Firefox not wrapping source view */
textarea.cke_source {
    white-space: pre-wrap;
}

/************************************************************************************************************************************************************************

Admin Menu

************************************************************************************************************************************************************************/

#admin-menu {
	z-index: 9999;
}

@media screen and (max-width: 640px) {
	#admin-menu {
		z-index: 1;
	}
}

/************************************************************************************************************************************************************************

Messages

************************************************************************************************************************************************************************/

body main .internal article div.messages.status,
body main article  div.messages.status,
body div.messages.status {
	color: #000;
	background: #AAF;
	border: 1px solid #000000;
	padding: 15px;
	font-size: 1.2em;
	margin-bottom: 30px;
}

.acsMessage {
	color: #000;
	background: #BBFFDD;
	border: 1px solid #000000;
	padding: 20px 10px;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

/************************************************************************************************************************************************************************

Select

************************************************************************************************************************************************************************/

select option.optgroup:disabled {
	font-weight: bold;
	color: #555;
}

/************************************************************************************************************************************************************************

Admin - Zen Classic Theme

************************************************************************************************************************************************************************/
body.section-acsadmin div#page div#container {
    max-width: 100%;
}

/************************************************************************************************************************************************************************

Google Custom Search

************************************************************************************************************************************************************************/
#acsGoogleCustomSearchWrapper {
	display: inline-block;
}

#acsGoogleCustomSearchWrapper .cse .gsc-control-cse,
#acsGoogleCustomSearchWrapper .gsc-control-cse {
	background: none;
	border: none;
	padding: 0;
}

#acsGoogleCustomSearchWrapper.cse .gsc-search-button input.gsc-search-button-v2,
#acsGoogleCustomSearchWrapper input.gsc-search-button-v2 {
	height: 15px;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 13px;
    padding: 10px;
    width: 15px;
	border: 1px solid #AAAAAA;
}

#acsGoogleCustomSearchWrapper table.gsc-search-box {
	min-width: 230px;
	width: 230px;
}

#acsGoogleCustomSearchWrapper table.gsc-search-box td {
	padding-right: 0;
	vertical-align: top;
}

#acsGoogleCustomSearchWrapper #gsc-iw-id1 {
    padding: 5px 0;
}