
body {
	margin: 5px 2px 0 5px;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D2D2D;
	height: 100%;
}

a {
	color: #0000ff;
}

a:hover {
	text-decoration: none;
	color: #666699;
}


/* Menu */

.nfo {
    
    top:2em;
	left:5em;
	width:99%;
    border:1px solid #F0D070;
    background-color:#FFFFE4;
	color:#9B0000;
	padding:3px;
    text-align: center
    text-decoration:none
    font-family: Verdana, Trebuchet MS;
	font-size: 12px;}
	
#bghead{
  /*background: url(../../lib_images/affiliates/img09.gif) repeat-x;*/
}  

.box {
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(../../lib_images/img07.gif) repeat-x left bottom;
}

#uname {
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2D2D;
	font-weight: bold;
}	

#menu {
	padding: 5px 0 0 0;
	vertical-align : bottom
	
}

#menu a {
	text-decoration: none;
	/*background: url(../../lib_images/affiliates/img02.gif) no-repeat left center;*/;
	color: #0000ff;
	font-size: 12px;
	font-weight: bold;

}

#menu a:hover {
	text-decoration: underline;
	color:#3300cc;
}

hr.solid{    
    margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
    color: #A2A2A2;
    margin: 1;
	padding: 0;
	background: transparent;
	border-style: solid;
	border-color: #000000;
    border-width: thin;
    border-collapse : collapse;
  }

/* Content */

#page_title {
	margin: 0 0 0 0;
	padding: 10px 0 1.5em 0;	
	font-size: 15px;
	font-weight: bold;
	color:#1E1E1E;
}

#inputtextarea {
	margin-bottom: .2em;
	padding: 2px 2px;
	border: 1px solid #CCCCCC;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}

#maintbl {
	padding: 2px 5px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3C3C3C;
}

#tblwborder{
  padding: 2px 5px;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#3C3C3C;
	
  margin-top : 0; 
  margin-right : 0; 
  margin-bottom : 0; 
  margin-left : 0; 
 
  border-color: #969696;
  border-width: thin;
  border-style:solid;
  border-collapse : collapse;   
  empty-cells: show
}  

#divider1{
	border-bottom : 1px #000000 dashed;
  } 

#divider2{
	border-top : 1px #000000 dashed;
  } 
    
/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	margin-left: 50px
}

#footer p {
	margin: 0;
	text-align: center;
}



.hide {
  display:none; }
  
.show { 
  display:; }
