body
{
	margin:0px;
	background-color: Black;
}
.main{width: 731px;}
.menu
{
	background-image: url(../img/heading.gif);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
	padding: 6px 0px 0px 0px;
}
.menu a
{
	font-family: arial;
	font-size: 14px;
	color: #FBCD37;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px 25px 0px 25px;
}
.menu a:hover{color: #f28300;}
.content{width: 731px;text-align: center;}
/* Div Based Master Page */
/* Default CSS Stylesheet for a new Web Application project */
.heading
{
	background-image: url(../img/heading.gif);
	background-color: #2a2c2b;
	text-align: center;
	font-family: verdana;
	font-style: italic;
	font-size: 20px;
	color: #f68600;
	height: 30px;
}
.bottom
{
	font-family: Verdana;
	font-size: 11px;
	color: #f68600;
	text-align: center;
	background-image: url(../img/heading.gif);
	height: 30px;
	padding-top:6px;
}
.bottom a
{
	color: #f68600;
	text-decoration: underline;
}
.bottom a:hover
{
	text-decoration: none;
}
.text
{
	font-size: 11px;
	font-family: arial;
	color: #a5a379;
}
.margin{padding: 20px;}

.chart table
{
	position:absolute;
	font-family:Arial;
	font-size:11px;
}

.chart table td
{
	text-align:center;
	vertical-align:middle;
}

.help
{
	font-family:Arial;
	font-size:12px;
	padding:5px;
}

.help ul
{
	list-style-type: square;
	list-style-position: inside;
}

.navigation
{
	padding:5px;
	font-family:Arial;
	font-size:12px;
}
.prediction
{
	font-family:Arial;
	font-size:12px;
	width:400px;
	text-align:justify;
	border:solid 1px black;
	margin:5px;
}
.prediction div
{
	padding:5px;
}
.prediction .title
{
	font-weight:bold;
	font-size:12px;
	text-align:center;
    background-image: url(../img/heading.gif);
    background-repeat: repeat-x;
	color:white;
}

.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:250px;
    z-index:20000;
}
