﻿.TextBox
{
	font-family:Tahoma;
	font-size:11px;
	border: solid 1px #ff6600;
	color:Black;
	padding:1px;
}
.Button
{
	font-family:Tahoma;
	font-size:12px;
	border: solid 1px #ff6600;
	color:White;
	background-color:#ff6600;
	cursor:pointer;
}
.DropDownList
{
	font-family:Tahoma;
	font-size:11px;
	border: solid 1px #ff6600;
	color:Black;
}
/*//////////////////////////////////////////////////////////*/
.GridView
{
	border: solid 1px black;	
	font-size:11px;
	color:Black;
}
.GridViewHeader
{
	font-size:12px;
	height:20px;
	font-weight:bold;
	color:White;
	background-color:#ff6600;
}
.GridViewRow
{
	height:16px;
	background-color:#FADEA8;
}
.GridViewRow Sub
{
	color:#ff6600;
	font-weight:bold;
}
.GridViewAlternatingRow
{
	height:16px;
	background-color:#FFE9BE;
}
.GridViewFooter
{
	background-color:#FAC96C;
	height:20px;
	text-align:center;
	color:#ff6600;
	font-size:10px;
}
.GridViewPager
{
	background-color:#ff6600;
	color:White;
	font-size:14px;
	font-weight:bold;
	height:20px;
}
.GridViewPager A
{
	font-size:10px;
	color:White;
	text-decoration:none;	
}
.GridViewPager A:Hover
{
	text-decoration:underline overline;
}
.GridViewLink
{
	color:#ff6600;
}
.GridViewLink:Hover 
{
	text-decoration:none;
}
.GridViewRowOnMouseOver
{
	background-color: White;	
	height:16px;
}
/*//////////////////////////////////////////////////////////*/
.RepeaterRow
{
	height:16px;
	background-color:#FADEA8;
	font-size:11px;
	color:Black;
}
.RepeaterRowBorder
{
	border-bottom: solid 1px #ff6600;
}
.RepeaterRowBorderRight
{
	 border-right: solid 1px #ff6600;	
}

/*///////////////////////////////////////////////////////*/
.Validator
{
	border: solid 1px Red;
	background-color:#EEEEEE;
}
.ModalBackGround

/*////////////////POPUP////////////////////*/
.PopupContainer
{
	border: solid 1px Black;
	display:none;	
}
.PopupTableHeader
{
	height:70px;	
	padding:0px;
	background-image:url(../Img/Logo2.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.PopupText
{
	font-size:small;	
	font-weight:bold;
	font-family:Tahoma;
	color:#6a6a6a;
}
/*///////////////////////////////////////////////////////////*/