/*15/10/08: LA: Commented out to use new body styles*/
/*body {
	margin: 0;
	padding: 0;
	background:  #455900 url(images/img01.jpg) no-repeat top center;
	font-size: 13px;
	color: orange;
}
*/

#wrapper
{
width:1000px;
margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color:#ffffff;
}
.tblPaymentDetails
{
    border:1px solid orange; 
    border-spacing:10px; 
}


.largeOrangeUnderline
{
    height: 29px; 
    text-align:center;
}

.helpImage
{
    width:490px;
}

/* ***** Payments Table in Payments.aspx **** Start */
.HeaderRight
{
    font-weight:bold; 
    text-align:right;
}

.HeaderLeft
{
    font-weight:bold; 
    text-align:left;
}

.DetailRight
{
    text-align:right;
}

.DetailLeft
{
    text-align:left;
}

/* ***** Payments Table in Payments.aspx **** End */


body
{
    margin: 0px 0 0 0;
	padding: 0;

	background-color: #919292;

	
}

body, th, td, input, textarea, select, option 
{
	font-weight: normal;
	font-family: verdana, Arial, Helvetica, sans-serif;
     color: #474646;
    margin-bottom: 0px;
    text-align: left;
    	font-size: 12px;

}

h1 {
/*	text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
/*	text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
/*	color: #0000cc;*/
    color:Black;
    font-weight:bold;
	text-decoration:underline;
}

a:hover
{
    text-decoration: none;
    color: #CC3300;
}

/*15/10/08: LA: New div layers to make them scalable if the browser changes size*/
#container
{
    clear:both;
    margin:0 auto;
    width:1000px;
      /*border:1px solid green;*/
      min-height:500px;
      background-color:#ffffff;
      /*height:500px;*/
}

/*15/10/08: LA: New div layers to make them scalable if the browser changes size*/
#centercontainer
{
    width:750px;
    margin:0 auto;
  
}
/*15/10/08: LA: New div layer for more padding for register form*/

#maincontent
{
    padding-left:200px;
}

/* Header */
#headerbk
{
	width:1000px;
	height: 120px;
	
}

#header {
	width: 1000px;
	float:left;
	/*height: 170px;*/
	height: 120px;
	margin: 0 auto;
	

}
#headerLogo
{
float:right;
background: url(../images/xbookonline_logo.jpg) no-repeat right top;
width:62px;
height:37px;
margin-top:0px;
}
#headerinfo
{


}
#headerImage
{
height: 120px;
width:100%;
float:left;
margin-left:0px;
margin-top:0px;
background: url('../images/default_header.jpg') no-repeat right top;
z-index:200;
}

#header h1, #header p
{
    margin: 0 0 0 10px;
    color: #FF9900;
    z-index:1;
}

#header h1 {
	font-size: 30px;
	z-index:1;
}


#header h1 {
	padding-top: 30px;
	float:left;
}

#header a
{
    color: #FF9900;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;

}

/* Content */

#content {
	float: left;
	width: 1000px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #7B9418;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/*15/10/08: LA: modified*/

/* mainbar */
#mainbar {
	float: left;
	position:absolute;
	width: 180px;
	/*border:1px solid blue;*/
	margin-left:10px;
	padding-right:20px;
}

/* Sidebar - main content */
/*15/10/08: LA: modified*/

#sidebar {
	float: right;
	position:relative;
	width: 700px;
margin-right:30px;
	/*border:1px solid blue;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #ff6600;
	margin-bottom:5px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/*15/10/08: LA: new styles for master template for no side menu!*/

#sidebar_NoMenu {

	/*padding-left:100px;*/
float:left;
margin-left:-100px;
	width: 950px;



}
#sidebar_NoMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_NoMenu li {
}

#sidebar_NoMenu li ul {
	padding: 15px 0;
}

#sidebar_NoMenu li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar_NoMenu h2 {
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 2px solid #ff6600;
	margin-bottom:5px;
}

#sidebar_NoMenu a {
	text-decoration: none;
}

#sidebar_NoMenu a:hover {
}

/* Footer */
/*15/10/08: LA: modified*/

#footer
{

    clear: both;
    width: 750px;
    margin: 0 auto;
    padding: 20px 0;
/*    border-top: 2px solid #7B9418;*/
    text-align: center;
    font-size: 10px;
    color:#919292;
    border-top-color: #919292;

}

hr
{
	color: #FF9900; 
}

/*15/10/08: LA: new styles for the orange tee time tables*/

.teetimeGridFooterrow
{
    Background: #FF8000;
     Color:#333333;
}

