/* top right bottom left */
body {
	background-color: #FBFBFB;
	font-family: "Segoe UI", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 84%;
	vertical-align: baseline;
}

h1 {
	font-size: 108%;
}

a {
	color: #004080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

.formElement { font-size: 84%; border: 1px solid #000000;  }

.mainSection {
	position: absolute;
	
	font-family: "Segoe UI Light", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	border-bottom: 1px solid #E0E0E0;
	white-space: nowrap;
	padding-right: 20px;	
}

.sectTitle {
	display: block;
	padding-right: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
	padding-left: 2px;
}

.subSection {
	display: block;
	width: 172px;
	border: 1px solid #FBFBFB;
	margin: 0px 0px 0px 8px;
	padding: 1px 2px 1px 4px;
	border-radius:4px 4px;
}

.subSection:Hover {
	padding: 0px 3px 0px 3px;
	border: 1px solid #E0E0E0;
	background-color: #F2F2F2;
	padding: 1px 2px 1px 4px;
	text-decoration: none;
}

.subSectionActive {
	display: block;
	width: 170px;
	color: #004080;
	background-color: #F2F2F2;
	border: 1px solid #E0E0E0;
	margin: 0px 0px 0px 8px;
	padding: 1px 4px 1px 4px;
	/* background-image:url(menu/images/sel_bk.gif); */
	background-repeat:no-repeat;
	font-weight: bold;
	border-radius:4px 4px;
}

.subSectionActive:Hover {
	color: #004080;
	margin: 0px 0px 0px 8px;
	border: 1px solid #E0E0E0;
	background-color: #F0F0F0;
	text-decoration: none;
}

.subSection2 {
	background-image: url("/images/tree1.gif");
	background-position-y: 0px;
	background-repeat: no-repeat;

	display: block;
	font-size: 94%;
	width: 160px;
	margin: 0px 1px 0px 8px;
	padding: 0px 0px 0px 14px;
	
	border-radius:4px 4px;
}

.subSection2:hover {
	background-color: #F0F0F0;
	margin: 0px 1px 0px 8px;
	padding: 0px 0px 0px 14px;
	text-decoration: none;
}

.subSection2Active {
	background-image: url("/images/tree1.gif");
	background-position-y: 0px;
	background-repeat: no-repeat;

	display: block;
	color: #404040;
	font-size: 94%;
	font-weight: bold;
	width: 160px;
	margin: 0px 1px 0px 8px;
	padding: 0px 0px 0px 14px;
	
	border-radius:4px 4px;
}

.subSection2Active:hover {
	background-color: #F0F0F0;
	margin: 0px 1px 0px 8px;
	padding: 0px 0px 0px 14px;
	text-decoration: none;
}

.topicTitle {
	color: #535353;
	display: block;
	font-family: "Segoe UI Light", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 4px 8px 8px 4px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 4px;
}

.appNews {
	/* border-bottom: 1px solid #E0E0E0; */
	margin: 2px -8px 4px -4px;
}

.topicHTML {
	padding: 0px 4px 0px 4px;
}

DIV.blockLink A {
	display: block;
	padding: 1px 4px 1px 4px;
	
	border-radius:4px 4px;
}

DIV.blockLink A:visited {
	display: block;
	padding: 1px 4px 1px 4px;
}

DIV.blockLink A:hover {
	display: block;
	padding: 0px 3px 0px 3px;
	border: 1px solid #E0E0E0;
	background-color: #F2F2F2;
	text-decoration: none;
}

DIV.blockLink A:visited:hover {
	display: block;
	padding: 0px 3px 0px 3px;
	border: 1px solid #E0E0E0;
	background-color: #F2F2F2;
	text-decoration: none;
}

.BtnOff {
	background-color: #FBFBFB;
	border-bottom: #FBFBFB solid 1px;
	border-left: #FBFBFB solid 1px;
	border-right: #FBFBFB solid 1px;
	border-top: #FBFBFB solid 1px;
	color: blue;
	cursor: pointer;
	line-height: 9pt;
	margin: 8px 0px;
	padding: 4px 4px;
	text-decoration: none;
}

.BtnDis {
	background-color: #CBCBCB;
	border-bottom: #CBCBCB solid 1px;
	border-left: #CBCBCB solid 1px;
	border-right: #CBCBCB solid 1px;
	border-top: #CBCBCB solid 1px;
	color: #404040;
	height: 0pt;
	line-height: 9pt;
	margin: 8px 0px;
	padding: 4px 4px;
	text-decoration: none;
}

.BtnUp {
	background-color: #B5BED6;
	border: #808080 solid 1px;
	color: black;
	cursor: pointer;
	line-height: 9pt;
	margin: 8px 0px;
	padding: 4px 4px;
	text-decoration: none;
}

.BtnUp1 {
	background-color: #FBFBFB;
	border: 1px solid #808080;
	color: black;
	cursor: pointer;
	line-height: 9pt;
	font-weight: bold;
}

.BtnUp2 {
	background-color: #F2F2F2;
	border: 1px solid #808080;
	color: black;
	cursor: pointer;
	line-height: 9pt;
	text-decoration: none;
	font-weight: bold;
}

.BtnDown {
	background-color: #9CA8C8;
	
	border-top: 1px solid #404040;
	border-right: 1px solid #E8EAF2;	
	border-left: 1px solid #404040;
	border-bottom: 1px solid #E8EAF2;
		
	color: white;
	cursor: pointer;
	line-height: 9pt;
	text-decoration: none;
}

.RectButton A {
	display: block;
	border: #E0E0E0 solid 1px;
	background-color: #F2F2F2;
	padding: 8px 3px 8px 3px;
	margin-bottom: 2px;
	line-height: 12px;
	text-decoration: none;
	border-radius:4px 4px;
}

.RectButton A:Hover {
	color: #004080;
	background-color: #E0E0E0;
	border: #E0E0E0 solid 1px;
	text-decoration: none;
}

.platInfo {
	font-size: xx-small;
	/* float: right; */
	color: #208820;
	/* margin-right: 20px; */
	
	position: absolute;
	left: 140px;
}

table {
	padding: 0;
	border: 0;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}
td img {
	margin-top: -4px;
}