	.hide
{
	display :none;
}

body
{
	/*background-image:url();*/
	/*width:100%;*/
	font-family:Tahoma,Arial,Verdana;
	font-size:x-small;
	/*font-weight:bold;*/
	/*direction:ltr;*/
	/*background-color:white; */
}


panel_en_US
{
	direction:ltr;
}


.LinkButton1
{
	font-family:Tahoma,Arial;
	font-size:large;
	font-style:normal;
	color:blue;
}

.LinkButton2
{
	font-family:Tahoma,Arial;
	font-size:medium;
	font-style:normal;
	color:blue;
	text-decoration:none;
}

.LinkButton3
{
	font-family:Tahoma,Arial;
	font-size:xx-small;
	font-style:normal;
	color:blue;
	font-weight:bold;
	text-decoration:none;
}
A.LinkButton3:hover {
	TEXT-DECORATION: underline;
	color:red;
}
.LinkButton4
{
	font-family:Tahoma,Arial;
	font-size:xx-small;
	font-style:normal;
	color:blue;
	/*font-weight:bold;*/
}
.LinkButton5
{
	font-family:Tahoma,Arial;
	font-size:x-small;
	font-style:normal;
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
A.LinkButton5:hover {
	TEXT-DECORATION: underline;
	background-color:#e5e5e5;
	color:red;
}

 .CustomValidator
 {
	/*width:100px;*/
	font-family:Tahoma,Arial;
	color:Red;
	font-size:small;
	font-weight:normal;
 }
 
 .CompareValidator
 {
	/*width:100px;*/
	font-family:Tahoma,Arial;
	color:Red;
	font-size:smaller;
	font-weight:normal;
 }
 
 .RequiredFieldValidator
 {
	font-family:Tahoma,Arial;
	color:Red;
	font-size:small;
	font-weight:normal;
 }
/*
.Button
{
	color:white;
	background-color:#908CC3;
	font-family:Tahoma,Verdana,Arial;
	font-weight:bold;
	font-size:8pt;
	border-bottom-style:outset;
	border-bottom-width:medium;
	border-top-style:outset;
	cursor:hand;
}*/
.Button{
BORDER-RIGHT: #999 1px solid; 
BORDER-TOP: #999 1px solid; 
FONT: 11px tahoma, Verdana, Arial, san-serif; 
BORDER-LEFT: #999 1px solid; 
BORDER-BOTTOM: #999 1px solid;
cursor:hand;
FONT: 11px Tahoma;
}

.Title
{
	font-family:Tahoma,Arial;
	color:#433F7C;
	font-size:small;
	font-weight:bold;
}

.Title1
{
	font-family:Tahoma,Arial;
	color:#433F7C;
	font-size:x-small;
	font-weight:bold;
}

.Title2
{
	font-family:Tahoma,Arial;
	color:#433F7C;
	font-size:11pt;
	font-weight:bold;
}

.Title3
{
	font-family:Tahoma,Arial;
	color:#433F7C;
	font-size:medium;
	font-weight:bold;
}

.GLabel
{
	/*width:100px;*/
	font-family:Tahoma,Arial;
	color:#433F7C;
	font-size:small;
	font-weight:normal;
}

.RBLabel
{
	/*width:100px;*/
	font-family:Tahoma,Arial;
	color:#433F7C;
	font-size:9pt;
	font-weight:normal;
}

.ELabel
{
	/*width:100px;*/
	font-family:Arial;
	/*color:#433F7C;*/
	font-size:small;
	font-weight:bold;
	text-align:right;
	color:Green;
}

.TextBoxd
{
	background-color:White;
	/*border-color:White;*/
	border-style:none;
	border-width:thin;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bold;
	/*text-align:right;*/
	/*width:100px;*/
	/*height:auto;*/
}

.ListBox
{
	background-color:White;
	border-color:White;
	border-style:none;
	border-width:thin;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bold;
	text-align:right;
	/*width:100px;*/
	/*height:auto;*/
}

.DropDownList
{
	background-color:#D8DBDE;
	border-color:White;
	border-style:none;
	border-width:medium;
	font-family:Tahoma,Times New Roman;
	font-size:10px;
	/*font-weight:bold;*/
	text-align:right;
	/*width:100px;*/
	/*height:auto;*/
}


.CheckBox
{
	background-color:White;
	border-color:White;
	border-style:none;
	border-width:thin;
	font-family:Times New Roman;
	font-size:medium;
	font-weight:bold;
	text-align:right;
}

/*a:link
{
	color:red;
	text-decoration:none;
	font-family:Times New Roman,Arial;
	font-size:small;
}
a:active
{
	color: Blue;
	text-decoration:none;
}

a:hover
{
	color: Olive;
	text-decoration:none;
}

a:visited
{
	text-decoration:underline;
	color:Blue;
}
*/

.GTable
{
	/*color: black;*/
	border-color:#E0E0E0;
	background-color:#f8f8f8;
	/*border-top-style: groove;
	border-right-style: groove;*/
	border-width:1px;
	
}

.TD
{
	text-align:center;
	color:Navy;
	font-family:Verdana;
	font-size:small;
	font-style:italic;
	font-weight:bold;
}

.FieldNameTD
{
	text-align:center;
	color:Navy;
	font-family:Verdana;
	font-size:small;
	font-style:italic;
	font-weight:bold;
}

.GridTable
{
	border-width:thin;
	border-style:none;
	border-color:#999999;
	background-color:White;
	padding:3;
}

.GridHeader
{
	font-weight:bold;
	color:White;
	background-color:#000084;
}

.GridFooter
{
	font-weight:normal;
	color:Black;
	background-color:#CCCCCC;
}

.GridItem 
{
	color:Black;
	background-color:#EEEEEE;
}

.AlternatingItemGeneral
{
	color:Black;
	background-color:#999999;
}

.GridSelectedItem
{
	font-weight:bold;
	color:White;
	background-color:#008A8C;	
}

.GridEditModeItem
{
	color:Blue;
	background-color:White; 
}



.Error
{
	color:Red;
	background-color: White;
	text-decoration:blink;
}

.Message
{
	color : Green;
	text-decoration:blink;
}

.GHeaderStyle 
{
	background-color: #908CC3;
	color: White;
	font-weight:bold;
	font-size: x-small;
	font-family: Tahoma,Arial;
}
.GItemStyle
{
	background-color: #EBEBFE;
	color: #330099;
	font-weight: normal;
	font-family: Tahoma,Arial;
	font-size: 10pt;

}

.GPagerStyle
{
	background-color: #E0E0E0;
	color: #330099;
	font-weight: normal;
	font-family: Tahoma,Arial;
	font-size: 11pt;
}

.GItemStyleHyperLink {
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
}


.GAlternatingItemStyle {
	background-color: #F8F8F8;
	color: #330099;
	font-weight: normal;
	font-family: Tahoma,Arial;
	font-size: 10pt;

}

/*
.ASPxGrid
{
	background-color:White;
    border-collapse:collapse;
    border-color:White;
    border-style:none;
    padding:0;
    width:100%;
}
	
	.AlternatingItem
{
	background-color:Control;
	border-color:White;
	color:White;
	border-style:none;
	font-family:Times New Roman;
	font-weight:normal;
}

	.EditItem
{
	background-color:White;
	border-color:White;
	color:White;
	border-style:none;
	font-family:Times New Roman;
	font-weight:normal;
}

	.GroupItem
{
	background-color:Control;
	border-color:ControlDark;
	color:White;
	border-style:none;
	font-family:Times New Roman;
	font-weight:normal;
}

	.ASPxGridGroupPanel
{
	background-color:ControlDark;
	color:Control;
	border-color:White;
	border-style:none;
	font-family:Times New Roman;
	font-weight:normal;
}


	.ASPxGridFooter
{
	background-color:Control;
	color:White;
	border-color:White;
	border-style:none;
	font-family:Times New Roman;
	font-weight:normal;
}


	.ASPxGridHeader
{
	background-color:Control;
	color:White;
	border-color:ControlDark;
	border-style:solid;
	border-width:1px;
	text-align:center;
	font-family:Times New Roman;
	font-weight:normal;
}

	.ASPxGridItem
{
	background-color:White;
	color:White;
	border-color:White	;
	border-style:none;
	font-family:Times New Roman;
	font-weight:normal;
}

	.ASPxGridPreview
{
	background-color:White;
	color:Blue;
	border-color:White;
	border-style:none;
}

	.ASPxGridStatusBar
{
	background-color:Control;
	color:White;
	border-color:ControlDark;
	border-style:solid;
	border-width:1px;
	font-family:Times New Roman;
	font-weight:normal;
}

*/

INPUT {
	FONT: 11px Tahoma
}

INPUT.input {
	BORDER-RIGHT: #999 1px solid; 
	BORDER-TOP: #999 1px solid; 
	FONT: 11px tahoma, Verdana, Arial, san-serif; 
	BORDER-LEFT: #999 1px solid; 
	BORDER-BOTTOM: #999 1px solid;
}
INPUT.butt
{
	CURSOR: hand;
	border-right: #7f7f7f 1px solid;
	border-top: #e0e0e0 1px solid;
	font: 11px Tahoma, Verdana, Arial, san-serif;
	border-left: #e0e0e0 1px solid;
	color: #000;
	border-bottom: #7f7f7f 1px solid;
	background-color: #c0c0c0;
}
