a{
	color: #AAAAAA;
	text-decoration: none;
}
img{
	border: 0;
}
body{
	background-color: #555555;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.wrapper{
	width: 750px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
}
.header{
	position: relative;
	height: 80px;
	padding: 0px;
	border-color: #000000;
	border-style: solid;
	text-align: center;
	float: none;
	background-image: url(/lib/templates/header-bkg.png);
	background-repeat: no-repeat;
}
.body_container{
	padding: 8px;
	border-color: #000000;
	border-style: solid;
	position: relative;
	width: 535px;
	float: right;
}
.body_container_full{
	padding: 8px;
	border-color: #000000;
	border-style: solid;
	position: relative;
	width: 728px;
	float: right;
}
.mainbody{
	overflow: auto;
	height: 100%;
	padding: 1px;
}
.menu_container{
	position: relative;
	padding: 8px;
	border-color: #000000;
	border-style: solid;
	width: 160px;
	height: 335px;
	float: left;
}
.menu{
	height: 100%;
	overflow: auto;
}
.footer{
	padding: 8px;
	border-color: #000000;
	border-style: solid;
	position: relative;
	width: 728px;
	height: 14px;
	float: left;
	text-align: center;
}
.code{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #777777;
	padding: 4px;
	overflow: auto;
}

/* Input Forms Shit */
fieldset{
	border: none;
	padding: 0px;
}
input,textarea{
	background-color: #555555;
	border: 1px solid #8C8D8C;
	color: #FFFFFF;
}
.select{
	background-color: #555555;
	border: 1px solid #8C8D8C;
	color: #FFFFFF;
}
.button {
	font-family: verdana,arial,helvetica,sans-serif;  
	font-size: 12px;  
	color: #EEEEEE;  
	background-color: #555555;  
	border-top: 1px solid #8C8D8C;  
	border-left: 1px solid #8C8D8C;  
	border-right: 1px solid #383838;  
	border-bottom: 1px solid #383838;
}

/* Colours */
.darkred{
	color: #8B0000;
}
.red{ 
	color: red; 
}
.orange{ 
	color: #FFA800;
}
.yellow{ 
	color: #E5E800;
}
.darkyellow{
	color: #A0A000;
}
.green{ 
	color: green;
}
.cyan{
	color: #00BFBD;
}
.blue{ 
	color: blue;
}
.purple{ 
	color: purple;
}
.darkgray{
	color: #A9A9A9;
}

/* List Shit */
.txt{
	background-image: url(/images/file.gif);
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	line-height: 20px;
}
.cp{
	background-image: url(/images/cp.png);
	padding: 0 0 0 18px;
	background-repeat: no-repeat;
	line-height: 20px;
}
.index{
	background-image: url(/images/folder.open.gif);
	padding: 0 0 0 18px;
	background-repeat: no-repeat;
	line-height: 20px;
}
.bullet{
	background-image: url(/images/bullet.gif);
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	/* line-height: 20px; */	
}
.image{
	background-image: url(/images/jpeg.gif);
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	/* line-height: 20px; */	
}
ul li {
	list-style-type: none;
}

/* Table Shit */
td, th{
	padding: 1px;
}
.innerbody{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	
	padding: 2px;
}
.trhead  { 
	background-color:#333333; 
	color:#999999; 
}