html, body {	
	height: 100%;
	padding: 0;	
	margin: 0;
}

body {		
	background: #b1b1b1;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fcfcfc;
}

#wrap {
	margin: 0 auto;
	width: 960px;	
	background: #FFFFFF;	
  	background-image: url('../gfx/framework/main.gif');
	background-repeat: repeat-y;	
}

#top {	
	background-image: url('../gfx/framework/top.gif');
	background-color: #FFFFFF;
	height: 150px;
	width: 960px;
}

#bottom {	
	background-image: url('../gfx/framework/bottom.gif');
	background-color: #FFFFFF;
	height: 65px;
	width: 960px;
}

#menu {		
	height: 40px;
}

#content {			
	padding-left: 29px;
	padding-right: 29px;	
	min-height: 500px;		
	height: auto !important;  
	height: 500px;
}

#border {
	background-image: url('../gfx/framework/border.gif');
	background-repeat: no-repeat;
	height: 23px;
}

#adminbox {
	position: absolute;
	top: 0;
	right: 0;	
	padding: 5px;
		
}

#adminbox a, a:link, a:visited, a:active {
	color: #FFFFFF;
}

#imageContainer {
	height: 120px;
}

#imageContainer img {
	display: none;
	position: absolute;
}

table.listtable {
	border: 1px solid #CCCCCC;
	background-color: #c0c0c0;
	color: #a10b0b;	
}

td.title {
	background-color: #9bcdd5;
	font-weight: bolder;	
}

input {
	border: 1px solid #CCCCCC;	
}

input.button {
	background-color: #76cbef;	
	color: #ffffff;
}

button {
	background-color: #76cbef;
	border: 1px solid #CCCCCC;
	color: #ffffff;
}

.red-btn { 
	color: #ffffff;
	border: 1px solid #CCCCCC;
	background: #DE0000; 	
}

img {
	border: 0;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
 	color: #000000;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a:hover {
	text-decoration: underline;
}
