﻿
.NormalText
{
	font-family: Tahoma,Verdana;
	font-size: 12px;
	color: black;
	font-weight:normal;
}

.SmallLink
{
	font-family: Tahoma,Verdana;
	font-size: 10px;
	color: Blue;
	text-decoration: none;
}

.GridSmallHeader
{
	font-family: Tahoma,Verdana;
	font-size: 9px;
	font-weight:normal;
}

.SmallText
{
	font-family: Tahoma,Verdana;
	font-size: 10px;
	color: black;
}

.TitleText
{
	font-family: Arial,Tahoma,Verdana;
	font-size: 16px;
	font-weight: bold;
	color: Blue;
}

.Button
{
	font-family: Tahoma,Verdana;
	font-size: 12px;
	color: Black;
	border-color: #ffffcc;
	background-color: #ffffcc;
}


.Dirltr
{
	direction:ltr;
}

.UpdatePanelProgress
{
	width: 50px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 48%;
	
}

.MenuStyle {
	border: none #FFFFCC;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: Black;
    cursor:hand;
}

