/*	author: Stephanie Finken
	company: WSOL (http://www.wsol.com);
	email: sfinken@wsol.com
	
	notes on sizing:
	Why size with ems? I have replaced pixel heights and margins with ems so that the type can scale
	gracefully. Although most browsers implement a page zoom, this site also uses a jquery text resizer.
	The text resizers adjusts the default font size. Using ems allows all the text to scale proportionally.
*/

h1 {
	font-size:25px; /* 32px */ 
	line-height: 1.5em;
	color: #0061d0;
	font-weight: bold;
	margin: .35em 0 .75em 0; /*12px 0 20px 0 */
}

h2 {
	font-size: 1.7143em;/* 24px */
	line-height: 1.3333em;
	color: #444; /*316b0a */
	font-weight: normal;
	margin: 1.3em 0 .6667em 0; /* 32px 0 16px 0 */
	padding:0;
	border-bottom: 1px solid #ddd;
}

h3 {
	color: #0061d0; 
	font-weight: normal; 
	margin: .818em 0 .444em 0;	/* 18px 0 8px 0 */
	line-height: 1.3em;
	font-size:18px;
	font-weight:bold;
}

h4 {
	color: #999;
	font-size: 1.286em; /* 18px */
	margin: 1.3em 0 .444em; /* 24px 0 8px 0*/
	line-height: 1.555em;
}

h5 {
	font-size: 14px; /* 16px */
	line-height: 1.4em; 
	margin: 1.375em 0 .625em 0; /* 22px 0 10px 0 */
	font-weight: bold;
}
.callout { 
	font-family: Helvetica, Arial, Sans-Serif; 
	font-size: 1.286em; 
	margin: .8889em 0 .8889em 0; /* 16px 0 16px 0 */
	color: #666; 
	clear: both; 
	line-height: 1.555em;
}

.caption { font-style: italic; font-size: 11px; color: #666;}

.blockquote { 
	display: block; 
	clear: both; 
	padding: 0 0 0 30px; 
	margin: 1.2em 0;
	line-height: 2em; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .8571em; /* 12px */
	border-left: 5px solid #ddd; color: #555;
}

.small-text { font-size: 10px;}

.alignLeft { display: block; float: left; padding-right: 14px;}

.alignRight { display: block; float: right; padding-left: 14px;}

.textBlockRight { width: 40%; float: right; padding-left: 14px;}
.textBlockLeft { width: 40%; float: left; padding-right: 14px;}

.imagePadding { padding: 8px 16px;}

.alert {
	font-size: 1em;
	color: #e12f29;
	background: #fdfbd4;
	border: 4px double #b60000;
	padding: 8px;
	margin: 1.1429em 0;
	clear: both;	
}


.imageSize1 { width: 80px; height: 75px; }

.imageSize2 { width: 150px; height: 115px;}

.imageSize3 { width: 300px;}

.imageSize4 { width: 480px; height: 350px; }

.number-list{list-style-type:decimal;}

.alpha-list{list-style-type:upper-alpha;}


a[class ="newred"] {
   padding-right: 50px;
   background: transparent url(/uploadedImages/ACEP/images/icons/newred.jpg) no-repeat center right;
}
a[class ="newblue"] {
   padding-right: 50px;
   background: transparent url(/uploadedImages/ACEP/images/icons/new-icon.gif) no-repeat center right;
}
a[class ="newacep"] {
   padding-right: 50px;
   background: transparent url(/core/images/new.png) no-repeat center right;
}


div.pleasewaitimage
{
    display: none;
    position: fixed;
    z-index: 99999;
    background-color: White;
    background-image: url('/core/images/pleasewait.gif');
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    filter: Alpha(Opacity=60);
}

