/* IMAGES */
img {
	border-style: none;
	text-align: center;
}

img.framed {
	border: 1px solid #BCBCBC;
	background-color: #FFF;
	padding: 4px;
	margin: 4px;
	float: left;
}

.framed {
	border: 1px solid #BCBCBC;
	background-color: #FFF;
	padding: 4px;
}

.icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0;
}

a.light {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.light:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
	border-bottom: 1px dotted;
	background-color: none;
}

table.withGridlines td, table.withGridlines th {
	border: 1px solid #bbb;
}

/* COMPARISON GRID (used in ad analysis and possibly account type comparison in future) */
table.comparisonGrid {
	border-collapse: collapse;
	color: #555555;
	width: 100%;
	margin-bottom: 12px;
}

.comparisonGrid td,.comparisonGrid th {
	padding: 4px 8px;
	vertical-align: top;
	font-size: 12px;
}

.comparisonGrid th {
	font-family: arial, Arial, sans-serif;
	background-color: #595959;
	color: #FFFFFF;
	font-weight: normal;
	vertical-align: middle;
}

.comparisonGrid tbody th {
	background-color: transparent;
	text-align: left;
	color: inherit;
}

.comparisonGrid h1 {
	color: #F88C00;
	font-size: 18px;
	display: inline;
}

.comparisonGrid h3 {
	margin-top: 0;
}

.comparisonGrid p {
	margin-bottom: 0;
}

.comparisonGrid td.dark {
	background-color: #f0f0f0;
}

.comparisonGrid td.light {
	background-color: #fafafa;
}

.comparisonGrid td .data {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.85em;
	line-height: 1.5em;
}

.comparisonGrid tr.bottom, .comparisonGrid tr.bottom td {
	border-bottom: 3px solid #666666;
	padding-bottom: 12px;
}

.comparisonGrid tr.alt_row {
	background-color: #ffefef;
}

/* TEXT BLOCKS */
blockquote {
	background-image: url(/images/quote-open-large.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px;
	font: italic normal normal 23px/ 31px georgia, Georgia, serif;
	width: 410px;
	background-color: #ffffaa;
	border: 2px solid #FFFFCC;
}

blockquote div.quote {
	background-image: url(/images/quote-close-large.gif);
	background-repeat: no-repeat;
	background-position: right 90%;
	padding: 20px 30px;
}

blockquote div.author {
	text-align: right;
	font-style: normal;
	padding-right: 30px;
	color: #596aa1;
}

blockquote.first {
	padding-top: 10px;
}

/* AJAX LOADING IMAGES */
img.ajaxLoader {
	margin-bottom: 1px;
	margin-left: -70px;
	position: absolute;
}

img.ajaxBar {
	background: url(../images/ajax.gif) repeat scroll 0 -2px;
}

/* AJAX PROGRESS BOX (front and center of viewport) */
#progressBox,.progressBox {
	z-index: 1000;
	position: absolute;
	width: 300px;
	height: 150px;
	line-height: 150px;
	left: 50%;
	color: white;
	font-family: georgia, Georgia, serif;
	background: #bb0000 url(../images/gradient-loading.jpg) repeat scroll 0
		-2px;
	border: 3px solid #9d0000;
	vertical-align: middle;
	text-align: center;
	font-size: 20pt;
	/* Need to specify absolute margins because IE does not work with "auto" */
	margin-left: -150px;
	margin-top: -75px;
}

/* Grey's out a div waiting for AJAX response */
.ajaxWait {
	position: absolute;
	background-color: #999999;
	opacity: 0.7;
	-moz-opacity: 0.7;
	z-index: 1000;
	overflow: visible;
}

/* To display a a message within the .ajaxWait div */
.ajaxWait div,.ajaxWait span {
	background: #660000;
	padding: 4px;
	border-style: solid;
	border-width: thin;
	border-color: #dd4118;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

/* Additional style for span ajax message */
.ajaxWait span {
	margin-left: -4px;
}


