/* Text styling, markup
---------------------------------------------- */ 
@import url('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:#39c;
	}
#content p a {
	text-decoration:underline;
	}
#content p a:hover {
	text-decoration:none;
	}
a:visited	{
	color:#3d9dcd;
	}
a:hover {
	color:#f60;
	}
a:focus {
	background:#eff4fa;
	color:#fa6a0a;
	}
a:active {
	color:#fa6a0a;
	}


/* Master markup
---------------------------------------------- */
#path {
	font-size:.76em;
	color:#999;
	}
	#path a,
	#path a:link,
	#path a:visited {
		color:#999;
		text-decoration:none;
		}
	#path a:hover,
	#path a:focus,
	#path a:active {
		color:#f60;
		text-decoration:underline;
		}

#content {
	font-size:1em;
	}
h1,
#content h1 {
	margin:0 0 0.6em;
	padding:0 0 0.4em;
	font-size:large;
	font-weight:400;
	line-height:2ex;
	color:#000;
	border-bottom:1px solid #e5e5e5;
	}

h2,
#content h2 {
	margin:0;
	padding:0;
	font-size:small;
	line-height:2ex;
	font-weight:600;
	color:#000;
	}
h1 + h2 { margin: 0.5em 0 0.2em; }
#content h3,
#content h4,
#content h5,
#content h6 {
	margin:1em 0 0;
	padding:0;
	font-size:1em;
	}
h3 {
	color:#006;
	}
h4,h5,h6 {
	color:#000;
	}
#content h3 em,
#content h4 em,
#content h5 em {
	font-style:normal;
	color:#006;
	}
h6 {/* used for all titles in side columns */
	margin:0;
	padding:8px 0 4px;
	font-size:13px;
	line-height:13px;
	color:#006;

	}
#content p {
	margin:0.2em 0 1em;
	padding:0;
	font-size:1em;
	line-height:1.5em;
	}
	#content p strong {
    color:#f60;
    }
	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 {
	margin:1em 0 1.2em 1em;
	}
#content ul li {
	display:list-item;
  	margin-bottom:0.2em;
  	padding-left:1.5ex;
  	line-height:1.4em;
  	height:100%;
  	background:url('../g/diamond.gif') left 1ex no-repeat;
  	}
	#content ul li a {
	    	}
	#content ul ul {
		margin:0.05em 0 0.4em;
		}
	#content ul li li {
		padding-left:2.2ex;
	  	background:url('../g/ico_arr_nav1.gif') 1ex 1ex no-repeat;
/*		background:url('../g/arrows.gif') -0.3ex 0.4ex no-repeat;*/
		font-size:.95em;
		}
	#content ul li li a {
		font-size:.95em;
		}
	#content ul li li li a {
		font-size:1em;
		}
	#content ul li li a:hover {
		color:#f60;
		}

#content ul#sitemap li {
	background:none;
	padding:0;
	}
#content ul#sitemap li a {
	font-weight:bold;
	color:#788cc8;
	padding:4px 0 2px;
	}
#content ul#sitemap li a:hover {
	color:#f60;
	}
	#content ul#sitemap ul {
		border-top:1px dotted #eff4fa;
		}
	#content ul#sitemap li li {
		padding:0;
		}
		#content ul#sitemap li li a {
			color:#f60;
			font-weight:300;
			padding:1px 0 0 6px;
			}
		#content ul#sitemap li li a:hover {
			color:#006;
			}
			#content ul#sitemap li li li {
			  	background:url('../g/ico_arr_nav1.gif') 1.1ex 1.2ex no-repeat;
				padding:0;
				}
				#content ul#sitemap li li li a {
					color:#39c;
					font-weight:300;
					font-size:1em;
					padding:1px 0 0 2.4ex;
					}
				#content ul#sitemap li li li a:hover {
					color:#60;
					}

			#content ul#sitemap li li li li {
			  	background:url('../g/ico_arr_nav1.gif') 3.1ex 1.2ex no-repeat;
				}
				#content ul#sitemap li li li li a {
					padding:1px 0 0 4.6ex;
					color:#006;
					font-size:0.95em;
					}
				#content ul#sitemap li li li li a:hover {
					color:#f60;
					}

  #content sub {
    font-size:0.85em;
    color:#666;
    }
	
/* Filter dropdowns
---------------------------------------------- */ 
.filter select {
 	margin:8px 0 0;
	background:#eff4fa;
	color:#006;
	border:0;
	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('../g/arrows.gif') 95% center no-repeat;
	}

/* Glossary
---------------------------------------------- */ 
#glossary {
	margin:8px 0;
	}
	#content #glossary li {
		display:inline;
		height:100%;
		padding:2px 4px 1px;
		margin-top:4px;
		background:none;
		text-align:center;
		}
	#glossary a {
		font-size:1.9em;
		line-height:1em;
		font-weight:bold;
		}
	#glossary a:hover {
		}
	#glossary a.selected {
		font-size:2.5em;
		color:#006;
		}

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:#006;
		background:#fff;
		}
	dd {
		margin:0;
		font-size:.92em;
		padding-left:2em;
		padding-bottom:4px;
		}
		dd a {
			display:block;
			background:url('../g/arrows.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:#006;
	}
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;
	}