/*****************************************************************************/
/*
/* ActiveGolf
/*
/*****************************************************************************/

body {    
    font-size: 1em;
    font-family: arial;
    line-height: 1em;
    text-align: center;
    padding: 0;
    margin: 1px 0px 0px 0px;
}

input, select {
    font-size: 0.75em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/*****************************************************************************/
/*
/* Links
/*
/*****************************************************************************/

a {
    /*text-decoration: none;*/
    color: #336699;

}

a:hover {
    text-decoration: underline;
}

.linkSmall {
    /* 10pt */
    font-size: 0.688em;
}

.linkNormal {
    /* 12pt - default */
    font-size: 0.75em;
    line-height: 1.125em;
}


/*****************************************************************************/
/*
/* Text
/*
/*****************************************************************************/

.textXSmall {
    /* 9pt */
    font-size: 0.663em;
}

.textSmall {
    /* 10pt */
    font-size: 0.688em;
}

.textNormal {
    /* 12pt - default */
    font-size: 0.75em;
}

.textLarge {
    /* 14pt */
    font-size: 0.875em;
}

.textXLarge {
    /* 16pt */
    font-size: 1em; 
}

.textXXLarge {
    /* 28pt */
    font-size: 1.75em;
    line-height: 1.125em;    
}

/*****************************************************************************/
/*
/* Text
/*
/*****************************************************************************/

.imageBullets {
    margin: 0 5px;
}

.imageBullets img {
    width: 2.938em;
    height: 2.938em;
}



/*****************************************************************************/
/*
/* Fav. Courses Grid
/*
/*****************************************************************************/


.clickTabs {
	cursor: pointer;
	width: 100%;
	float: left;
    text-align: center;
	/****border: 1px solid #d9ecc6;*/
}

.clickTab2 {
    float: left;
    width: 54px;
    height: 16px;
    font: 11pt arial;
    background: repeat-x url(../../images/blue_tab.png);
    /*background-color: #d9ecc6;*/
    margin: 0px 1px 0px 0px;
    display: inline;
    color: #003e7e;
}

.clickTabSelected2 {
    float: left;
    /****position: relative;
    top: 1px;*/
    width: 54px;
    height: 16px;
    font: 11pt arial;
    color: #003e7e;
    background: repeat-x url(../../images/white_tab.png);
    /*background-color: #ffffff;*/
    border-bottom: 1 px solid #ffffff;
    text-align: center;
    margin: 0px 1px 0px 0px;
}
.clickTabSelected2 a {
    text-decoration: none;
    color: #003e7e;
    width: 54px;
    /****background: url(../../images/blue_tab.png);
    height: 16px;*/
}

.clickTab2 a {
    text-decoration: none;
}


.clickTab {
    float: left;
    /****position: relative;
    top: 1px;*/
    width: 54px;
    height: 14px;
    font: 11pt arial;
    background: url(../../images/blue_tab.png);
    /****background-color: #d9ecc6;
    border: 1px solid #cccccc;*/
    margin: 0px 1px 0px 0px;
    /****padding-top: 2px;*/
    display: inline;
    color: #003e7e;
    padding-top: 3px;
}

.clickTabSelected {
    float: left;
    /****position: relative;
    top: 1px;*/
    width: 54px;
    height: 14px;
    font: 11pt arial;
    color: #003e7e;
    background: url(../../images/white_tab.png); /*repeat-x;*/
    /****background-color: #ffffff;
    border: 1px solid #cccccc;*/
    border-bottom: 1 px solid #ffffff;
    text-align: center;
    margin: 0px 1px 0px 0px;
    padding-top: 3px;
}
.clickTabSelected a {
    text-decoration: none;
    color: #003e7e;
    width: 54px;
    padding-top: 3px;
    /****background: url(../../images/blue_tab.png);
    height: 16px;*/
}

.clickTab a {
    text-decoration: none;
    padding-top: 3px;
}

.clickTab a:hover {
    text-decoration: underline;
    /****color: #003e7e;*/
    width: 54px;
    /****background: url(../../images/blue_tab.png);
    margin: 0px 0px 0px 0px;
    padding-top: 2px;
    text-align: center;*/
}

.clickTabLeftRight {
    float: left;
    /****position: relative;
    top: 1px;*/
    width: 20px;
    height: 14px;
    font: 12pt arial;
    font-weight:bold;
    /*background: url(../../images/blue_tab.png);
    /****background-color: #d9ecc6;*/
    border-left:1px solid #9a9a9a;
    border-top:1px solid #9a9a9a;
    border-right:1px solid #9a9a9a;
    margin: 0px 1px 0px 0px;
    /****padding-top: 2px;*/
    display: inline;
    color: #003e7e;
    padding-top: 1px;
}

.clickTabLeftRight a {
    text-decoration: none;
    padding-top: 1px;
}

.clickTabLeftRight a:hover {
    text-decoration: underline;
    /****color: #003e7e;*/
    width: 20px;
}

/*****************************************************************************/
/*
/* Boxes
/*
/*****************************************************************************/

.dottedBox {
    border: dashed 1px #5EA1CF;
    border-top: 0;
    padding: 0.438em;
}

.teeTimeReview {
    border: 1px solid #5191cd;
    background: #d6e8f7;
    width: 420px;
    padding: 7px;
    text-align: center;   
    margin: auto;
}

/*****************************************************************************/
/*
/* Grids
/*
/*****************************************************************************/

.AGGrid {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.75em;
}

.AGGrid td {
    margin: 2px;
    padding: 3px;
}  



.teeTimeGrid 
{
    clear: both;
    width: 100%;
    padding: 0;
    border: 1px solid #cccccc;
    display: block;
    border-spacing: 0;
    border-collapse: collapse;
    font: 10pt verdana;
    vertical-align: top;
    margin-top: -2px;
    overflow: hidden;
}

.teeTimeGrid tr.d2 {
    background: #f5f5f5;
}

.teeTimeGrid tr.d4 {
    background: #f5f5f5;
}

.teeTimeGrid tr.d6 {
    background: #f5f5f5;
}

.teeTimeGrid td {
    padding: 3px;
    vertical-align: top;
}

.teeTimeGrid tr {
    border: 1px solid #cccccc;
}

.searchResultsGrid {
cursor: default;		
border: 1px solid #5EA1CF;
font-family: Arial;
font-size: 10pt;
border-collapse: separate;
}


.searchResultsFooter {
	background-image: url(../../Images/css/grid/style_12a/footer.gif);

}	

.searchResultsFooter td	{
	    height: 23px;
		cursor: default;
        padding-left: 5px;
		font-family: Verdana;
		font-size: 10px;
		color: #FEFFFD;		
	}

/*****************************************************************************/
/*
/* TextBoxWaterMarked
/*
/*****************************************************************************/
.unwatermarked
{
	height:18px;
    width:148px;
    font-weight:bold;
}
.watermarked
{
    color:gray;
}

/* GAMETRACK */
font.title {font-family: arial, verdana, helvetica, sans-serif; font-size: 18px; color: #A8A8A8; font-weight: bold; text-decoration: none;}
font.subtitle {font-family: arial, verdana, sans-serif; font-size: 16px; font-weight: bold}
font.head {font-family: arial, verdana, helvetica, sans-serif; font-size: 13px; font-weight: bold;}

font.jumbo {font-family: verdana, arial, helvetica, sans-serif; font-size: 30px; font-weight: bold;}
font.big {font-family: arial, verdana, helvetica, sans-serif; font-size: 17px; font-weight: bold;}
font.small {font-family: arial, verdana, helvetica, sans-serif; font-size: 11px; font-weight: bold;}
font.tiny {font-family: verdana, helvetica, sans-serif; font-size: 9px;}

font.boxtext {font-family: verdana,sans-serif; font-size: 11px}
font.tip {font-family: verdana, helvetica, sans-serif; font-size: 10px;}
font.bullet {font-family: verdana, helvetica, sans-serif; font-size: 14px;}

font.scorecard {font-family: Verdana, arial, Helvetica; font-size:12px; font-weight:bold;}
font.scorecardhead {font-family: Verdana, arial, Helvetica; font-size:12px; font-weight:bold; color: #FFFFFF;}
font.scorecardsm {font-family: Verdana, arial, Helvetica; font-size:10px; font-weight:bold;}

.ace { background-color : #BBD8D8; font-family:Verdana,Arial,Helvetica; font-size:12px; font-weight:bold;}
.eag { background-color : #A75151; font-family:Verdana,Arial,Helvetica; font-size:12px; font-weight:bold;}
.bir { background-color : #8A9C99; font-family:Verdana,Arial,Helvetica; font-size:12px; font-weight:bold;}
.par { background-color : #FFFFFF; font-family:Verdana,Arial,Helvetica; font-size:12px; font-weight:bold;}
.bog { background-color : #E2CA94; font-family:Verdana,Arial,Helvetica; font-size:12px; font-weight:bold;}
.dbl { background-color : #DCA07A; font-family:Verdana,Arial,Helvetica; font-size:12px; font-weight:bold;}

  .LgBox {	width:580px; padding-bottom:1px; margin-left: auto; margin-right: auto; border:1px solid #A8A8A8;}
  .MedLgBox {width:500px; padding-bottom:1px; margin-left: auto; margin-right: auto; border:1px solid #A8A8A8;}
  .MedBox {width:420px;	padding-bottom:1px; margin-left: auto; margin-right: auto;	 border:1px solid #A8A8A8;}
  .MedSmBox {width:380px; padding-bottom:1px; margin-left: auto; margin-right: auto; border:1px solid #A8A8A8;}
  .SmBox {width:225px; padding-bottom:1px; margin-left: auto; margin-right: auto;	border:1px solid #A8A8A8;}
  .StatsBox {width:150px; margin-left: auto; margin-right: auto; border:1px solid #A8A8A8;}
  .TipsBox {width:150px; border:1px solid #A8A8A8; background-color: #EEEEEE;}
  .FreeFormBox {padding-bottom:1px; margin-left: auto; margin-right: auto; border:1px solid #A8A8A8;}

  .TableHeader {color:#669999; background:#669999;}  
  
  .headerbar {font-family: arial, helvetica, sans-serif; font-size: 13px; font-weight: bold; color:#FFFFFF;}
  .FirstCell {background:#FFFFFF;}
  .SecondCell{background:#EEEEEE;}
  .TableBorder {border:1px solid #A8A8A8;}
  
    .TableHeaderThin {
  	width:100%;
  	height:5px;
  	margin-bottom:5px;	
	color:#669999;
	background:#669999;}
	
/******************************************************************************/
/*
/* Admin 2.0 (by Airey Baringer)
/*
/******************************************************************************/
#horizontalRule {
    width: 1000px;
    border-bottom: 2px solid #000000;
}

.adminMenu {
    float:left;
    width: 160px;
    margin-top: -49px;
}

.adminContent {
    float: right;
    width: 830px;
    margin-top: -25px;
}

input, select {
	font-family: Verdana;
	font-size: 10px;
}

.ratesAdminContent {
    float: right;
    text-align:left;
    margin-top: -25px;
}


.tinytext {
    font-size:xx-small;
    padding: 0px;
    margin: 0px;
}

.sectionTitle {
    font: 10pt arial bold #666666;
    vertical-align: top;
    width: 160px;
    text-align: right;
    padding-top: 5px;
    margin: 0px;
}

.ratesTitle {
    font: 10pt arial bold #666666;
    margin: 0px;
    text-align: left;
}

.innerSectionTitle {
    font: 10pt arial bold;
    vertical-align: top;
    width: 120px;
    text-align:right;
    padding-top: 3px;
    margin: 0px;   
}

.sectionContent {
    font: .8em arial;
    vertical-align: top;
    width: 800px;
    text-align: left;
    padding: 5px;
    margin: 0px;
    margin-left: 5px;
    border: 1px solid #666666;
}

.ratesSectionContent {
    font: .8em arial;
    vertical-align: top;
    width: 800px;
    text-align: left;
    padding: 5px;
    margin: 0px;
    margin-left: 5px;
    border: 1px solid #666666;
}

.rateGroup {
    width: 90px;
    border-bottom: 1px solid #666666;
    margin-bottom: 5px;
}

.grayRateGroup {
    width: 90px;
    background-color: #cccccc;
    padding: 2px;
    margin: 0px 0px 0px -1px;
    border: 1px solid #666666;
    vertical-align: top;
    text-align: left;
}

.whiteRateGroup{
    width: 90px;
    background-color: #ffffff;
    padding: 2px;
    margin: 0px 0px 0px -1px;
    border: 1px solid #666666;
    vertical-align: top;
    text-align: left;
}





/* ======================================================================= */
/* *********************************************************************** */
/* *           AG.com 2.0 homepage layout  (by Airey Baringer)           * */
/* *********************************************************************** */
/* ======================================================================= */

#wrapper {
   width: 991px;
   margin: 0 auto;
   font: 10pt verdana;
   text-align: left;
}

#header {
   width: 991px;
   margin: 0px;
}

#locationHeader {
   float: left;
   width: 991px;
   margin: 10px 0px 5px 0px;
}

#content 
{
   clear: both;
   float: left;
   width: 991px;
   padding: 5px 0px 0px 0px;
}

#left_content {
   display: inline;
   float: left;
   width: 371px;
   padding: 0px;
}

#right_content {
   display: inline;
   float: right;
   width: 608px;
}

#footer {
   clear: both;
   width: 991px;
   margin: 0px 0px 20px 0px;
   padding: 80px 0px 0px 0px;
   border: 0px;
   background-color: #ffffff;
}


	

/* ======================================================================= */
/*               AG.com 2.0 main header                                    */
/* ======================================================================= */
	
.navHeader 
{
    float: left;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 100%;
}

.links {
    float:left;
	font: 9pt verdana;
	line-height: 100%;
	padding: 0px 0px 0px 0px;
}

.logos {
	float: right;
	width: 200px;
	margin-left: 1em;
	height: 100%;
	text-align:right;
}

.logos img {
	display:block;
	float:right;
	margin:.1em 0 0;
}

/****#AGLogo {
}*/

/**** #masthead { */
    /*border: 1px solid #999999;
    border-bottom: 0px;*/
    /**** clear: both;
    text-align: left;
    position: relative; */
    /*background: url('images/headBack.png') no-repeat;*/
/**** }

#masthead img {
    position: relative;
    top: 15px;
}
*/

/*#top_header {
	height: 30px;
	overflow:hidden;
	border: solid 1px #999999;
	border-bottom: 0px;
	background: #fdf1d0 url(../../images/common/top_header/bg.gif) repeat-x;
}*/


/* ======================================================================= */
/*               header nav bar                                            */
/* ======================================================================= */

.navHeader a {
    font: 9pt arial, verdana;
    color: #003e7e;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    line-height: 28px;
}

.navHeader a:hover {
    color: #003e7e;
    text-decoration: underline;
}

/* ======================================================================= */
/*               location header                                           */
/* ======================================================================= */

#locationLeft {
    float: left;
    /*height: 80px;
    line-height: 80px;*/
    padding: 0px 0px 0px 0px;
    width: 450px;
    height: 60px;
    color: #284681;
    background: url('../../Images/Active_Golf.gif') no-repeat;
}

#locationRight {
    float: right;
    /*height: 80px;*/
    padding: 0px 0px 0px 0px;
    color: #284681;
    text-align: right;
}

.locationTinyText {
    font: 8pt arial;
    margin: 0px; /*margin: 35px 0px 0px 5px;*/
}

.locationLargeText {
   font: bold 9pt arial;
   margin: 0px; /*margin: 35px 0px 0px 0px;*/
}


/* ======================================================================= */
/*                        content                                          */
/* ======================================================================= */

.titleBox {
   width: 100%;
   height: 30px;
   background: url('../../images/blueTitleBar_Back.png') repeat-x;
   vertical-align: middle;
}

.titleBoxRight {
   width: 100%;
   height: 30px;
   background: url('../../images/greenTitleBar_Back.png') repeat-x;
   vertical-align: middle;
}

.centerText {
   text-align: center; 
}

h1 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font: 16pt verdana;
    font-weight: bold;
    color: #003e7e;
}

h2 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font: 14pt verdana;
    font-weight: bold;
    color: #003e7e;
}

h3 {
   margin: 0px;
   padding: 0px 0px 0px 10px;
   font: 11pt arial, verdana;
   font-weight: bold;
   color: #ffffff;
}

h4 {
   margin: 0px;
   padding: 0px 0px 0px 0px;
   font: 11pt arial, verdana;
   font-weight: bold;
   color: #003e7e;
   text-align: left;
}

h5 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font: 9pt verdana;
    font-weight: bold;
    color: #003e7e;
}

table {
   font: 9pt verdana;
   vertical-align: bottom;
   margin: 0px;
   padding: 0px;
}

/* title bar rounded corners */

/* blue title bar rounded corners */

.titleBox b.bt, b.bt b, b.bb, b.bb b {
   display: block;
   height: 6px;
   font-size: 1%;
   background:url("../../images/blueTitleBar_Corners.png") no-repeat;
   position:relative;
}

.titleBox b.bt {
   background:url("../../images/blueTitleBar_Corners.png") no-repeat;
   top: 0%; /*was -1px */
   left: 0%; /* was -1px */
}

.titleBox b.bt b {
   background:url("../../images/blueTitleBar_Corners.png") no-repeat;
   background-position:100% -6px;
   top: 0%;
   left: 0%; /* was 2px */
}

.titleBox b.bb b {
   background:url("../../images/blueTitleBar_Corners.png") no-repeat;
   background-position:100% -12px;
   /*top: 1px; /* just added */
   left: 0%; /*was 2px */
   top: 2%;
}

.titleBox b.bb {
   background:url("../../images/blueTitleBar_Corners.png") no-repeat;
   background-position:0 -18px;
   top: 1%; /* used to be 1 px */
   left:0%;
}


/* green rounded title corners */

.titleBoxRight b.bt, b.bt b, b.bb, b.bb b {
   display: block;
   height: 6px;
   font-size: 1%;
   background:url("../../images/greenTitleBar_Corners.png") no-repeat;
   position:relative;
}

.titleBoxRight b.bt {
   background:url("../../images/greenTitleBar_Corners.png") no-repeat;
   top: 0%; /*was -1px */
   left: 0%; /* was -1px */
}

.titleBoxRight b.bt b {
   background:url("../../images/greenTitleBar_Corners.png") no-repeat;
   background-position:100% -6px;
   top: 0%;
   left: 0%; /* was 2px */
}

.titleBoxRight b.bb b {
   background:url("../../images/greenTitleBar_Corners.png") no-repeat;
   background-position:100% -12px;
   /*top: 1px; /* just added */
   left: 0%; /* was 2px */
   top: 2%;
}

.titleBoxRight b.bb {
   background:url("../../images/greenTitleBar_Corners.png") no-repeat;
   background-position:0 -18px;
   top: 1%; /* used to be 1 px */
   left:0%;
}

/* end search box rounded corners */

/* ======================================================================= */
/*                        search box                                       */
/* ======================================================================= */

.searchBoxHome {
   width: 100%;
   background: url('../../images/AG_searchBack.gif');
   background-repeat: repeat-y;
   padding: 10px 0px 0px 0px;
   margin: 0px;
}

.searchBoxHome img 
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.searchBoxHomeDiv {
   width: 350px;
   padding: 5px 0px 5px 0px;
   margin: 3px 0px 3px 0px;
   /*border-bottom: 1px solid #98afba;*/
   color: #003e7e;
}

.searchBoxHomeLists {
   width: 339px;
   padding: 0px;
   padding-left: 10px;
   margin: 0px;
   border: 1px solid #003e7e;
   background-color: #ffffff;
   font: 8pt arial, verdana;
}

.searchBoxHomeLists ul{
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}

.searchBoxHomeLists li {
    list-style-type: none;
    line-height: 8pt;
    margin: -4px 0px 0px 0px;
}

.searchBoxSmall {
   width: 100%;
   background-color: #d6e8f7;
   border: 1px solid #5191cd;
   padding: 10px 0px 10px 0px;
}

.searchBoxSmallDiv {
   width: 90%;
   padding: 0px 0px 10px 15px;
   margin: 10px 0px 10px 0px;
   color: #003e7e;
}

.searchBoxBottom {
    margin: -3px 0px 0px 0px;
    padding: 0px;
    height: 10px;
    background: url('../../images/AG_searchBottom.gif');
    background-repeat: no-repeat;
}

#map {
    border: 0px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #003e7e;
    width:349px;
    height:215px;
}

.mapBubble_courseTitle {
    font: 10pt verdana bold;
    color: #003e7e;
}



/* ======================================================================= */
/*                        tee time specials                                */
/* ======================================================================= */

.teeTimeSpecials {
   padding: 0px 3px 0px;
   border-top: 0px;
   font: 10pt arial;
   vertical-align: bottom;
   text-align: left;
}

/***.tts_border {
    border: 1px solid #cccccc;
    padding: 2px;
    width: 98%;
    margin-top: -2px;
}*/

/*.tabnav {
   margin: 10px 0px 0px 10px;
}*/



/* ======================================================================= */
/*                        featured course                                  */
/* ======================================================================= */

#featuredCourse {
   float:left;
   clear: both;
   width: 97%;
   margin: 8px 0px 5px 10px;
   text-align: left;
}

.featuredCourseImage {
    float: left;
    width: 110px;
}

.featuredCourseImage img {
    border: 1px solid #666666;
    margin: 0px;
    padding: 0px;
}

.featuredCourseContent {
    float: left;
    width: 76%;
    text-align: left;
    margin: 0px 0px 0px 12px;
}

.featuredCourseTitle {
    font: bold 9pt verdana;
}

.featuredCourseLocation {
    text-align: left;
    font: 8pt verdana;
    padding: 0px 0px 0px 5px;
    color: #999999;
}

.featuredCourseFavorite {
    float: right;
    padding: 0px 2px 0px 0px;
    font: 8pt verdana;
}

.featuredCourseTeeTimeGrid {
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #ffffff;
    font: 11pt arial;
}



/* ======================================================================= */
/*                        footer styles                                    */
/* ======================================================================= */

.grayFooter 
{
    clear: both;
    text-align: center;
    padding: 2px;
    margin: 0px 0px -1px 0px;
    text-align: left;
    border: 1px solid #cccccc;
    /*border: 1px solid #5191cd;
    background-color: #d6e8f7;*/
}

.grayFooterText {
    text-align: center;
    vertical-align: middle;
    color: #4385b2;
    font: 8pt arial;
}

.grayFooterText a {
    color: #4385b2;
    text-decoration: none;
}

.grayFooterText a:hover {
    color: #4385b2;
    text-decoration: underline;
}

.grayFooter h3 {
    font: 9pt arial;
    font-weight: bold;
    color: #4385b2;
    margin: 0px;
    padding: 0px;
}

.grayFooter p {
    margin: 0px;
    padding: 0px 80px 10px 80px;
    line-height: 135%;
}

.yellowFooter {
    height: 25px;
    padding: 0px 2px 0px 2px;
    margin: 0px;
    text-align: left;
    border: 1px solid #c8c8c8;
    background-color: #fdefca;
    vertical-align: middle;
}

.yellowFooterText {
    float: left;
    font: 8pt arial;
    color: #000000;
    margin: 0px;
    padding: 5px 0px 0px 2px;
}

.yellowFooterCopyright {
    float: right;
    font: 8pt arial;
    color: #000000;
    margin: 0px;
    padding: 5px 0px 0px 2px;
    }

.yellowFooterText a {
    font: 8pt arial;
    color: #253f73;
    text-decoration: underline;
}

.yellowFooterCopyright a {
    font: 8pt arial;
    color: #253f73;
    text-decoration: underline;
}






/* ======================================================================= */
/* *********************************************************************** */
/* *      AG.com 2.0 registration/login layout  (by Airey Baringer)      * */
/* *********************************************************************** */
/* ======================================================================= */

.centerColumn {
    margin: 0 auto;
}

.contentBox 
{
    float:left;
    padding: 5px;
    margin: 0 auto;
    font: 9pt verdana;
    width: 100%;
    text-align: center;
    /*border: 1px solid #5191cd;
    background-color: #d6e8f7;*/
}

.leftBox{
   display: inline;
    float: left;
    width: 445px;
    margin-left: 90px; 
    text-align: left;
}

.leftContentBox 
{
    height: 120%;
    text-align: left;
    border: 1px solid #5191cd;
    background-color: #d6e8f7;
    padding: 0px 0px 20px 10px;
}

.rightContentBox
{
   display: inline;
    float: right;
    width: 354px;
    /*height: 526px;
    border-left: 3px dotted #666666;*/
    text-align: left;
    margin: 0px 90px 0px 0px;
}

/*.LeftCell {
    width: 225px;
    text-align: right;
    padding: 0px 5px 0px 0px;
    background: #D7E5F5;
}

.RightCell {
    background: #F5F5F5;
}*/







/* ======================================================================= */
/* *********************************************************************** */
/* *            AG.com 2.0 Facility Page  (by Airey Baringer)            * */
/* *********************************************************************** */
/* ======================================================================= */


#headerFacility
{
    /* Header is 990x200 */

	height: 110px;
	width: 100%;
    margin: 0 0 17px 0;
    background: url(../../Images/AG_facilityBack.png) repeat-x; 
    vertical-align: middle;
}

#headerTitle
{
    float: left;
    width: 600px;
    height: 40px;
    line-height: 40px;
	margin: 30px 0 0 15px;
	color: #ffffff;
	font-size: 26pt;
	font-weight: bold;
	font-family: Arial, verdana;
}

#facLeftCol {
    display: inline;
    float:left;
    width: 371px; /*300px;*/
    overflow: hidden;
    /*border: 1px dashed #000000;*/
}

#facRightContent {
    float: right;
    display: inline;
    width: 620px; /*691px;*/
}

#facCenterCol {
   display: inline;
    float: left;
    width: 505px;
    margin: 3px 0 0 10px;
    padding: 0 2px 0 2px;
}

#facCenterCol .featuredCourseImage{
    display: none;
}

#facCenterCol .featuredCourseContent {
    float: left;
    width: 100%;
    margin: 0px 0px 0px -5px;
}

#facCenterCol .featuredCourseTeeTimeGrid {
    margin: 10px 0px 0px 0px;
}

#facRightCol{
    float: right;
    display: inline;
    width: 165px;
    text-align: center;
    height: 600px;
    margin: 0px 0px 0px 0px;
}

.addressBox {
    float: right;
    width: 260px;
    margin: 20px 10px 0 0;
}

.headerBox {
	/*margin: 0 auto; */
	height: 1.8em;
	background: #D6e8f7 url(../../images/common/el_header_r.gif) no-repeat bottom right;
	font-size: 100%;
	border-bottom: solid 1px #C9D5DB;
}
.headerText {
	background: url(../../images/common/el_header_r.gif) no-repeat top right;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
.headerText h2 {
	background: url(../../images/common/el_header_l.gif) no-repeat top left;
	margin: 0;
	padding: 5px 5px 5px 7px;
	font-weight: bold; 
	font-size: 1.0em; 
	line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.greenText {
    color: #6db33f;
}








/* ======================================================================= */
/* *********************************************************************** */
/* *        AG.com 2.0 TeeTimeList.aspx Page  (by Airey Baringer)        * */
/* *********************************************************************** */
/* ======================================================================= */


#searchLeftCol {
    float:left;
    width: 250px;
    /*border: 1px dashed #000000;*/
}

#searchRightContent {
    float: right;
    width: 741px;
}

#searchCenterCol {
   display: inline;
    float: left;
    width: 600px;
    margin: 0px 0 0 8px;
    padding: 0 2px 0 2px;
    text-align: left;
}

.searchRightCol{
   display: inline;
    float: right;
    width: 165px;
    text-align: center;
    height: 600px;
    margin: 0px 0px 0px 0px;
    text-align: right;
}

.greenText {
    color: #6db33f;
}


/* Course View/Tee Time View Tabs */
.mytab{
	border:3px solid #D6D6D6;width:820px;
}
.mytab2{
	border:3px solid #D6D6D6;width:820px;display:none;
}
.teetimetab
{
    clear: both;
	border: 0px;
	width: 600px;
	font: 9pt arial;
}
.teetimetab2
{
    clear: both;
	border: 3px solid #D6D6D6;
	width: 600px;
	font: 9pt arial;
	display: none;
}

/* ======================================================================= */
/* *********************************************************************** */
/* *            AG.com 2.0 EmailToCoursePanel  (by Maik Zhang)       * */
/* *********************************************************************** */
/* ======================================================================= */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
	
.modalPopup {
	background-color:#d7e5f5; 
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	padding:0px;
	width:400px;
}