* { margin: 0; padding: 0; }
a img { border: none; }

html
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
}

body.MinimalChrome
{
	padding-top: 30px;
}

body.DefaultChrome
{
	background: transparent url(Assets/Background.gif) repeat-x left top;
}

#LayoutHolder
{
	width: 900px;
	margin: 0 auto;
}

#Header { height: 110px; overflow: hidden; }

h1
{
	height: 110px;
	width: 450px;
	float: left;
	overflow: hidden;
	background: transparent url(Assets/HeaderLogo.gif) no-repeat left 50%;
}
h1 a
{
	height: 110px;
	overflow: hidden;
	text-indent: -2000px;
	display: block;
}

#UserContext
{
	margin-top: 75px;
	height: 30px;
	line-height: 30px;
	float: right;
	vertical-align: baseline;
	color: #bbb;
}

#Menu,
#SubMenu
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

#SubMenu { margin-bottom: 30px; }

#Menu li,
#SubMenu li
{
	display: block;
	margin: 0;
	padding: 0;
	height: 40px;
	float: left;
}

#Menu li a,
#SubMenu li a
{
	display: block;
	margin: 0;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	float: left;
}

#Menu { background: transparent url(Assets/MenuDivider.gif) no-repeat left top; padding-left: 2px; }
#Menu li { background: transparent url(Assets/MenuDivider.gif) no-repeat right top; }

#Menu li a:link,
#Menu li a:active,
#Menu li a:visited,
#SubMenu li a:link,
#SubMenu li a:active,
#SubMenu li a:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#Menu li a:hover,
#Menu li.Active a:link,
#Menu li.Active a:active,
#Menu li.Active a:visited,
#SubMenu li a:hover,
#SubMenu li.Active a:link,
#SubMenu li.Active a:active,
#SubMenu li.Active a:visited
{
	color: #3d494f;
}

#Menu li.Active a:link,
#Menu li.Active a:active,
#Menu li.Active a:visited
{
	background: transparent url(Assets/MenuOn.gif) repeat-x left top;
}

