body,td,th {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	margin-top:50px;
	margin-bottom:0px;
	margin-left:50px;
	margin-right:50px;
}
body {
	background-color: #000000;
}
#dropmenudiv{
background-color:#EF8C33;
position:absolute;
border:1px solid black;
border-top-width:0px;
font:10px Tahoma;
z-index:100;
}

#dropmenudiv a {
color:#000000;
background-color:#EF8C33;
width: 100%;
display: block;
padding: 2px 0;
text-indent: 2px;
text-decoration: none;
}

#dropmenudiv a:hover{
color:white;
}
.linkbalk {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color: #F09E54;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}
.table_border {
	border: 2px solid #000000;
}
.table_innerborder {
	border: 1px solid #F09E55;
}
.table_name {
	background-color: #EF8C33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left: 3px;
}
.table_content {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	padding: 3px;
}
.table_content a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.table_content a:visited {
	text-decoration: none;
	color: #000000;
}
.table_content a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.table_content a:active {
	text-decoration: none;
	color: #000000;
}
.maintable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(images/bottom1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rightspaceorange {
	background-image: url(images/bottom2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.rightspaceblack {
	background-image: url(images/bottom3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #6E89DD;
  padding: 10px;
  margin: 0;
  background: #EEF0FC;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: expression(document.documentElement.clientHeight+'px');
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
	background-image: url(../images/semi-transparent.gif);
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}