div#head
	{
	margin-bottom: 2.5em;
	margin-left: 20px;
	margin-top: 20px;
	}



/*-------------------------------------------- </navigation> */
div#navigation{
	margin-bottom: 0px;
	margin-top: 5px;
	height: 30px;
	}

div#navigation input{
	float: right;
	margin-right: 0px;
	margin-top: -7px
	}

#navigation ul, #navigation li{
	margin: 0px;
	padding: 0px;}

#navigation ul{
	width: 100%;
	}

#navigation ul li{
	padding-right: 5px;
	list-style: none;
	display: inline;
	float: left
}

div#navigation div.trailer{
height: 30px;
	}	

div#navigation div.trailer ul, div#navigation div.trailer li{
	margin: 0px;
	padding: 0px;}

div#navigation div.trailer p, div#navigation div.trailer a, div#navigation div.trailer a:visited{
	display: inline;
	margin: 2px;
	margin-right: 15px;
	color: #EA6E02;
	font: 11px tahoma, arial, helvetica, sans-serif;
	padding: 0px;
}

div#navigation div.trailer p{
	color: #6f695c;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	font-weight: bold
}
	
/*-------------------------------------------- </navigation> */

/*-------------------------------------------- <general> */
tbody.tableHead td{
	height: 20px;
	font-weight: bold;
	background: url(/media/gfx/topline.gif) repeat-x bottom

	}
tbody.tableList td{

	padding: 3px;
	}

.odd{
	padding-left: 10px;
	height: 18px;
	}

.even{
	padding-left: 10px;
	background: #f2ecdf;
	height: 18px;
	}


.clear{
	clear: both;
	}

div.watch{
	display: none;
}
/*-------------------------------------------- </general> */
/*-------------------------------------------- <paging> */

div.paging{
	width: auto;
	padding-top: 5px;
	margin-top: 20px;
	border-top: 1px solid #d9d3c6;
	background: url(/media/gfx/bg_paging.gif) 0px 1px repeat-x;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	clear: both
	}
.paging .previous{
	display: block;
	width: 100px;
	margin: auto;
	float: left;
	font-weight: bold
	}
.paging .pages{
	display: inline;
	text-align: center;
	margin: auto;
	float: left;
	padding-left: 130px;
	padding-right: 30px;
	}
.paging .next{
	display: block;
	float: right;
	width: 100px;
	margin: auto;
	text-align: right;
	font-weight: bold;
	}

/*-------------------------------------------- </paging> */


/*-------------------------------------------- <listGroups> */
div#listGroups div.description{
	font-size: 9px;
}
/*-------------------------------------------- </listGroups> */

/*-------------------------------------------- <listGroup> */
/*-------------------------------------------- </listGroups> */

/*-------------------------------------------- <listThread> */
div#listThread div.forumMessage{
	border: 1px solid  #ff7802;
	margin-bottom: 10px;
	background: #f8f4e9
	}

div#listThread div.forumMessage div.forumMessageStatus{
	display: none;
	}
	
div#listThread div.forumMessage div.forumMessageSubject{
	float: left;
	display: inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;

	font-weight: bold;
	}
div#listThread div.forumMessage div.forumMessageOwner{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	display: inline;
	}
div#listThread div.forumMessage div.forumMessageDate{
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	display: inline;
	}
	
div#listThread div.forumMessage div.forumMessageAnswer{
	float: right;
	display: inline;
	}

div#listThread div.forumMessage div.forumMessageAnswer .button{
	color: #EA6E02;
	padding: 0px;
	background-image: none;
	margin: 0px;
	}

div#listThread div.forumMessage div.forumMessageMessage{
	padding: 10px;
	clear: both;
	}

div#listThread div.forumQuote{
	border: 1px dashed gray;
	padding: 10px;
	background: #eae6db
	}

/*-------------------------------------------- </listThread> */

/*-------------------------------------------- <deleteMessage> */
div.status input {
border: none;
background: none;
width: 20px;
}

div.status .input {

	padding-bottom: 5px;
}

div.status .input input {
	padding: 0px; 
	margin: 0px;
}

/*-------------------------------------------- </deleteMessage> */

