/* CSS Document */
 {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	padding-left: 30px;
font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	color: black;
	font-size: small;
	background-color: white;
}
h1 {
	padding: 20px;
	padding-left: 120px;
	margin-left: 170px;
}
th.linetitle {
	text-align: right;
}
.box {
	background-color: #959595;
	width: 90%;
}
.warning {
  padding: 20px;
  margin: 20px;
  font-size: large;
  color: red;
}
P {
}
table {
	border-collapse: collapse;

	font-size: 1em;
	margin: 0;
	padding: 0;
  width: 90%;
}
caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
}
tbody th {

}
tbody th, td {
	background-color:#eee;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #E5E5CB;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333;
}
tbody a:visited {
	
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
tbody td+td+td+td a {
	background: url(http://www.clacksweb.org.uk/images/external.gif) no-repeat right 0.4em;
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}
.userdetails {
font-weight: bold;
color: black;
}
.comment {
border-top: thin black solid;
padding: .75em;
width: 90%;
}
.comment p {
margin: .1em;
}
div.odd {
  	background-color: #ddd;
}
div.even {
  	background-color:  #cecece;
}

