/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* select isn't included in aa.css this is copied from core.css */
select
	{
	/* This is the removes drop down but not in IE 
	-webkit-appearance: none;   
	-moz-appearance: none;
     appearance: none;
	*/ 
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 0.875em;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height: 2.3125em;
	width: 100%;
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
		
	/* Gives a double arrow for IE and Firefox
	background-image: url(../../../images/buttons/selectArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-bottom: 6px;
	padding-right: 36px;
	*/
}



/* -----------------------------------------
   Alerts for the top of the pages
----------------------------------------- */

.aa-sys-alert .aa-close,.aa-js-warning .aa-close,#aaJsWarning .aa-close
	{
	right: 7px
}

.aa-sys-alert,.aa-js-warning,.aaJsWarning {
	position: relative;
	margin: 0 0 7px 0;
	padding: 7px 20px 7px 80px;
	top: 0;
	left: 0;
	border: 1px solid #e1880c;
	color: #322111;
	background: #fff7ea
		url(/content/images/chrome/icons/aa-icon-alert-lrg.gif) 20px 10px
		no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.aa-js-warning,.aaJsWarning {
	background-position: 20px 7px
}

.aa-sys-alert p,.aa-js-warning p,.aaJsWarning p {
	margin: 3px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.35;
	font-size: 13px
}


.icon-18:before {
	font-size: 18px;
	font-size: 1.5rem
}


.lt-ie8 .icon-18 {
	display: inline-block;
	font-size: 1;
	line-height: 1;
	height: 18px;
	width: 18px;
	padding: 0;
	margin: 0
}

.lt-ie8 .alert-tab .icon-18 {
	margin-right: 9px
}


.lt-ie8 .icon-warning,.lt-ie8 .icon-alert {
	background-image:
		url(/content/images/common/icon-alert.png);
	background-repeat: no-repeat
}

/* -----------------------------------------
   Page Name 2
----------------------------------------- */


