﻿.sectionHeader
{
	color: #36B6B5;
}

.masterLinks a
{
	color: Black;
}

.userDetails
{
	color: #36B6B5;
}

.row
{
	background-color: #F8F8F8;
}

.altRow
{
	background-color: #FFF;
}

.noRecords
{
    color: #D4470F;
}

.grid tr th
{
    background-color: #36B6B5;
    color: #ffffff;
}

#mobile .header .centre
{
	width: 230px;
}

#report .header .centre
{
	width: 350px;
}

#mobile .header .left, #report .header .left
{
	width: 85px;
}
#mobile .header .centre .userDetails, #mobile .header .centre .masterLinks
{
	width: 175px;
	float:right;
}
#report .header .centre .userDetails, #report .header .centre .masterLinks
{
	width: 335px;
}

#mobile .header .right, #report .header .right
{
	width: 45px;
	height: 28px;
	padding-top: 12px;
}


#mobile .header .centre, #report .header .centre
{
	color: #FFFFFF; /*background-repeat: repeat-x;*/
}

#mobile .header .right .qwillLogo, #report .header .right .qwillLogo
{
	width: 45px;
	height: 24px;
	background-color: Transparent;
	background-repeat: no-repeat;
	background-image: url("/Images/qwill24h.png");
}

.grid tr th, .smallGrid tr th, .reportGrid tr th
{
	/*border-left-color: Black;
	border-left-width: 1px;
	border-left-style: none;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	border-bottom-style: none;*/
	background-color: #36B6B5;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.linkButton img
{
	width: 42px;
	height: 42px;
	border: none;
}
