.article
{
 border: 2px dashed red;
 background: lightblue;
 padding: 5px;
}

.articleTitle
{
 font-weight: bold;
 font-size: 18;
 background: lightgrey;
 padding: 5px;
 color: darkblue;
}

.articleContent
{
 padding: 5px;
 text-align: justify;
 margin-top: 10px;
 color: darkblue;
}

.articleMenu
{
 text-align: right;
 font-size: 12;
 font-weight: bold;
 margin-bottom: 5px;
}

.articleMenuEditButton
{
 cursor: pointer;
 background: yellow;
 padding: 2px;
 text-decoration: underline;
}

html,body{margin:0;padding:0}
body 
{ 
 font: 76% arial,sans-serif;
 text-align:center;
 background-color: black;
 color: #aaa;
}


p{margin:0 10px 10px}

#menu
{
 list-style: none;
 margin: 0;
 padding: 4px 0;
 text-align: center;
}

.menu_item 
{
 list-style: none;
 display: inline;
 margin: 0 4px;
}

.menu_item a:hover
{
	text-decoration: underline;
}

#header {
 border: none;
 position:relative;
 height: 294px;
 
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 5px;
	color: #000;
	
	display: none;
}

#header a {
 border: none;
 position:relative;
 height: 294px;

}

#headimg {
border: none;
}

a {
 color: #ddd;
 text-decoration: none;
 font-weight: bold;
 border: none;
 
}

td 
{
 color: grey;
}

div#container{text-align:left}
div#content p{
	line-height:1.4;
	font-size: 1.2em;
}
div#navigation{background:#333}
div#extra{background:#444}
div#footer{
	background: #333;
	color: #FFF;
	margin: 5px 0;
	padding: 4px 0;
	text-align: center;
}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

#upperfooter {
	border-top: 1px solid #333;
	margin: 2px 0;
	padding: 3px 0;
}

#upperfooter div.sect{
	float: left;
	margin: 0 5px;
}

.clr {
	clear: both;
}

div#container{width:700px;margin:0 auto}

#navigation {
	
}

div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%}

#content {
 font-size: x-small;
 font-family: verdana;
 margin-top: 10px;
}

#article {
	margin: 10px 0;
	padding: 4px;
}

#goback {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	text-decoration: underline;
}

#paginate {
	width: 100%;
	text-align: center;
	margin: 2px 0;
	padding-top: 4px;
}

#baner  {
 color: #000000;
 border: none;
}

th a {
  color: #AAAAAA;
}

th.sort_asc {
 /* background: #000 url("../images/sort_asc.png") no-repeat right center;*/
}

th.sort_desc {
  /*background: #000 url("../images/sort_desc.png") no-repeat right center;*/
}

.actual_row {
  background: #CADBE5;
  color: #000;
}

.actual_row a, .actual_row td {
  color: #2F2D1D;
}

.odd {
  
}

.even {
  background: #323130;
}

.events img {
  border: none;
  margin: 2px;
}
