* {
    font-family: sans-serif;
}

html {
    background-color: rgb(235, 235, 250);
}

div.header {
    height: 90px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: rgb(20, 50, 100);
}

div.header img.logo {
    float: left;	
    margin-top: 24px;
    margin-left: 20px;
    margin-right: 10px;
}

div.header a {	
    text-decoration: none;
}

div.header a h1 {
    margin-top: 18px;
	margin-left: 18px; 
    font-size: 2.7em;
    font-family: serif;
    letter-spacing: 0.07em;
    color: white; 
}

div.header .ticker {
    float: right;
    width: 300px;
    height: 30px;
    margin-top: 30px;
    margin-right: 20px;
    border: inset 2px black;
    background-color: rgb(245, 245, 245);
}

span.headerbar {
	display: block;
    height: 10px;	
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px black;
    border-right: solid 1px black;
    background-color: rgb(180, 180, 220);
}

div.main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    background-color: white;
}

div.toc {
	float: left;
    width:    150px;	
    padding-top: 1em;
}

div.toc h2 {
    margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
}

div.toc a {
    display: block;
    width: 130px;
    padding-top: 3px;
    padding-left: 20px;
    padding-bottom: 3px;
	color: black;
	font-size: 0.8em;
	text-decoration: none;
}

div.toc a:hover {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-weight: bold;
    background-color: white;  
}

div.toc a.selected {
    font-style: italic;
}

div.contents {
    min-height: 500px;
    margin-left: 150px;
    padding: 1em;
    padding-bottom: 3em;
    border-left: solid 1px rgb(200,200,200);
    font-size: 0.8em;
    font-family: Verdana;
    background-color: white;
}

div.contents h1 {
	margin-top: 0.sem;
	margin-bottom: 0.8em;
	color: rgb(50, 70, 120);
	font-size: 1.7em;
}

div.contents h2 {
    margin-bottom: 0.8em;
    color: rgb(20, 50, 100);
    font-size: 1.4em;
}

p.introduction {
	margin-bottom: 3em;
}

p.newsitem {
	margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
}

h3 {
    margin-bottom: 1em;
	margin-left: 1em;
    font-weight: bold;
}

p.newsitem span.newsitem-date {
	display: block;
	margin-top: 1em;
	margin-right: 2em;
    font-style: italic;
    text-align: right;	
}

ul.links {
    float: right;	
}

div.cloudelay-viewer-myreportbox {
	float: left;
	padding: 1px;
    border: double 3px gray;
}

div.cloudelay-viewer-map {
    height: 290px;
	margin-left: 220px;
    padding: 1px;
    border: double 3px gray;
    background-color: white;
}

div.cloudelay-viewer-table {
	clear: both;
}


div.footer {
	padding: 6px;
    color: gray;
    font-size: 0.7em;   
    text-align: center;
}

div.footer a {
    color: blue;	
}

.tabs {
	display: block;
}

.tabs a {
	display: block;
	float: left;
    width:  140px;
    height: 20px;
    margin-right: 10px;
    border: solid 1px rgb(200,200,200);
    color:  rgb(0, 80, 200);
    text-decoration: none;
    text-align: center;
}

.tabs .selected {
	font-weight: bold;
}

.clearblock {
    display: block;
    height: 30px;
}

