/* Text styling, markup
---------------------------------------------- */ 
@import url('/?id=tables.css');

.page a[rel="external"],
.page a:link[rel="external"],
.page a:visited[rel="external"] {
	padding:0 4px 0 0;
	}
.page a:hover[rel="external"],
.page a:focus[rel="external"],  
.page a:active[rel="external"] {
	outline:1px dotted invert;
	text-decoration:none;
	}

a,
a:link {
	text-decoration:none;
	color:#000;
	}
#content p a,
#content li a {
	color:#002F6B;
	text-decoration:underline;
	}
#content p a:hover,
#content li a:hover {
	color:#002F6B;
	text-decoration:underline;
	}
a:visited	{
	color:#002F6B;
	}
a:hover {
	color:#002F6B;
	}
a:focus {
	color:#002F6B;
	}
a:active {
	color:#002F6B;
	}


/* Master markup
---------------------------------------------- */
#path {
	font-size:10px;
	color:#999;
	}
	#path a,
	#path a:link,
	#path a:visited {
		font-size:11px;
		color:#999;
		text-decoration:none;
		}
	#path a:hover,
	#path a:focus,
	#path a:active {
		color:#000;
		text-decoration:underline;
		}

#content {
	font-size:1em;
	}
h1,
#content h1 {
	margin:0 0 0.2em; 
	padding:0;
	font-size:large;
	font-weight:400;
	line-height:2ex;
	color:#000;
	}

h2,
#content h2 {
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:2ex;
	font-weight:600;
	color:#000;
	}
h1 + h2 { margin: 0.5em 0 0.2em; }
#content h3,
#content h4,
#content h5,
#content h6 {
	font-size:1em;
	margin:1em 0 0;
	padding:0;
	color:#FF6600;
}
h3 {
	color:#000;
	}
h4,h5,h6 {
	color:#000;
	}
#content h3 em,
#content h4 em,
#content h5 em {
	font-style:normal;
	color:#000;
	}
h6 {/* used for all titles in side columns */
	margin:0;
	padding:8px 0 4px;
	font-size:13px;
	line-height:13px;
	color:#000;
	border-bottom:1px solid #aba195;
	}
h6 span {
	color:#f60;
}
#introduction h6, #headlines h6 , #inside h6 {
	border-bottom:1px solid #f60;
}
#content p {
	margin:0.2em 0 1em;
	padding:0;
	font-size:1em;
	line-height:1.5em;
	}
	pre {
		display:block;
		width:auto;
		margin:0.2em 0 1em;
		}

	p table, p ol, p ul, { /* overcome flaws in CMS-editor output */
		margin:0;
		}
#content ul,
#content ol {
	margin:1em 0 1.2em;
	}
#content ol {
	margin-left:2.5em;
	}
	#content ol li {
		display:list-item;
		list-style-type:decimal;
		}

#content ul li {
	display:list-item;
  	margin:0 0 0 14px;
  	line-height:1.4em;
  	height:100%;
	background:none;
	list-style-type:square;
	list-style-position:outside;
	padding:0px;
	position: relative;
	}
	#content ul li a {
		text-decoration:none;
		color:#000;
	    	}
	#content ul li a:hover {
		color:#000;
	    	}
	#content ul ul {
		margin:0.05em 0 0.4em;
		}
	#content ul li li {
		padding-left:2.2ex;
	  	background:url('/systemgfx/g/ico_arr_nav1.gif') 1ex 1ex no-repeat;
/*		background:url('/systemgfx/c/img/ico/grey-arrow_tcm7-218.gif') -0.3ex 0.4ex no-repeat;*/
		font-size:.95em;
		}
	#content ul li li {

		}
	#content ul li li a {
		font-size:.95em;
		}
	#content ul li li li a {
		font-size:1em;
		}
	#content ul li li a:hover {
		color:#000;
		}

#content ul#sitemap li {
	list-style-type: none;
	background:none;
	padding:0;
	}
#content ul#sitemap li a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin:0;
	padding:0;
	}
