body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: black;
	background: white;
	text-align: center;
}

#pageHolder {
	font-family: verdana, arial, sans-serif;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: center;
}	

#contentPanel {
	width: 580px;
	display: inline;
	float: left;
	margin-left: 210px;
}

#rightPanel {
	width: 200px;
	float: left;
	margin-left: 10px;
}

#leftPanel {
	width: 200px;
	float: left;
	margin-left: -790px;
}

#header {
	margin-bottom: 20px;
}

#footer{
	clear: both;
	font-size: 11px;
	text-align: center;
	color: rgb(119, 119, 119);
}

img {
	border: none;
}


a:link,
a:visited,
a:active {
	color: rgb(119, 119, 119);
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.logo {
	clear: both;
}

h1, h2, h3 {
	clear: both;
}

.mainArticle {
	clear: both;
	padding-top: 5px;
	width: 560px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: justify;
}

.mainArticle h1,
.mainArticle h2,
.mainArticle h3 {
	text-align: left;
	margin: 0;
	padding-top: 10px;
}

.mainArticle img {
	float: left;
	margin: 5px 5px 5px 0;
}
.mainArticle li {
	list-style: none;
	padding-left: 12px;
	margin-left: 20px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 0.5em;
}

.welcome {
	float: right;
}


form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-indent: 1px;
	border: 1px solid #858585;
	background: white;
}

.authentication input,
.search input,
.search select {
	border: 1px solid #E00918;
}

.search,
.authentication {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.authentication {
	float: right;
}

ul {
	margin: 0;
	padding: 0;
}

.menu {
	margin-top: 10px;
}

.mi {
	width: 100px;
	height: 16px;
	float: left;
	margin: 1px;
	background: black;
	border: 1px solid red;
	font-size: 12px;
	text-align: center;
}
.mi a:link,
.mi a:visited,
.mi:active {
	color: #858585;
	text-decoration: none;
}

.mi a:hover {
	color: white;
	text-decoration: underline;
}

.categories {
	width: 200px;
}
.categories li, .popularArticles li {
	list-style: none;
	padding-left: 12px;
	margin-left: 20px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 0.5em;
}
.categories li a:link,
.categories li a:visited,
popularArticles li a:link,
popularArticles li a:visited {
	text-decoration: none;
	background: transparent;
	color: #333333;
	font-size: 12px;
}
.categories li a:hover, popularArticles li a:hover {
	text-decoration: underline;
	color: #333333;
}

.advertisement {
	width: 200px;
	font-size: 12px;
	color: #676741;
	text-align: center;
}

.advertisement img {
	border: 1px solid gray;
	margin-top: 10px;
	margin-bottom: 10px;
}


.forumLatest {
	clear: both;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.galleriesLatest {
	clear: both;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.simpleBoxTop {
	width: 200px;
	height: 18px;
	padding-top: 4px;
	text-align: center;
	font-size: 12px;
	color: #858585;
	background: url(../images/simple_box_top.png);
}
		
.simpleBoxSide {
	background: url(../images/simple_box_side.png);
	background-repeat: repeat-y;
}

.simpleBoxBottom {
	width: 200px;
	height: 12px;
	background: url(../images/simple_box_bottom.png);
	font-size: 0px;
}


.titledBoxTop2 {
	width: 200px;
	height: 18px;
	padding-top: 4px;
	text-align: center;
	font-size: 12px;
	color: #858585;
	background: url(../images/box_top_200.png);
}
		
.titledBoxSide2 {
	background: url(../images/box_side_200.png);
	background-repeat: repeat-y;
}

.titledBoxBottom2 {
	width: 200px;
	height: 8px;
	background: url(../images/box_bottom_200.png);
	font-size: 0px;
}

.titledBoxTop {
	width: 200px;
	height: 16px;
	padding-top: 2px;
	text-align: center;
	font-size: 12px;
	color: white;
	background: url(../images/round_top.gif);
}
.titledBoxBottom {
	width: 200px;
	height: 5px;
	background: url(../images/round_bottom.gif);
	font-size: 0px;
}
.titledBoxSide {
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
}

.boxTop {
	height: 5px;
	font-size: 0px;
	background: url(../images/border_top.gif);
}
.boxBottom {
	height: 5px;
	font-size: 0px;
	background: url(../images/border_bottom.gif);
	margin-bottom: 5px;
}

.summaryImage {
	float: left;
	clear: both;
	margin: 5px;
}
.name a {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.detailImage {
	float: left;
	clear: both;
	margin-right: 10px;
}

.sectionTitle {
	background-image: url(../images/section_title.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 510px;
	padding-left: 10px;
	padding-right: 40px;
	font-weight: bold;
	font-size: 14px;
	color: black;
}
.sectionTitle a:link, .sectionTitle a:visited {
	color: black;
}

.next a:link, .next a:visited {
	font-size: 10px;
	color: #E00918;
}

div.next {
	text-align: right;
}

a.count:link, a.count:visited {
	color: #E00918;
	font-size: 12px;
}

textarea.content {
	width: 500px;
	height: 400px;
}

.onlineUser {
	float: left;
}

#message {
	width: 560px;
	height: 100px;
}

a.admin:link, a.admin:visited {
	font-size: 10px;
	color: blue;
}

#contents {
	width: 580px;
	height: 450px;
}
#testEditor {
	width: 580px;
	height: 450px;
}

.notes {
	color: blue;
	font-style: italic;
}

.articleList {
	clear: both;
}

.clip {
	white-space: nowrap;
	overflow: hidden;
	/* does not validate */
	/* text-overflow: ellipsis; */
}

input#title {
	width: 450px;
}

textarea#preview {
	width: 450px;
}
#refreshButton {
}

