﻿.Background
{
	background-color: #CCFFCC;
}
.Banner
{
    font-weight: bold;
    font-size: 14pt;
    font-family: Arial, Verdana, Tahoma;
}
.BorderPanel
{
	font-family: Arial, Verdana, Tahoma;
	background-color: #fafafa;
}
.button
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    color: white;
    background-color: #009933;
    height: 26px;
    margin-left: 25px;
}
.buttonDirty
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	color: black;
	background-color: red;
}
.buttonLight
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    color: black;
    background-color: #CCFFCC;
}
.buttonSpecial
{
   	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	color: white;
	background-color: black;
}
.MultiSelectButton
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	color: black;
	background-color: #CCCC00;
}
.collapsePanel
{
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    background-color: #CCFFCC;
    height: 0px;
    overflow: hidden;
}
.collapsePanelHeader
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    background-color: #009933;
    float: none;
    padding: 3px;
    cursor: pointer;
    vertical-align: middle;
    color: white;
}

.copyrights
{
	font-weight: bold;
	font-size: 6pt;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
.GridFooter
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    background-color: #009933;
    color: white;
}

.GridHeader
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    background-color: #009933;
    color: white;
}
.GridRowStyleCenter
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	background-color: white;
	text-align: center;
	vertical-align: top; 
}

.GridRowStyleLeft
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	background-color: white;
	text-align: left;
	vertical-align: top; 
}
.GridRowStyleRight
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	background-color: white;	
	text-align: right;
	vertical-align: top; 
}
.GridRowStyleSelected
{
    color: black;
    background-color: #CCFFCC;
}
.Header2
{
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial, Verdana, Tahoma;
}
.LabelBigBold
{
  	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
}
.LabelError
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Arial, Verdana, Tahoma;
}
.LabelLarge
{
  	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
}
.LabelMessage
{
    font-weight: bold;
    font-size: 8pt;
    color: #b22222;
    font-family: Arial, Verdana, Tahoma;
}
.LabelNormal
{
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: Arial, Verdana, Tahoma;
}
.LabelText
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
}
.LabelTextBox
{
	font-size: 8pt;
	color: #000000;
	background-color: White;
	font-family: Arial, Verdana, Tahoma;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
}
.LabelWhite
{
  	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
}
.LabelWhiteLarge
{
  	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
}
.LineStyle
{
    color: #009933;
}
.LinkStyle
{
    color: #009933;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
}
.ModalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.5;
}
.ModalBox
{
    background-color: #CCFFCC;
    border-width: 3px;
    border-style: solid;
    border-color: #d2b48c;
    padding: 3px;
}
.ModalBoxCaption
{
	background-image: url(../Images/TileBGTableCaption.gif);
	background-repeat: repeat-x;	
}
.Normal
{
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
}
.NormalLarge
{
    font-size: 10pt;
    font-family: Arial, Verdana, Tahoma;
}
.NormalSmall
{
    font-size: 7pt;
    font-family: Arial, Verdana, Tahoma;
}
.NormalSmallBold
{
	font-size: 7pt;
	font-family: Arial, Verdana, Tahoma;
	font-weight:bold;
}
.RadioBtnList
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
}
.TableBorderedCell
{
    border: solid 1px #000000;
    font-family: 'Verdana';
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}
.TableFieldCell
{
	white-space: nowrap;
	text-align: left;
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
}
.TableLabelCell
{
	font-size: 8pt;
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
.TabButtonNormal
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    color: black;
    background-color: #CCFFCC;
}
.TabButtonSelected
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    color: #FFFFFF;
    background-color: #009933;
}
.TabNormal
{
    font-weight: 700;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    background-color: #CCFFCC;
}
.TabSelected
{
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Verdana, Tahoma;
    background-color: #009933;
}
.Text
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	background-color: #f5deb3;
}
.TextBox
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;	
}	
.TextBoxNumeric
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	text-align: right;
}
.TextBoxNumericHilite
{
   	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	background-color: #fffacd;
	text-align: right;
}
.TextBoxDeviantNumeric
{
  font-size: 8pt;
  font-family: Arial, Verdana, Tahoma;
  background-color: #ffb6c1;
  text-align: right;
}	
.TextBoxHilite
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	background-color: #fffacd;
    margin-top: 0px;
}		
.TextBoxHiliteNumeric
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	background-color: #fffacd;
	text-align: right;	
}
.MultiChkBox
{
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma;
	background-color: #fffacd;
    margin-top: 0px;
    background-image: url(../../Images/Drop-down.png) ;
	background-repeat: no-repeat;
    background-position: right;
    text-align:left;
    width:170px;
}
.MultiChkBoxList {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#2f2f2f;
	background-color:#ffffde;
	border-style:solid;
	border-width:1px;
	border-color:#e2e2d4;
    text-align:left;
    width:300px;
    height:auto;
    min-height:20px;
    
}

.listbox
{
   height:500px;
}