/* Age Exchange standard content layout */

/* BOXES & CONTAINERS ---------------------------------------*/

/* use this to prevent item below wrapping around a div above (if div not set to clear)*/
/* (eg </div><br class="clear"><h2> to prevent H2 wrapping div)*/
#content br.clear {
	clear:both;
}

#textsizer {
	float:right;
	width:90px;
	height:20px;
	padding:3px 5px 5px 5px;
	margin:0px 0px 10px 10px;
	background-color:#F9EEEE;
	border-width:1px;
	border-color:#660000;
	border-style:solid;
	font-size: 12px; /*for "Text size" text */
	color:#AD002A; /*for "Text size" text */
}

/*used where side-by-side boxes need to be same height but resizable*/
#content table.boxtable {
	margin:0px;
	width:100%;
	vertical-align:top;
}
#content td.boxtable_cell {
	width:50%;
	padding:10px;
	border:5px #FFFFFF solid;
}

/* equivalent to the left half of boxtable - float left & wrap half width box -  */
.floatbox {
	float:left;
	width:250px;
	padding:10px;
	margin:10px 5px 10px 5px;
	background-color:#FFFFCC;
	border:none; /*to match boxtable */
}

/* yellow float right & wrap half width box with border */
.floatbox_r {
	float:right;
	width:250px;
	padding:10px;
	margin:10px 5px 10px 10px;
	background-color:#FFFFCC;
	border-width:1px;
	border-color:#660000;
	border-style:dashed;
}

/* yellow non-float half width box with border*/
.floatbox_clear {
	clear:both;
	width:250px;
	padding:10px;
	margin:10px 5px 10px 5px;
	background-color:#FFFFCC;
	border-width:1px;
	border-color:#660000;
	border-style:dashed;
}

/* pink non-float full width box */
.highlightbox {
	clear:both;
	width:545px;
	padding:10px;
	margin:10px 0px 10px 0px;
	background-color:#F9EEEE;
	border-width:0px;
	border-color:#660000;
	border-style:none;
}

/* box within box top right */
.subbox {
	float:right;
	width:150px;
	padding:10px;
	margin:-5px -5px 10px 10px;
	text-align:center;
	background-color:#FFFFCC;
	font-weight:bold;
	border:dashed #AD002A 1px;
}

/* REDEFINED HTML TAGS -----------------------------------------------------------------*/
/* within #content to prevent conflict with ae.css*/

#content img {
	clear:both;
	float:right;
	margin:10px 0px 10px 10px;
	border:none;
}

/* ADDITIONAL IDs AND CLASSES -----------------------------------------------------------*/

/* used only for the Adobe Reader link image */
#content img.adobe {
	float:left;
	margin:0px 10px 10px 0px;
	border:none;
}

#toplink img {
	float:none;
	margin:0px 0px -2px 5px;
	border:none;
	text-decoration:none;
}

#toplink {
	clear:both;
	float:right;
	margin:0px;
	border:none;
}
