/* Styles for Contribute editors - copied from OTC 2009 */

h1 {
	color: #784B75;
	font-size: 2em;
	margin-top: 0.6em;
	margin-bottom: .3em;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2 {
	color: #98214A;
	font-size: 125%;
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}
h3 {
	color: #5D6E37;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
h4 {
	color: #5D6E37;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: 0.8em;
}
/* Use these classes to apply colors like header colors */
.colorH1 {
	color: #784B75;
}
.colorH2 {
	color: #98214A;
}
.colorH3 {
	color: #5D6E37;
}


/* 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;	
}
.larger_text {
	font-size: 125%;
}


/* ================================= */
/* 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 #5D6E37;
	width: 75%;
	background-color: #eeeeee;
}
.p_alert_box {
	clear: left;
	text-align: center;
	margin: 1em auto;
	padding: 0.75em;
	border: 2px dotted #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%;
}
