﻿body
{
}
a.button:link, a.button:visited, a.button:hover, a.button:active
{
	color: #fff;
	text-decoration: none;
}
.Control_Button
{
	border: solid 0px #414141;
	color: #000;
	background-image: url(../App_Themes/Controls/btn80x22.gif);
	background-position: center 1.7pt;
	background-repeat: no-repeat;
	background-color: Transparent;
	font-family: Tahoma;
	width: 80px;
	height: 25px;
}
.Control_Textbox
{
	font-family: Tahoma;
	font-size: 10pt;
}
.Control_Button_Search
{
	border: solid 0px #414141;
	color: #000;
	background-image: url(../App_Themes/Controls/btnSearch.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.Control_Gridview
{
	border-width: 1px;
	border-color: #d7e79c;
	border-collapse: collapse;
	border-style: solid;
}
.Control_Gridview_Column_ID
{
	width: 50px;
	text-align: center;
}
.Control_Gridview_Column_Edit
{
	width: 70px;
	text-align: center;
}
.Control_Gridview_Column_Del
{
	width: 30px;
	text-align: center;
}
.Control_Gridview_RowStyle
{
	background-color: White;
	height: 23px;
}
.Control_Gridview_Pager
{
	text-align: right;
	background-color: #edf5d3;
	font-weight: bold;
}
.Control_Gridview_Header
{
	background-color: #ffe681;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #4c4c4c;
	height: 23px;
	border-top: solid 2px #ffcc00;
}
.ModalPopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.Popup_Table
{
	border: #000000 1px solid;
	background-color: white;
	z-index: 9999;
}
.Popup_Content
{
	background-color: white;
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 10px;
}
.Popup_Title
{
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-image: url(../App_Themes/Background/bgTittle.gif);
	border-bottom: solid 1px #414141;
	color: White;
}
.Popup_BtClose
{
	width: 16px;
	height: 20px;
	background-image: url(../App_Themes/Controls/btnClose.gif);
}
.Popup_BtClose a
{
	width: 16px;
	height: 20px;
	text-decoration: none;
	background-image: url(../App_Themes/Controls/btnClose.gif);
}
.divHeader
{
	padding: 20px 0px 20px 25px;
	font-weight: bold;
}
.Control_HeightRow
{
	height: 24px;
}
.Height
{
	height: 5px;
}
.Height1
{
	height: 10px;
}
.Height2
{
	height: 4px;
	background-color: #f19040;
	width: 100%;
}

