/*
#000000 = BLACK
#FAFAFA = GREY 4 - LIGHTEST
#EDEDED = GREY 3
#D7D7D7 = GREY 2
#5A5A5A = GREY 1 - DARKEST
#0061A5 = BLUE 1 - DARKEST
#4A79CE = BLUE 2
#739EDE = BLUE 3
#B5CBF7 = BLUE 4
#CEDFFF = BLUE 5 - LIGHTEST
#FFF3CE = BEIGE
#FF9300 = ORANGE
#FF0000 = RED
*/

#header
{
	border-bottom: solid 5px #FF9300;
}

#header table
{
	width: 1000px;
}

#searchAuthLang
{
	text-align: right;
	padding: 5px 0px;
	font-size: 7.5pt;
}

#searchAuthLang a
{
	font-size: 7.5pt;
}

#searchAuthLang select
{
	font-size: 7.5pt;
}

#secondaryNav
{
	text-align: right;
	padding: 15px 0px;
}

#secondaryNav a
{
	font-size: 7.5pt;
	padding: 0px 15px;
	border-left: solid 1px #000000;
}

#secondaryNav a.First
{
	padding-left: 0px;
	border-left: 0px;
}

#secondaryNav a.Last
{
	padding-right: 0px;
}

#mainNav
{
	text-align: center;
	margin: 5px 0px 10px 0px;
}

#mainNav a
{
	font-size: 9pt;
	font-weight: bold;
	padding: 7px 10px;
	margin-right: 5px;
	border-top: solid 1px #D7D7D7;
	border-left: solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7;
}

.Breadcrumbs
{
	padding: 10px;
	text-align: left;
	font-size: 7.5pt;
}

.Breadcrumbs a
{
	font-size: 7.5pt;
}

#contentContainer
{
	background-color: #EDEDED;
	padding: 10px;
}

#content
{
	width: 1000px;
	margin-bottom: 10px;
}

#main
{
	float: left;
	text-align: left;
	width: 625px;
	padding: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}

#sideBar
{
	float: left;
	width: 330px;
}

#sideBar input.Button, #sideBar input.HighlightedButton
{
	width: 150px;
}

.SideBarSection
{
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}

#footer
{
	width: 1000px;
}

#footerNav
{
	text-align: left;
	margin: 10px 0px;
	clear: both;
}

#footerNav a
{
	font-size: 7.5pt;
	padding: 0px 10px;
	border-left: solid 1px #000000;
}

#footerNav a.First
{
	padding-left: 0px;
	border-left: 0px;
}

#footerNav a.Last
{
	padding-right: 0px;
}

#copyright
{
	font-size: 7.5pt;
	text-align: left;
}

#subNav
{
	background-color: #CEDFFF;
	text-align: left;
	margin-bottom: 10px;
}

#subNav div
{
	padding: 5px;
	text-align: left;
}

#subNav a
{
	padding: 0px 10px;
	border-left: solid 1px #000000;
}

#subNav a.First
{
	padding-left: 0px;
	border-left-width: 0px;
}

#subNav a.Last
{
	padding-right: 0px;
}

#subNav a.EmptyTrash
{
	padding-left: 5px;
	border-left-width: 0px;
}

#brokenRulesSummary
{
	color: #FF0000;
	padding: 5px;
	border: solid 1px #FF0000;
}

#brokenRulesSummary li
{
	color: #FF0000;
}

#postPitch
{
	padding: 10px;
	background-color: #4A79CE;
	border: solid 1px #EDEDED;
	color: #FFFFFF;
}

/* Elements */

html
{
	height: 100%; /* cross-browser height hack */
}

body, th, td, input, textarea, h1, h2, h3, small, li, select, a, div, span
{
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
}

body, th, td, h2, small, li, div, span
{
	color: #5A5A5A;
}

body, th, td
{
	text-align: left;
}

body, td, input, textarea, li, select, a
{
	font-size: 8pt;
	font-weight: normal;
}

body
{
	margin: 0px;
	height: 100%; /* cross-browser height hack */
}

