body {
  font-family: Lucida Sans Unicode, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  /*background: #99A989 url(/akimages/bg.jpg) repeat 0 0;*/
  background-image: url("img/topdx.png") repeat-x;
  background:#E1E2E3;

}
/*
.content{
background: #99A989 url(/akimages/bg.jpg) repeat 0 0;
}*/
#main h1,h2,h3,h4,h5,h6{
text-shadow: 4px 4px 4px #aaa;
color:green;
}
h4 a{
color:green;
}
h4 a sup{
color:red;
text-decoration:none;
}
#main{
background:white;
background:url('/akimages/x.jpg');
/*
background:#F5DEB3;
border:5px solid #0EB852;*/
}

p {
  line-height: 1.5em;
}
.headline {
  color:#000000;
  position: absolute;
  top:50px;
  margin:0 15px 0 15px;
  width:170px;
  text-align:center;
}
.headline a{
  color:black;
}

.headline a:visited{
  font-style:italics;
}

p.eventinfo{
padding-top:15px;
/*color:white;*/
}

/* for rounded corners in menu */
.bl {background: url(/akimages/lmenu.png) no-repeat #0079A8;}
.br {background: url(/rounded/br_wed.gif) 100% 100% no-repeat}
.tl {background: url(/rounded/tl_wed.gif) 0 0 no-repeat}
.tr {background: url(/rounded/tr_wed.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}


.topmenu{
display:none;
background:#E1E2E3;
text-align:center;
margin : 0 auto;
}

.topmenu img{
height:32px;
width:32px;
border:none;
}

.topmenu a{
margin-left:20px;
}


ol.rules{
	/*list-style-image: url('/axiss/akimages/arrow.png');*/
	padding:0 5px 0 0;
	margin:0 0 0 20px;	
	font-family:Georgia;
	font-size:20;
	text-align:justify;
}
ol.rules li{
	/*border-top:1px solid #848484;
	border-bottom:1px solid #848484;*/
}
ol.rules li ol{
	/*list-style-image: url('/axiss/akimages/arrow.png');*/
	list-style:none;
}
ol.rules li ol li{
	border:none;
}

div.modal h2.close{
	text-align:center;
	background:url('/images/close_pop.png') no-repeat 100% 0; 
	cursor:pointer;
}
#registration{
	color:white;
/*	background:url('/akimages/registrations.png') no-repeat;*/
	font-weight:bold;
}


  .msgBox{
    color:#00B8F2;
    font-weight:bold;
    height:100px;
    text-align:center;
    position:absolute;
    width:250px;
    background:black;
    -moz-box-shadow:#999 2px 0px 3px;
    -webkit-box-shadow:#999 2px 0px 3px;    
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:10px;
    padding-top:30px;
    top:10px;
    right:10px;
    font:20px/24px Arial, Helvetica, sans-serif;
  }
  
  #login label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#login input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#login #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#login #send:hover{
	background: #79a7f1;
}
div#welcum{
	background:url('/cloud_comment.png') no-repeat;
}