/* Styles for Contribute editors - copied from ATCE 2008 */
/* Also defined in default CSS, so definitions could be different */

h1 {
	color: #2B5286;
	font-size: 140%;	
	margin-top: .6em;
	margin-bottom: 0.6em;
}
h2 {
	color: #4f70a4;   
	font-size: 125%;
	margin-top: 0.8em;	
	margin-bottom: .3em;
}
h3 {
	color: #405B6C;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: .2em;
}
h4 {
	color: #2B5286;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: .2em;
}
/* Use these classes to apply colors like header colors */
.colorH1 {
	color: #2B5286;
}
.colorH2 {
	color: #4f70a4;
}
.colorH3 {
	color: #728EC2;
}


/* Image placement */
.img_right {
	float: right;
	clear:right;
	margin: 3px 0px 10px 10px;
}
.img_left {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0px;
}
.img_center {
	text-align: center;
}
/* Figures ============================*/
/* Figures have smaller bold captions. P should contain both image and caption. One BR puts caption under the image. */
.p_fig_ctr {
	text-align: center;
	font-weight: bold;
	font-size: 95%;
}
.p_fig_ctr img {
	margin-bottom: 5px;
}
/* This floats the figure and caption to the left; the next paragraph wraps around it on the right. */
.p_fig_left {
	float: left;
	font-weight: bold;
	font-size: 95%;
	margin-right: 15px;
	margin-top: 1px;
}
.p_fig_left img {
	margin-bottom: 5px;
}
/* This floats the figure and caption to the right; the next paragraph wraps around it on the left. */
.p_fig_right {
	float: right;
	font-weight: bold;
	font-size: 95%;
	margin-left: 15px;
	margin-top: 1px;
}
.p_fig_right img {
	margin-bottom: 5px;
}

.p_fig_plain {
	float: none;
	font-weight: bold;
	font-size: 95%;
}
.p_fig_plain img {
	margin-bottom: 5px;
}


/* Tables */
.table_plain {
	margin-left: 15px;
}
.table_plain, .table_plain td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.table_plain p {
	margin: 0px;
	padding: 0px;	
}

/* ================================= */
/* GENERAL UTILITY                   */
/* ================================= */

.small_text {
	font-size: 90%;
}
.smallest_text {
	font-size: 85%;
}
.txt_align_center {
	text-align: center;
}
.txt_align_left {
	text-align: left;
}
.txt_align_right {
	text-align: right;
}
.clear_left_wrap {
	clear: both;
}
.clear_both_wraps {
	clear: both;
}
.p_note_box {
	clear: left;
	text-align: center;
	margin: 1em auto;
	padding: 0.75em;
	border: 1px solid #CCCCCC;
	background: #FFFFCC;
	width: 75%;
}
.p_alert_box {
	clear: left;
	text-align: center;	
	margin: 1em auto;
	padding: 0.75em;
	border: 2px solid #CC0000;
	width: 75%;
}
.div_note_box {
	clear: left;
	margin: 1em auto;
	padding: 0em 0.75em;
	border: 1px solid #405B6C;
	background: #FFFFFF;
	width: 75%;
}
.div_alert_box {
	clear: left;
	margin: 1em auto;
	padding: 0em 0.75em;
	border: 2px solid #CC0000;
	background: #FFFFFF;
	width: 75%;
}