form
{
	margin: 0px;
}

h1, h2, h3
{
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h1
{
	font-size: 13.5pt;
	font-weight: normal;
	color: #FF9300;
}

h2
{
	font-size: 9pt;
}

h2.News
{
	margin-bottom: 0px;
}

h3
{
	font-size: 8pt;
	font-weight: bold;
}

h2.ControlGroupHeader, h3.ControlGroupHeader
{
	border-top: solid 1px #FF9300;
	color: #5A5A5A;
	background-color: #FFF3CE;
	padding: 5px;	
}

h3 span, h3 div
{
	color: #5A5A5A;
}

.SideBarSection h3
{
	background-color: #CEDFFF;
	padding: 10px;
	font-size: 9pt;
}

small, .Small
{
	font-size: 7.5pt;
	color: #5A5A5A;
}

hr
{
	color: #D7D7D7; /* IE */
	background-color: #D7D7D7; /* Mozilla, Opera */
	width: 100%;
	height: 1px;
	border-width: 0px; /* Mozilla, Opera */
	margin: 5px 0px;
}

ul
{
	/* Consistent List Indentation Fix: http://developer.mozilla.org/en/docs/Consistent_List_Indentation */
	margin-left: 0px;
	padding-left: 20px;
}

li
{
	margin: 5px 0px;
}

ol.Decimal
{
	list-style-type: decimal;
}

ol.LowerAlpha
{
	list-style-type: lower-alpha;
}

ol.LowerRoman
{
	list-style-type: lower-roman;
}

th, td
{
	margin: 0px;
	padding: 5px;
	text-align: left;
}

th
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #739EDE;
}

table
{
	width: 100%;
	border: solid 1px #D7D7D7;
}

table.LayoutTable /* used for table-based layouts, not real tables */
{
	border-width: 0px;
	width: auto;
}

tr.AlternateRow
{
	background-color: #EDEDED;
}

td.SectionHeader
{
	background-color: #D7D7D7;
	font-size: 7.5pt;
}

td.ActionColumn, th.ActionColumn, td.ControlColumn, th.ControlColumn
{
	text-align: center;
}

td.Label
{
	background-color: #EDEDED;
	font-weight: bold;
	vertical-align: top;
}

td.NoWrap
{
	white-space: nowrap;
}

img
{
	border-width: 0px;
}

input[type="file"]
{
	width: 300px;
}

input.Title, input.Subject
{
	width: 350px;
}

.UrlTextBox
{
	width: 400px;
}