.teetimeGridRow
{
    Background:#d7d7d7;
    Color:#ffffff;
    border: none 0px #ffffff;
}

.teetimeGridSelectedRow
{
    Background: #339966;
    font-weight:bold;
    Color: White; 
}

.teetimeGridPagerStyle
{
    Background: #336666;
    Color: White;
    text-align: Center;
}

.teetimeGridHeaderStyle
{
    Background: #FF8000;
    Font-weight:bold;
    font-style:italic;
    Color: White;
    text-align:left;
    border: none 0px #FF8000 ;
   
}

.teetimeGridAltStyle
{
    Background: #999896;
    border: none 0px #ffffff;
    color:#ffffff;
  
}

.teetimeGridEditRowStyle
{
    color:#ffffff;
    border: #ffffff;
}

/*--------------------------------*/
/*15/10/08: LA: new styles for the side menu tables*/
.TblTeeSelector
{
    background-color :#a6a4a4; 
    border: gray thin groove;
}

.tblPlayers
{
    background-color :#ffffff; 
    border: gray thin groove;
    color:#ffffff;
    text-align: left;
    width:100%;
}
.tblRowOrange
{
    background-color:#FF9900 ; 
    height: 18px;
    padding:0px;
}

.tblRowWhite
{
    background-color:#ffffff;
    border:none;
}
.tblRowGray
{
    background-color:#666666;
    color:#ffffff;
    font-weight:bold;
    padding:2px;
    
}

.tblRowHeaderGray
{
    background-color:#333333;
}

.tblConfirmation
{
 /* border: gray thin groove ;*/
  width: 90%; 
}

/*------------------------------------------*/
p 
{
 margin: 0cm 0cm 0pt; 


}

/*15/10/08: LA: new style for home page*/

.bigbluetext
{
    color: #0000cc; 
    font-size: 14pt; 
    font-weight: bold;
}

/*15/10/08: LA: for all the lovely orange text*/

.orangetext
{
    color:#ff8700;
    font-weight:bold;
}

.largeOrangeUnderline
{
    font-weight:bold;
    font-size:large;
     /* text-decoration:underline;
  color: #FF9000;
    width:178px;*/
    
   
}

/*15/10/08: LA: Error message text*/
.ErrorMess
{
    font-weight:bold;

    border:none;
    color:Red;
}

/*15/10/08: LA: padding for enter site button*/


.EnterSitebtn
{
    margin-left:250px;
    
}

/*15/10/08: LA: slight modification to main content div to give extra padding*/

.maincontent_Welcome
{
    /*padding-left:200px;*/
    text-align:center;
}

.printStatus
{
    display:block;
}

.fixedHeight400
{
    vertical-align:top;
    overflow:scroll;
    max-height:205px;
    margin:0;
    padding:0;
}
.fixedHeight800
{
    vertical-align:top;
    overflow:auto;
    max-height:400px;
    margin:0;
    padding:0;
}



#mainMenu
{
clear:both;
height:30px;
width:100%;
/*border:1px solid red;*/
color:#ffffff;

background: url('../images/menuBk.gif') repeat-x left top;

}

#menulinks a.mainmenulink
{
color:#ffffff;
font-weight:bold;
text-decoration:underline;
padding-left:10px;
padding-top:10px;
}

#menulinks
{
padding-left:210px;
padding-top:10px;
}

#progress
{
clear:both;
margin-top:3px;

}

#footer a.footerlink
{
color:#cccccc;
text-decoration:underline;
}

.InfoBox
{
color:#ffffff;
background-color:#7e9bbd;
width:100%;
font-weight:bold;
height:50px;
}
.TeeInfoBox
{
color:#ffffff;
background-color:#7e9bbd;
width:100%;
font-weight:bold;
height:150px;
padding:3px;
}


#infoimage
{
padding-left:10px;
padding-top:5px;
}


#homepagetext
{
padding-left:120px;
}

.DateHeader
{
margin: 0 0 10px 0px;
color: #FF9900;
letter-spacing: -1px;
	font-size: 24px;
	font-weight: bold;
	font-family: verdana, Arial, Helvetica, sans-serif;
   
}

#mainMenu2
{
clear:both;
height:30px;
width:100%;
/*border:1px solid red;*/
color:#ffffff;

background: url('../images/menuBk.gif') repeat-x left top;

}

#menulinks2 a.mainmenulink
{
color:#ffffff;
font-weight:bold;
text-decoration:underline;
padding-left:10px;
padding-top:10px;
}

#menulinks2
{
text-align:center;
padding-top:10px;
}

.classpnlGVGLessonBookings
{
text-align:center;
}