﻿table.gridview
{   
    border: 1px solid #b8b8b8;
    border-top: none;
    border-left: none;
    border-spacing: 0;
    padding: 0;
	width: 100%;
}

/*table.gridview tr:hover
{
	background: #ffbb00 none;
	cursor: pointer;
}*/
   
table.gridview thead th,
table.gridview td
{
	border: 1px solid #b8b8b8;
    border-bottom: none;
    border-right: none;
	color: #454545;
	vertical-align: middle;
	margin: 0em;
	padding: 6px 6px 6px 12px;
}

table.gridview thead th
{
	background: #000000 none;
	color: #ffbb00;
	font-weight: bold;
    text-align: left;
}
	
table.gridview th span
{
	float: right;
}

table.gridview th a,
table.gridview th a:visited
{
	color: #ffbb00;
	text-decoration: none;
}

table.gridview td a,
table.gridview td a:visited
{
	color: #ffbb00;
	text-decoration: none;
}

table.gridview td a:hover,
table.gridview td a.hover
{
	text-decoration: underline;
}

/* FILTER STARTS HERE */
div.gridview-filter
{
    margin: 0em;
    padding: 0em;
}

div.gridview-filter ul
{
    float: left;
    margin: 0em 0em 1em 1em;
    
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    
    border: 0.1em solid #b8b8b8;
    background-color: #ffffff;
    vertical-align: top;
    overflow-y: auto;
    
    min-width: 15em;
    max-width: 20em;
    height: 18em;
}

div.gridview-filter ul li
{
    text-align: left;
    list-style: none;
    margin-top: 0.5em;
    margin-right: 0.5em;
}

div.gridview-filter ul li a
{
    display: inline;
    margin: 0.2em;
    padding-top: 5px;
    float: left;
}

div.gridview-filter ul li h3
{
    margin: 0em 0.5em 0em 0em;
    padding: 0.5em 0.5em 0.5em 0.2em;
    font-size: 13px;
    color: #000000;
    border-bottom: 0.1em solid #eaeaeb;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
    float: left;
}

div.gridview-filter button
{
    width: 100%;
    padding: 0em;
    text-align: left;
    color: #64686b !important;
    border: 0.1em solid #64686b;
}

div.gridview-filter button span
{
    padding: 0em;
}

div.gridview-filter button.filter-btn-active
{
    color: #000000 !important;
    background-color: #ffbb00 !important;
}

div.gridview-filter button.filter-btn-inactive
{
    color: #64686b !important;
    background-color: #b8b8b8 !important;
}

/************************************************************************************
dashboard styles
*************************************************************************************/
.dashboard
{
    position: relative;
}

.dashboard-control h1
{
    color: #15155f;
    font-size: 16px;
    margin: 0em 0em 1em 0em;
    padding: 0em;
    width: 8em;
    text-align: left;
    background: #d2d4d5 url("../Images/dashboard-request-arrow.jpg") no-repeat right 0;
}

.dashboard-control
{
    clear: both;
    background: #d2d4d5 url("../Images/dashboard-section-seperators.gif") no-repeat center top;
    padding: 2em 1em 1em 1em !important;
    text-align: center;
}

.dashboard-control
{
    clear: both;
    background: #d2d4d5 url("../Images/dashboard-section-seperators.gif") no-repeat center top;
    padding: 2em 1em 1em 1em !important;
    text-align: center;
}

.dashboard-request-new
{
    padding: 1.2em 0em 0em 4.3em;
    background: #d2d4d5 url("../Images/dashboard-request-button.jpg") no-repeat 0 0;
    height: 47px;
    width: 110px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}