
html, html body {height: 100%;}

body {
	color: #cccccc;
	background-image: url(../decorations/background.png);
	background-color: #000000;
	margin: 0;
	font-family: Verdana;
	font-size: 12pt
}

strong {
	font-weight: bold;
}

.tiny {
	font-size: 33%;
}

#layout {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
}

#layout > td {
	padding: 0;
	text-align: left;
}

#top {
	height: 100px;
	width: 100%;
	background-image: url(../images/CCext.png);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 2px solid #ffffff;
}

#logo {
	margin-left: 16px;
	margin-top: 0px;
}
#logo:after {
	content: url(../images/cc_text.png);
}

#left {
	table-layout: fixed;
	vertical-align: top;
	width: 22%;
}

#right {
	vertical-align: top;
	width: 78%;
	height: 100%;
	padding-top: 0px;
}

#menu {
	border-collapse: collapse;
	margin-left: 10px;
	margin-top: 12px;
	font-size: 12pt;
	font-family: "Verdana", monospace;
}

#menu td {
	vertical-align: middle;
	height: 32px;
	padding-right: 4px;
	padding-bottom: 12px;
}

.mlink {
	color: #ccccdd;
	text-decoration: none;
}

.self {
	color: #ffffc0;
	text-decoration: none;
}

.self:hover {
	text-decoration: underline;
}

.mlink:visited {
	color: #cccccc;
	text-decoration: none;
}

.mlink:hover {
	color: #ccccff;
	text-decoration: underline;
}

#menu img {
	margin-right: 6px;
}

.submenu {
	font-size: 10pt;
}

.submenu a {
	vertical-align: top;
}

#paper {
	width: 96%;
	max-width: 800px;
	margin-left: 0.9%;
/*	height: 99%;
*/	color: #404040;
	background-color: #ffffff;
	background-image: url(../decorations/vbar_2.png);
	background-repeat: repeat-x;
	-moz-border-radius-bottomleft: 2em;
	-moz-border-radius-bottomright: 2em;
	-webkit-border-bottom-right-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	margin-bottom: 25px;
}

#content {
	margin: 0;
	padding: 0.4em;
	padding-top: 1.2em;
	padding-left: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 40em;
	padding-bottom: 1.5em;
	text-align: left;
}

.newsbox {
	width: 30em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	min-height: 8em;
	text-align: justify;
/*	border: 3px groove;*/
	padding-right: 2px;
}

.newsbox img {
	float: right;
	width: 96px;
	height: 96px;
	margin-top: 1.3em;
	margin-left: 1em;
	margin-right: 0;
	margin-bottom: 0.2em;
}

.newsdate {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.illus_l {
	float: left;
	margin-left: 0;
	margin-top: 1.3em;
	margin-bottom: 1em;
	margin-right: 1em;
}

.illus_r {
	float: right;
	margin-right: 0;
	margin-top: 1.3em;
	margin-bottom: 1em;
	margin-left: 1em;
}

button {
	background-image: url(../decorations/buttonbg.png);
}

.nolist {
	list-style: none;
}

.spacedlist li {
	margin-bottom: 1em;
}

.gallerytable {
	border-collapse: collapse;
}

.gallerytable tr td {
	background-color: #101010;
	background-image: url(../decorations/background.png);
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 120px;
}

.gallerytable img {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

.poplink {
	cursor: url(../decorations/open_link.png), pointer;
}

.noframeimg {
	border: none;
}

.overstrike {
	text-decoration: line-through;
}

.valid {
	
}

.invalid {
	color: #ffff00;
	background-color: #aa0000;
}

.changed {
	background-color: #aaffaa;
}

.deprecated {
	background-color: #cccccc;
}

.ralign {
	text-align: right;
}

.lalign {
	text-align: left;
}

#leftcol {
	position: relative;
	width: 50%;
}

#rightcol {
	position: relative;
	left: 50%;
	top: 0px;
	width: 50%;
}

.mini_image {
	width: 1.5em;
	margin-bottom: -0.6em;
	margin-right: 0.2em;
}

.staritem {
	background-image: url(../decorations/bgstar.png);
	background-position: right;
	background-repeat: no-repeat;
}

.bulletitem {
	background-image: url(../decorations/bullet.png);
	background-position: right;
	background-repeat: no-repeat;
}

.linebreaks {
	white-space: pre;
}