h2 { font-size: 190%; color: #ee1a26; font-weight: normal; margin-bottom: 5px; }
h3, h4, th { font-size: 140%; color: #3c494f; font-weight: normal; }
h3 { padding-bottom: 20px; border-bottom: solid 1px #cddee6; margin-bottom: 20px; }
h4 { margin: 20px 0 10px 0; }
p, ul, ol { color: #3c494f; line-height: 140%; }
p { margin-bottom: 10px; }
ul, ol { margin: 0 0 0 2em; }
li { margin-bottom: 0.5em; }
a:link,
a:active,
a:visited { color: #3bace4; text-decoration: none; }
a:hover { text-decoration: underline; }

.hr hr { display: none; }
.hr { border-top: solid 1px #cddee6; height: 1px; overflow: hidden; margin: 20px 0; }

.SplitFrame
{
	width: 900px;
	overflow: auto;
}

.SplitFrame .Column1,
.SplitFrame .Column2
{
	width: 310px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
}

.SplitFrame .Column3
{
	width: 200px;
	margin-right: 0;
	float: left;
	overflow: hidden;
}

.SplitFrame .Column12
{
	width: 660px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
}

.ContentPanel
{
	border: solid 1px #cddee6;
	margin: 20px 0;
}
.ContentPanelBaseless { border-bottom: none; }

.ContentPanel h4
{
	background: transparent url(Assets/ContentBoxHeadingBackground.gif) repeat left top;
	line-height: 35px;
	vertical-align: middle;
	padding: 0 10px;
	margin: 0;
}

.ContentPanelInner { padding: 10px 10px 0 10px; }

.ContentPanelTerms p { color: #666; }

.EventFilter
{
	display: block;
	padding: 5px;
	margin-top: 10px;
	background-color: #ffc;
	border: solid 1px #ddd;
}

.EventTile a
{
	display: block;
	padding: 5px;
	margin-top: 10px;
	background-color: #f2f2f2;
	border: solid 1px #ddd;
}
.EventTile a:hover { background-color: #e5e5e5; }
.EventTile a:link,
.EventTile a:active,
.EventTile a:visited { color: #000; text-decoration: none; }
.EventTile .Blurb { color: #666; }
.EventTile p { margin-bottom: 0; }

fieldset { border: none; }
fieldset legend { display: none; }

fieldset div.Field
{
	width: 580px;
	overflow: hidden;
	padding-bottom: 10px;
}
fieldset div.Field p
{
	display: block;
	float: left;
	width: 380px;
	line-height: 25px;
	vertical-align: middle;
}
fieldset div.Field p label
{
	display: block;
	float: left;
	width: 80px;
	padding-right: 10px;
	line-height: 25px;
	vertical-align: middle;
}
fieldset div.Field p span
{
	display: block;
	float: left;
	width: 290px;
	line-height: 25px;
	vertical-align: middle;
}
fieldset div.Field p span span
{
	display: block;
	margin-bottom: 4px;
}
fieldset div.Field p span span span
{
	display: inline;
	margin: 0 0 0 0;
	float: none;
	width: auto;
}
fieldset div.Field p span span.Validators
{
	line-height: normal;
}
fieldset div.Field p span span.Validators span
{
	margin-bottom: 0;
	line-height: normal;
}
fieldset div.Field p span input,
fieldset div.Field p span textarea,
fieldset div.Field p span select
{
	font-size: 100%;
	font-family: Arial;
}
fieldset div.Field p span input,
fieldset div.Field p span textarea
{
	padding: 3px 2px 1px 2px;
	width: 282px;
}
fieldset div.ExtendedField .FieldControl textarea
{
	width: 638px;
}
fieldset div.Field p span .RadioButton
{
	margin-right: 20px;
}
fieldset div.Field p span .RadioButton input
{
	width: auto;
}
fieldset div.Field p span select
{
	width: 100%;
}
fieldset div.FieldShort p span input
{
	width: 100px;
}
fieldset div.Field div.Description
{
	margin-left: 20px;
	width: 180px;
	float: left;
}
fieldset div.Field div.Description p
{
	width: 180px;
	line-height: normal;
	color: #999;
	margin: 0;
	padding: 0;
}
fieldset div.Field div.Description p strong
{
	color: #a00;
	font-weight: normal;
}

fieldset div.ContentPanelEventMode p.RadioButton
{
	margin-left: 25px;
}
fieldset div.ContentPanelEventMode p.RadioButton input
{
	width: 20px;
	margin: 0px 5px 0 0;
}
fieldset div.ContentPanelEventMode div.Description
{
	margin-left: 50px;
}

input.Watermark { color: #888; }

.LoginPanel { width: 400px; margin: 60px auto 40px auto; }
.LoginPanel fieldset div.Field { width: 380px; padding-bottom: 10px; }
.LoginPanel fieldset div.Field p label { width: 100px; }
.LoginPanel fieldset div.Field p span { width: 270px; }
.LoginPanel fieldset div.Field p span input { width: 260px; }
.LoginPanel fieldset div.Submit { padding-left: 110px; }

.ReissuePasswordPanel { width: 600px; margin: 20px auto 0 auto; }

table { margin: 20px 0; border: solid 1px #cddee6; border-bottom: none; }
table.Partial { margin: 0; border: none; }

table td,
table th { padding: 7px 15px 7px 10px; }

table.NoHeader thead { display: none; }
table thead
{
	background: transparent url(Assets/ContentBoxHeadingBackground.gif) repeat left top;
}
table th
{
	padding: 0 15px 0 10px;
	font-weight: normal;
	line-height: 35px;
	vertical-align: middle;
	text-align: left;
	font-size: 100%;
	white-space: nowrap;
}

table td { border-bottom: solid 1px #cddee6; color: #3c494f; line-height: 140%; }

table tr.Alternate { background-color: #e2ebf0; }

table tr.NoData td { text-align: center; vertical-align: middle; padding-bottom: 6px; }

table th.Title { font-size: 140%; color: #3c494f; font-weight: normal; }

table th.Currency,
table td.Currency { text-align: right; }

table th.Number,
table td.Number { text-align: center; }

table th.TicketCount { padding: 0; }
table th.TicketCount,
table td.TicketCountBlank { text-align: center; }

table td.TicketCount { width: 30px; padding: 7px 10px 7px 10px; text-align: center; }
table td.TicketCount input { width: 30px; text-align: center; }
table td.TicketPrice { width: 30px; padding: 7px 10px 7px 0; text-align: right; }

table td.TicketCount,
table td.TicketCountBlank { border-left: solid 1px #cddee6; }

table td.TicketCountBlank { color: #ccc; }

table.FullWidth { width: 100%; }

table.TransactionGrid td,
table.TransactionGrid th { padding: 3px 0 3px 5px; }
table.TransactionGrid th { line-height: 29px; }
table.TransactionGrid td.Currency,
table.TransactionGrid th.Currency { width: 80px; padding: 3px 5px 3px 0; }

p.Advert { margin-bottom: 30px; }

p.Buttons
{
	height: 30px;
	overflow: hidden;
}

p.Buttons a:link,
p.Buttons a:active,
p.Buttons a:visited
{
	float: left;
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	background: transparent url(Assets/Button.gif) repeat-x left top;
}

p.Buttons a.ButtonCancel,
p.Buttons a.ButtonCancel,
p.Buttons a.ButtonCancel
{
	background-image: url(Assets/ButtonCancel.gif) !important;
}

p.Buttons a.ButtonGo,
p.Buttons a.ButtonGo,
p.Buttons a.ButtonGo
{
	background-image: url(Assets/ButtonGo.gif) !important;
}

p.Buttons a:hover
{
	background-position: left bottom;
}

.EventResponsePanel
{
	margin-top: 70px !important;
}

.EventResponsePanel p.Buttons a:link,
.EventResponsePanel p.Buttons a:active,
.EventResponsePanel p.Buttons a:visited
{
	width: 100%;
	background-image: url(Assets/ButtonGo.gif) !important;
}

.EventResponsePanel p.Buttons span,
.EventResponsePanel p.Buttons span,
.EventResponsePanel p.Buttons span
{
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	background-image: url(Assets/ButtonCancel.gif) !important;
}

input[type='file'] { margin: 10px 0; }

.ImagePreview { margin: 20px 0; }

.EventPoster { text-align: center; }

p.ValidationError { padding: 7px 10px; color: Red; }
.ContentPanelBaseless p.ValidationError { border-bottom: solid 1px #cddee6; }
td.ValidationError { color: Red; }

table.RespondRsvpSession input { margin-right: 10px; }

p.ContentImage { text-align: center; }

p.ImageBlock img { margin-top: 15px; }

p.Equation { text-indent: 20px; font-size: 120%; }

address
{
	font-style: normal;
	white-space: pre;
}

#Footer
{
	margin-top: 20px;
	padding: 10px 0 20px 0;
	border-top: solid 1px #cddee6;
	text-align: center;
	color: #888;
	background: transparent url(Assets/Footer.gif) repeat-x left top;
}

#Footer .Copyright,
#Footer .Copyright a:link,
#Footer .Copyright a:active,
#Footer .Copyright a:visited,
#Footer .Copyright a:hover
{
	color: #999;
}