﻿/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
}

.reports_menu {
	background-image: url(../images/report_menu_bg.jpg);
	background-repeat: repeat-x;
	height:37px;
	position:relative;
	border-bottom:1px solid #024c7d;
	min-width:800px;
}

.reports_menu_logo {
	height:37px;
	color:#FFF;
	font-size:10px;
	width:181px;
}


.reports_title {
	position:absolute;
	top:0px;
	right:0px;
	background-color:#006eb9;
	border-bottom: solid 1px #3d8bc0;
	border-left: solid 1px #3d8bc0;
	height:37px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}

.reports_padding 
{
	padding: 10px 10px 0px 10px;
}

reports_heading 
{
	padding: 0px 0px 0px 0px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}


.reports_title a, visited{
	color:#f9fafa;
}

.reports_title a:hover{
	color:#ccc;
}