﻿/* @group Header tabs */

ul.header-tabs {
	background-color: #6da7e6;
	border-bottom: 1px solid #6da7e6;
	clear: left;
	height: 24px;
}

ul.header-tabs li {
	background-color: #f9f9f9;
	border-bottom: 1px solid #6da7e6;
	border-right: 1px solid #6da7e6;
	float: left;
	padding: 6px 0; 
	list-style-type:none;
}

ul.header-tabs li.selected {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;

}

ul.header-tabs li a {
	display: block;
	line-height: 12px;
	text-align: center;
	width: 95px;
}

/* @end */

#reportfilter {
    background-color:#f9f9f9; 
    padding: 5px 25px 5px 25px;
    margin: 15px 0px 0px 0px;   
    }

.nounderline {
    font-weight: bold;
}

.nounderline:hover  {
    font-weight: bold;
    text-decoration: none;
}

.btn_padding {
    margin: 20px 50px 20px 50px;
    background: #2175d9;
	border:none;
	font-weight:bold;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}

.btn_padding:hover {
    background: #ff8a00;
	text-decoration: none;
}

.ReportLink {
    background-position: left center;
    display: block;
    padding: 2px 0px 6px 16px;
    margin: 0px 0px 0px 8px;
    background-image: url(/images/arrow-link.gif);
    background-repeat: no-repeat;
    font-weight: bold;
}


