/* Birmingham Museum & Art Gallery css
--------------------------------------

Revisions
=========
04/04/08	TC	Changed font sizes as text smaller/bigger makes website mis align
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #5a0b2a;
}

#content
{
	background: #f4ebcc url(../images/background.jpg) no-repeat;
	height: auto;
	min-height: 600px;
}

#content2
{
	background-color: #f4ebcc;
	height: auto;
}

#leftCol
{
	background-color: #b99f00;
}

#midCol
{
	background-color: #f4ebcc;
}

h1
{
	font-size: 1.1em;
	font-weight: bold;
	color: #5a0b2a;
	font-family: Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #5a0b2a;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
}

p
{
	font-size: 0.8em;
	color: #5a0b2a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

td
{
	font-size: 1.0em;
	color: #5a0b2a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a
{
	color: #5a0b2a;
	font-family: Arial, Helvetica, sans-serif;  /* text-decoration: none */
}

.s1
{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.s2
{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.s3
{
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#topbar
{
	background-color: #054477;
}

.button
{
	font-size: 0.9em;
	font-weight: bold;
	list-style: none;
	text-align: center;
	width: 124px;
	line-height: 30px;
	background-color: #5a0b2a;
	color: #ffffff;
	cursor: pointer;
}

.wideButton
{
	font-weight: bold;
	list-style: none;
	text-align: center;
	width: 160px;
	line-height: 30px;
	background-color: #5a0b2a;
	color: #ffffff;
	cursor: pointer;
}

td.EventDisplay
{
	text-decoration: none;
	text-align: left;
}

td.TimeDisplay
{
	background-color: #ead9b0;
	height: 25px;
	text-decoration: none;
	text-align: right;
}

.line
{
	background-color: #eddcb3;
	width: 100%;
}

.list-height
{
	height: 20px;
}

td.pad
{
	padding-top: 7px;
	padding-bottom: 7px;
}

tr.rowpad
{
	padding-top: 7px;
	padding-bottom: 7px;
}


.disabled
{
	color: Gray;
}

#pricebands
{
	border: solid 1px #621234;
	background-color: #fff6d9;
	height: 5em;
	position: relative;
	padding: 6px 6px 6px 6px;
}

.priceband
{
	width: 9px;
	height: 9px;
	font-size: 0.1em;
}

.pricedisplay
{
	width: 12em;
	height: 2em;
	text-align: left;
}

td.item
{
	border-right: #621234 1px solid;
	font-weight: bolder;
	font-size: 0.8em;
	border-left: #621234 1px solid;
	color: #5a0b2a;
	border-bottom: #621234 1px solid;
	font-family: Verdana, Geneva, Arial, sans-serif;
	height: 25px;
	background-color: #eddcb3;
	text-align: center;
}

.top
{
	border-top: #621234 1px solid;
}

.right
{
	border-right: #621234 1px solid;
}

.left
{
	border-left: #621234 1px solid;
}

.details
{
	padding-left: 5px;
	color: #5a0b2a;
	border-bottom: #621234 1px solid;
	height: 25px;
	background-color: #fff6d9;
}

.required
{
	font-size: 1.2em;
	font-weight: bold;
}

hr
{
	width: 98%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-top: 1px solid #621234;
	/* border-bottom: 1px solid #621234; */
	margin: 3px 0px 3px 0px;
	position:relative;
	top: 5px;
}

.tab
{
	color: #b99f00;
}

/* ----------------- LEFT NAV STYLE ----------------- */
#leftDiv
{
	overflow: auto;
	background-color: #b99f00;
	width: 180px;
	height: 600px;
}

#leftNav
{
	padding-top: 5px;
}

#leftNav ul
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	list-style: none;
	text-align: left;
	width: 124px;
	line-height: 22px;
	background-color: #b99f00;
}

#leftNav li
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #b99f00;
}

#leftNav a
{
	color: #5a0b2a;
	font-weight: bold;
	width: 130px;
	text-indent: 8px;
	line-height: 30px;
	background: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	font-family: Arial, Helvetica, Sans-Serif;
}

#leftNav a:hover
{
	color: #ffffff;
	text-indent: 10px;
	display: block;
	text-decoration: none;
	background-color: #5a0b2a;
}

.kbglink {
	font-size: 0.7em;
	position: relative;
	top: 50px;
}
