* {
  margin:0;
	padding:0;
}
body {
 background:url('images/bg.jpg') no-repeat center;  
 background-attachment: fixed; 
  height: 100% ; 
  margin:0 auto ;
	padding:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;   
	color:#000000;  
}
login {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:green;
}
 
/* wrapper */
div.wrapper {
	width:1024px;
	margin:5px auto 0;
	padding:0px;	
}
 
/* header & nav */
div.header {
	background: url('images/header-bg.png') no-repeat top ;
  width: 1020px;
  height: 180px;
}
div.header {

}
div.header h1 {
	margin:0;
	padding:0;
	text-align:center;
}
div.header h2 {
	text-align:center;
	padding:0;
	margin:0;
	color:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:10px;
	font-size:0.75em;
}

.table-header{
    font-weight:bold; 

}
div.menu {
	background:#000000   ;
	height:48px;
	
	
}
div.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.menu ul li {
	float:left;
	display:block;
}
div.menu ul li a, 
div.menu ul li a:visited { 
	color:green;  
	display:block;
	float:left;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:15px 20px 15px;
	text-transform:uppercase;
    text-decoration:none;
	}
div.menu ul li a:hover {
	text-decoration:underline;
	background:black;
	color:#00E533;
}

/* headers */
h1 {
	font-size:3.2em;
	letter-spacing:-2px;
	text-align:left;
	line-height:1.0em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
h2 {
	color:black;
	font-size:1.7em;
	font-weight:normal;
	padding:0 0 10px;
	text-align:left;
	text-transform:none;
}
h3 {
	color:#4E8410;
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:3px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	padding-bottom:10px;
	color:#33334C;
	text-transform:uppercase;
}
h5 {
	padding-bottom:10px;
}
div.sidebar h4 {
	background: url('images/h4-header.png')  scroll center;

	padding:10px
}

/* element defaults */
p {
	margin-bottom:13px;
	line-height:1.9em;
	font-size:0.75em;
}
ul {
	font-size:0.75em;
	padding:0 0 20px 35px;
	list-style:none;
}
code {
	background-color:#666666;
	display:block;
	color:#ffffff;
	padding:10px;
	margin:10px 0;
}

/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#999999;
	font-weight:bold;
	padding:5px;
	background-color:#dddddd;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#579612 none repeat-x scroll bottom left;
	border:1px solid #497F10;
	color:#ffffff;
	font-size:0.9em;
	padding:6px 14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* default tables */ 
table {
	width:100%;
	margin-bottom:3px;
	font-size:0.75em;
}
table tr th, table tr td {
	padding:3px 3px; 
}
table tr th {
	background:#579612 none repeat-x scroll bottom left;
	color:#ffffff;
	border-top:3px solid #497F10;
}
table tr td {
	border-bottom:1px solid #dddddd;
}


/* default links */
a, a:visited { 
	color:#599813;
} 
a:hover { 
	color:#3A5C14; 
}
div.sidebar a, div.sidebar a:visited {
	font-size:0.9em;
	color:green;
}
div.sidebar a:hover {
	color:green;
}
/* content */
div.page-content {
	float:left;
	width:544px;
	padding:10px;
	background:black;
}
div.content {
	padding:10px 0px 10px 0px;
	color:red;
}
div.content ul {
	font-size:0.75em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
}
.info {
  background:#b3b3b3;
  color:black;
  font-weight:bold;
}
.date {
  float:right;
}
.info span {
  font-style:italic;
  color: #454545;
}

/* sidebar */
div.column-right {
	float:right;
	color:green;
}
div.column-right table{
  background-color:black;
}
div.column-left {
	float:left;
	
	color:green;
}
div.column-right span{
  color:red;
  font-weight: bold;
}
div.sidebar {
	width:210px;
	padding:0 10px;
}
div.sidebar p { 
	color:black;
	margin-bottom:40px;
	padding:2px;
}
div.sidebar ul {
	font-size:0.9em;
	margin:0 0 5px;
	padding:0px;
	list-style:none;
}
div.sidebar ul li {
	padding:0;
}
div.sidebar ul li ul {
	padding:0 2px 5px;
	border-bottom:4px solid #000000;
	background-color:black;
}
div.sidebar ul li ul li {
	padding:2px 10px;
}




/* footer */
p.footer {
	text-align:center;
	color:green;
	background-color:black;
	font-size:0.7em;
	padding:20px 15px;
	margin:0;
}
p.footer a {
	color:green;
	border-bottom:none;
	text-decoration:underline;
}

/* search form */
form.searchform {
}
/*install*/
install   {                                   
	background: url('images/aion_install.jpg') no-repeat top left;
}
/* misc classes */
*:focus {
	outline:none;
}
.clear {
	clear:both;
}