/*
	Warwick Poker Society CSS stylesheet
	by Andrew Thompson
	Copyright © Andrew Thompson 2005
*/

a:link, a:visited {
	color : #003399;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

body {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size : 12px;
}

h1 {
	font-size : 22px;
}


h2 {
	font-size : 18px;
}

h3 {
	font-size : 16px;
}

h4 {
	font-size: 14px;
}

p {
	line-height: 1.5em;
}

#Rss {
	float:right;
}

.lightcell {
	background-color : #E0E0E0 ! important;
}

.darkcell {
	background-color : #CCCCCC ! important;
}

.red, a.red, #content th a.red {
	font-weight: bold; 
	color: #FF0000;
}

.blue, a.blue, #content th a.blue {
	font-weight: bold;
	color: #003399
}

table {  
	font-size: 10px;
}

form {
	  font-size: 10px;
	  margin: 0px;
	  padding: 0px;
	  border: 0px;
}

.green { font-weight: bold; color: #009900}
.yellow { font-weight: bold; color:#FF6600 ; font-size: 16px}


/* Page content style */

#content hr {
	border: none;
	border-top: 2px solid #003399;
}

#content table {
	background-color:#FFFFFF;
}

#content th {
	background-color : #4b5bcb;
	background-image: url(/images/table_header.gif);
	background-repeat: repeat-x;
	color : white;
	font-weight : bold;	
	line-height : 1.5em;
	text-indent : 2px;
	text-align: left;
	padding: 2px;
}

#content td {
	padding: 2px;
}

#content tr {
	color : black;
	background-color: #E0E0E0;
}

#content th a, #content th a:visited {
	color: white;
}

#content .htmlarea .toolbar tr
{
  background-color: #f7f8fd;
}

#content .htmlarea .toolbar td
{
	padding: 2px;
}

#content .htmlarea .toolbar tr > td
{
	padding: 0px 2px;
}

#content .htmlarea .toolbar tr
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .htmlarea td
{
	padding: 0px;
}

/* Page component styles */

#header {
	font-weight : bold;
	text-indent : 5px;
	font-size: 12px;
	padding: 3px;
	border-bottom: 2px solid #003399;
	margin-bottom: 20px;
}

#header form input, #header .head_login
{
	font-size: 10px;
}

#footer {
	font-size: 9px;
	padding: 5px;
}

#sidebar {
	
}

#banner {
	background-image: url(../images/logo3.jpg);
	height: 105px;
	width: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	color: white;
}

a#banner:hover
{
	text-decoration: none;
}

/* Menu */

#menu, #menu ul {
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#menu li {
	background-color : #3c50bd;
	background-image: url(/images/menuitem.gif);
	background-repeat: repeat-x;
	font-weight : bold;
	text-indent : 5px;
	font-size : 10px ! important;
	line-height : 1.5em;
	border-top: 3px solid #FFFFFF;
}

#menu a {
	display: block;
	height: 1.5em;
	color : white;
}

#menu a:hover {
	background-color:#0044AA;
	color : white;
	text-decoration : none;
}

#menu ul li {
	font-weight : normal;
	background: none;
	background-color: #E0E0E0;
}

#menu ul a {
	color : #003399;
}

#menu ul a:hover {
	background-color : #F0F0F0;
	color : #003399;
}

#menu ul ul li {
	text-indent: 20px;
}

/* Tabs */

.tabs {
	list-style-type: none;
	border-bottom: 2px solid #003399;
	padding: 3px 0;
	margin-top: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #003399;
}

.tabs li {
	display: inline;
	margin: 0px;
	white-space: nowrap;
}

.tabs a {
	background-color: #E0E0E0;
	padding: 3px 8px;
	border: 1px solid #003399;
	border-bottom: none;
}

.tabs a:hover {
	background-color: #F0F0F0;
	text-decoration: none;
}

.tabs .selected  a {
	background-color: #003399;
	color: white;
}

.block {
	display: block;
}

/* Polls - vote percentage bar */

.pollbar {
	height: 2px;
	background-color:#FF0000
}

/* Forums - message style */

.Message .text {
	overflow: auto;
	width:100%;
}

.Message .text img {
	*max-width: 430px;
}

.Message, .Message p {
	font-size : 10px;
}

.Message hr
{
	border-top: 2px solid white ! important;
}

.Message .quote {
	margin: 10px;
}

.Message .quote .message {
	background-color: #F0F0F0;
	border: 1px solid white;
	padding: 5px;
	margin-top: 2px;
}

.Message .spoiler {
	margin: 10px;
}

.Message .spoiler a.message {
	background-color: #F0F0F0;
	border: 1px solid white;
	padding: 5px;
	margin-top: 2px;
	color: #F0F0F0;
	
	display: block;
	text-decoration: none;
}

.Message .spoiler a.message:link, .Message .spoiler a.message:visited {
	color: #F0F0F0;
}

.Message .spoiler a.message:hover {
	color: black;
}

h4.topictitle
{
	margin-bottom: 0;
}

/* Forums - html editor */

table.htmlarea, table.htmlarea table{
	background-color: inherit;
}

/* Forums - action bar */

.forumactions
{
	list-style-type: none;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	
	float: right;
	
	border-bottom: 2px solid #003399;
	margin-bottom: 20px;
	height: 25px;
}

.forumactions li
{
	display: inline;
}

.forumactions a:hover
{
	text-decoration: none;
	color: red;
}

.floatleft
{
	float: left;
	padding-right: 5px;
}

.section h2
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.floatleft h3
{
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Picture collection - collection heirarchy */

.rootcolls table
{
	width: 100%;
}

.rootcolls ul, .rootcolls
{
	padding-left: 22px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

.rootcolls 
{
	padding-left: 0px;
	margin-left: 0px;
	font-size:10px;
	width: 550px;
	text-align: left;
}

.rootcolls .expandcell
{
	width: 20px;
	text-align: center;
}

.rootcolls .countcell
{
	width: 60px;
	text-align: right;
}

.rootcolls td
{
	padding: 1px 0px ! important;
}

.rootcolls tr > td
{
	padding: 0px ! important;
}

.rootcolls a
{
	display: block;
	padding: 2px;
}

.rootcolls a:hover
{
	background-color: #F0F0F0;
	text-decoration: none;
}

.rootcolls .darkcell a:hover
{
	background-color: #DDDDDD;
}

.hidden
{
	display: none;
}

.collapse
{
	background: url(../images/collapse.gif) center center no-repeat;
}

.expand
{
	background: url(../images/expand.gif) center center no-repeat;
}

.hallfame
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hallfame li
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.forums {
	width: 100%;
}

/*
	Warwick Poker Society CSS stylesheet
	by Andrew Thompson
	Copyright © Andrew Thompson 2005
*/

#header {
	
}

#sidebar {
	position: absolute;
	width: 155px;
	left: 0;
	/*padding-right: 15px;*/
	padding-left: 10px;
}

#footer {
	position: absolute;
	bottom: 0px;
}

#content {
	margin-left: 175px;
	padding-right: 10px;
	margin-bottom: 40px;
}

#page {
	_height: 750px;
	min-height: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-width:800px;
	width: 90%;
	_width: expression(document.body.clientWidth < 900 ? "800px": "90%");
	border: 2px solid #003399;	
	background-color: white;
}

body {
	background-color:#CCCCCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}