/* CSS Document */

body {
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
table{

	font-size: 11px;

}

li a {
	color: #a92e2e;
}

.overview h3{
	color: #e57700;
}

#ticker-holder{
	padding: 10px;
}
#ticker ul{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	list-style-type: none;
	
}

#ticker ul li b{
color: #97281D;
	font-size: 11px;
	font-weight: bold;
}

#ticker ul li a{
	color: #ED7006;
	text-decoration: none;
}

input, textarea{
	border: 1px solid #C8CDD1;
	background-color: #E3E8EC;
}

font.bold{
	color: #97281D;
	font-size: 11px;
	font-weight: bold;
}

a{
	color: #ED7006;
	text-decoration: none;
}

a:hover{
	color: #ED7006;
	text-decoration: underline;
}

#recommendation{
	
}

#recommendation table{
	border: 3px;
	
}
#recommendation table tr td{
padding:4px;
}

tr.header{
	background-color: #5d7d90;
	color: white;
	font-weight: bold;
}
tr.header h3{
margin: 0px;
padding: 0px;
}

tr.even{
	background-color: #eaeef1;
	color: black;
}

tr.odd{
	background-color: #fff;
	color: black;
}

#labs{
	padding: 0px;
	margin: 0px;
}

#labs .even{
	background-color: #f2f6f9;
	padding: 2px;
}

#labs .odd{
	background-color: #fff;
	padding: 2px;
}

#labs h1{
	font-size: 18px;
	color: #345d74;
	font-weight: normal;
}

.left-labs{
	float: left;
	width: 230px;
}

.right-labs{
	float: left;
	width: 50%;
}

#labs div h3{
	cursor:pointer;
	color: #e57700;
	font-size: 11px;
}

.info{
	padding: 5px;
	display: none;
}
