html,body {
	margin: 0; padding: 0;
	width: 100%;  min-height:100%;
  height:auto !important;
  height:100%;
}
body {
	background: #fff;
	font-family: Verdana, Tahoma, Arial;
	font-size: 80%;
}
td { font-size:90%; }
#centred {
	width: 700px;
	position: relative;
	top: 10px; left: 50%;
	margin: 0 0 0 -350px;
}
#wrapper {
	border: 1px solid #aaa;
	background: #fff;
	padding: 15px;
	padding-top:45px;
}

#logo {
	width: 113px; height: 80px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	padding: 5px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	color: #66CC33;
}

h1 {
	margin: 0;
	line-height: 65px;
	font-size: 300%;
	color: #CC3333;
}

h1 span {
	color: #66CC33;
}
h2 { 
	margin: 10px 0 10px 0;
	padding: 4px;
	font-size: 100%; 
	color: #555;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	background: #fafafa;
}

hr {
	display: none;
}
.hr {
	height: 1px;
	width: 100%;
	background: #CC3333;
	clear: both;
	margin: 10px 0 10px 0;
}
form {
	margin:0; padding:0;
}
fieldset {
	margin: 0px; padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
}

.textinput {
	background: #fffaff;
	border: 1px solid #CC3333;
	font-size: 120%;
	padding: 2px;
}
.button {
	background: #fffaff;
	border: 2px solid #CC3333;
	font-weight: bold;
}
label {
	font-weight: bold;
	line-height: 26px;
	display: block;
}
.tip { cursor: help; }
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 1000;
	background: #555;
	font-size: 85%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}
.clear {
	clear: both;
}

#options {
	padding: 5px;
}

#content {
	clear: both;
}

#footer {
	position: relative;
	clear: both;
	width: 100%;
	font-size: x-small;
	text-align: center;
	background: #999999;
	line-height: 20px;
}

#bottomlinks {
	list-style-type: none;
	margin: 0; padding:0;
	text-align: center;
	font-size: 80%;
}
#bottomlinks li {
	display: inline;
	border-left: 1px dotted #66CC33;
	padding: 0 10px 0 10px;
	margin: 0;
}
td { background: #fff; }
th { background: #eee; }
.doublebox {
	width: 48%;
	padding: 2px;
}
.yellow {
	background: #FFFCE6;
	border: 1px solid #FFF280;
}
.code {
	font-size: 85%;
	font-family: Tahoma;
}
.msg { color:#CC3333; }
/* ALIGNMENT */
.float-left { float: left; }
.float-right { float: right; }
.center { text-align: center; }
ul{list-style-type:none;}
.IP {
	margin: 0px; padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
}
form.urlform {
	margin: 0px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
}
.submitbutton {
vertical-align:middle;
	margin-left: 5px;
float: middle;
}
.optionslink {
	float: right;
	line-height: 25px;
}

label {
	font-weight: bold;
	line-height: 20px;
}
.tooltip { cursor: help; }
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 1000;
	background: #555;
	font-size: 85%;
}
.tool-title {
	font-weight: bold;
	margin: 0;
	padding: 4px;
}
.tool-text {
	padding: 0 6px 6px 6px;
}
#topPanel ul{display:block; width:96%; height:36px; position:absolute; top:0; right:0; margin:11px 0 0; padding:0 29px 0 0; border-bottom:1px solid #AEAEAE;}
#topPanel ul li{float:right; font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;}
#topPanel ul li a{width:74px; height:36px; display:block; padding:0; color:#555; background:#fff; text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#topPanel ul li a:hover{width:74px; height:36px; text-decoration:none; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff;}
#topPanel ul li.active{width:74px; display:block; height:36px; background:url(images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff; text-align:center; margin:0 1px 0 0;}
