﻿
.alert
{
	color:Red;
	font-size:10pt;
}

.checkBox
{
	font-size:10pt;
}

.checkBoxDisabled
{
	font-size:10pt;
    background-color:#CCCCCC;    
}

.dropDownList
{
	height:19px;
	font-family: Verdana, Arial;
	font-size: 8pt;
}

.dropDownListDisabled
{
	height:19px;
	font-family: Verdana, Arial;
	font-size: 8pt;
    background-color:#CCCCCC;    
}

.label
{
	font-size:10pt;
}

.modalBackground
{
    filter: Alpha(Opacity=50); 
    -moz-opacity:0.4; 
    opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: fixed;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalTable
{
	border-style:solid;
	border-width:1px;
	border-color:#385751;
	background-color:#EEF3EF;
}

.textBox
{
	height:13px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	
}

.textBoxMultiline
{
	font-family: Verdana, Arial;
	font-size: 8pt;    	
}

.textBoxDisabled
{
	height:13px;
	font-family: Verdana, Arial;
	font-size: 8pt;
    background-color:#CCCCCC;
    color:Black; 
}
