/*****
*
*	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.OneDayMenu
*****/
#content table.onedaymenu {
	margin: 2em auto;
}

#content table.onedaymenu th.building {
	text-align: center;
	line-height: 1em;
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: 2px solid #7534aa;
	font-weight: 600;
	padding: .5em 0em .5em 0em;
}

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

#content table.onedaymenu td {
	vertical-align: top;
	padding: .4em 0em 0em 0em;
	width: 370px;
}

#content table.onedaymenu p {
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
	padding: 0em 0em .4em 0em;
	
}


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

#menuview p#buttonelmcourt, #menuview p#buttonthurlowpark {
	padding: 0px;
	height: 20px;
	width: 100px;
	border: 1px solid transparent;
}

#menuview p#buttonelmcourt {
	background: transparent url(../img/buttons/button_text_school_elmcourt.gif) no-repeat top left;	
}

#menuview p#buttonthurlowpark {
	background: transparent url(../img/buttons/button_text_school_thurlow_park.gif) no-repeat top left;	
}

#menuview p#buttonelmcourt:hover, #menuview p#buttonthurlowpark:hover {
	border: 1px solid #000;
}