﻿.Modules_Input_Button
{
	font-size:10pt;
	font-family:Tahoma;
}
.Modules_Input_DropDown
{
	font-size:9pt;
	font-family:Tahoma;
}
.Modules_Input_Label
{
	font-family:Tahoma;
	font-size:10pt;
}
.Modules_Input_TextBox
{
	font-family:Tahoma;
	font-size:10pt;
}

.Modules_Input_LinkButton
{
	text-decoration:none;
}

/* Grid Style Here */

.Modules_Input_HeaderGrid
{
	background-color:#435c5b;
	color:#ffffff;
	font-family:Tahoma;
	font-size:10pt;
}
.Modules_Input_RowStyle
{
	font-family:Tahoma;
	font-size:10pt;
}
.Modules_Input_AltRowStyle
{
	background-color:#88dbdb;
	color:#435c5b;
	font-family:Tahoma;
	font-size:10pt;
}
.Modules_Input_EditRowStyle
{
	font-family:Tahoma;
	font-size:10pt;
}
.Input_EmptyDataTextStyle
{
	font-family:Tahoma;
	font-size:10pt;
}
.Modules_Input_GridPagerStyle
{
	font-family:Tahoma;
	font-size:10pt;
}
.Modules_Input_GridFooterStyle
{
	font-family:Tahoma;
	font-size:10pt;
}


.RequiredPrefix
{
	color:Red;
	font-size:9pt;
}
.RequiredPostfix
{
	color:Red;
	font-size:10pt;
}

.Hidden 
{
	visibility: hidden;
	display: none;
}