/* -------------- Table Presentation --------------- */
.presentation {
	border-collapse: collapse;
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 90%;
	border: 1px solid #ccc;
	width: 100%;
}

.presentation td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.presentation-noborder {
	border-collapse: collapse;
	margin: 10px 0 15px 0;
	padding: 0;
	font-size: 90%;
	border: none;
	width: 100%;
}

.presentation-noborder td {
	padding: 5px 10px;
	border: none;
}

.selected {
	font-weight: bold; 
}

.notSelected {
	color: #444444;	
}

.lightShadedBackground {
	background-color: #f0f6fb;
}

.shadedBackground {
	background-color: #e3eff8;
}

.whiteBackground {
	background-color: #ffffff;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #989898 !important;
}

.gray2 {
	color: #989898 !important;
}

.hr {
	height: 1px;
	background: #e6f1f9;
	overflow: hidden;
	width: 96%;
	margin: 5px 0 5px 0;
}

html>body .hr {
	float: left;
	margin: -8px 0 5px 0;
}

.bold {
	font-weight: bold;
	color: #494848;
}

h2,h3,h4,p {
	margin: 0;
	padding: 0;
}

p {
	background: transparent;
	color: #000;
	font: normal .9em/ 1.2em Arial, Helvetica, sans-serif;
}

h2 {
	background: transparent;
	color: #545353;
	font: normal 1.4em/ 1.4em arial, helvetica, sans-serif;
	text-decoration: none;
}

h2 a {
	background: transparent;
	color: #545353;
	font: normal 1.1em/ 1.3em arial, helvetica, sans-serif;
	text-decoration: none;
}

html>body h2 a {
	font: normal 1.1em/ 1.25em arial, helvetica, sans-serif;
}

h4 {
	background: transparent;
	color: #494848;
	font: bold 0.85em/ 1.4em arial, helvetica, sans-serif;
	margin: 8px 0 0 0;
}

a.mailto {
	background: transparent;
	color: #000 !important;
	font: normal 0.9em/ 1.4em arial, helvetica, sans-serif !important;
}

.headerBlue {
	background: transparent;
	color: #5492c0 !important;
	font: normal 1.15em/ 1.15em arial, helvetica, sans-serif;
}

.headerBlue a {
	background: transparent;
	color: #5492c0;
	text-decoration: none;
}

.headerGray {
	background: transparent;
	color: #8e8d8d !important;
	font: normal 1.15em/ 1.15em arial, helvetica, sans-serif;
}

.headerGray a {
	background: transparent;
	color: #8e8d8d;
	text-decoration: none;
}

.headerBlueSmall {
	background: transparent;
	color: #5492c0;
	font: normal 1.15em/ 1.15em arial, helvetica, sans-serif;
	margin: 15px 0 0 0;
}

.headerBlueLowMargin {
	background: transparent;
	color: #5492c0;
	font: normal 1.15em/ 1.15em arial, helvetica, sans-serif;
	margin-bottom: -15px;
}

.headerOrange {
	background: transparent;
	color: #d75e3f;
	font: normal 1.15em/ 1.15em arial, helvetica, sans-serif;
}

.headerOrange a {
	background: transparent;
	color: #d75e3f;
	text-decoration: none;
}
/* -------------- Orange links white background --------------- */
ul.orangeLinkWhitebg {
	margin: 10px 0 0 0;
	padding: 0;
}

.orangeLinkWhitebg li {
	list-style-type: none;
	background: url(../images/menu_arrow.gif) 0 .35em no-repeat
		!important;
}

.orangeLinkWhitebg li a {
	text-decoration: none;
	color: #d75e3f;
	font: bold .80em/ .80em Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

.orangeLinkWhitebg li a:hover {
	text-decoration: underline;
	color: #d75e3f;
	font: bold .80em/ .80em Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

a.orangeLinkWhitebg {
	text-decoration: none;
	color: #d75e3f;
	font: bold .80em/ 2.80em Arial, Helvetica, sans-serif;
	padding-left: 12px;
	background: url(../images/menu_arrow.gif) 0 .35em no-repeat
		!important;
}

a.orangeLinkWhitebg:hover {
	text-decoration: underline;
	color: #d75e3f;
	font: bold .80em/ 2.80em Arial, Helvetica, sans-serif;
	padding-left: 12px;
}

th
{
	text-align:left;
}

.warn
{
	margin-top: 10px;
	color: red;
	font-weight: bold;
}
.txtLink li {
	list-style-type: none;
}

.txtLink a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #494848;
	font: normal .9em/ 1.1em Arial, Helvetica, sans-serif;
}

.txtLink a:hover {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	color: #000;
}

.print {
	background: url(../images/menu_arrow.gif) no-repeat right .35em !important;
	color: #d75e3f;
	font: bold .8em/1.15em arial, helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 20px;
	padding-right: 12px;
}

.print:hover {
	background: url(../images/menu_arrow.gif) no-repeat right .35em  !important;
	color: #d75e3f;
	font: bold .8em/1.15em arial, helvetica, sans-serif;
	text-decoration: underline;
	padding-right: 12px;
}
