body
{
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	color:#ffffff;
	background-color:#969696;
}
.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 {
	cursor: hand;
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	cursor: hand;
	text-decoration: none;
	color: #ffffff;

}
a:hover {
	text-decoration: underline;
	cursor: hand;
	color: #FF7419;


}
.ModuleTitr
{
	font-family: tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.ModuleHeader
{
	width: 100%;
	height:44px;
	text-align:right;
	background-image:url(images/winhead_mid.gif);
}
.ModuleSideHeader
{
	background-image:url(images/bgTitr.jpg);
	width:198px;
	height:28px;
	color:White;
	text-align:center;
	padding-top:12px;
	font-weight:bold;
}
.ModuleWithoutTitleHeader
{
	width: 100%;
	height:44px;
	text-align:left;
	background-image:url(images/winhead_mid.gif);
}
.ModuleBody
{
	width: 100%;
	margin-bottom:5px;
	background-color:#303030;
}
.ModuleSideBody
{
	background-color:#f0f0f0;
	width:196px;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
}
.ModuleWithoutTitleBody
{
	width: 100%;
}
.CommandButton:Link, .CommandButton:visited
{
	text-decoration: none;
	color: white;
}
.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%;
}
.contentwrapper {
	float: left;
	width: 100%;
}
.contentcolumn {
	margin: 0 205px 0 205px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
.leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
}
.rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}
fieldset
{
	-moz-border-radius: 8px;
}
legend
{
	font-weight:bold;
	color:steelblue;
}
