body{
	margin:0 0 0 0; 
	background-image:url(http://www.ez20pro.com/images/maroon_bground.jpg); 
	background-image: background-position:top; 
	background-attachment: fixed; 
	background-repeat:repeat-x; 
	background-color:#000000;
	/*color: #65808A;*/
    font-size: 8pt; 
    font-family:verdana;
    padding-left: 0px;
    padding-right: 0px;
}

fieldset {
  border: 1px solid #696969;
  padding: 8px;
}

legend {
  border: 1px dotted #696969;
  padding: 4px;
  font-weight: bold;
}

form {
  margin: 0px;
}

textarea	{
		font-family: Courier, Verdana, Arial;
		font-size: 11px;
		color: #202020;
		/*background-color: #FFF1E1;*/
		background: url(images/tblbg.jpg) repeat-y;
		border: 1px inset #808080;
	}

input {
		font-size: 11px;
		color: #202020;
		background-color: #FFF1E1;
		background: url(images/tblbg.jpg) repeat-y;
		border: 1px inset #808080;
	}

select {
	font-size: 11px;
	color: #202020;
	background-color: #FFF1E1;
	/*background: url(images/tblbg.jpg) repeat-y;*/
		border: 1px inset #808080;
	}

.inputfile {
		font-size: 11px;
		color: #202020;
		/*background-color: #FFE2BD;*/
		background: url(images/tblbg.jpg) repeat-y;
		border: 1px inset #808080;
	}

.button {
		font-size: 12px;
		color: #202020;
		/*background: url();*/
		border: 1px outset #808080;
		font-style: normal;
		font-weight: bold;
  		background-image: url(images/tabel_hd_bg.gif);
		background-position: center;
		background-repeat: repeat-x;
		cursor: pointer;
	}

.radio, .checkbox {
		font-size: 11px;
		color: #202020;
		background: url();
		border: 0px none;
	}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

hr {
  background-color: #990000;
  border: 0px;
  color: #990000;
  height: 1px;
}

a:link, a:visited, a:active
	{
		text-decoration: none;
		color: #3366cc;
	}
	
a:hover
	{
		color: #9D290F;
		text-decoration: underline;
	}

div.bottom {
  color: #65808A;
  font-size: 10px;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #D27400;
  background-image: url(images/tabel_hd_bg_gry.gif);
  color: #FFFFFF;
}

.mediumbg {
  background-color: #E4B750;
  background-image: url(images/tabel_hd_bg.gif);
  background-position: center;
  background-repeat: repeat-x;
  color: #FFFFFF;
}

a.tbheader, a.tbheader:active {
  color: #312231;
  text-decoration: none;
}
a.tbheader:hover {
  color: #969696;
  text-decoration: none;
}

.lightbg {
	background-color: #FFFAF0;
	color: #0C0C0C;
}
.lightbgalt {
	background-color: #FCE7B0;
	color: #465860;
}

.lightbg_ovr { background-color:#EEE; }
.lightbg_ovralt { background-color:#DDD; }

.highlight {
  background-color: yellow;
  color: #000;
}

.alertarea {
  color: Red;
  background: White;
}

/* Top menu */

a.menu, a.menu:visited {
  color: White;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #efd3d3;
}
ul.admnav {
	margin:0;padding:0;list-style-type:none;
	display:block;
	line-height:160%;
	text-align: right;
	width:100%;
}

ul.admnav li {
	margin:0;padding:0;
	text-align: right;
	border-bottom: 1px solid White;
	width:100%;
}

ul.admnav li a {
	display:block;text-decoration:none;
	padding: 0px 0px 0px 0px;width:100%;
	text-align: right;
}

ul.admnav li a:hover {
	background: #CDCDCD url("images/nav.gif") no-repeat 0 5px;
	padding:0px 0px 0px 0px;width:100%;
	text-align: right;
	font-weight: bold;
}

ul.admnav li a.crnt, ul.admnav li a.crnt:active, ul.admnav li a.crnt:visited, ul.admnav li a.crnt:hover{
	background: #CDCDCD url("images/nav.gif") no-repeat 0 5px;
	text-align: right;
	font-weight: bold;
	color: #063;
}

ul.nav {
	margin:0;padding:0;list-style-type: none;
	display:block;
	line-height:160%;
	text-align: right;
	width:100%;
}

ul.nav li {
	margin:0;padding:0;
	text-align: right;
	border-bottom: 1px solid White;
	width:100%;
}

ul.nav li a {
	display:block;text-decoration:none;
	padding: 0px 0px 0px 0px;width:100%;
	text-align: right;
}

ul.nav li a:hover {
	background: #CDCDCD url("images/nav.gif") no-repeat 0 5px;
	padding:0px 0px 0px 0px;width:100%;
	text-align: right;
	font-weight: bold;
}

ul.nav li a.crnt, ul.nav li a.crnt:active, ul.nav li a.crnt:visited, ul.nav li a.crnt:hover{
	background: #CDCDCD url("images/nav.gif") no-repeat 0 5px;
	text-align: right;
	font-weight: bold;
}

.navheader {
	background: Silver url("images/navheader.gif") no-repeat 0 3px;
	line-height:160%;
	font-weight: bold;
	text-align: right;
}
a.table_top, a.table_top:active {
  color: #FFF8DC;
  text-decoration: none;
}
a.table_top:hover {
  color: #FFF8DC;
  text-decoration: underline;
}

.tableborder { border: 3px solid #000000; border-top:hidden; background-color:#131354; padding:0px; margin:0px; }

/* OLD .tableborder { border: 1px solid #D07300; background-color:#D07300; padding:0px; margin:0px; } */

.tablebg {
  /*background-color for all pages layout*/
  background-color: #F9F9F9;
  color: #65808A;
}

TD { color: #161616; font-size: 8pt; font-family:verdana; } 

.join_edit_error {
	background-color: #FFD0D0;
	border: 1px solid #E17C00;
	padding: 2px;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	color: #000;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: none;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

a.help { color: #65808A; font-weight: bold; text-decoration: none; }
a.help:hover { color: #65808A; text-decoration: underline; }

/* Help Hint */
.hint_hdr {font-family: arial, verdana; font-size: 12px; font-weight: bold; color:  #FFFFFF;}
.hint_cnt {font-family: arial, verdana; font-size: 11px;}
.hint_fg {background-color: #ffffea;}
.hint_bg {background-color: #696969;}

.blockIMG {
display:block;
margin:0;
}

.customtable {
	background-color:#FFF;
}
