﻿body { font-family: Arial, Tahoma, Sans-Serif; font-size: 11px; color: Gray; margin: 10px 10px 10px 10px; padding: 0px 5px 0px 5px; text-align: left; background-color: White; background-image: none; }
a { color: #4A8B97; text-decoration: none; }
a:hover { text-decoration: underline; }
input, select, textarea, .answerLabel { font-family: Arial, Tahoma, Sans-Serif; font-size: 11px; color: Black; }
.popupTitle { font-weight: bold; font-size: 16px; color: Black; }
.boldTable td { font-weight: bold; }
.padTable td { padding: 3px 3px 3px 3px; }
.errorLabel { color: Red; }
.subTitle { font-weight: bold; font-size: 15px; color: Black; }
.orangeHeader { font-size: 16px; font-weight: bold; color: #D56B39; }
.fieldHeader { color: Purple; font-weight: bold; }


ul {
	margin: 5px 0 5px 20px;
	padding: 0;
}
li {
	margin: 0 0 3px 0;
	padding: 0;
}

/* ORANGE Button from global.css */
.orangeLarrowL {
	background: url(../Images/btn/orangeL_arrowL.gif) no-repeat;
	width: 22px; height: 20px;
}
.orangeLarrowR {
	background: url(../Images/btn/orangeL_arrowR.gif) no-repeat;
	width: 22px; height: 20px;
}
.orangeLarrowN {
	background: url(../Images/btn/orangeL_arrowN.gif) no-repeat;
	width: 10px; height: 20px;
}
.orangeCenter {
	background: #722F6E;
	height: 20px;
	color: #FFFFFF;
	text-align: left;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
}
.orangeCenter a {
	color: #FFFFFF;
	text-decoration: none;
}
.orangeCenter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.orangeRarrowN {
	background: url(../images/btn/orangeR_arrowN.gif) no-repeat;
	width: 10px; height: 20px;
}