body
{
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
}
.Normal
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalRed
{
	color: Red;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalBold
{
	font-weight: bold;
}
TD
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
}
textarea
{
	font-family: Tahoma;
	font-size: 11px;
}
INPUT
{
	font-family: Tahoma;
	font-size: 11px;
}
SELECT
{
	font-family: Tahoma;
	font-size: 11px;
}
A:link, A:visited
{
	text-decoration: none;
	color: #357e99;
}
A:hover
{
	color: #e6971b;
	text-decoration: none;
}
.ModuleTitr
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
.ModuleSideTitr
{
	font-family: tahoma;
	font-size: 11px;
	color: white;
}
.ModuleTitleHeader
{
	width: 100%;
	height:20px;
	text-align:right;
}
.ModuleSideTitleHeader
{
	width: 200px;
    height: 20px;
    background: url(images/TopBlockBack.gif);
    background-repeat: no-repeat;
    direction: rtl;
    text-align: right;
    color: white;
    padding-top: 1px;
}
.ModuleWithoutSideTitleHeader
{
    width: 200px;
	width: 100%;
}
.ModuleWithoutTitleHeader
{
	width: 100%;
}
.ModuleTitleBody
{
	width: 100%;
	text-align:right;
}
.ModuleSideTitleBody
{
	width: 100%;
	text-align:right;
}
.ModuleWithoutTitleBody
{
	width: 100%;
}
.CommandButton:Link, .CommandButton:visited
{
	text-decoration: none;
	color: Blue;
}
.CommandButton:hover
{
	color: Red;
	text-decoration: none;
}
.TabBg
{
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: dimgray;
	border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: DarkRed;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: tahoma;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: gainsboro;
	text-decoration: none;
}
.FormTitr
{
	color: #000000;
	font-weight: bold;
}
/* Modal Dialog */
.modalWrap
{
	border: 2px #ffffcc inset;
	background:#ffffcc;
	margin:5px;
}

/* transparency support for Opera */
.modalOpera
{
	background-image: url("images/maskBg.png") !important;
}

/* dialog window */
#DialogWindow
{
	border: 1px #000000 solid;
	width: 150px;
	display: none;
	background: #FFFFFF;
	z-index: 1000;
	position: absolute;
	text-align:center;
	height:50px;
	top: 0;
	left: 0;
	padding-top:10px;
}
/* dialog content */
#DialogContent
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 24px;
	width: 450px;
	display: block;
	font-size: 90%;
	display:none;
}

#DialogActionBtn
{
	cursor:pointer;
}
.txtArea
{
	width:300px;
	height:200px;
}
.txtAddress
{
	width:300px;
}
.tdRight
{
	float:right;
}
.tdLeft
{
	float:right;
}
.tdMainContainer
{
	width:100%;
}
fieldset
{
	-moz-border-radius: 8px;
}
legend
{
	font-weight:bold;
	color:steelblue;
}
