/* Styles for Contribute editors - copied from OTC 2009 */

h1 {
	color: #5b1f4a;
	font-size: 140%;
	margin-top: .6em;
	margin-bottom: 0.6em;
}
h2 {
	color: #78496b;
	font-size: 125%;
	margin-top: 0.8em;
	margin-bottom: .3em;
}
h3 {
	color: #608025;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: .2em;
}
h4 {
	color: #000;
	font-size: 100%;
	margin-top: 1em;
	margin-bottom: .2em;
}
/* Use these classes to apply colors like header colors */
.colorH1 {
	color: #5b1f4a;
}
.colorH2 {
	color: #78496b;
}
.colorH3 {
	color: #608025;
}


/* Image placement */
.img_right {
	float: right;
	clear:right;
	margin: 3px 0px 10px 10px;
}
.img_left {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0px;
}

/* 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%;
}
.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%;
}
.subscr {
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}
.supscr {     
	position: relative;     
	bottom: 0.5em;     
	font-size: 0.8em;
}
