/*****
*
*	Name:		menus.css
*	Author:		Robert Sherwood
*	Email:		rwslondon@yahoo.co.uk
*	Created:		2009-03-19
*
*****/

/*****
*	General
*****/
#content table {
	clear: both;
	border-collapse: collapse;
	margin: 2em auto 0em auto;
	padding: 0em;
}


/*****
*	Content -- Table.Select
*****/
#content form table.select td {
	padding: 0em 0em 1.4em 0em;
}

#content form table.select td.left {
	text-align: right;
	padding: 0em .3em 1.4em 0em;
}

#content form table.select select {
	font-size: 1em;
	width: 250px;
	border: none;
}


/*****
*	Content -- Form.Input
*****/
#content form input {
	margin: 0px 0px 0px 10px;
	width: 81px;
	height: 21px;
	border: 1px solid transparent;
	background: transparent url(../img/buttons/button_text_select.gif) no-repeat top left;
}

#content form input:hover {
	border: 1px solid #000;	
}

/*****
*	Content - Table.Club
*****/
#content table.club {
	margin: 2em auto;
}

#content table.club th {
	vertical-align: top;	
	padding: .4em 1em 0em 0em;
	font-size: 1em;
	font-weight: 600;
	text-align: right;
}

#content table.club td {
	vertical-align: top;
	padding: .4em 0em 0em 0em;
}


/*****
*	ClubView
*****/
#clubview {
	margin: 2em 3em 0em 3em;
	padding: .3em 1em;
	border-left: 2px solid #7534aa;
	border-right: 2px solid #7534aa;
}

#clubview  p{
	margin: 0px auto 1em auto;
}

#clubview p.button {
	margin: 0em auto;
	padding: 0px;
	height: 20px;
	width: 80px;
	border: 1px solid transparent;
	background: transparent url(../img/buttons/button_text_print.gif) no-repeat top left;	
}

#clubview  p.button:hover {
	border: 1px solid #000;
}