body {
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.a_name, .a_name:hover, h1 a, h1 a:hover, h2 a, h2 a:hover {
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: #000064;
}

#title_l {
	padding: 10px;
	font-size: 1.6em;
}

#title_r {
	float: right;
	padding: 10px;
}

#title_r b {
	font-size: 1.2em;
}

#mc_container {
	clear: right;
	width: 100%;
}

#menu {
	float: left;
	width: 200px;
	
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
	
	font-size: 0.9em;
	list-style: none;
}

#menu a {
	display: block;
	
	color: #000064;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
}

#menu a:hover {
	color: #0000FF;
	text-decoration: none;
}

#menu .active {
	color: #FFFFFF !important;
	background-color: #000064;
}

#menu .header {
	font-weight: bold;
	padding: 5px 8px;
}

#menu .line {
	margin: 2px 5px;
	height: 0px;
	
	border-top: 1px solid #000064;
	border-bottom: 1px solid #000064;
}

#menu ul {
	padding-left: 16px;
	margin: 0px;
	
	list-style: none;
}

#menu ul a {
	border-left: 1px solid #000064;
}

#content_box {
	margin-left: 200px;
	width: auto;
	
	border: 3px solid #000064;
	border-right: none;
	
	font-size: 0.95em;
	padding: 10px;
}

#content_box p {
	margin: 0px;
	margin-bottom: 16px;
}

#content_box ul, #content_box ol {
	margin-top: 0px;
	margin-bottom: 16px;
}

#content_box h1 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 1.6em;
}

#content_box h2 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 1.4em;
}

#content_footer {
	clear:left;
}

#content_footer p {
	margin: 10px;
	font-size: 0.8em;
}

#footer {
	margin-left: 200px;
	padding: 6px 10px;
	
	font-size: 0.8em;
}

.download-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.download-list li {
	background: transparent url('/style/down16.png') center left no-repeat;
	padding-left: 18px;
	margin-bottom: 6px;
	margin-top: 4px;
}

.download-list .ver {
	background: none;
	padding-left: 0;
	margin-bottom: 18px;
}

.download-list .title {
	background: none;
	padding-left: 0px;
	margin-left: 0px;
	
	font-size: 1.2em;
}

.download-list .f24 {
	background-image: url('/style/floppy24.png');
	padding-left: 28px;
}

.download-list .cd24 {
	background-image: url('/style/cdrom24.png');
	padding-left: 28px;
}

.download-list .drv24 {
	background-image: url('/style/driver24.png');
	padding-left: 28px;
}

.download-list .exe24 {
	background-image: url('/style/exe24.png');
	padding-left: 28px;
}

.download-list .src16 {
	background-image: url('/style/source16.png');
}

.download-list .src24 {
	background-image: url('/style/source24.png');
	padding-left: 28px;
}

.download-list .zip16 {
	background-image: url('/style/zip16.png');
}

.download-list .install16 {
	background-image: url('/style/install16.png');
}

.download-list .install24 {
	background-image: url('/style/install24.png');
	padding-left: 28px;
}

.download-list .win_exe16 {
	background-image: url('/style/win_exe16.png');
}

.download-list .win_exe24 {
	background-image: url('/style/win_exe24.png');
	padding-left: 28px;
}

.download-list span {
	margin-left: 20px;
}

.code-header {
	margin: 10px;
	margin-bottom: 5px;
	margin-top: 18px;
}

.code-header a {
	font-weight: bold;
}

#comment_form_table {
	margin: 10px;
	margin-top: 0px;
}

#comment_form_table th {
	text-align: right;
}

#comment_form_table img {
	margin-bottom: -5px;
}

.c_error {
	color: #FF0000 !important;
	font-weight: bold;
}

.comment_main {
	margin-bottom: 16px;
}

.comment_main h1 {
	font-size: 1.1em !important;
	font-weight: normal !important;
}

.comment_body {
	margin-left: 10px;
	
	padding-left: 4px;
	border-left: 1px solid #000064;
}

.post_preview .body {
	margin-bottom: 16px;
}