td.title {
	width: 100%;
}

.datetime {
	font-size: 10px;
	color: #999999;
}
td.datetime {
	white-space: nowrap;
	padding: 0 5px 0 5px;
}
.author {
	font-size: 10px;
	color: #999999;
}
td.author {
	width: 200px;
}

.newMessages {
	text-decoration: blink;
	color: #E00918;
}

.sideArticle img {
	margin-left: 5px;
}

.contents p {
	text-align: justify;
	margin: 0;
	padding-top: 5px;
	text-indent: 20px;
	overflow: hidden;
}

.contents img {
	text-indent: 0px;
	float: none;
}

.gallery td {
	margin: auto;
	width: 160px;
	height: 160px;
	border: 1px solid gray;
	padding: 12px;
}

.girl {
	width: 160px;
	padding: 0 10px 0 10px;
}

.navigation {
	text-align: center;
}

.navigation a:link, .navigation a:visited {
	font-size: 10px;
	color: #E00918;
}

.titledBoxTop2 a:link, .titleBoxTop a:visited {
	color: #858585;
}

.publicationList {
	border: none;
	width: 100%;
}

.clear {
	clear: both;
}

.totals {
	clear: both;
	padding: 4px;
}
textarea.comment {
	
}

.participants {
	background: #AA0918;
}

.participants th {
	color: #858585;
	background: black;
}

.participants td {
	background-image: url(../images/background.png);
}

.top1 {
	padding: 1px 10px 5px 10px; /* top right bottom left */
	vertical-align: top;
}
.bottom1 {
	padding: 10px 10px 1px 10px; /* top right bottom left */
	vertical-align: bottom;
}

.top2 {
	padding: 20px 10px 5px 10px; /* top right bottom left */
	vertical-align: top;
}
.bottom2 {
	padding: 5px 10px 20px 10px; /* top right bottom left */
	vertical-align: bottom;
}
.top3 {
	padding: 100px 10px 5px 10px; /* top right bottom left */
	vertical-align: top;
}
.bottom3 {
	padding: 5px 10px 100px 10px; /* top right bottom left */
	vertical-align: bottom;
}
.top4 {
	padding: 100px 10px 5px 10px; /* top right bottom left */
	vertical-align: top;
}
.bottom4 {
	padding: 5px 10px 100px 10px; /* top right bottom left */
	vertical-align: bottom;
}
.top5 {
	padding: 5px 10px 5px 10px; /* top right bottom left */
	vertical-align: top;
}
.bottom5 {
	padding: 5px 10px 5px 10px; /* top right bottom left */
	vertical-align: bottom;
}

.result {
	border: 1px solid #AA0918;
}

.result div {
	padding: 1px 5px 1px 5px;
}
.winner .nr {
	font-weight: bold;
	color: red;
}
.label {
	color: gray;
}
.nr {
	color: gray;
	background: black;
}
.et {
	color: #AA0918;
}
.popup {
	position: absolute;
	top: 170px;
	left: 205px;
	text-align: center;
	padding: 5px;
	border: 1px solid black;
	background: white;	
}
