/* 

CSS Style-Sheet
Christchurch Bridge Club
Last edited on 07.09.06

© treshna Enterprises -
http://www.treshna.com
Compiled by bthreen;


GENERAL
------------------------------------------------
*/

html {margin: 0;}

body { 
	background: url() repeat-none;
	font-family: Georgia, "Sans-Serif";
	font-size: 13px;
	line-height: 1.8em;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1 /*Main Headers eg: Welcome*/ {
	font-family: Tahoma, "Sans-Serif";
	color: #741917;
	letter-spacing: 2px;
	font-size: 17px;
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
	text-decoration: none;
}

img {
border: 0px;
padding: 7px;
}

p {
	margin-top: 11px;
	margin-bottom: 11px;
}

a:active, a:visited, a:link {
	color: #741917;
	text-decoration: none;
}

a:hover {
	color: #741917;
	text-decoration: underline;
}

iframe {
	width: 100%;
	height: 850px;
	border: thin solid black;
}


/*
Div Template
------------------------------------------------
*/

#container {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	margin: 0 auto;
	background-repeat: no-repeat;
	position: static;
	text-align: justify;
}

#maincontent {
	width: 735px;
	margin: 0;
	padding: 10px 10px 0 5px;
	background-repeat: no-repeat;
	position: static;
	text-align: justify;
}

#contenthold {
	width: 750px;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
}

#header {
	background: url(images/header.jpg) no-repeat top;
	padding: 254px 0 0 0;
	width: 750px;
	height: 45px;
	color: transparent;
	display: block;
	font-size: 11px;
	text-align: justify;
}

#header2 {
	background: url(images/header2.jpg) no-repeat top;
	padding: 110px 0 0 0;
	width: 750px;
	height: 45px;
	color: transparent;
	display: block;
	font-size: 11px;
	text-align: justify;
}

#navigation {
	color: #000000;
	margin: 0;
	padding: 15px 0 0 0;
	font: Tahoma;
	font-size: 12px;
	letter-spacing: 0;
}

#footer {
	color: #CCC;
	font-size: 12px;
	line-height: 120%;
	float: left;
	display: block;
	width: 510px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 5px;
}

#footer ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}

#footer li { 
	color: #CCC;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#footer a:hover { 
	color: #333;
	text-decoration: none;
}

#footer a { 
	color: #999;
	text-decoration: none;
}

/*
FORMS
------------------------------------------------
*/
textarea, input, select, file { 
	border: 1px solid #999;
	background: #F9F9F9; 
	vertical-align: middle;
	font-family: Georgia, "Sans-Serif";
	font-size: 13px; 
	color: #333;
}

.submit {
	border: 1px solid red;
	/*background: white;*/
	color: black; 
	font-size: 19px;
	/*font-family: Georgia, "Sans-Serif";*/
}

/*
Menu
------------------------------------------------

Header Menu */
.headermenu {
	background: transparent;
	margin: 0;
	font-size: 13px;
	padding: 0 3px 3px 0;
	width: 750px;
	text-align: center;
	font-weight: bold;
}

.headermenu a:link, .headermenu a:active {
	padding: 5px;
	color: #000;
	text-decoration: none;
}

.headermenu a:hover {
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	background: #741917;
}

.headermenu ul {
	margin: 0;
	padding: 0;
}

.headermenu li { 
	padding: 3px 15px 3px 0;
	display: inline;
	list-style: none;
}

.footermenu {
	background: transparent;
	margin: 0 0 0 -3px;
	font-size: 12px;
	padding: 0 3px 3px 0;
	width: 750px;
	text-align: left;
	font-weight: bold;
}

.footermenu a, .headermenu a:visited {
	padding: 5px;
	color: #000;
	text-decoration: none;
}

.footermenu a:hover {
	padding: 5px;
	color: #741917;
	text-decoration: none;
	background: #FFF;
}

.footermenu ul {
	margin: 0;
	padding: 0;
}

.footermenu li { 
	padding: 3px 15px 3px 0;
	display: inline;
	list-style: none;
}

/*Subheader Menu */
.subheadermenu {
	margin: -15px 0 0 0;
	font-size: 12px;
	padding: 2px;
	height: 30px;
	width: 740px;
	text-align: center;
       
}

.subheadermenu li a:link, .subheadermenu li a:visited {
	color: #000;
	text-decoration: none;
}

.subheadermenu li a:hover {
	color: #741917;
	text-decoration: none;
}

.subheadermenu ul {
	margin: 0;
	padding: 0;
}

.subheadermenu li { 
	color: #333;
	padding: 10px;
	display: inline;
	list-style: none;
}

/*
OTHER
------------------------------------------------
*/

table {
	text-align: left;
	background: #FFF;
	border: 0;
	font-family: Georgia, "Sans-Serif";
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	margin: 0;
	padding: 0;
}

td {
	padding: 3px;
	background: #FFF;
/*	border: 0;*/
}

th {
	padding: 3px;
	background: #FFF;
/*	border: 0;*/
}

tr {
	padding: 0;
	background: #FFF;
	border: 0;
}

/* OTHERS
------------------------------------------------------------------
*/
.inputLine{
    /*border : thin solid green;*/
}
.inputName, .inputName2{
    text-align: right;
    padding : 0px 10px 0px 10px;
    margin : 1px;
}

.inputName2{
    text-decoration : underline;
    color : red;
}

.inputBox, .inputBox2{
    padding : 0px 10px 0px 10px ;
    margin : 1px;
}

.inputBox2{
    text-align: center;
}

.tournamenttable td{
	padding-right : 15px;
}
.current a:link, .current a:visited, .current a:hover  {
	color: #777;
}
