﻿
/*Corporate Text CSS */

.CorporateText
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
}

.TextBox
{
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #121212;
	background-color: #484848; /* For IE6 */
	background: #484848; /* For IE7 & Fire Fox */
	color: #939393;
}

.TextBoxLPC
{
	font-family: Tahoma;
	background-color: #FFFFFF; /* For IE6 */
	background: #FFFFFF; /* For IE7 & Fire Fox */
	color: #121212;
	border:1px solid #626262;
}

.DropDown
{
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #121212;
	background-color: #FFFFFF; /* For IE6 */
	background: #FFFFFF; /* For IE7 & Fire Fox */
	color: #121212;
}

.Button
{
	/*border:1px solid #000000; 	background-color:#1D1D1D;/* For IE6 */ /*background:#1D1D1D;/* For IE7 & Fire Fox */ /*Color:#5D5D5D; 	font-family:Tahoma; 	font-size:11px;*/
	background: transparent url(  'Img/select.gif' ) no-repeat;
	font: bold 11px Tahoma;
	color: white;
	height: 21px;
	width: 63px;
	border: 0px solid red;
	cursor: pointer;
}

.CustomValidator
{
	color: #FFFFFF;
}

.LableBold
{
	font-weight: bold;
}

.Restrication
{
	color: #898989;
}
.CustomValidator
{
	color: #C1000F;
}

.RequiredField
{
	color: #C1000F;
}

.RegularExpression
{
	color: #C1000F;
}

.Subtitle
{
	color:#FFFFFF;
	font-weight:bold;

}