/* MASTER STYLE SHEET FOR COMMON CLASSES */

/* FONT CLASSES */

.sans {
	font-family: Arial, Helvetica, Verdana, Sans-Serif !important;
	font-size: .8em;
	line-height: 1.25em;
}

.sans2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: .8em;
	line-height: 1.25em;
}

.font22 {
	font-size: 22px;
	line-height: 25px;
}

.font18 {
	font-size: 18px;
	line-height: 21px;
}

.font14 {
	font-size: 14px;
	line-height: 17px;
}

.font12 {
	font-size: 12px;
	line-height: 15px;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal !important;
}

.orange {
	color: #F57B11;
}

.orange2 {
	color: #F79D33;
}

.orange3 {
	color: #D35900;
}

.orange4 {
	color: #F9DD66;
}

.green {
	color: #182220;
}

.green2 {
	color: #006600;
}

.white {
	color: #ffffff;
}

.uppercase {
	text-transform: uppercase;
}

.justify {
	text-align: justify;
}

.nowrap {
	white-space: nowrap;
}

/* FORM FIELD CLASSES */

.inputWhite {
	background-color: #E9F0EE;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #182220;
	color: #000000;
	margin: 0px;
	padding-left: 2px;
}

.buttonWhite {
	border: 1px solid #B5C1B5;
	background-color: #182220;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	height: 20px;
}

/* HR CLASSES */

.greenbar {
	width: 100%;
	background-color: #182220;
	color: #182220;
	height: 2px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border: 1px solid #182220;
	clear: both;
}

/* BORDER & SHADING CLASSES */

.boxLight {
	border: 1px dashed #ccffcc;
	background-color: #f5fff5;
	padding: 5px;
	clear: both;
}

.boxLightRed {
	border: 1px solid #ff9999;
	background-color: #fff5f5;
	padding: 5px;
}

.shading1 {
	background: #f5fff5;
	background-color: #f5fff5;
}

.shading2 {
	background: #fafffa;
	background-color: #fafffa;
}

.shading3 {
	background: #ccffcc;
	background-color: #ccffcc;
}

.border {
	border: 1px solid #182220;
	border-collapse: collapse;
}

/* LIST CLASSES (DL, UL, OL) */

.ol_15px {
	margin-bottom: 0px;
}

.ol_15px li {
	margin-bottom: 15px;
}

.ol_15px_noindent {
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	list-style-type: decimal;
}

.ol_15px_noindent li {
	margin-bottom: 15px;
}

.dl_25px {
	margin-bottom: 0px;
}

.dl_25px dt {
	margin-bottom: 15px;
	font-weight: bold;
}

.dl_25px dd {
	margin-bottom: 15px;
	margin-left: 25px;
}

.ul_arrow {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul_arrow li {
	padding-left: 15px;
	background-image: url("../Graphics/Menus/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 2px;
}

.ul_arrow_15px {
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
}

.ul_arrow_15px li {
	padding-left: 15px;
	background-image: url("../Graphics/Menus/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 15px;
}

.ul_arrow_15px_10px {
	margin-left: 15px;
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
}

.ul_arrow_15px_10px li {
	padding-left: 15px;
	background-image: url("../Graphics/Menus/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 10px;
}

/* IMG CLASSES */

.imgBorder {
	border: 1px solid #000000;
}

.imgNoBorder {
	border: 0px;
}
