body
{
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	background-color: #f5f6f0;
	color:#5F5E53;
}
.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: #df5b12;
}
A:hover
{
	color: Red;
	text-decoration: none;
}
.ModuleTitr
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #85a030;
}
.ModuleTitleHeader
{
	width: 100%;
}
.ModuleRightTitleHeader
{
	width: 100%;
	height: 25px;
	color: #85A030;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.ModuleWithoutTitleHeader
{
	border: dotted 1px #cccccc;
	background-color: White;
	width: 98%;
	text-align: left;
	height: 25px;
}
.ModuleTitleBody
{
	width: 773px;
	background-color: White;
	text-align: right;
	border-right: solid 1px #dadfce;
	border-left: solid 1px #dadfce;
	clear: both;
	padding-bottom: 20px;
}
.ModuleRightTitleBody
{
	text-align: right;
}
.ModuleWithoutTitleBody
{
	width: 100%;
	padding: 0;
}
.RightSeprator
{
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position:center;
	width:180px;
	height:13px;
}
.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%;
}
.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;
}
