/* StageHeaderMainFooter */

body {
font: 11px/14px Arial, Helvetica, sans-serif; 
color: #333333; 
background: #828282;
margin: 0px;
}
td.Stage {
background: #e3e3e3;
}

/* TopNav */
td.TopNavBg {
background: #f0ab00 url(../images/NavBgRepeat.jpg) repeat-y;
}

a.topnav {
font: 13px/19px Arial, Helvetica, sans-serif;
color: #333333;
text-decoration: none;
}
a.topnav:visited {
font: 13px/19px Arial, Helvetica, sans-serif;
color: #333333;
text-decoration: none;
}
a.topnav:active {
	font: 13px/19px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

/* Header */

td.EventHeader {
background: #ffffff;
}
p.EventHeaderText {
color: #666666;
vertical-align: bottom;
margin: 0px;
line-height: 18px;
}
.EventHeaderBracket {
padding: 0px 7px 0px 7px;
background: url(../images/EventHeaderBracket.gif) no-repeat center;
}
p.EventHeaderText a {
color: #666666;
text-decoration: none;
}
p.EventHeaderText a:visited {
color: #666666;
text-decoration: none;
}
p.EventHeaderText a:hover {
color: #666666;
text-decoration: underline;
}
a.HeaderLanguageSelector {
font: 11px/15px Arial, Helvetica, sans-serif; 
color: #ffffff;
text-decoration: none; 
}
a.HeaderLanguageSelector:visited {
color: #ffffff;
text-decoration: none; 
}
a.HeaderLanguageSelector:hover {
color: #ffffff;
text-decoration: none; 
}

/* Main */

td.MainOutline {
background: #7e7e7e;
}
td.MainTopBar {
background: #7e7e7e;
}

td.PanelPhotoBg { 
background-color: #ffffff;
background-repeat: no-repeat;
}

/* Search */

input.EventSearchTextField {
font: 12px;
color: #333333;
width: 147px;
border: solid #999999 1px;
}

select. {
font: 12px;
color: #333333;
border: solid #999999 1px;
}

/* YourWorkspace */

div.YourWorkspace {
vertical-align: top;
z-index: 20;
}
td.YourWorkspace {
background: #7e7e7e url(../images/YourWorkspaceBgRepeat.jpg) repeat-y;
}
td.YourWorkspaceOutline {
background: #6c6c6c;
}
a.YourWorkspaceLink {
color: #ffffff;
text-decoration: none;
}
a.YourWorkspaceLink:visited {
color: #ffffff;
text-decoration: none;
}
a.YourWorkspaceLink:hover {
color: #ffffff;
text-decoration: none;
}

/* Footer */

p.FooterText {
color: #ffffff;
vertical-align: bottom;
margin: 0px;
}
span.FooterBracket {
padding: 0px 5px 0px 5px;
background: url(../images/FooterBracket.gif) no-repeat center;
}
p.FooterText a {
color: #ffffff;
text-decoration: none;
}
p.FooterText a:visited {
color: #ffffff;
text-decoration: none;
}
p.FooterText a:hover {
color: #ffffff;
text-decoration: underline;
}

/* Buttons */

td.ButtonGold {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif; 
background: #DF9C00 url(../images/ButtonBgRepeatGold.jpg) repeat-x;
}
td.ButtonGold a {
text-decoration: none;
color: #ffffff;
}
td.ButtonGold a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonGold a:hover {
text-decoration: none;
color: #FBE6B3;
}
td.ButtonDarkGray {
font: Bold 11px Tahoma, Arial, Helvetica, sans-serif;
background: #666666 url(../images/ButtonBgRepeatDarkGray.jpg) repeat-x;
}
td.ButtonDarkGray a {
text-decoration: none;
color: #ffffff;
}
td.ButtonDarkGray a:visited {
text-decoration: none;
color: #ffffff;
}
td.ButtonDarkGray a:hover {
text-decoration: none;
color: #D1D1D1;
}

/* FontColors */

.FontGold, .orange {
color: #f0ab00;
}
.FontWhite {
color: #ffffff;
}

/* WhiteText */

span.ModuleContentWhite {
font: 11px/17px Arial, Helvetica, sans-serif; 
color: #ffffff;
}
span.ModuleContentWhite h6 {
font: 11px/16px Arial Black, Arial, Helvetica, sans-serif; 
color: #FFFFFF;
text-transform: uppercase;
margin-top: 0px;
}
span.ModuleContentWhite p {
font: 11px/15px Arial, Helvetica, sans-serif; 
color: #FFFFFF;
}
span.ModuleContentWhite p.Uppercase {
font: 12px/19px Arial, Helvetica, sans-serif; 
color: #FFFFFF;
text-transform: uppercase;
}
span.ModuleContentWhite ul {
font: 11px/17px Arial, Helvetica, sans-serif;
padding-left: 0px; 
margin-bottom: 25px; 
margin-left: 18px;
color: #FFFFFF;
}
span.ModuleContentWhite li {
list-style-image: url(../images/BulletWhite.gif);
}
span.ModuleContentWhite a {
color: #ffffff;
text-decoration: underline;
}
span.ModuleContentWhite a:visited {
color: #ffffff;
text-decoration: underline;
}
span.ModuleContentWhite a:hover {
color: #ffffff;
text-decoration: none;
}