﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5B5B5A; 
}

.Grid
{	
	border-style:none;
}

/*.GridItem
{
     background-color: #FFFFFF;
     height:22px;
}

.GridAltItem
{
    
    background-color: #F0F2F4;
    border: 0px;
    height:22px;
}*/

.Grid td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5B5B5A; 
    border: 0px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
   
}

.Grid th
{   
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #5B5B5A; 
	font-weight: bold;
}

.Grid th a
{
    text-decoration: none;
    color: #3677AB;
}

.button .left, .right
{
    width: 4px;
    height: 24px;
}

.button .left
{
    background-image: url(../../images/leftBtn.gif);
    background-repeat: no-repeat;
}

.button .middle
{
    background-image: url(../../images/middleBtn.gif);
    height: 24px;
}

.button .right
{
    background-image: url(../../images/rigthBtn.gif);
    background-repeat: no-repeat;
}


.btnText
{
    font-weight: bold;
}

.popupControl
{
    background-color: #FFDA4E;
    color: #5B5B5A;
}