#content ul#sitemap li a:hover {
	color:#000;
	text-decoration:underline;
	}
	#content ul#sitemap ul {
		border-top:1px dotted #eff4fa;
		}
	#content ul#sitemap li li {
		color:#000000;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		margin:0;
		padding:0;
		padding-left:15px;		
		}
		#content ul#sitemap li li a {
			color:#000;
			}
		#content ul#sitemap li li a:hover {
			color:#000;
			}
			#content ul#sitemap ul ul {
				margin-left:-10px;
			}
			#content ul#sitemap ul ul ul{
				margin-left:10px;
			}
			#content ul#sitemap li li li {
				background:url(/systemgfx/c/img/ico/orange-arrow_tcm7-234.gif) 11px 3px no-repeat;
				font-size:12px;
				padding-left:10px;
				}
				#content ul#sitemap li li li a {
					color:#000;
					padding:1px 0 0 10px;
					font-weight:normal;
				}

			#content ul#sitemap li li li li {
			  	background:url('/systemgfx/c/img/ico/grey-arrow_tcm7-218.gif') 11px no-repeat;
				}
				#content ul#sitemap li li li li a {
					padding:1px 0 0 10px;
					color:#000;
					}

	
/* Filter dropdowns
---------------------------------------------- */ 
.filter label {
	width:90px;
	float:left;
	clear:left;
 	margin:8px 0 0;
	}
.filter select {
 	margin:8px 0 0;
	background:#fff;
	color:#000;
	border:1px solid #ccc;
	width:230px;
	padding:2px 0 1px 4px;
	}

/* Award
---------------------------------------------- */ 
#awards {
	margin:8px 0;
	}
#awards a { 
	}
#awards a img {
	margin-top:10px;
	padding:0 20px 0 0 ;
	}
#awards a:hover img {
	background:#fafafa url('/systemgfx/c/img/ico/grey-arrow_tcm7-218.gif') 95% center no-repeat;
	}

/* Glossary
---------------------------------------------- */ 
#glossary {
	margin:8px 0;
	}
	#content ul#glossary li {
		display:inline;
		height:100%;
		padding:2px 4px 1px;
		margin-top:4px;
		background:none;
		text-align:center;
		}
	ul#glossary li a {
		font-size:1.5em;
		line-height:1em;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
		color:#FF6600;
		}
	ul#glossary ul li a:hover {
		color:#000;
		}
	ul#glossary a.selected {
		font-size:2.5em;
		color:#000;
		}

dl { /* also for Glossary */
	margin:2em 0 1em;
	border-bottom:1px solid #eff4fa;
	}
	dt {
		font-weight:bold;
		display:block;
		margin-top:10px;
		margin-bottom:2px;
		color:#000;
		background:#fff;
		}
	dd {
		margin:0;
		font-size:.92em;
		padding-left:2em;
		padding-bottom:4px;
		}
		dd a {
			display:block;
			background:url('/systemgfx/c/img/ico/grey-arrow_tcm7-218.gif') 0 0.4ex no-repeat;
			padding-left:1.5ex;
			}

/* Unattended (see to it, transition from older branding version)
---------------------------------------------- */ 
.date {
	display:block;
	color:#999;
	font-weight:300;
	font-size:.95em;
	}
span.comment {
	display:block;
	float:left;
	margin:22px 12px 0px 0px;
	padding-left:12px;
	color:#999;
	font-size:11px;
	line-height:11px;
	}


/* Variable styling elements (VSE): SEARCH
---------------------------------------------- */
span.search-result {
	display:block;
	width:auto;
	margin:8px 0 4px;
	padding:8px 0 4px;
	border-top:1px solid #eff4fa;
	}
span.search-result em {
	font-style:normal;
	color:#000;
	}
span.search-result a {
	display:block;
	font-weight:bold;
	}
sub.search-result-path {
	display:block;
	color:#999;
	font-size:11px;
	margin:2px 0px;
	}
span.search-result sub.search-result-path a {
	display:inline;
	font-weight:normal;
	text-decoration:underline;
	}
span.srch-effect,
span.srch {
	float:right;
	color:#999;
	}


#accord {
	margin-top:1em;
	}
	#accord a.toggler.atStart {
		display:block;
		margin:0;
		color:#000;
		background:url('arrows-1.gif') 0 0.4ex no-repeat;
		padding-left:1.5ex;
		text-decoration:none;
		}
		#accord a.toggler.atStart:hover {
			text-decoration:underline;
			}
		
		#accord p.element.atStart {
			display:block;
			padding-left:1.5ex;
			margin:0 0 0.2em;
			}

#carfiscalnews div strong { color:#999999; font-weight:normal; margin-right:10px; }
#carfiscalnews div h2 { display:inline; margin:0; }
#carfiscalnews div p { margin: 2px 0 10px 0; }
#carfiscalnews div .toplink { background-image:url('/systemgfx/c/img/ico/top_tcm7-232.gif'); background-repeat: no-repeat; background-position: center right; margin:-20px 0 20px 0; float:right; padding-right:20px; }
