/* CSS Document */
h4 {
		
}
.whitecode {
	font:"Courier New";
	color: #5F9EA0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5F9EA0;
	padding-left: 4px;	
}

.listrow {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1E1E1E;
	padding-right: 4px;	
}

.listrow_next {
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #1E1E1E;
	padding-left: 4px;	
}

.redbox {
	border: thin;
	border-color: Maroon;
	border-style: solid;
	border-width: 1px;
	width: auto;
	background-color: #141414;
}

h3 {
	color: #007901;
	background-color: #1E1E1E;	
	font: Courier;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#007901;
	width: 50%;
	text-align: center;
	position:relative;
	display:box;
}
.h3r {
	color: #007901;
	background-color: #1E1E1E;	
	font: Courier;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#007901;
	width: 100px;
	min-width: 100px;
	text-align: center;
}

.underline {
	color: #007901;
	background-color: #1E1E1E;	
	font: Tahoma;
	font-size: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#003399;
	width: 50%;
	text-align: center;
}

.contentdiv {
	width: 600px;
	height: 100%;
	border: solid;
	border-color: #007901;
	min-height: 500px;
	overflow: auto;	
}

.contenttd {
	min-height: 500px;
	border: solid;
	border-color: #007901;
}

.contentoverflow {
	min-height: 600px;
	overflow: auto;	
	max-height:700px;
	padding: 17px;
	text-align: left;
}

.leftcolumn {
	width:200px;
	max-width:200px;
	overflow:hidden;
	border: none;
  text-align:left;
}
.rightcolumn {
	width:200px;
	max-width:200px;
	overflow:hidden;
	/*max-height:100%;*/
	border: none;
        text-align:right;
}

.roottable {
	height: 100%;
	width: 100%;
	border: none;
	min-height:700px;	
}

.roottd {
	border: none;
	vertical-align:top;
	padding-top:20px;
}

.footerb {
	background-image: url("../_img/ft_back.jpg");
	background-repeat: repeat-x;
}

a {
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #009900
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
		background-color:Black;
		color: #228B22;
		font-family: "Courier New";
		font-size: 12px;
scrollbar-base-color:black;
scrollbar-track-color:10FF10;
scrollbar-face-color:black;
scrollbar-highlight-color:10FF10;
scrollbar-3dlight-color:black;
scrollbar-darkshadow-color:black;
scrollbar-shadow-color:10FF10;
scrollbar-arrow-color:10FF10;
}

hr {
	color: Green;
	border-color: Green;
	border-width: thin;
	border-style:solid;
width: 90%;
height: 1px;
}

h1 {
	background-color: #2A2A2A;
	text-align: center;
	color: #009900;
	font: Arial;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #009900;
}

input,textarea,select, file {
	background-color: #2A2A2A;
	text-align: left;
	color: #009900;
	font: Tahoma;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #009900;
}

h2 {
	color: Maroon;
	background-color: #1E1E1E;	
	font: Arial;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#004180;
}

body {
	
	text-align: center;
}

li {
    padding: 1px;
}