﻿/*-------	FormView Style	Start  --------*/
.FormView { width: 98%; vertical-align: middle; color: #000000; }
.FormView .container { border: 1px solid #FF7800; width: 90%;  background-color: #FFFFFF; }
.FormView .title_bar,.FormTitle {padding: 5px 1px 5px 5px; background-color: #FF7800; border-bottom: 1px solid #FF7800; height: 22px; font-weight: bold;  font-size:12px; color: #ffffff; text-decoration: none;
	text-transform:uppercase; }
.FormView .sub_title_bar,.FormSubTitle {padding: 0px 1px 1px 5px; background-color: #eae2d3; text-align: left;color: #800000; font-size:11px; height:20px;}
.FormView .FrmCaption {font-family: tahoma, arial;	font-size: 11px; line-height:20px; text-align: right; vertical-align: top; padding-top: 2px; padding-bottom: 4px; font-weight: bold; width:40%; white-space:nowrap; padding-right: 5px;}
.FormView .FrmCaptionleft {font-family: tahoma, arial;	font-size: 11px; line-height:20px; text-align: left; vertical-align: top; padding-top: 2px; padding-bottom: 4px; font-weight: bold; white-space:nowrap;}
.FormView .FrmInput { line-height:20px; text-align: left;  width: 58%; vertical-align: top; padding-top: 3px; }
.FormView .FrmInput span {font-family: tahoma, arial;	font-size: 11px; font-weight: normal; padding-top: 5px; margin: 0px 0px 0px 0px; vertical-align: top; line-height:25px; border: 0px solid red; }
.FormView .FrmInput input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; vertical-align: middle; /*margin-top: 1px;*/  }
.FormView .FrmInput select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; color: #000000; border: 1px solid #baaf9a; width: auto; }
.FormView .save_button_container { margin-top: 5px; padding: 10px; background-color: #eae2d3; text-align: center; border-top: 1px solid #c2b7a3; text-align:-moz-center;} 


/*--- GRID Style Start ---*/
.GridTopContainer { border: 1px solid #FF7800; padding: 5px; background-color: #FFFFFF; }

.GridView { background-color: #FF7800; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:100%; font-size:12px;}
.GridView .HeaderTr { background-color: #FF7800; color: #ffffff;}
.GridView .HeaderTr th { font-family: tahoma, arial; font-size: 11px; font-weight: bold; padding:4px 4px 4px 4px;  }
.GridView .HeaderStyle { background-color: #d3c9b4; font-weight: bold; font-size: 12px; text-align: center; vertical-align: middle;}
.GridView .RowStyle { font-weight: normal; vertical-align: top; background-color: #FFFFFF; padding:3px 3px 3px 3px;  }
.GridView .RowStyle td { font-family: tahoma, arial; font-size: 11px; font-weight: normal; vertical-align: top; background-color: #FFFFFF; line-height: 22px; padding:2px 4px 2px 4px;  }
.GridView .AlternatingRowStyle { font-family: tahoma, arial; font-size: 11px; font-weight: normal; vertical-align: top; background-color: #FDFDFD; line-height: 22px; padding:2px 4px 2px 4px; }
.GridView .SelectedRowStyle { font-family: tahoma, arial; font-size: 11px; font-weight: normal; vertical-align: top; background-color: #EEEEEE; }
.GridView .EmptyDataRowStyle { font-weight: bold; color: red; height: 25px; background-color: #FFFFFF; text-align: center; }
.GridView .PagerStyle { background-color: #e8e0d0; }
.GridView .PagerStyle a:active { color: #6d0202; text-decoration: underline; }
/*--- GRID Style End ---*/

.bordertop0 { border-top: 0px; }
.button_container { margin: 0px; padding: 10px; background-color: #FF7800; border: 1px solid #c2b7a3; border-top: 0px solid #c2b7a3; } 
/*-------	FormView Style	End  --------*/

.SuccessMsg { color: green; }
.ErrorMsg { color: red; }
.redstar { color: red; }

div#tipDiv { position:absolute; visibility:hidden;  left:0; top:0; z-index:100010;  width:230px; padding:3px;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color:#EDF6FF; border:1px solid black;  }
.popupballon {  padding:3px; font-size:11px;  background-color:#FFFFDD;  border:1px solid black;}

.textbox { font-family: tahoma, arial; font-size: 11px; font-weight: normal; color: #000000; vertical-align: middle;}

.BGClass { background-color: white; filter:alpha(opacity=90); opacity:0.9; }