h1 {
        font-family: Tahoma, Geneva, sans-serif;
        color: #333333;
	font-size: 22px;
        text-shadow: 3px 2px 3px #505050;
}

h2 {
        font-family: Tahoma, Geneva, sans-serif;
        color: #333333;
	font-size: 18px;
        text-shadow: 3px 2px 3px #505050;
}

p {
        color: #333333;
	font-family: Arial;
	font-size: 12px;
}

p.small {
        //color: #242424;
        color: #DCDCDC;
	font-family: Arial;
	font-size: 10px;
        font-weight: bold;
        padding: 5px 0px;
        margin: 0px;
}

body {
	background-color: #e4e4e4;
}

img {
	border: 0;
}


#main{
	left: 60%;
	margin-left: -50%;
	position: absolute;
	top: 20px;
	width: 80%;
	padding: 0;
}

#top {
        width: 100%;
        height: 100px;
	border: 1px solid #ffffff;
//        border-radius: 7px 7px 0 0;
//	  border-width: 1px 1px 0 1px;
	background-color: #ffffff;
//	  background-image: url(../images/top.gif);
//	  text-align: center;
}

#menu {
        width: 100%;
        height: 35px;
	border: 1px solid #5959AC;
//	  border-width: 1px 1px 0 1px;
//	  text-align: center;
	background-color: #5959AC;
        font-size: 16px;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
//        text-align: center;
        text-shadow: 3px 2px 3px #505050;
}

#menu ul {
        height: auto;
        padding: 8px 0px;
        margin: 0px;
}

#menu li {
        display: inline;
        padding: 10px;
}

#menu a {
        text-decoration: none;
        color: #DCDCDC;
//        color: #242424;
        padding: 8px 8px 8px 8px;
}

#menu a:hover {
        color: #333333;
        background-color: #ACACD6;
}

#container {
	position: relative;
//	  background-color: #e4e4e4;
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #ffffff;
}

#content {
        margin: 20px;
}

#bottom {
        width: 100%;
        height: 20px;
	border: 1px solid #5959AC;
	border-width: 1px;
	background-color: #5959AC;
//        border-radius: 0 0 7px 7px;
	text-align: center;
}

table.overview {
	border-collapse: collapse;
	width: 500px;
	border: 1px solid #333333;
}
table.overview2 {
        border-collapse: collapse;
        width: 800px;
        border: 1px solid #333333;
}

tr.even {
	background-color: #D5D5D5;
}

tr.odd {
	background-color: #E5E5E5;
}

th {
//	background-color: #333333;
	background-color: #5959AC;
	text-align: left;
	color: #DCDCDC;
	width: 300px;
	border: 0px;
	border-left: 1px solid #333333;
	padding: 1px 5px 1px 5px;
}

td {
	border: 0px;
	border-left: 1px solid #333333;
	padding: 1px 5px 1px 5px;
}

td,tr {
	font-family: Arial;
	font-size: 12px;
}

td.right{
	text-align: right;
}

th.right{
	text-align: right;
}
a.list {
        color: #333333;
        text-decoration: none;
}
table.highcharts{
	border: 0;
}
td.highcharts{
        border: 0;
	border-left: 0;
}
td.highchartsr{
        border: 0;
	border-left: 0;
        text-align: right;
}

