/*//////////////////////////////////////////////////////////////////////////////////// page setup ///////////*/html,body,a:link,a:visited,a:hover,a:active,h1,h2,h3,h4,h5,p,ul,li,div,span,img,form,label,input,textarea,select,table,tr,td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	margin:0;
	padding:0;
	border:0;
}
html, body {
	width:100%;
}
html {
	background:url(menu_bg.jpg) repeat-y;	
}
body {
	background:url(head_bg.jpg) repeat-x;
}
input,textarea,select {
	margin:0;
	padding:1px;
	border:1px solid #017DC3;
}
a.button,input.button{
	display:block;
	float:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	background-color:#e3e3e3;
	width:auto;
	text-decoration:none;
	margin:0;
	border:1px solid #017DC3;
	cursor:pointer;
}
input.button {
	height:24px;
	padding:0 1px 3px 1px;
}
a.button {
	height:20px;
	padding:2px 6px 0 6px;
}
.msg {
	color:#ffffff;
	font-weight:bold;
	border:1px solid #330000;
	background-color:#990000;
	display:block;
	width:auto;
	margin:10px;
	padding:5px;
	text-align:center;
}
.clear {
	clear:both;
	width:0;
	height:0;
}
/*//////////////////////////////////////////////////////////////////////////////////// page styles ///////////*/
#masthead, #page {
	min-width:800px;
}
#system {
	display:block;
	float:left;
	width:190px;
	height:60px;
	padding-left:10px;
	background:url(head_top_left_bg.jpg) no-repeat;
}
#systemname {
	display:block;
	font-size:large;
	color:#eeeeee;
}
#systemversion {
	display:block;
	font-size:x-small;
	color:#eeeeee;
}
.ib td {
	background-color:#ffffff;
	padding:4px;
}
#nav {
	display:block;
	float:left;
	height:60px;
	list-style: none;
}
#nav li {
	display:block;
	float:left;
	width:40px;
	height:40px;
	padding:10px;
	background:url(navbutton_bg.jpg) no-repeat;
}
#logo {
	display:block;
	float:right;
	height:60px;
	width:160px;
	background:url(logo.jpg) no-repeat;
}
#menu {
	display:block;
	float:left;
	width:200px;
	background:url(menu_bg.jpg) repeat-y;
}
.menubox {
	border:1px solid #333333;
	margin:0 9px 10px 9px;
	width:180px;
	background-color:#eeeeee;
}
.menubox h2 {
	display:block;
	width:175px;
	height:17px;
	padding:3px 0 0 5px;
	background:url(menubox_top.jpg) repeat-x;
	color:#eeeeee;
}
.menubox ul {
	list-style:inside square;
	margin:5px;
}
.menubox ul li a:link, .menubox ul li a:visited {
	text-decoration:none;
}
.menubox ul li a:hover {
	text-decoration:underline;
}
#content {
	display:block;
	float:left;
	padding-left:10px;
	width:auto;
}
h1 {
	font-weight:normal;
	font-size:x-large;
}
#breadcrumb {
	margin:5px 0 10px 0;
}
#breadcrumb, #breadcrumb a:link, #breadcrumb a:visited {
	color:#666666;
	text-decoration:none;
}
#breadcrumb a:hover {
	text-decoration:underline;
}
/*//////////////////////////////////////////////////////////////////////////////////// xstandard styles //////*/
.black {
	color:#000000;
}
.grey {
	color:#666666;
}
.red {
	color:#990000;
}
.blue {
	color:#000099;
}
.green {
	color:#009900;
}
.smaller {
	font-size:x-small;
}
/*//////////////////////////////////////////////////////////////////// peters naff styles for tim to mend//////*/
.diary_row {
	display:block;
	float:left;
	width:700px;
	height:60px;
}
.table_header {
	background:url(table_head.jpg);
	height:16px;
	font-size:10px;
	padding:0 0 2px; 4px;
	font-weight:bold;
	color:#ffffff;
}
.inbox {
	display:block;
	float:left;
	width:724px;
	height:200px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#eeeeee;
}
.message_box {
	display:block;
	float:left;
	width:724px;
	height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#eeeeee;
}
.send_button {
	padding:0;
	margin:0;
	height:13px;
	font-size:9px;
	float:right
}
.div_700 {
	float:left;
	display:block;
	width:700px;
}
.cw_image {
	float:left;
	display:block;
	width:70px;
	text-align:center;
}