﻿body 
{
}
.Label
{
	font-weight: bold;
	font-size: 12pt  ;
	color: #333333;
	font-family: Tahoma;
}

.LabelValue
{
	font-weight: bold;
	font-size:x-small;
	color: #333333;
	font-family: Tahoma;
}

.LabelTitle
{
	font-weight: bold;
	font-size:13pt;
	color: #333333;
	font-family: Tahoma;
	text-decoration:underline;
}

.Title
{
	font-weight: bold;
	font-size: large;
	color: #333333;
	font-family: Tahoma;
}

.SubTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
	font-family: Tahoma;
	text-decoration:underline;
}

.Message
{
	font-weight:bold;
	font-size:small;
	color:Red;
	font-family:Arial;
	background-color:#E4EAB1;
}
.Button
{
	font-weight :bold;
	color: #333333;
	font-family: Tahoma;	
}

a.Hyper:link 
{
	color: #8B8537;
	text-decoration:underline;
	font-weight :bold;
	font-size: 14pt;
}
a.Hyper:visited 
{
	color: #A19B4D;
	text-decoration:underline;
	font-size: 14pt;
}

a.Hyper:hover 
{
	color:#333333;
	font-size: 14pt;
	}
	
	
a.LinkButton:link 
{
	color: #333333;
	text-decoration:underline;
	font-weight :bold;
	font-size: x-large ;
}
a.LinkButton:visited 
{
	color: #A19B4D;
	text-decoration:underline;
	font-size:  x-large;
}

a.LinkButton:hover 
{
	color:#333333;
	font-size:  x-large;
}

.Validator
{
	color:Red;
	font-size:  xx-small;
	font-weight :bold;
	font-family: Tahoma;
}
.RTLText
{
	text-align : right;
}
	
.Navigation
{
	text-align:center;
}

.GridView
{
	text-align:center;
}

.unwatermarked {
	width:217px;
}

.watermarked {
	width:217px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F2DC;
	color:gray;
}
.validatorCalloutHighlight
{
    background-color: #FFF9C6;
}

.validatorWithWaterMark
{
    background-color:#F0F2DC;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}