body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #2E4C2E;
	margin-top: 8px;
	margin-left: 8px;
}

div.comics {
	background: #FFFFFF;
	width: 764px;
	position: absolute;
	top: 148px;
}

div.upload {
	background: #FFFFFF;
	width: 980px;
	position: absolute;
	top: 148px;
}

tr.upload {

}

td.upload {
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px dotted #000000;
}

td.upload_options {
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: top;
	border-bottom: 1px dotted #000000;
}

div.comic_title {
	border-bottom: 1px solid #000000;
	/*padding-top: 6px;
	padding-bottom: 6px;*/
	width: 752px;
	padding: 6px;
}

div.options {
	border-bottom: 1px dotted #000000;
	padding-top: 12px;
	padding-bottom: 12px;
}

div.options_last {
	padding-top: 12px;
	padding-bottom: 6px;
}

div.options_first {
	border-bottom: 1px dotted #000000;
	padding-top: 6px;
	padding-bottom: 12px;
}

div.menue {
	background: #2E4C2E;
	width: 980px;
	height: 32px;
	position: absolute;
	top: 116px;
	padding-top: 6px;
	padding-left: 12px;
}

div.sidebar {
	background: #FFFFFF;
	width: 188px;
	position: absolute;
	top: 148px;
	left: 788px;
	padding: 6px;
}

div.footer_gap {
	background: #2E4C2E;
	width: 764px;
	height: 32px;
}

div.footer {
	background: #FFFFFF;
	width: 748px;
	padding: 6px;
	text-align: center;
}

a {
	color: #880000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.menue {
	color: #FFFFFF;
}

a.menue:hover {
	color: #C0C0C0;
}

a.comic_title {
	font-size: 16px;
	font-weight: bold;
	color: #000088;
}

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

a.more_infos {
	font-size: 12px;
	color: #000088;
}

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

td.direct_link {
	font-size: 12px;
	/*color: #808080;*/
	text-align: right;
}

a.direct_link {
	
}
