﻿div.reportTabsWrapper
{
	border-bottom:1px solid #919b9c;
    padding: 0px 0px 20px 0px;
}
div.reportTabs
{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
}
div.reportTab
{
    float: left;
    padding: 0px 5px 0px 5px;
    background-image:url('report/tab_left_inactive.gif');
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
}
div.reportTab a
{
    color: #3f6075!important;
    font-weight: normal;
}
div.reportTabActive
{
    background-image:url('report/tab_left_active.gif');
}
div.reportTab:hover
{
    /*
    background-image:url('report/tab_left_over.gif');
*/
    background-image:url('report/tab_left_active.gif');
}