﻿body 
{
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

.Label
{
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

.LabelHeader
{
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    color: #000000;
    background: #a0a0a0;
}    

.GridCellGreen
{
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    text-decoration: none;
    background: #14C414 top repeat-x url('../BTImages/Green.png');    
}

.GridCellRed
{
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    text-decoration: none;
    background: #C20A0A top repeat-x url('../BTImages/Red.png');
}

.GridCellAmber
{
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    text-decoration: none;
    background: #FF820B top repeat-x url('../BTImages/Orange.png');
}

.CollapseablePanel
{
    height:0px;
    overflow: hidden;
}

 .NonVisible 
{
    display:none; 
}   

.Panel  
{    
    font: normal 11px/20px "Segoe UI", Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    border: 1px solid #a0a0a0;
	background: #a0a0a0 url('../StyleImages/rtbControlBgOffice2010Black.png') repeat-x 0 0;
}

/*Modal Popup*/
.modalBackground 
{
	background-color:#a0a0a0;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#a0a0a0;
	border-width:3px;
	border-style:solid;
	border-color:#a0a0a0;
	padding:3px;
	width:250px;
}

.RadGrid
{
    border-radius: 10px;
    overflow: hidden;
}

.WizDiv
{
    margin-left: 5px;
    margin-right: 5px;
    height: 35px;
}