﻿/* DEFAULTS
----------------------------------------------------------*/

@import url('Site.css');
body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Tahoma", "Arial", "Helvetica";
    margin: 0px;
    padding: 0px;
    color: #000000;
}

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;
}

a.traditional
{
    color:#0000ff;
    text-decoration:underline;
    cursor:pointer;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

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: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 2px 0px 0px 0px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    border-bottom:1px solid black;
    border-top:1px solid black;        
    background-color:#ffffff;
    width:100%;
}

div.menu
{
    padding: 3px 0px 3px 3px;
    z-index: 9999;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 9999;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #af0f0f;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 12px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 9999;    
}

div.menu ul li a:hover
{
    background-color: #ff0f0f;
    color: #ffffff;
    text-decoration: none;
    z-index: 9999;    
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 9999;    
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

fieldset label
{
    float:left;
    text-align:right;
    width:150px;
    padding-right: 5px;
}

label.data
{
    text-align:left;
}

label.required
{
   font-weight:bold;
}

.ShoppingCartTimer
{
    font-weight:bold;
}

input.textEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

table.accountInfo
{
    border: 0px;
    padding: 3px 3px 3px 3px;
}

div.accountInfo
{
    width: 50%;
}


/* MISC  
----------------------------------------------------------*/

.HeaderMain
{
	color: Black;
    text-align: left;
    font-size: 14pt;    
    font-weight:bold;
}

.HeaderSub
{
	color: Black;
    text-align: left;
    font-size: 10pt;    
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 2px;
    color: #000000;
}

.loginDisplay a:link
{
    color: #000000;
}

.loginDisplay a:visited
{
    color: #000000;
}

.loginDisplay a:hover
{
    color: #555555;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* popup layout */
.modal_background
{
    background-color: #666666;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.popup_content
{
	 border-bottom: 2px solid #af0f0f;
	 width: 100%;
	 text-align: left;	
	 background-color: #ffffff;
 	 color:#000000;
 	 font-size: 14px;
	 margin:0;
	 padding: 0px;
	 vertical-align:middle;
}

.legend_title
{
	 background:url("../images/sprite.png") repeat-x scroll 0 0 #af0f0f;
	 border-bottom: 3px solid #af0f0f;
	 width: 100%;
	 text-align: left;	
	 height: 33px;
 	 color:#af0f0f;
 	 font-size: 20px;
	 font-weight:bold;
 	 height:33px;
	 margin:0;
	 padding: 0px;
	 vertical-align: middle;
	 background-position: 0 -1500px;
	 border-bottom: 3px solid #af0f0f;
	 color: #FFFFFF;
}

.DataRowHeader
{
	 font-weight:bold;
	 background-color:#af0f0f;
	 color:#ffffff;
}
.DataRow
{
}

.DataRowAlternate
{
	background-color:#ffeeee;
	color:#333333;    
}

table.Report
{    
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

/* Competition Layout */
div.divCompOuter
{
    display:block;
    padding: 10px;
}

div.divCompInner
{
    padding: 10px;
    overflow:auto;
    background-color:#ffdddd;
}

div.divCompDetails
{
    float: left;
    width: 300px;
}

div.divCompAttachments
{   
}

p.DivisionHeader
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;	
}

span.divButton
{
    display:inline-block;
    width:20px;
    text-align:left;    
}   

span.divGender
{
}

span.divYOB
{
    display:inline-block;
    width:35px;
    text-align:left;
}

span.divAge
{
    display:inline-block;
    width:60px;
    text-align:left;
}

span.divWeight
{
    display:inline-block;
    width:45px;
    text-align:left;
}

span.divWeightCode
{
    display:inline-block;
    width:60px;
    text-align:left;
}

span.divWeight
{
    display:inline-block;
    width:40px;
    text-align:left;
}

span.divName
{
    display:inline-block;
    width:250px;
    text-align:left;
}

span.divPayment
{
    display:inline-block;
    width:30px;
    text-align:left;
}

span.divClub 
{
    display:inline-block;
    width:150px;
    text-align:left;
}

span.divPaymentStatus
{
    display:inline-block;
    width:80px;
    text-align:left;
}

span.divComment
{
    display:inline-block;
    width:150px;
    text-align:left;
}

span.divBeltYELLOW
{
    display:inline-block;
    width:50px;
    text-align:center;
    background-color:#ffff00;  
}

span.divBeltBLUE
{
    display:inline-block;
    width:50px;
    text-align:center;
    background-color:#aaaaee;    
}

span.divBeltRED
{
    display:inline-block;
    width:50px;
    text-align:center;
    background-color:#eeaaaa;    
}

span.divBeltBLACK
{
    display:inline-block;
    width:50px;
    text-align:center;
    background-color:#aaaaaa;    
    color:#ffffff;
}

span.divTeamSpacer
{
    display:inline-block;
    width:200px;
    text-align:center;
}

span.compHeader
{
    padding:5px;
    font-size:12pt;
    color:#ffffff;
    font-weight:bold;
    background-color:#af0f0f;    
}

span.compDetail
{
    font-size:10pt; 
}

td.playerListClub
{
    width:200px;    
    font-family:Tahoma;
    font-size:16px;
    text-align:left;  
}

td.playerListFirstName
{
    width:150px;
    font-family:Tahoma;
    font-size:16px;
    text-align:left;  
}

td.playerListLastName
{
    width:150px;
    font-family:Tahoma;
    font-size:16px;
    text-align:left;  
}

td.playerListRank
{
    width:20px;
    font-family:Tahoma;
    font-size:16px;
    text-align:right;  
}

td.playerListScore
{
    width:50px;
    font-family:Tahoma;
    font-size:16px;
    text-align:right;  
}

.gameInvalid
{
	background-color: #000000;
    position: absolute;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}
.gameInvalid:hover
{
    background-color: #000000;
    color:#FF0000;      
    cursor:pointer;
}  

/* Yellow */
.gameReady
{
	background-color: #FFFB8D;
    position: absolute;
    font-weight:bold;
    text-align:center;
}
.gameReady:hover
{
    background-color: #FFF60D;
    cursor:pointer;
}  

.Complete
{
	background-color:#00AA00;
	color:#000000;	
}

.NotRequired
{
	background-color:#555555;
	color:#000000;	
}
.gameCheckedIn
{
	background-color: #FFC600;
    position: absolute;
    font-weight:bold;
    text-align:center;
}

.gameCheckedIn:hover
{
    background-color: #FFFC00;
    cursor:pointer;
}

.gamePending
{
	background-color: #888888;
    position: absolute;
    font-weight:bold;
    text-align:center;
}
.gamePending:hover
{
    background-color: #555555;
    cursor:pointer;
}  

.gameStatic
{
    position: absolute;
    font-weight:bold;
    text-align:center;
}

/* Blue */
.gameTopPlayerCheckedIn
{
	background-color: #00a8ff;
    position: absolute;
    font-weight:bold;
    text-align:center;
}
.gameTopPlayerCheckedIn:hover
{
    background-color: #00eaff;
    cursor:pointer;
}  

/* red */
.gameBotPlayerCheckedIn
{
	background-color: #ff6969;
    position: absolute;
    text-align:center;
}
.gameBotPlayerCheckedIn:hover
{
    background-color: #ff9494;
    cursor:pointer;
}  

.gameSentToCourt
{
	background-color: #ffa200;
    position: absolute;
    font-weight:bold;
    text-align:center;
}
.gameSentToCourt:hover
{
    background-color: #ffb210;
    cursor:pointer;
}  

/* Purple */
.gameCheckedIn
{
	background-color: #db16cf;
    position: absolute;
    font-weight:bold;
    text-align:center;
}
.gameCheckedIn:hover
{
    background-color: #de51d6;
    cursor:pointer;
}  

/* Green */
.gameInProgress
{
	background-color: #90FCA2;
    position: absolute;
    font-weight:bold;
    text-align:center;
}
.gameInProgress:hover
{
    background-color: #06DC29;
    cursor:pointer;
}  

/* Black */
.gameComplete
{
	background-color: #000000;
    position: absolute;
    color: #dddddd;
    font-weight:bold;
    text-align:center;
}
.gameComplete:hover
{
    background-color: #000000;
    color: #ffff00;    
    cursor:pointer;
} 

.DataRowGrey
{
	background-color:#cccccc;
	color:#333333;
}

.DataCellBlue
{
	background-color:#9999dd;
	color:#000000;
}

.DataCellRed
{
	background-color:#dd9999;
	color:#000000;	
}

.LongWait
{
	background-color:#ff0000;
	color:#000000;	
}

.MiddleWait
{
	background-color:#FFBF00;
	color:#000000;	
}

.ShortWait
{
	background-color:#FFFF00;
	color:#000000;
}

.NoWait
{
	background-color:#dddddd;
	color:#000000;	
}


.ReadyToGo
{
	background-color:#00ff00;
	color:#000000;	
}

.Normal
{
	background-color:#ffffff;
	color:#000000;	
}

.linkButton
{
	display: inline-block;
    color: #000000;
    font: bold 16px Tahoma;
    background-color: buttonface;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border: 1px solid black;
}

.DataRowAlternate
{
} 

.messageBoard
{
	font-family:Tahoma;
	font-size:60px;
	text-align:center;
	font-weight:bold;
}

.messageBoardBlue
{
	font-family:Tahoma;
	font-size:60px;
	text-align:center;
	font-weight:bold;
	color:#0000FF;	
}

.messageBoardRed
{
	font-family:Tahoma;
	font-size:60px;
	text-align:center;
	font-weight:bold;
	color:#FF0000;
}

.messageBoardGreen
{
	font-family:Tahoma;
	font-size:60px;
	text-align:center;
	font-weight:bold;
	color:#00B800;
}

.messageUserBoard
{
	font-family:Tahoma;
	font-size:40px;
	text-align:center;
	font-weight:bold;
}

.messageUserBoardBlue
{
	font-family:Tahoma;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	color:#0000FF;	
}

.messageUserBoardRed
{
	font-family:Tahoma;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	color:#FF0000;
}
