﻿.formTable tr td
{
	padding:1px;
}

.formTable
{
	width:100%;
	padding:0px;
	border-spacing:0px;
}

legend
{
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}


.inputTitleTop,.inputTitleTopInvalid
{
	font-size:13px;
	text-align:right;
	margin-bottom:4px;
	display:block;
}

.inputTitleTopInvalid
{
	color:Red;
}

.agahCheckBox
{
	font-size:13px;
}

.inputTitleRight,.inputTitleRightInvalid
{
	font-size:13px;
	text-align:right;
	vertical-align:top;
	padding-left:5px;
	display:inline-block;
	text-align:left;
}


.textBox,.dropDown,.comboBox,.dhx_combo_input,.listDropDown,.listComboBox,.listTextBox,.listFilterText,.listFilterCombo,.listPageSizeCombo,.agahComboBoxTextBox
{
	font-size:13px;
	font-family:Tahoma;
	border: solid 1px #7F9DB9;
}

.mainFieldSet
{
	padding:20px;	
	margin-top:15px;
}

.footerCommandPanel
{
	margin-top:10px;
	margin-bottom:15px;	
}

.footerCommandPanel td
{
	padding:5px;
}
.footerCommandPanel input
{
	font-family:Tahoma;
	font-size:13px;
	width:80px;
	height:25px;
}



/*	AgahButton Style	*/
.agahButton
{
	font-family: Tahoma;
}
.agahButton:hover
{
	color: Red;
}
.agahButtonTitle
{

}
.agahButtonImage
{
	vertical-align:middle;
	border-width:0px;
}

/*
.agahButtonBorder
{
	border-top: solid 1px ButtonHighlight;
	border-left: solid 1px ButtonHighlight;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}
.agahButtonBorder:hover
{
	border: solid 1px black;
}
.agahButtonBody
{
	border-top: solid 1px ButtonHighlight;
	border-left: solid 1px ButtonHighlight;
	border-bottom: solid 1px ButtonShadow;
	border-right: solid 1px ButtonShadow;
	background-color:ButtonFace ;
}
.agahButtonBody:hover
{
	border-top: solid 1px ButtonShadow;
	border-left: solid 1px ButtonShadow;
	border-bottom: solid 1px ButtonHighlight;
	border-right: solid 1px ButtonHighlight;
	color: Red;
}
.agahButtonlink
{
	text-decoration:none;
	color: ButtonText;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
.agahButtonlink:hover
{
	color: red;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 11px;
	padding-right: 9px;
}
*/

      .agahComboBoxlistPanel
      {
      	 border-left:solid 1px gray;
      	 border-right:solid 1px gray;
      	 border-bottom:solid 1px gray;      	 
      	 overflow:auto;
      	 /*direction:rtl; */
      	 background-color:White;	
      	 font-family:Tahoma;
      	 font-size:13px;
      }  

      .agahComboBoxTextBox
      {
      	font-family:Tahoma;
      	font-size:13px;
      }
      
     .agahComboBoxlistPanelCurrentRow
      {
      	 background:#C6E2FF;      	 
      }
      
      .agahComboBoxlistPanelRow
      {
      	background:white;
      }
      
      
      .agahComboBox
      {
      	display:inline-block;
      	border-width:0px;
      	padding: 0px;
      	margin:0px;
      }

      
	  .listMessageBar
	  {
	  	text-align:center;
	  	padding:4px;
	  }
