﻿/* SITE COLORS

dark red: #81201B
dark blue: #00285F
medium blue: #526592
gray text: #999999
gray background: #EEEEEE

*/


/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    background: #001B3E url(../Images/pts-background.jpg) top left no-repeat;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 20px;
    color: #666666;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: "Myriad Pro", Verdana, Helvetica, Arial, Sans-Serif;
}

h1
{
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #00285F;
}

h2
{
    font-size: 1.3em;
    font-weight: 600;
    color: #81201B;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.2em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: url(../Images/header-background.gif) left repeat-x #FFFFFF;
	 height: 169px;
	 width: 100%;
}

.main
{
    /* padding: 0px 12px; */
    padding: 0px;
    margin: 12px 10px 8px 20px;
    min-height: 420px;
    float: left;
    width: 930px;
}

#homeleftcol
{
    width: 460px;
    margin: 0 30px 0 0px;
    float: left;
}

#homerightcol
{
    width: 250px;
    margin: 0 0px 0 0px;
    float: left;
}

.singlecolumn
{
	width: 740Px;
   margin: 0 30px 0 0px;
   float: left;
	
}

.leftCol
{
    padding: 0px;
    margin: 12px 30px 8px 0px;
    width: 200px;
    min-height: 200px;
    float: left;
}

.maincontent
{
    padding: 0px;
    margin: 12px 0px 8px 0px;
    min-height: 420px;
    float: left;
    width: 500px;
}

#advcolumn
{
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 20px;
	text-align: center;
}

#advbottom
{
	margin-top: 20px;
	float: left;
	width: 740px;
	padding: 0px;
	overflow: hidden;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* OTHER LAYOUT/CONTAINER ELEMENTS   
----------------------------------------------------------*/

.header .logo
{
	float: left;
	width: 170px;
}

.header .title
{
    float: left;
	 width: 585px;
    text-align: left;
}

.title h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    color: #00285F;
    border: none;
    line-height: 1.7em;
    font-size: 1.7em;
}


.loginDisplay
{
    font-size: 1.1em;
    float: left;
	 text-align: right;
    padding: 10px;
    color: #999999;
	 width: 585px;
}

.loginDisplay a:link
{
    color: #999999;
}

.loginDisplay a:visited
{
    color: #999999;
}

.loginDisplay a:hover
{
    color: #999999;
}

.multipagewrapper
{
	padding: 10px;
}

.mainmenu
{
    float: left;
	 width: 585px;
    text-align: left;
	 color: #FFFFFF;
	 vertical-align: top;
}

.VerticalSpacerDiv
{
    margin-bottom: 20px;
}

.StandardContainer
{
}

div.TournamentSearchBox
{
    width: 460px;
}

div.TournamentSearchBoxFull
{
    width: 100%;
}

div.roundedinnercontainer
{
    padding: 0px 10px 10px 10px;
}

div.roundedinnercontainer h2
{
	margin-top: 0px;
}

div.boxheader
{
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #00285F;
    clear: left;
}

div.morerecords
{
    width: 100%;
    text-align: right;
}

.adminmenu
{
	width: 100%;
	padding-bottom: 40px !important;
}

#AdminMainContent
{
}



/* TAB MENU   
----------------------------------------------------------*/

.menu
{
	margin: 0px;
	margin-top: 8px;
}

.mainmenu a,
.mainmenu a:link,
.mainmenu a:visited,
.mainmenu a:hover
{
	color: #FFFFFF;
	font-size: 1.2em;
}

