

h1, h2, h3, h4, h5
{
	color: #208DE8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 { font-size: 14px; font-weight: bold;}
h4 { font-size: 12px; font-weight: bold;}
h5 { font-size: 11px; font-weight: bold;}
h6 
{ 
	font-weight: bold;
	color: #011545;
	font-size: 11px;
}

h3 a, h4 a, {	text-underline: none; color: #208DE8;
}
h3 a:hover, h4 a:hover, {	text-underline: none; color: #208DE8;
}


a
{ 
	color: #208DE8;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

span.right_align
{
	display: block;
	text-align: right;
	width: 100%;
}

dl.content_summary dt { padding-top: 20px; }

dl.content_summary dd
{ 
	background: url(/help/de/includes/images/border.gif) repeat-x 0px bottom;
	padding: 5px 0px 10px 0px;
	margin-left: 0px;
}

span.seperator
{ 
	background: url(/help/de/includes/images/border.gif) repeat-x 0px 50%;
	display: block;
	margin-left: 0px;
	padding: 20px 0px 10px 0px;
	width: 100%;
}

dl.content_summary dd p { margin: 0px; }

a.arrow_link, a.print_link
{
	color: #1F3363;
	font-weight: bold; 
}

a.arrow_link
{
	background: url(/help/de/includes/images/linkArrow.gif) no-repeat right 50%; 
	margin-right: 5px;
	padding-right: 10px;
}

span.topOfPage
{
	color: #208DE8;
	display: block;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	text-align: right;
}

span.topArrow a
{
	color: #208DE8;
}

a.print_link
{
	background: url(/help/de/includes/images/printicon.gif) no-repeat left 50%; 
	margin-left: 0px;
	padding-left: 15px;
}

a.pdf_link
{
	background: url(/help/de/includes/images/smallAdobeLogo.gif) no-repeat 0px 50%;
	height: 20px;
	padding: 5px 0px 5px 30px;
}

a.flash_link
{
	background: url(/help/de/includes/images/smallFlashLogo.gif) no-repeat 0px 50%;
	height: 20px;
	padding: 5px 0px 5px 30px;
}

a.msword_link
{
	background: url(/help/de/includes/images/smallWordLogo.gif) no-repeat 0px 50%;
	height: 20px;
	padding: 5px 0px 5px 30px;
}

ul, ol { margin-left: 20px; }
img { border: none; }

/* Inner Navigation */

#innerNavigationTitle { font-weight: bold; color: #011545; background-color: #D9E2F6; padding: 7px 0px 7px 5px; width: 160px; }
#innerNavigation { font-family: Tahoma; font-size: 11px; color: #334777; padding: 0px 1px 1px 1px; background: url(/help/de/includes/images/border4x4.gif); width:160px; line-height: 120%; }
#innerNavigation div.row { height: 20px; background-color:#ffffff; padding: 5px; }

#innerNavigation div.selectedOuterRowTop { background-color:#f7f8f9; background: url(/help/de/includes/images/border4x4.gif); padding:0px 0px 1px 0px; }
#innerNavigation div.selectedOuterRowOther { background-color:#f7f8f9; background: url(/help/de/includes/images/border4x4.gif); padding:1px 0px 1px 0px; }
#innerNavigation div.selectedOuterRowBottom { background-color:#f7f8f9; background: url(/help/de/includes/images/border4x4.gif); padding:1px 0px 0px 0px; }

#innerNavigation div.selectedInnerRow { background-color:#f7f8f9; padding: 5px; }

#innerNavigation div.row a { color: #334777; text-decoration: none; }
#innerNavigation div.row a:hover { color: #011545; text-decoration: underline; }
#innerNavigation div.selectedInnerRow a { color: #208DE8; font-weight: bold; text-decoration: none; }

table.calculation
{
	border: 1px solid #5B709F;
	border-collapse: collapse;
	width: 350px;
}

p.calculation
{
	border: 1px solid #5B709F;
	padding: 5px;
	text-align: right;
}

table.calculation td
{
	border-top: 1px solid #F7F8F9;
	padding: 5px;
}

table.calculation tr.total td
{
	background-color: #F7F8F9;
	border-top: 1px solid #5B709F;
}

/* Data Table 1 - Used for tables with headings (green background) at top of table */
table.datatable1
{
	border: 1px solid #5B709F;
	border-bottom: none;
	border-collapse: collapse;
	width: 100%;
}

table.datatable1 td
{
	padding: 5px;
	text-align: center;
}

table.datatable1 tr.heading td
{ 
	background-color: #C5D9E4;
}

table.datatable1 tr.heading td.leftCell
{
	text-align: left;
}

table.datatable1 th
{ 
	padding: 5px;
	background-color: #C5D9E4;
	font-weight: normal;
	text-align: left;
}

table.datatable1 td.leftCell, table.datatable1 td.otherCell, table.datatable1 th.leftCell, table.datatable1 th.otherCell
{
	border-bottom: 1px solid #5B709F;
}

table.datatable1 td.otherCell, table.datatable1 th.otherCell
{
	border-left: 1px solid #5B709F;
}

/* Data Table 2 - Used for tables with headings (green background) on left of table */
table.datatable2
{ 
	border: 1px solid #5B709F;
	border-bottom: none;
	border-collapse: collapse;
	width: 100%;
}

table.datatable2 td
{
	padding: 5px;
}
table.datatable2 th{
	padding: 5px;
	font-weight: normal;
	text-align: left;
}

table.datatable2 td.leftCell, table.datatable2 th.leftCell
{
	background-color: #C5D9E4;
	border-bottom: 1px solid #5B709F;
	color: #011545;
	width: 50%;
	vertical-align:top;
}

table.datatable2 td.rightCell, table.datatable2 th.rightCell
{
	border-left: 1px solid #5B709F;
	border-bottom: 1px solid #5B709F;
	width: 50%;
}

table.datatable2 td.rightCell tf, table.datatable2 td.rightCell select{
	/*width: 176px;*/
}
table.datatable2 td.rightCell input.cb{
	width:auto;
	padding: 0px;
	margin: 5px 0px 0px 5px;
}

table.datatable1 td input, table.datatable2 td input, 
table.datatable1 td select, table.datatable2 td select,
table.datatable1 td option, table.datatable2 td option,
{ 
	font-size: 10px; 
	width: 100%;
}

table.datatable1 tr.highlight td, table.datatable2 tr.highlight td
{
	background-color: #F7F8F9;
	font-weight: bold;
}

p.highlightGrey
{
	background-color: #F7F8F9;
	border: 1px solid #5B709F;
	padding: 5px;
}


p.highlightGreen
{
	background-color: #C5D9E4;
	border: 1px solid #5B709F;
	padding: 5px;
}

/** More strong than strong... **/
strong.extraStrong{
	color: rgb(32, 141, 232);
	font-weight: bold;
}
/** Renders a list of documents with a PDF icon next to each **/
.pdfDocumentsList { margin-left: 0px; }
.pdfDocumentsList li{
	list-style: none;
	background: url('/help/de/includes/images/smallAdobeLogo.gif') 0 0 no-repeat;
	padding-left: 25px;
	line-height: 1em;
}
/** For styling address blocks **/
ol.address{
	list-style: none;
	line-height: 1.3em;
}

#popup_description
{
	border: 1px solid #5B709F;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	width: 150px;
	z-index: 100;			
}
.question { font-weight: bold; padding: 20px 0px; }

div#importantText, div#promoText
{
	background-color: #FFFFFF; 
	border: 1px solid #4F6495; 
	margin-bottom: 20px; 
	padding: 2px;
}

div#promoText
{
	padding-top: 20px;
}

div#importantText h2 { display: none; }

div#importantText div
{
	font-weight: bold;
	color: #011545; 
	padding: 40px 10px 10px 8px;
	text-align: left;
}

div#promoText div
{
	font-weight: bold;
	color: #011545;
	padding: 0px 8px 8px 8px;
	text-align: left;
}

div#promoText table
{
	border-collapse: collapse;
	margin: 0px;
}

div#promoText td
{
	font-weight: bold;
	padding: 5px 0px;
}

div#promoText p.noBold
{
	font-weight: normal;
}

table.awards
{
	width: 350px;
}

table.awards th, table.awards td
{
	padding: 10px 0px;
	vertical-align: middle;
	width: 50%;
}

div.jobadverts a
{
	text-decoration: underline;
}

ul.jobadverts li
{
	padding-left: 5px;
}