@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,input,textarea,select {
	font-family: "Arial", "verdana", "Bitstream Vera Sans", "Kalimati", "arial", "vera sans mono", "Sans", "Sans-Serif", "Summersby";
	font-size: 13px; line-height: 1.4em;
	color: #000;
}

h1,h2,h3 {
	margin: 0; padding: 1em 0 0 0; line-height: 1.1em;
	font-size: 20px; font-weight: normal;
	color: #b6bf00; /* mimoOn green */
}
h1 span{
	color: rgb(182,191,0); /* mimoOn green */
}
h2,h3 {
	font-size: 16px; padding-top: 1.5em;
	font-weight: bold;
	color: rgb(0,52,120); /* mimoOn blue */
}
h3 {
	margin: 0; padding: 0;
	font-size: 16px; color: rgb(100,100,100);
	font-weight: normal;
}

a {
	color: rgb(0,52,120);
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p,ul, ol, address,table,form {
	margin: 0.8em 0;
	line-height: 1.4em;
}

ul, ol, table, form{
	padding-left: 0em; margin: 1em 0;
}

li {
	list-style: square;
	margin: 0.3em 0;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	font-size: 0.8em;
	color: rgb(128, 0, 0);
}

ins {
	color: rgb(0, 128, 0);
}

/* imgs */
img {
	border: none;
}

div.photo img {
	background: #FFF;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

div.border img {
	border: 1px solid rgb(150, 150, 150);
}

/* tables */
table {
	border-collapse: collapse; border-spacing: 0;	border: none;
	font-size: 1em; margin: 1em 0; width: 100%;
}
thead{
	height: 33px;
	background: url("../images/thead.gif") top left no-repeat #b2bb00;
}
th,td {
	padding: 0 1em;
	text-align: left; color: #000;
}
td{
	padding: 0.3em 1em;
	border: 1px solid #e7e7e7;
}
th{
  height: 33px; line-height: 33px;
  color: #FFF; font-weight: bold;
}
tbody{
	border: 1px solid #e7e7e7;
	border-top: none;
}
tbody tr{
	border: 1px solid #e7e7e7;
}
tr.odd {
	background: #fff;
}

tr.even {
	background: url("../images/even.gif") bottom left repeat-x;
}
th.right, td.right{
  text-align: right;
}
th.center, td.center{
  text-align: center;
}

/* other */
.dummy {
	clear: both;
}

p.message, p.successful {
	padding: 0.5em;
	margin: 1em 0;
	border: 2px solid rgb(100, 100, 100);
	color: rgb(80, 80, 80); /* gray */
  background: #f0f0f0; /* light gray */
}
p.successful{
  background: #d9ffda;
  border-color: #009504;
}
p.error{
  background: rgb(250,200,200);
  border-color: rgb(200,0,0);
  color: #000;
}
p.info{
	color: rgb(0,52,120);
	font-size: 17px; line-height: 1.3em;
}
.arec_content li{
  list-style: none; padding: 0 0 0 20px;
  list-style: none;  margin-left: none; padding-left: 20px;
  line-height: 1.6em;
  border-bottom: 1px solid #ebebeb;
  font-weight: bold;
  background: url("../images/li.gif") 5px 7px no-repeat;
}
.arec_content li.last{
	border: none;
}
#footer{
	clear: both;
	text-align: center;
}
#footer a{
	color: #000; text-decoration: none;
}
div.event-box{
	clear: both; padding: 0 10px;
	width: 555px; min-height: 125px; margin-bottom: 20px;
	background: url("../images/event-box.gif") top left no-repeat;
}
div.event-box h2{
	margin: 0; padding: 0 0 20px 0;
	height: 32px; line-height: 32px;
	float: left; width: 275px;
}
div.event-box h3{
	margin: 0; padding: 0 0 20px 10px;
	height: 32px; line-height: 32px;
	color: #b6bf00; font-weight: bold; 
	float: right; width: 265px;
}
div.event-box img{
	float: right; margin: 0 0 10px 10px;
}