div.footermenu
{
	text-align: center;
	width: 100%;
	margin: 10px auto;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: .25em 1em 1em 1em;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset.tourneyedit
{
	background-color: White;
}

fieldset.tourneyedit label
{
	width: 95px;
	display: block;
	float: left;
	/*text-align: right;*/
}

fieldset.tourneyedit br
{
	clear: left;
}

fieldset.tourneyedit input,
fieldset.tourneyedit checkbox
{
	margin-bottom: 5px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 1.5em 4px 8px 4px;
}

input.submitButton
{
    float: right;
    margin: 0px 10px 0px 0px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.search_dropdown option
{
	font-size: 10px;
}

div.accountInfo
{
    width: 55%;
}


/* TABLE STYLES   
----------------------------------------------------------*/

.formtable td,
.formtable th
{
    vertical-align: top;
}

.formtable .stackedfields select
{
	margin-bottom: 10px;
	min-width: 175px;
}

.altrow
{
    background-color: #EEEEEE;
}

.datatable td,
.datatable th
{
    font-size: 12px;
}

.datatable td.group,
.datatable tr.group td
{
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    color: #81201B;
    background-color: #ffffff;
}

.group-extrainfo
{
	font-size: 12px;
	color: #999999;
}



/* CALENDAR LISTING STYLES  
----------------------------------------------------------*/

.calTime
{
	width: 15%;
}

.calBuyin
{
	width: 8%;
}

.calGame
{
   color: #00285F;
	width: 30%;
}

.calVenue
{
   color: #81201B;
	width: 32%;
}

.calDetail
{
	width: 8%;
}

.rgGroupCol
{
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: none;
}
.rgGroupHeader td p
{
	padding: 0 0 !important;
}

.RadGrid_Default .rgRow td, 
.RadGrid_Default .rgAltRow td
{
	padding-bottom: 1px !important;
	padding-top: 1px !important;
}

/* Telerik calendar control */

html table.RadCalendar_Default 
{ 
    width: 200px; 
} 
 
table.RadCalendar_Default .rcMainTable 
{ 
    line-height: 12px;
    font-size: 9px;
} 
 
table.RadCalendar_Default .rcWeek th 
{ 
    padding:2px 4px 1px 0; 
} 
 
table.RadCalendar_Default .rcWeek .rcViewSel, 
table.RadCalendar_Default .rcRow th 
{ 
    padding:0 5px 0 7px; 
} 
 
table.RadCalendar_Default .rcMain .rcRow a, 
table.RadCalendar_Default .rcMain .rcRow span 
{ 
    padding:1px 3px 1px 0; 
} 

.RadCalendarMultiView_Default .rcTitlebar table {
	line-height:18px !important;
}

.RadCalendar_Default .rcTitlebar table 
{
	font-size: 11px !important;
}


/* BLOG STYLES  
----------------------------------------------------------*/

.tourneypopup
{
}

.editpopupwrapper
{
	background-color: #00285F;
}

.popupwrapper
{
	padding: 20px;
	font-size: 14px;
}

.popupwrapper div
{
	margin-bottom: 10px;
}

.popupheader
{
	background-color: #EEEEEE;
	color: #81201B;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
}

.popupvenue
{
	color: #00285F;
	font-size: 16px;
}

.popupvenue .venuimage
{
	
}

.popupdetails h4
{
	margin-bottom: 0px;
	color: #81201B;
}

.popupdetails p
{
	margin-top: 0px;
}

.blogtext img
{
	max-width:600px;
	margin: 10px 10px 5px 5px;
}


/* BLOG STYLES  
----------------------------------------------------------*/

.blogpostedoninfo
{
	padding-top: .8em;
	font-variant: small-caps;
	color: #999999;
	margin-bottom: 1.5em;
}



/* VENUE DETAILS STYLES  
----------------------------------------------------------*/

.venueheader
{
	width: 100%;
}

.venueLogo
{
	float: left;
	margin-right: 20px;
	width: 40%;
}

.venueDetails
{
	float: left;
	width: 53%;
	border: 1px solid #999999;
	padding: 5px;
}

.venuedetails-name
{
	font-size: 16px;
	font-weight: bold;
	color: #81201B;
}

.venueschedule-wrapper p
{
	margin-top: 0 !important;
	/*margin-bottom: .5em !important;*/
	line-height: 1.2em;
}

.venueschedule-group
{
	border-top: 1px solid;
}

.venueschedule-tourneydate
{
	margin-bottom: 10px;
	font-size: 13px;
}

.venueschedule-tourneytime
{
	font-weight: bold;
	color: #526592;
	margin-bottom: .25em;
	margin-left: 2em;
}

.venueschedule-tourneyGame
{
	color: #81201B;
	font-weight: bold;	
}

.venueschedule-tourneytitle
{
	color: #00285F;
	margin-left: 2em;
	margin-bottom: .25em;

}

.venueschedule-tourneydesc
{
	font-style: italic;
	/*font-size: 11px;*/
	color: #666666;
	margin-left: 10em;
	margin-bottom: 2em;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.errormessage
{
	color: Red;
	font-size: 1.2em !important;
	font-style: italic;
}

.deemphasize
{
	color: #999999;
}


/* PRINT STYLES */
@media print
{

.page
{
    margin: 0px 0 0px 0;
    border: none;
}

}
