﻿body
{
	font-family:Tahoma;
	font-size: 9pt;
}
.Input_CSS_CheckBox
{
    font-family:Tahoma;
	font-size: 9pt;	
}
.Input_CSS_Buttons
{
    font-family: Tahoma;
    font-size: 9pt;
    border: 2px solid #D9CB9E;
    height: 20px;
    width: 80px;
    cursor: hand;
}
.Input_CSS_Buttons1
{
	font-family:Tahoma;
	font-size: 9pt;	
	border:solid 1px #547097;
	height:30px;
	width:100px;
	background-image:url(img/Button_CenterPic.jpg);	
	color:White;
}
.Input_CSS_Buttons_Disabled
{
    font-family: Tahoma;
    font-size: 9pt;
    border: solid 1px #547097;
    height: 30px;
    background-image: url(img/Disabled_Button_CenterPic.jpg);
    color: White;
}

.Input_CSS_TextBox
{
    font-family: Tahoma;
    font-size: 9pt;
    width: 100px;
    background-color: #F0F0F0;
}

.Big_Input_CSS_TextBox
{
	font-family:Tahoma;
	font-size: 9pt;	
	width:150px;
}

.VeryBig_Input_CSS_TextBox
{
	font-family:Tahoma;
	font-size: 9pt;	
	width:200px;
}

.Input_CSS_Label
{
    font-family:Tahoma;
    font-size: 8pt;
    text-align: justify;
}
.Input_CSS_DropDown, .Input_CSS_ListBox
{
    font-family: Tahoma;
    font-size: 9pt;
    width: 100px;
    cursor: pointer;
}
.Input_CSS_PackageListBox
{
    font-family: Tahoma;
    font-size: 9pt;
    width: 300px;
    height: 250px;
    cursor: pointer;
    overflow: scroll;
}
.Input_CSS_DropDownMid
{
	font-family:Tahoma;
	font-size: 9pt;
	width:150px;
}
.Input_CSS_DropDownBig
{
	font-family:Tahoma;
	font-size: 9pt;
	width:200px;
}
.Input_CSS_DropDownVeryBig
{
	font-family:Tahoma;
	font-size: 9pt;
	width:250px;
}
.DefaultText,
.DefaultText TD
{
	font-family:Tahoma;
	font-size: 9pt;
}
.DefaultBoldText
{
	font-weight:bold;
	font-family:Tahoma;
	font-size: 9pt;
}

.Row_Alt01
{
	background-color:#FEFBF1;
	/*background-color:blue;*/
	vertical-align: top;
}

.Row_Alt02
{
	background-color:#FAFAFA;
	/*background-color:#CCCCCC;*/
	vertical-align: top;
}
.CenterContent
{
	background-color:#FBEEE0;
}

.AccessDenied
{
	font-size:14pt;
	color:#4E321D;
}
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}
.lblheadReport
{
    font-size:8px;
    font-weight:normal;
    background-color:ActiveBorder;
}      
.lblReport
{
    font-size:9px;
    font-weight:normal;
} 
.lblBold
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #990000;
}

.lblBoldHeader
{
    font-size: 16px;
    font-weight: bold;
    color: #CC3300;
}

