/* $Id: style.css,v 1.13 2006/05/04 23:46:05 remy Exp $ */

BODY {
	font: 1.2em "Trebuchet MS", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

FIELDSET {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0px;
}

LEGEND {
    color: #ccc; 
    font-size: 120%;
}

LABEL {
  float: left;
  margin-top: 7px;
  width: 175px;
  font-weight: bold;
  clear: left;
}

LABEL.wide {
  width: 100%;
}

PRE {
	font: 0.8em monospace;
}

INPUT, TEXTAREA {
	border: solid 1px #000;
}

INPUT, TEXTAREA, SELECT {
	font: 1em "Trebuchet MS", Arial, sans-serif;
	padding: 4px;
	margin: 5px 0px;
}

INPUT:focus, TEXTAREA:focus {
	background-color: #ffc;
}

INPUT:hover, TEXTAREA:hover {
	background-color: #ffc;
}

TEXTAREA.comment {
  width: 97%;
  height: 175px;
}

INPUT.submit, DIV.submit INPUT {
  border: 2px outset #999;
  background: #aaa;
}

DIV.submit {
  background: #ccc url(/images/greyed.gif);
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0.5em;
  text-align: right;
  margin-bottom: 20px;
}

DIV.vote {
	float: right;
}

#flash {
	color: #090;
	border: 1px solid #900;
	background-color: #ff9;
	padding: 10px;
	margin-bottom: 20px;
/*  width: 500px;*/
}

#flash UL {
  list-style: none;
  padding-left: 19px;
}

DIV.user_offence_summary {
	border-top: solid 1px #000;
	padding: 5px 0px;
	margin: 10px 0px 0px 0px;
	font-size: 0.8em;
}

P.commentHeader {
  background: url(/images/comment.gif) no-repeat top left;
  padding-left: 22px;
}

DIV.comment P {
  margin: 10px 0;
}

.comment_flip {
	padding: 0 10px;
/*  width: 500px;*/
}

.comment_flop {
	padding: 10px;
	background-color: #eee;
/*  width: 500px;*/
}

P.smaller {
	font-size: 90%;
}

P.small_text {
	font-size: 65%;
}

DIV.tm {
	background: url(/images/box_tm.jpg) 0 0 repeat-x;
}

DIV.tl {
	background: url(/images/box_tl.jpg) 0 0 no-repeat;
}

DIV.tr {
	background: url(/images/box_tr.jpg) 100% 0 no-repeat;
}

DIV.lm {
	background: url(/images/box_lm.jpg) 0 0 repeat-y;
}

DIV.rm {
	background: url(/images/box_rm.jpg) 100% 0 repeat-y;
}

DIV.bl {
	background: url(/images/box_bl.jpg) 0 100% no-repeat;
}

DIV.bm {
	background: url(/images/box_bm.jpg) 0 100% repeat-x;
}

/* needs to be last to pad the box correctly */
DIV.br {
	background: url(/images/box_br.jpg) 100% 100% no-repeat;
	padding: 20px;
}


DIV.lblNormal {
	width: 130px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	font-weight: bold;
}

DIV.lblShort {
	width: 50px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	font-weight: bold;
}

DIV.lblLong {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	font-weight: bold;
}

DIV.lblNote {
	float: right;
	clear: right;
	padding-left: 10px;
	width: 300px;
}

H2 {
	margin: 0px 0px 10px 0px;
}

.clear {
	clear: both;
}

.gap {
	padding-bottom: 15px;
}

.right {
	float: right;
}

.monthly_summary {
	font-size: 0.8em;
	/*font-family: "courier new", monospace, sans-serif;*/
}

.monthly_summary UL {
  list-style: none;
  padding-left: 0;
}

.monthly_summary LI {
  padding: 3px 0;
}

#info_box LI {
	padding: 0px 5px 5px 0px;
}

#body {
	padding: 20px;
	padding-top: 30px;
	background: url(/images/body_head.jpg) repeat-x top left;
}

#header {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	background: url(/images/head_grad.jpg) repeat-x bottom left;
	color: #fff;
	font-family: Impact, "Trebuchet MS", Arial, sans-serif;
}

#header H1 {
	font-weight: normal;
	margin: 0px;
	float: left;
	padding-top: 8px;
}

#header H1 A {
  
}

#header P {
	margin: 0px;
	float: left;
	display: none;
}

#header_container {
	padding: 0px 20px 10px 20px;
	margin: 0px;
/*  float: right;*/
/*  text-align: right!important;*/
}

#nav {
	margin-top: 23px;
	font-size: 1.1em;
	float: right;
}

#nav UL {
  list-style: none;
  margin: 0;
}

#nav LI {
  display: inline;
}

#header A {
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
}

#header A:hover {
	border-bottom: solid 5px #fff;
	font-weight: none;
}

#two_col_left {
	top: 0px;
}

#two_col_right {
	width: 250px;
	float: right;
	top: 0px;
	clear: right;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	background-color: #fff;
}

#content {
  margin-bottom: 10px;
}

#footer {
	background: url(/images/foot_head.png) repeat-x 0px -12px;
	padding: 20px 0 10px 0;

  height:50px;
  margin:-40px 0px 0px;
  padding:20px 0px 0px;
  position:fixed;
  top:100%;
  width:100%;
  
	font-size: 0.6em;
	font-weight: bold;
}

#footer A {
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
}

#footer A:hover {
	border-bottom: solid 4px #fff;
}

UL.plain {
  list-style: none;
}

LI LABEL {
  cursor: pointer;
  float: none;
  font-weight: normal;
}

.nopoints {
  display: none;
}

span.error {
  color: #AB0000;
}

SELECT#groupSelect {
  padding: 0;
  margin: 0;
}

input.readonly {
  border: 1px dotted #000;
}

#public {
  width: 60px;
}
