﻿body 
{
    color: #093460;
    font-family: Arial, Verdana, MS Sans-Serif;
    font-size: 14px;
}

a
{
    color: #093460;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
}

hr
{
    color: #e7dc00;
    text-align: left;
    width: 100%;
}

#container
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#banner
{
    background-image: url(Images/banner.gif);
    background-repeat: no-repeat;
    height: 180px;
    top: 0px;
}

#logon
{
    padding: 5px 0px 0px 10px;
}

#content
{
    width: 1024px;
}

#leftContent
{
    border-right: solid 2px #e7dc00;
    padding-right: 50px;
    float: left;
    width: 250px;
}

#menu
{
    background-image: url(Images/bg.gif);
    width: 235px;
}

#rightContent
{
    margin-left: 300px;    
    width: 654px;
    padding: 0px 0px 0px 20px;
}

#2columncontainer
{
    clear:both;
    width:600px;
}

#2columnleft
{
    float:left;
    width:300px;
}

#2columnright
{
    margin-left:300px;
    width:300px;
}

#nextPD_Header
{
    background-image: url(Images/600_Header.gif);
    min-height:39px;
}

#box_600
{
    background-image: url(Images/600_Slice.gif);
    color: White;
}

#box_600 a
{
    color: White;
}

#footer_600
{
    background-image: url(Images/600_Footer.gif);
    min-height: 22px;
}

.maintext
{
    text-align: justify;
    /*border-left: solid 2px #FFF207; */
    padding-left: 50px;
    width: 600px;
}

#quote
{
    color: #093460;
    font-family: Arial, Verdana, MS Sans Serif;
    font-size: larger;
    font-style: italic;
    text-align: justify;
}

#footer
{
    background-color:#093460;
    clear: both;
    color: white;           
    font-family: Arial, Verdana, MS Sans Serif;
    font-size: small;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

#footer a
{
    /*color: #FFF207;*/
    color: #eef606;
    text-decoration: underline;
}

#footer a:hover
{
    text-decoration: none;
}

.logonButton
{
    text-align: left;
}

.menu
{    
    background-image: url(Images/titlebg.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 18px;
    font-family: Verdana;    
    height: 35px;
    padding: 17px 0px 0px 0px;
    text-align: center;
    width: 250px;
}


.sectiontitle
{
    /*background-image: url(Images/titlebg.gif);
    background-repeat: no-repeat;
    background-position: center;*/
    height: 35px;
    /*padding: 17px 0px 0px 0px;
    font-size: 14px;*/
    font-family: Verdana;
    text-decoration: underline;
    width: 700px;
}

.fieldname
{
    font-weight: bold;
}

/*Hover Menu*/
.popupMenu 
{
	position:absolute;
	background-color:#F5F7F8;
	opacity:0.75;
	filter: alpha(opacity=75);
}

/* Set styles for gridview */

.gotopage
{
    font-size:x-small;
    width:20px;
}
.headerstyle
{
    color: White;
    background-color: #093460;
}

.pagerstyle
{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
} 
.next
{
    background:transparent url(Images/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.previous
{
    background:transparent url(Images/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.rowstyle
{
    padding: 5px 5px 5px 5px;
    text-align: center;
}
/* End of gridview settings */


.updateProgress
{
    /*background-color:#CCCCCC; */
    position:absolute; 
    width:100px; 
    height:100px;
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Trebuchet MS;
    font-size:large; 
    vertical-align: middle;
}

.articletitle
{
    /*background-image: url(Images/articletop.gif);
    background-repeat: no-repeat;*/
    background-color: #093460;
    font-size: large; 
    color: White;
    height: 30px;
    padding: 5px 0px 0px 10px;   
}

.articlebox
{
    background-color: #f8fcff;
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
    border: solid 1px #cccccc;
}


/* 
**************************************************************************
listview 
used for the "excel" style gridviews on the manage playing days page.
**************************************************************************
*/

.datasheet {
    font-family:lucida grande,arial,helvetica,sans-serif;
    font-size:11px;	
    width:700px;
    background-color:#e3e3f3;
    border:solid 1px #9c9;
    padding:5px 10px;
}
.datasheet .outer {
    border-top:1px solid #669;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.datasheet .inner { border-left:1px solid #669; }

.datasheet .listviewfooter
{ 
	text-align:right; 
	padding-top:5px;
	height:30px;
	line-height:30px;
}

.datatable
{
    width: 100%;
}

.datatable TH {
    padding:3px;
    border-top:1px solid #eef;
    border-left:1px solid #eef;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    color:#003;
    background-color:#ddd;
    font-weight:bold;
    text-align:left;
}
.datatable TD {
    padding:2px 2px;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    background-color:#fff;
}
.datatable TD INPUT {
    border:0px none;
    width:95%;
}
.datatable TH.first {
    text-align:center;
    width:25px;
    color:#222;
}
.datatable .command{ text-align:center; width:100px; }
.datatable .command A{ color:#003; }


 .modal 

 { 
    display: none; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    background-color:black; 
    z-index:100; 
    opacity: 0.8; 
    filter: alpha(opacity=60); 
    -moz-opacity:0.8; 
    min-height: 100%;
    min-width: 100%; 
 } 

 #divImage 
 { 
    display: none; 
    z-index: 1000; 
    position: fixed; 
    top: 0; 
    left: 0; 
    background-color:White; 
    height: 550px; 
    width: 610px; 
    padding: 3px; 
    border: solid 1px black;
 } 

.dlTable
{ 
    border:double 1px #D9D9D9; 
    width:200px; 
    text-align:left; 
}

.navigation
{
    background-color: #e5e5e5;
    font-size: x-small;
    margin-bottom: 30px;
    margin-top: 10px;
	text-align: right;
	/*width:610px; */	
}

.navigation select
{
    font-size: x-small;
}

#leftnav 
{
	float:left;
	font-size: 12px;
	text-align:center;
	width:180px;
}

#rightnav 
{
	float:right;
	font-size: 12px;	
	margin-right:20px;
	text-align:center;
	width:180px;
}
.pagerstyle
{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select
{
    font-size:x-small;
} 

.pagerstyle input
{
    font-size: x-small;
}

.update
{
    background-color: #e5e5e5;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.insert
{
    background-color: #093456;
    padding: 10px 10px 10px 10px;
}

.adminpanel
{
    background-color: #e5e5e5;
    padding:5px 5px 5px 5px; 
    border: solid 1px #093460;
}

.adminpanel small
{
    font-size: x-small;
    font-weight: bold;
}

.memberphoto
{
    background-color: #e5e5e5; 
    border: solid 1px #093460;
    padding:5px 5px 5px 5px;    
    text-align:center;
}

/*
-------------------------
Bracket Design
-------------------------
*/
table.bracket     
{
    border-collapse: collapse;    
    border: none;
    font-size: 10px;
}
.bracket td 
{    
    vertical-align: middle;    
    width: 40em;    
    margin: 0;    
    padding: 10px;
}
.bracket td p     
{
    border-bottom: solid 1px black;    
    margin: 0;    
    padding: 5px 5px 5px 5px;
}
    .bracket th
{    text-align:center;}


/*
-------------------------------------
success and failure panels
-------------------------------------
*/

.successpanel
{
    background-color: #e5e5e5;
    padding: 15px 15px 15px 15px; 
    border: solid 2px #093460;
}

.failurepanel
{
    }

/*
Navigation link - yellow colour for blue background
*/
.logonlink
{
    /*color: #FFF207;*/
    color: #eef606;
    font-size: small;
}
