
/* Page header */
#head {
	padding-top: 35px;
	padding-bottom: 2em;
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
	background-color: white;
}
#topnav {
	position: absolute;
	right: 3px;
	text-align: right;
	top: 10px;
}
#head span {
	color: #888;
}
#head h1 {
	color: #000;
	font-size: 2.5em;
	letter-spacing: 2px;
	line-height: 65%;
}

/* Breadcrumbs at the top */
#bread {
	background-color: #EFEFEF;
	font-size: 80%;
	margin-bottom: 1.4em;
	padding: 0.2em 0.2em 0.2em 0.4em;
	text-align: right;
}

/* Body with contents */
body {
	background: #4D87C7 url(bg_blue.gif) repeat-x fixed left top;
	font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}

#text {
	max-width: 1080px;
}

.content {
	background-color: white;
	padding-left: 2em;
	padding-right: 2em;
}

/* Sidebar and Table-Of-Contents on the left */
#sidebar, #tocdiv {
	padding: 10px;
	margin: 0;
	background-color: white;
}
#sidebar, #tocdiv {
	font-size: 80%;
}
#sidebar, #sidebar ul, #tocdiv, #tocdiv ul {
	list-style-type: none;
}
#sidebar li:hover, #tocdiv li:hover {
	background: #EFEFEF none repeat scroll 0 0;
}
#sidebar_current {
	font-weight: bold;
}
.sidebar1, .toc1 { padding-left: 1em; }
.sidebar2, .toc2 { padding-left: 2em; }
.sidebar3, .toc3 { padding-left: 3em; }
.sidebar4, .toc4 { padding-left: 4em; }
.sidebar5, .toc5 { padding-left: 5em; }
.sidebar6, .toc6 { padding-left: 6em; }

#toc {
	padding: 0;
}

#tocdiv {
	margin-top: 1.4em;
}
#tocdiv h2 {
	font-size: 120%;
}

/* History section near end of page */
ul#history {
	list-style-type: none;
	padding-left: 0;
	text-indent: -2em;
	margin-left: 2em;
}

/* Footer at the end, including the RSS icon */
div#foot {
	/* Local style */
	border-top: 5px solid #ddd;
	max-width: 1080px;
	color: #777;
	padding-bottom: 1.2em;
	padding-top: 1.2em;
	background-color: white;
}
#timerss {
	font-size: 80%;
}
#rss {
	float: right;
	padding: 0;
}
#rss img {
	border-width: 0;
}

/* Language marking */

.lang_en {
	background-color: #ffc;
}

/* Special sitemap page */
ul.sitemap {
	padding-left: 0;
}

.sitemap li {
	list-style-type: none;
}

#sitemap .lang_en {
	margin-right: 1em;
}

/* Normal page elements */
h1, h2, h3, h4, h5, h6 {
	font-family: "times new roman",times,serif;
	margin: 0 0 0.25em;
}
h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 150%; }
h4 { font-size: 133.33%; }
h5 { font-size: 116.67%; }
h6 { font-size: 116.67%; font-style: italic; }

a {
	text-decoration: none;
}

pre {
	background-color: #EFEFEF;
	padding: 0.2em;
	padding-left: 0.4em;
	margin-left: 3em;
	clear: both;
}

img {
	padding: 3px;
}

th {
    text-align: left;
}

tr {
    vertical-align: top;
}

table.softwareproject {
	background-color: #ccc;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	padding: 2px 6px 2px 6px;
}

td.first {
	padding-right: 10px;

}

/* Misc styles */
.todo {
	font-weight: bold;
	color: red;
}