a
{
	color: #0061A5;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.HighlightedLink
{
	font-weight: bold;
}

a.SmallLink
{
	font-size: 7.5pt;
}

p
{
	margin: 10px 0px;
	text-align: left;
}

/* Classes */

.ButtonBar
{
	text-align: center;
	padding: 15px 0px;
}

.ButtonBar input
{
	padding: 2px;
}

.ButtonBar input, .Button, .HighlightedButton
{
	background-color: #CEDFFF;
}

.HighlightedButton
{
	font-weight: bold;
}

.Message
{
	width: 95%;
	height: 200px;
}

.Spacer
{
	clear: both;
	height: 15px;
}

.Clear
{
	clear: both;
}

.Column
{
	float: left;
	padding: 5px;
	text-align: left;
}

.TwoColumns .Column
{
	width: 46%;
}

.ThreeColumns .Column
{
	width: 31%;
}

.Centered
{
	text-align: center;
}

.Left
{
	text-align: left;
}

.Right
{
	text-align: right;
}

.Top
{
	vertical-align: top;
}

.Middle
{
	vertical-align: middle;
}

.Normal
{
	font-weight: normal;
}

.Indent
{
	margin-left: 20px;
}

.TabStrip
{
	width: 100%;
	border-bottom: solid 2px #D7D7D7;
	padding: 6px 0px;
	text-align: left;
}

a.Tab, a.ActiveTab
{
	padding: 5px;
	margin-left: 2px;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
}

a.Tab
{
	background-color: #EDEDED;
}

a.ActiveTab
{
	position: relative;
	top: 3px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	font-weight: bold;
}

.HomeSideBarSection table
{
	width: 100%;
}

.HomeSideBarSection table tr td
{
	width: 50%;
	text-align: center;
}

.HomeSideBarSection a
{
	font-weight: bold;
}

.Section1
{
	border: solid 1px #FF9300;
}

.Section1 h2.SectionHeader, .Section1 h3.SectionHeader
{
	color: #5A5A5A;
	background-color: #FFF3CE;
	padding: 5px;
	border-top-width: 0px;
	margin-bottom: 0px;
}

.Section1 .SectionHighlight
{
	background-color: #D7D7D7;
	padding: 5px;
}

.Section1 .SectionBody
{
	background-color: #FFFFFF;
	padding: 5px;
}

.Section1 .SectionFooter
{
	background-color: #EDEDED;
	padding: 5px;
}

.Section2
{
	border: solid 1px #CEDFFF;
}

.Section2 h2.SectionHeader, .Section2 h3.SectionHeader
{
	font-weight: bold;
	color: #5A5A5A;
	background-color: #CEDFFF;
	padding: 5px;
	border-top-width: 0px;
	margin-bottom: 0px;
}

.Section2 .SectionHighlight
{
	background-color: #D7D7D7;
	padding: 5px;
}

.Section2 .SectionBody
{
	background-color: #FFFFFF;
	padding: 5px;
}

.Section2 .SectionFooter
{
	background-color: #EDEDED;
	padding: 5px;
}

.Section3
{
	border: solid 1px #D7D7D7;
}

.Section3 h2.SectionHeader, .Section3 h3.SectionHeader
{
	font-weight: bold;
	color: #5A5A5A;
	border-bottom: solid 1px #D7D7D7;
	padding: 5px;
	border-top-width: 0px;
	margin-bottom: 0px;
}

.Section3 .SectionHighlight
{
	background-color: #EDEDED;
	padding: 5px;
}

.Section3 .SectionBody
{
	background-color: #FFFFFF;
	padding: 5px;
}

.Section3 .SectionFooter
{
	background-color: #FFFFFF;
	border-top: solid 1px #D7D7D7;
	padding: 5px;
}

.Quote
{
	padding: 10px;
	background-color: #FFF3CE;
}

.Quote .QuoteText
{
	padding: 0px 15px;
	font-style: italic;
}

.Quote .BeginQuote, .Quote .EndQuote
{
	font-family: Times New Roman;
	font-size: 40pt;
	font-weight: bold;
	color: #FF9300;
}

.Quote .BeginQuote
{
	text-align: left;
}

.Quote .EndQuote
{
	text-align: right;
}

.Quote .QuoteSource
{
	text-align: right;
	font-weight: bold;
}

.Steps
{
	padding: 10px 0px;
}

.Step
{
	float: left;
	padding: 10px 20px;
	color: #D7D7D7;
	border-top: solid 3px #D7D7D7;
}

.CurrentStep
{
	border-top-color: #5A5A5A;
	color: #5A5A5A;
	font-weight: bold;
}

.InvalidControl
{
	border: solid 1px #FF0000;
}

.InvalidControlLabel
{
	color: #FF0000;
}

/* Pages */

#signUp
{
	text-align: center;
}

#admin1, #city
{
	margin-top: 5px;
}

#admin1
{
	margin-left: 10px;
}

#city
{
	margin-left: 20px;
}

#sortByPageSize, .Pager
{
	padding: 5px;
}

#sortByPageSize
{
	background-color: #EDEDED;
	border-top: solid 1px #D7D7D7;
	text-align: left;
}

#sortByPageSize, .Pager, .Pager a
{
	font-size: 7.5pt;
}

.Pager
{
	text-align: right;
}

.Pager a
{
	padding-left: 15px;
}

#searchResults
{
	text-align: center;
}

.Comment
{
	padding: 5px;
	border: solid 1px #FF9300;
	display: inline-block; /* To correct the peek-a-boo bug in IE */
}

.Comment .Main
{
	clear: both;
}

.Comment .Main .Photo
{
	float: left;
	padding: 5px;
	width: 15%;
	text-align: center;
}

.Comment .Main .Body
{
	float: left;
	padding: 5px;
	width: 60%;
}

.Comment .Main .Body
{
	padding: 5px;
	text-align: left;
}

.EntitySummary
{
	border: solid 1px #FF9300;
	display: inline-block; /* To correct the peek-a-boo bug in IE */
}

.EntitySummary .Header
{
	background-color: #FFF3CE;
	border-bottom: solid 1px #FF9300;
	padding: 5px;
	text-align: left;
	font-size: 7.5pt;
}

.EntitySummary .Header a.HeaderLink
{
	font-size: 8pt;
	font-weight: bold;
}

.EntitySummary .Header .HeaderDetails
{
	float: right;
	text-align: right;
	width: 50%;
}

.EntitySummary .Header a
{
	font-size: 7.5pt;
	font-weight: normal;
}

.EntitySummary .Main
{
	clear: both;
	vertical-align: top;
}

.EntitySummary .Main td
{
	vertical-align: top;
}

.EntitySummary .Main .SideBar
{
	border-right: solid 1px #FF9300;
}

.EntitySummary .Main .SideBar .Photo
{
	text-align: center;
}

.EntitySummary .Main .SideBar .Actions
{
	text-align: left;
}

.EntitySummary .Main .SideBar .Actions a
{
	font-size: 7.5pt;
	white-space: nowrap;
	display: block;
	padding: 5px 0px;
	border-bottom: solid 1px #D7D7D7;
}

.EntitySummary .Main .SideBar .Actions a.Last
{
	border-bottom-width: 0px;
}

#profile #profileSideBar, #member #memberSideBar
{
	width: 18%;
	float: left;
	text-align: center;
}

#profile #profileBody, #member #memberBody
{
	width: 80%;
	float: left;
}

.PreregisteredProfileBody
{
	text-align: center;
	padding: 10px;
	border: solid 1px #FF9300;
}

.PreregisteredProfileBody h2
{
	text-align: center;
}

.PreregisteredProfileBody h2.ProfileHere
{
	font-size: 18pt;
	font-weight: normal;
}

.PreregisteredProfileBody .Post, .PreregisteredProfileBody .Delete
{
	border: solid 1px #D7D7D7;
	padding: 10px;
	width: 70%;
}

.PreregisteredProfileBody .Post
{
	background-color: #FFF3CE;
}

.PreregisteredProfileBody .Delete
{
	background-color: #EDEDED;
}

.DeleteSelected
{
	padding: 5px;
	background-color: #EDEDED;
}

.DeleteSelectedCheckbox
{
	float: left;
	padding-right: 5px;
}

.SavedEntitySummary
{
	float: left;	
	width: 80%;
}

.Alert
{
	font-weight: bold;
	color: #FF0000;
}

img.AboutImage
{
	margin: 15px;
}

.Teammates
{
	padding: 5px;
	background-color: #FFFFFF;
}

.Teammates fieldset
{
	text-align: center;
}

.Teammates fieldset legend
{
	font-size: 7.5pt;
	color: #5A5A5A;
}

table.Info
{
	border: solid 1px #FF9300;
	width: auto;
}

table.Info td.InfoIcon
{
	color: #FFFFFF;
	background-color: #FF9300;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.Info td.Body
{
	color: #5A5A5A;
	background-color: #FFF3CE;
	padding: 5px;
	vertical-align: middle;
	width: 90%;
}

#advertisement
{
	font-size: 6pt;
	margin-bottom: 5px;
}

.LeaderboardAd
{
	text-align: center;
	padding: 10px;
	border-bottom: solid 1px #EDEDED;
}

/* Tour */

.TourPanel 
{
      border: 2px solid black;
      background-color: #FFFFFF;
} 

.ModalPopupPageBackground
{
      background-color: #666666;
      filter: alpha(opacity=70);
      opacity: 0.7;
}
