﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
      background: #BCBCBC;
    font-size: 12px;
    font-family: Verdana, Geneva, 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: 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.2em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.0em;
}

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: 100%;
    background-color: #fff;
  /*  margin: 20px auto 0px auto;*/
    border: 1px solid #496077;
}

.header
{
   position: relative;
    margin: 0px;
    padding: 0px;
   background: #F7F7F7; /* background: #BF2C37;*/
    width: 100%;
}

.header h1
{
    /*     font-weight: 700;     margin: 0px;     padding: 0px 0px 0px 20px;     color: #f9f9f9;     border: none;     line-height: 2em;     font-size: 2em; */
}

.header-logo
{
    width: 250px;
    float: left;
    text-align: right;
    padding: 10px; /*background: url(../Images/award.png) no-repeat;*/
}

.headerTitle
{
    float: left;
    width: 60%;
    font-size: 25px;
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

.headerTitle2
{
    font-size: 14px;
    font-weight: bold;
}


.header-3
{
    /* width: 100%;*/
    text-align: left;
}

.mainNavAndContent
{
    width: 100%;
}

.navigation
{
    float: left;
    width: 10%; 
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navigationTbl
{
    width: 100%;
    background-color: #F0F0F0;
}

.navigationTbl tr
{
    height: 25px;
}

.navigationTbl-Select-Tournament
{
    background-color: #CCFFCC;
    min-height: 50px;
}

.navigationHeader
{
    font-size: 14px;
    font-weight: bold;
}

.navigation a, a:visited
{
    text-decoration: none;
    font-size: 14px;
}

a.navigation:a:visited
{
    text-decoration: none;
    font-size: 14px;
}

a.navigation:hover
{
    color: #ff0000;
}


.main
{
      float: left;
    width: 95%; 
     padding: 0px 15px;  
      margin: 12px 5px 5px 5px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    text-align: center;
    width: 100%;
    background: #BCBCBC;
    padding-top: 3px; /*color:#cccccc;*/
    font-size: 13px;
    color:#000000;
}

.footerLink a:Visited, a:, a:Active
{
    color: #F7F7F7;
    text-decoration: none;
}

.wrapText
{
    clear: both;
    white-space: normal;
}

.showHighlightedDisabledControl
{
    background-color: #FBFBFB;
}

/*
ballGeneralTable
*/
.ballGeneralTable
{
    text-align:center;
}

.ballGeneralTable td
{
    text-align:center;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
     background-color: #666666;
    width: 100%;
      height: 40px; 
      padding-top:10px;
      padding-left:5px;
       
 
}

.menu
{
    text-align: center;
    padding-top: 7px;
    font-size: 12px;
    font-weight: bold;
       color: #ffffff;
}

a.Menu
{
        color: #ffffff;
}
 .menu .a
{
     color: #ffffff;  

}
.menu:active, .menu:visited
{
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.menu:hover
{
    color: yellow;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    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 label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 600px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    float: right;
    padding-top: 50px;
    padding-right: 35px;
    padding-bottom:5px;
}

.loginDisplay a:link
{
    color: #000000;
}

.loginDisplay a:visited
{
    color: #000000;
}

.loginDisplay a:hover
{
    color: #000000;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*------------------------------------------*/
.pageHeader
{
    font-size: 14px;
    font-weight: bold;
    clear: both;
}

.breadcrumb 
{
     border-style: dotted none dotted none;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 11.5px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    border-top-width: 1px;
    border-top-color: #C0C0C0; /*text-transform: uppercase;*/
    width: 100%;
    height: 25px;
    padding-top: 5px;
    text-align: left;
}

.breadcrumb a, a:visited
{
    text-decoration: none;
    color:#CC0000;
}

.thinRedLine
{
    clear: both;
    width:100%;
    background-color:#CC0000;
    height:3px;
}

.headerSelectedTournament
{
    float: right; /*color: #9FFF9F;*/
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    clear: both;
}

.generalTable
{
    background-color: #EAEAEA;
    padding: 5px;
    border: 1px solid #C0C0C0;
    text-align: left;  
}

.generalTable td
{
    vertical-align:top;
}
.generalTable tr
{
    vertical-align:top;
}

.generalTableHeader
{
    width: 100%;
    background-color: #790000;
    color: #ffffff;
    font-size: 17px;
    padding: 7px;
    text-align: center;
    font-weight: bold;
    height: 30px;
}

.generalGrid
{
    background-color: #ffffff;
    width: 100%;
    padding-right: 5px;
    border: 1px solid #C0C0C0;
}

.generalGrid td
{
    padding: 2px;
    min-height: 10px;
}

.generalGrid .displaySummary
{
    min-height: 10px;
    text-align: center;
}

.generalGrid .gridHeader
{
    background-color: #C0C0C0;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    height: 45px;
    text-align: center;
}

.generalGrid .header
{
    /*background-color:#2D2D2D; 	color:#ffffff;*/
    background-color: #CDCDCD;
    font-size: 16px;
    font-weight: bold;
}

.tabOn
{
    width: 178px;
    height: 45px;
    border: none;
    background: url(../Images/Tab-On.jpg) no-repeat;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.tabOff
{
    width: 178px;
    height: 45px;
    border: none;
    background: url(../Images/Tab-Off.jpg) no-repeat;
    color: #9A9A9A;
    font-size: 13px;
    font-weight: bold;
}

.generalTabTable
{
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #C0C0C0;
    text-align: left;
}


/*Start for Gridview control*/

.gridview-add-new-record
{
    width: 100%;
    float: right;
    margin-bottom: 5px;
    text-align:right;
}

.gridview-display-record-count
{
    width: 100%;
    float: right;
    margin-bottom: 5px;
    text-align:right;
}

.gridview-style
{
    width: 100%;
    border-collapse: collapse;
}

.gridview-style th a
{
    color: white;
    text-decoration: none;
}

.gridview-style th
{
    padding: 8px;
    color: white;
    border: 1px solid #F3F3F3;
    background-color: #333333;
}


.gridview-style tr:nth-child(even)
{
    background-color: #ffffff;
}

.gridview-style tr:nth-child(odd)
{
    background-color: #F3F3F3;
}

.gridview-style td
{
    border: 1px solid #F3F3F3;
    padding: 8px;
    vertical-align:top;
}

.gridview-style tr:last-child td
{
}

/* gridview2 Style */

.gridview2-style
{
    width: 100%;
    border-collapse: collapse;
}

.gridview2-style th a
{
    color: white;
    text-decoration: none;
}

.gridview2-style th
{
    padding: 4px;
    color: white;
    border: 1px solid #F3F3F3;
    background-color: #333333;
}

.gridview2-style th2
{
    padding: 4px;
    color: white;
    border: 1px solid #F3F3F3;
    background-color: #333333;
}

.gridview2-rowSeperator
{
    padding: 4px;
    border: 1px solid #F3F3F3;
    background-color: #F7F7F7;
}

/*
.gridview2-style tr:nth-child(even)
{
    background-color: #ffffff;
}

.gridview2-style tr:nth-child(odd)
{
    background-color: #F3F3F3;
}
*/

.gridview2-style td
{
    border: 1px solid #F3F3F3;
    padding: 4px;
}

/*  Grid Paging */

.gridview-style-paging
{
    border: 1px solid #F3F3F3;
}

.gridview-style-paging a
{
    background-color: #333333;
    padding: 5px 7px;
    text-decoration: none;
    color: #ffffff;
}

.gridview-style-paging a:hover
{
    background-color: #333333;
    color: #ffffff;
}

.gridview-style-paging a:visited
{
    color: #ffffff;
}

.gridview-style-paging span
{
    background-color: #BF2C37;
    padding: 5px 7px;
    color: #ffffff;
}

tr.gridview-style-paging
{
    background: none !important;
}

tr.gridview-style-paging tr
{
    background: none !important;
}
tr.gridview-style-paging td
{
    border: none;
    color: #ffffff;
}


.gridview-record-count
{
    font-weight:bold; 
}


/*-------------------------------------*
Commom controls
--------------------------------------*/

.noteHeader
{
     font-size: 12px;
    color: red;
    font-variant: small-caps;
    text-transform: none;
    margin-bottom: 0px;
}

.noteMessage-small
{
   font-weight: bold;
   font-size:85%;
   font-style:italic; 
}

.noteMessage-highlight
{
    
}

.errorMessage
{
	font-weight: bold;
	color: Red;	
}

.successMessage
{
 color: green;	
}
 
.label-table-td-header, .label-table-td-header-bold
{
   font-weight:bold;
    color:#666666;
    vertical-align:top;
    padding:3px;
}

/*
.label-table-td-header-bold
{
    font-weight:bold;
    color:#333333;
}
*/

.label-message
{
}

.button-add-new-record
{
    -moz-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	-webkit-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	background-color:#E0E0E0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #D2D2D2;
	display:inline-block;
	cursor:pointer;
	color:green;
	font-size:14px;
	padding:6px 15px;
	text-decoration:none;
	font-weight:bold;
}

.button-save
{
-moz-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	-webkit-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	background-color:#E0E0E0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #D2D2D2;
	display:inline-block;
	cursor:pointer;
	color:green;
	font-size:14px;
	padding:6px 15px;
	text-decoration:none;
	font-weight:bold;
}

.button-cancel
{
   -moz-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	-webkit-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	background-color:#E0E0E0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #E0E0E0;
	display:inline-block;
	cursor:pointer;
	color:#CC0000;
	font-family:Arial;
	font-size:15px;
	padding:6px 15px;
	text-decoration:none;
	font-weight:bold;
}

.button-select
{
    -moz-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	-webkit-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	background-color:#E0E0E0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #D2D2D2;
	display:inline-block;
	cursor:pointer;
	color:green;
	font-size:14px;
	padding:10px 20px;
	text-decoration:none;
	font-weight:bold;
}

.button-select-cancel
{
      -moz-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	-webkit-box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	box-shadow:inset 0px 39px 0px -24px #E0E0E0;
	background-color:#E0E0E0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #E0E0E0;
	display:inline-block;
	cursor:pointer;
	color:#CC0000;
	font-family:Arial;
	font-size:15px;
	padding:10px 20px;
	text-decoration:none;
	font-weight:bold;
}


.dropdown
{
    /*width: 260px;*/
    height: 20px;
    font-size:12px;
    border : 1px solid #cccccc;
}

.dropdown-Small
{
    /*width: 100px;*/
    height: 20px;
    font-size:12px;
    border : 1px solid #cccccc;
}

.textbox-auto
{
    width: 250px;
    height: 15px;
    font-size:12px;
    padding-top: 4px; 
    border : 1px solid #cccccc;
}

.textbox-disabled
{
    color:Red;
}

.textbox
{
    width: 150px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.textbox-large
{
    width: 250px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}


.textbox-xSmall
{
    width: 100px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.textbox-Small
{
    width: 120px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}


.textbox-numeric-input
{
    width: 40px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}


.textbox-decimal-input
{
    width: 70px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

 .textbox-numeric-decimal
{
    width: 70px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.textbox-numeric-yardage
{
    width: 35px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.textbox-text-course
{
    width: 40px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.textbox-date
{
    width: 70px;
    height: 15px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}


.timepickerMonthDate
{
    width: 40px;
       height: 15px;
    font-size:12px;
    padding-top: 4px;
clear:inherit;
border : 1px solid #cccccc;
}

.timepickerMonthDateAmPm
{
    width: 60px;
       height: 15px;
    font-size:12px;
    padding-top: 4px;
clear:inherit;
border : 1px solid #cccccc;
}

.timepicker
{
    width: 65px;
    height: 20px;
    font-size:12px;
    padding-top: 4px;
    clear:inherit;
    border : 1px solid #cccccc;
}


.multiTextbox
{
    width: 275px;
    height: 60px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.multiTextbox-Small
{
     width: 250px;
    height: 60px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.multiTextbox-Medium
{
    width: 300px;
    height: 60px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.multiTextbox-large
{
    width: 400px;
    height: 80px;
    font-size:12px;
    padding-top: 4px;
    border : 1px solid #cccccc;
}

.checkbox
{
    width: 250px;
    height: 20px;
    font-size:12px;
    background-color: #F2F2F2;
}

.datagridButton-save
{
    border: none;
    text-decoration: none;
}

.datagridButton-edit
{
    border: none;
    text-decoration: none;
}

.datagridButton-update
{
    border: none;
    text-decoration: none;
}

.datagridButton-cancel
{
    border: none;
    text-decoration: none;
}

.datagridButton-delete
{
    border: none;
    text-decoration: none;
}


.verticalDiv 
{
overflow-x: auto;
  overflow-y: both;
  vertical-align:middle;
width:98%;
text-align:left;
height:350px;


 } 



.login
{
    text-align:center;
    border-collapse: collapse;
    width:450px;
    height: 250px;
    text-decoration: none;
     margin: 8px;
      background-color: #F3F3F3;
}

.login table
{

}

.login td
{
    padding: 8px; 
}
 
 
 .hplUpdateDetails
 {
     	cursor: pointer; 
	cursor: hand;
	color: Blue;
 }
 .editHighlight
 {
     background-color:Yellow;
 }
 
 .printReport
 {
    cursor: pointer; 
	cursor: hand;
	color: Blue;
	font-size:13px;
	font-weight:bold;
 }
 
 .hplLinks
 {
    cursor: pointer; 
	cursor: hand;
	color: Blue;
 }
 

 
 .copyright
{ 
 color:#CC0000;   
}

