﻿body {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
}
body#MainBody {
	background-image: url('../../en/images/global_background.gif');
}

.ContentCell {
	background-image: url("../../en/images/dot.gif");
	background-repeat: repeat-y;
}
.MenuCell {
	background-image: url("../../en/images/dot.gif");
	background-repeat: repeat-x;
}
/* optional container for scroller, to provide bgColor/border */
div#bg {
	margin: 0px auto;
	position: relative;
	right: 00px;
	top: 00px;
	z-index: 100;
	width: 175px;
	height: 230px;
	background-color: #FFFFFF;
}
/* scroller "window" 
   set width, height (and clip) to match values sent to constructor */
div#wn {
	position: absolute;
	left: 8px;
	top: 6px;
	width: 170px;
	height: 220px;
	z-index: 1;
	clip: rect(0, 170px, 220px, 0);
	overflow: hidden;
}
div#cnt {
	position: absolute;
	z-index: 1;
}
/* layer that scrolls */
/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */
div#cnt div.item {
	width: 170px;
	height: 220px;
	color: #336;
}
/* styles for scroller content (read important instructions regarding collapsing margins!) */
div#cnt h3 {
	font-size: 12px;
	margin: 0 0 .5em 0;
}
div#cnt p {
	font-size: 11px;
	margin: .5em 0 0 0;
}
#lyr1 {
	position: relative;
	visibility: hidden;
	left: 0;
	top: 0;
	display: inline;
	z-index: 50;
}
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #fff;
	border: 1px solid #000;
	width: 180px;
	padding: 6px;
	color: #000;
	font-size: 11px;
	line-height: 1.3;
}
/* These are used in the wrapTipContent function */
div#tipDiv div.img {
	text-align: center;
}
div#tipDiv div.txt {
	text-align: center;
	margin-top: 4px;
}
a {
	color: #336699;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #C0C0C0;
}
img {
	border-style: none;
	border-width: 0px;
}
.MainTable {
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.HeaderCell {
	width: 980px;
	position: relative;
	z-index: 300;
	background-color: #FFFFFF;
}
.CollapsedTable {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.CollapsedTable TD {
	padding: 0px;
	margin: 0px;
}
.LeftColumn {
	width: 190px;
	vertical-align: top;
}
.RightColumn {
	width: 190px;
	vertical-align: top;
	background-image: url("../../en/images/dot.gif");
	background-repeat: repeat-y;
}
.ContactAddress {
	color: #666666;
	font-size: small;
	background-image: url('../../en/images/dot.gif');
	background-repeat: repeat-x;
	text-align: center;
}
.ColumnTitles {
	background-position: bottom;
	color: #333333;
	font-style: italic;
	background-image: url('../../en/images/dot.gif');
	background-repeat: repeat-x;
}
.NewsReader {
	width: 180px;
	margin: 0 auto;
}
.Footer {
	background-image: url('../../en/images/template-01b.jpg');
	text-align: center;
	background-repeat: no-repeat;
	width: 980px;
	height: 76px;
	vertical-align: top;
	padding-top: 19px;
	font-size: small;
}
.NewsTitle {
	font-weight: bold;
}
.ResizeCenterNewsIMG {
	width: 125px;
	margin: 0 auto;
}
.NewsContent {
	font-size: x-small;
}
.MainTxt {
	font-size: small;
	text-align: justify;
}
.MainTitle {
	border-width: thin;
	border-color: #800000;
	color: #348802;
	font-style: normal;
	border-bottom-style: inset;
	margin-top: 15px;
}
.ContentLayer {
	padding: 8px;
	width: 540px;
	margin: 0 auto;
	position: relative;
	top: -484px;
	text-align: justify;
}
.ContentLayerIframe {
	padding: 8px;
	width: 740px;
	margin: 0 auto;
	position: relative;
	top: -484px;
	text-align: justify;
}

.PopTabl {
	border: 1px solid #808080;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.PopQty {
	text-align: center;
	width: 10%;
	border: 1px solid #808080;
}
.PopDesc {
	text-align: left;
	width: 90%;
	border: 1px solid #808080;
}
.CellCenter {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.DottedCell {
}
.TableStyleList {
	background-color: #FFFFFF;
	font-size: small;
	width: 100%;
	border-collapse: collapse;
}
.RowStyleOne {
	background-color: #E3F0D3;
}
.RowStyleTitle {
	background-color: #94D17C;
	font-size: small;
	font-weight: bold;
	color: #7D0F1C;
}
.RowStyleInfo {
	background-color: #E4E1DC;
	font-size: x-small;
	color: #000000;
}
.ColoredInput {
	border: thin solid #C0C0C0;
	background-color:#FFFFCC;
}
.RecapTable {
	font-size: x-small;
	width: 100%;
}


