﻿@charset "utf-8";
/* CSS Document */


.scoreRow td, .scoreRowAlt td
{
	padding:5px 0px 5px 0px;
	border-left:1px solid #D0D0D0;
}
.scoreRow .borderRight{
	border-right:1px solid #D0D0D0;
}
.scoreRow{
	background-color:#ffffff;
}
.scoreRowAlt
	{
		background-color:#dbdbdb;
	}


.topTen
	{
		background-image: url(/images/scorehistory/orange-flag.png);
		background-repeat: no-repeat;
		background-position-x: 0px;
		background-position-y: 0px;
		width:34px;
	}


*{
	margin:0;
	/*padding:0;*/
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin:0;
	padding:0;
	padding-top:0;
    background-color: #FFFFFF;
}


#gutterAdDiv
{
   height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; 
    background: #518B36 none repeat scroll 0 0 ;
    overflow:hidden;
}



/*#Form1
{
    width: 1800px;		
	float:left;
	display: inline;
} */

#SiteWrapper{
	width: 990px;
	position:relative;
	margin:0 auto;
	padding:0;
	overflow:hidden;		
	/*background: url(../images/bg/bg_footer.jpg);*/
}



/*p,*/ ul, ol, em{
	line-height: 1.4em;
	font-size: 13px;
}


h1{
	font-size: 17px;
	font-weight: bold;
}

h1, h2, h3{
	color: #00785F;
}

.home h2, .home h1, .home P, .home h3, .home h4, .home h5, .home h6{
	margin:10px 10px 10px 10px;
}

.home p {
    text-align: left;
}

h2, h1, p, h3{
	margin: 0px 40px 10px 40px;
}

h6
{
	margin: 0px 40px 10px 40px;
}

h2{
	font-size: 18px;
	font-weight: bold;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color:black;
}

h5

{
      font-weight: bold; 
      font-size: 14px;
}


p{
	/*font-size:12px;*/
	color: #333333;
	line-height:1.6em;
	
}

ul, ol{
	padding-left: 40px;
	padding-right: 60px;
	margin:0;
}


a:link{
	color: #00785F;
	text-decoration: underline;
}

a:visited{
	color: #009933;
	
}

a:hover{
	text-decoration: none;
}

.leftMargin
{
	margin-top:0px;
	margin-left:40px !important;
}

.leftMargin tr td p, .leftMargin tr td h2
{
	margin-left:0px;
}



* HTML #SiteWrapper{
	width: 990px;

}

#Branding{
	float:left;
	width: 990px;
	height: 104px;
	background: url(../images/Navigation/Logo.png) no-repeat center left;
}
	
	.noTint #Branding{
		float:left;
		width: 990px;
		height: 104px;
		background: url(../images/bg/bg_branding_notint.jpg) no-repeat top center;
	}

	.home #Branding{
	height: 115px;
	background: url(../images/bg/bg_branding.jpg) no-repeat top center;
}
	
	
	#Branding h1{
		margin:0;
	}
	
	#Branding a:link, #Branding a:visited{
		float:left;
		margin-top: 0px;
		margin-left:18px;
		width: 205px;
		height: 100px;
		display: block;
		text-indent: -999em;
		overflow:hidden;
		
		
	}
	
	* HTML #Branding a:link, #Branding a:visited{
		margin-left:13px;
	}
	
#HomePanel{
	float:left;
	height:156px;
	width: 990px;
	
	
}

	#NewsPanel
	{		
		float:left;
		width: 675px;
		height:156px;
		background: url(../images/banners/panel-feature-background.jpg) no-repeat top left;
		/*background: url(../images/banners/panel-sms.jpg) no-repeat top center;*/
	}
	
	.newsPanel
	{
		background: url(../images/bg/bg_news.jpg) no-repeat top center;
	}
		
	#LoginPanel{
		float:right;
		width: 307px;
		padding-left:8px;
		padding-top: 17px;
		height:139px;
		background: url(../images/bg/bg_login.jpg) no-repeat top center;
	}
	

	

			
		#RightColumn #LoginPanel{
			width: 300px;
			background:none;
			padding-left:0px;
			padding-top: 0px;
			height: 115px;
			padding-bottom:5px;
		}
			
	
	
#TopMenu{
	float:left;
	width: 990px;
	height: 93px;
	background: url(../images/bg/bg_topmenu_2.jpg) no-repeat top center;
}

	
	.noTint #TopMenu{
		float:left;
		width: 990px;
		height: 93px;
		background: url(../images/bg/bg_topmenu_notint.jpg) no-repeat top center;
	}

	.home #TopMenu{
		float:left;
		width: 990px;
		background: green;
		height: 86px;
		background: url(../images/bg/bg_topmenu_home.jpg) no-repeat top center;
	}
	
	#TopMenu.sub{
	background: url(../images/bg/bg_topmenu_3.jpg) no-repeat top center;
}


#ContentWrapper{
	text-align:left;
	float:left;
	width: 990px;
	padding-bottom: 0px;
	/*background: url(../images/bg/bg_contentwrapper_content.jpg) no-repeat top center;*/
	
}


.noTint #ContentWrapper
{
	text-align:left;
	float:left;
	width: 990px;
	padding-bottom: 0px;
	background:none;
	background-color:#FFFFFF;
}

	.home #ContentWrapper{
	/*background: url(../images/bg/bg_contentwrapper_home.png) no-repeat top center;*/
	background:url('../images/bg/bg_contentwrapper.jpg') repeat-y top left;
	}


	#LeftColumn
	{
	    float:none;
		padding-right: 0px;
		width: 990px;
        margin:0 auto;
	}
	
		
	#LeftColumnFull
	{
		float:left;
		margin-left:12px;
		padding-top: 20px;
		width:966px;		
		min-height:350px;
	}
	
	#SubLeftColumn
	{
		float:left;
		width:300px;
		margin-left:40px;
	}
	
	#LeftColumn.home{
	    margin-left: 5px;
	}
		
		* HTML #LeftColumn{
			margin-left:5px;
		}
		
	#RightColumn{
		display:none;
        float:left;
		width: 1px;
	    vertical-align: left;	    
	}
		
		* HTML #RightColumn{
			margin-right:5px;
		}
		
	#OneColumn{
		float:left;
		width: 990px;
		/*padding-left: 10px;*/
	}
	
	.home .homeContainer
	{
		background: url(../images/bg/bg_contentwrapper.jpg) repeat-y bottom left;
		height:100%;
	}
	
		* HTML #OneColumn{	
			margin-left: 5px;	
		}
	
	
	
	#AdversitingBottom {
		padding: 20px 20px;
		text-align:right;
		clear:both;
	    margin: 0 auto;
		width: 950px;
		height: 110px;	
	}		
	
/*	
		
	@media screen and (-webkit-min-device-pixel-ratio:0)  
    {            
        #AdversitingBottom { margin:0px; position:absolute; left:0px; bottom:200px;  }    
        
        #RightColumn{
		padding-bottom:400px;
	    }
                   
    } 

*/

	.noTint #AdversitingBottom {
		padding: 20px 20px;
		text-align:right;
		clear:both;
		float:left;
		width: 950px;
		height: 80px;
		background:  url(../images/bg/bg_adbottom_notint.jpg) no-repeat top center;
	
	}
	
	
	
	.mates #AdversitingBottom 
	{
		background:  url(../images/mates/bg_adbottom_mates.jpg) no-repeat top center;	
	}
	
	
	
	
	#Footer
	{
	    width:100%;
	    background-color: #020202;
	    position:relative;
	}
	
	/*
	#Footer .footerSiteLinks {
	    width:1110px;
	    margin: 0 auto;
	}
	#Footer dl 
	{
		float:left;
		height:160px;
		overflow:hidden;
		padding:10px 40px 10px 15px;				
		text-align:left;
	}	
	
	#Footer dt 
	{
		color: #fff;
		line-height:20px;
		font-size:14px;
	    font-weight: bold;
		padding-bottom:5px;
	}
	
	#Footer dd a{
		color: #fff;
		text-decoration: none;
		font-size:11px;	
	}
	#Footer dd a:hover{
		text-decoration: underline;
	}

    #Footer ul.links{
	    padding: 10px 0px;	
    }
	*/
	
	.privacypolicy
	{
		color: #fff;
	}

	.mates #Footer 
	{
		background: #7DA868 url(../images/mates/bg_footer.jpg);		
		width:988px;			
		margin-left:1px;
	}
	
	#LeftRightColumn
	{
	   float:left;
	   width:450px;
	   height:100%;	   
	}
	
	
	#News{
		float:left;
		width: 157px;
		border-right:1px dashed #999999;
		margin-right: 30px;
		padding-left: 5px;
		height:100%;
		min-height:1650px;
	}
	
	#News p{
		font-size: 10px;
	    margin: 0px 20px 10px 20px;
	}
	
	#News h2{
		font-size:16px;
        margin: 0px 20px 10px 20px;
		background: url(../images/icon/icon_arrow.jpg) no-repeat top right;
	}
	
	#News h2 a:link, #News h2 a:visited{
		display:block;
		text-decoration: none;
		
	}
	
	#News a:link, #News a:visited{
		margin:0;
		padding:0;
		font-weight: bold;
		
		
	}
	
	img.newsImg
	{
		padding-right:10px;
	}
	
	.NewsTxt p
	{
		text-align:justify;
	}
	
	.NewsTxt .caption
	{
		color:Gray;
		font-weight:bold;
	}
	
	.NewsTxt .quote
	{
		font-style:italic;		
	}
	
	.NewsTxt #readmore
	{
		font-weight:bold;
		font-size:14px;		
	}
	
	.NewsTxt #subscribe
	{
		font-weight:bold;
		font-size:14px;		
	}
	
	.NewsTxt .indent
	{
		margin-left:30px;
	}
	
	.NewsTxt ul.readmore li
	{
		margin-left:40px;
		padding-bottom: 10px;
	}

	#WeatherPanel {		
		width: 0px;
		height: 0px;		
		margin-bottom: 5px;	
	}
	
	#WeatherPanel ul{
		margin:0;
		padding:0;
		text-align:center;
	}
	
	#WeatherPanel ul li{
		list-style:none;
		float:left;
		display:block;
		width: 145px;
		height: 80px;
		margin: 5px 0px 0px 0px;
		font-size:11px;
	}

	
	#underlinks {
		font-size: 11px;
		padding:6px 10px;
		text-align: right !important;		
	}
	
	#underlinks.halfpage{
		width: 640px;
	}
		
		
		
		
	
		
		
		
		
/*Tee Times*/

	.teetimes #LeftColumn{
		padding-top:0px;
		background:none;
	}
	
	.teetimes #Content{
		margin-top: 0px;
		width: 663px;
		float:left;
		background:  url(../images/bg/bg_leftcontent_notab.jpg) no-repeat top left;
	}
	
	.teetimes #Content.half{
		float:left;
		width: 420px;
		background:  url(../images/bg/bg_leftcontent_short_notab.jpg) no-repeat top left;
	}
	
	.teetimes #Content.half h2{
		margin-top:0px;
		margin-left: 10px;
		padding-top:0px;
		
	}
	
	.teetimes #Content h2{
		margin-top:0px;
		margin-left: 30px;
	}
	
	.teetimes .search
	{
		margin-left:135px;
	}
	
	.ttpaddBottom
	{
		 padding-bottom:5px;
	}
	
	#Chart{
		float:right;	
		text-align: center;
	}
	
	ul#SearchMenus{
		margin-top:20px;
		margin-left: 30px;
	}
	
	ul#SearchMenus li{
		padding-bottom:8px;
	}
	
	ul#SearchMenus select, ul#SearchMenus input{
		width: 200px;
	}
	
	#map{
		float:right;
	}


/*Table */

table{	
	margin: 0;
}		

table tr td.weekend{
	background: #e6e6e6 !important;
}

td span{
	/*display:block;*/
	padding:5px 0px;
}
 	td.normal{
		background: #F4f4f4 ! important;
	}
	
	td.green {
		background:#D1E6C5 ! important;
	}
	
	td.yellow {
		background:#F0DB8B ! important;
	}
	
	td.blue {
		background:#D0E4F1 ! important;
	}
	
	td.purple {
		background:#DBD7F1 ! important;
	}
	
	td.unavail 
	{
		background:#999 ! important;
	}
	
	.selectedYellow
	{ 
		background-color: #DFD161 ! important; 
	}
		
	.selectedBlue
	{
		background-color: #CCFFCC ! important;
	}
	
	.selectedGreen
	{
		background-color: #66BC66 ! important; 
	}

table#OpenDays tr td.bg
{
	background:url(../images/bg/bg_OpenDay.jpg) no-repeat top right !important;	
}


table#OpenDays tr td.bgLarge
{
	background:url(../images/bg/bg_OpenDay_large.jpg) no-repeat top right !important;	
}

table#OpenDays tr td.bgImg
{
	padding-right:5px;
	
}

table#OpenDays tr td.space
{
	background: none !important;
}

table#OpenDays tr td{
	text-align:left;
	padding:5px;
	/*background: none !important;*/
}	

table#OpenDays tr td.soldout
{
	background: url(http://www.golflink.com.au/images/soldout.jpg) no-repeat center center !important;
}

	
table tr.day td{
	background:white;
	text-align:center;
	font-size: 12px;
 	padding:5px;

}
table tr.heading td{
	background:#00785F;
	color:white;
	font-weight:bold;
	font-size: 11px;
	/*padding: 5px 0px 0px 10px;*/
	text-align:left;
}

table#dgClubPrices tr td.club a:link
{
	color: #000000;	
	text-decoration:none;
}

table#dgClubPrices tr td a:link,
table#positionTable tr td a:link
{
	text-decoration:none;
}

table#dgClubPrices tr td.club
{
	background: #F4f4f4;
	text-align:left !important;
	padding-left:5px;
}

table tr.alt td{
	background:#e6e6e6;
}

table td.nobg{
	background: none !important;
}

table td.title{
	font-weight: bold;
}	

table.white td{
	background:white;
}

table#dgClubPrices, table#positionTable{
	margin: 0px 0px 20px 40px;
}

table#Indicator{
	width: 700px;
	font-size:10px;
	margin-right:50px;
}

table#IndicatorSmall
{
	width:395px;
	font-size:10px;
	margin-left:35px;	
}

table#dgrHistory td{
	text-align:left;
	padding:5px;
	color:#333333;
}

table#dgClubPrices td
{
	text-align:center;
	padding:5px;
}

table#dgVoucherClubPrices, table#dgShoppingCart
{
	border: solid 1px #00785F;	
}

table#dgVoucherClubPrices td, table#dgShoppingCart td
{
	text-align:left;
	padding:5px;
}

table tr.itemStyle td
{
	text-align:center;
	background: #F4f4f4;
}

table .cart
{
	border:1px #00785f solid;
	background-color:#DCEDCD;
}

table tr.cart td
{
	padding: 5px 5px 5px 5px;
} 

.center, tr.center td
{
	text-align:center !important;
}

.left, tr.left td
{
	text-align:left !important;
}

/* Tours Tables */
.tours 
{
	height:215px;
	width:200px;
	border: solid 1px #00785F;
	background-color: #DCEDCD;
	margin: 5px 5px 5px 0px;
}

table.tours tr td
{
	font-size:8px;
}

table tr.toursHeading td{
	background:#00785F;
	color:white;
	font-size: 11px;
	padding: 2px 0px 2px 10px;
	text-align:left;
	height:20px;
}
	
table tr td.tourImg
{
	padding: 5px 5px 5px 5px;
	height:95px;
	text-align:center;
}

table.tourOptions
{	
	width:600px;
	background-color:#7EC843;
	border: 1px black solid;
}

table.tourOptions tr td
{
	padding:5px 5px 5px 5px;
}

/* Adversiting*/

#AdversitingTop{
	position:absolute;
	top: 6px;
	right: 16px;
}

#TopMenu .advertising{

	width:200px;
	height:40px;
	margin-top:10px;
	margin-right:20px;
	/*padding: 20px 0 0 0;*/
	
	float:right;
	text-align:left;
}

.home #TopMenu .advertising{
	margin-top:0px;
}

	* HTML #TopMenu .advertising{
		width:230px;
	}

#RightColumn .advertising{

}

#details{

	font-weight: bold;
}
#details ul{
	font-size:12px;
	color: #999999;
	margin-bottom: 20px;
	margin-top:0px;
	margin-right: 0px;
	width: 150px;
}	

#details ul li{
	margin-left: 15px;
	margin-right:0px;
}


/*Clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;


}

.value{
	color:#000000;
}

.clear{
	height:1px;
	float:left;
	clear:both;
}

.button {
	cursor:pointer;
	padding: 3px 5px;
}

.right{
	float:right;
}

.left{
	float:left;
}

.alignright{
	text-align: right;
}
.alignright_important{
	text-align: right !important;
}
.borderright{
	border-right: 1px dashed gray;
}
.noborder{
	border:none !important;
}

ul.nostyle, ul.nostyle li{
 	margin:0;
	padding:0;
	list-style:none;
}


ul.links {
	width: 800px;
	padding:2px;

}

ul.links li{
	font-size: 11px;
	list-style: none;
	display:inline;
	padding: 0px 10px;
	border-right: 1px solid white;

}

ul.links li a:link, ul.links li a:visited{
	color: white;
	text-decoration: none;
	margin:0 3px;

	
}

ul.links li a:hover{
	text-decoration: underline;
}

.points li { color:#333333 }


.annoucement {
	width: 300px;
	display:block;
	border-left: 1px  dashed #999999;
	border-right: 1px dashed #999999;
}


.annoucement h3, .annoucement p{
	font-size: 11px;
	margin: 5px 10px 0px 10px
}

.annoucement h2{
margin: 10px 10px 0px 10px;
	margin-bottom: 15px;
	
}

#weather{
	float:right;
	width: 280px;
	height: 40px;
	padding: 10px;
	text-align:center;
	font-size: 13px ;
	color:#000000;
}

input.green{
	width:160px;
	border: 1px solid #006633;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding:2px;
	margin-top:3px;
}

.content #LeftColumn{
	padding-top:0px;
}

.spacebottom{
	display:block;
	padding-bottom:5px;
}

.moreNews h2
{
	margin-left:0px !important;
}

.moreNews a
{
	line-height:25px;font-weight:bold;
}

.errorMsg2
{
	color:Red !important;
	
}

.HeadingForPopUp
{
	font-size: 17px;
	font-weight: bold;
}

.Handicaps
{
	float:left;
	font-size:10px;
	padding-left:3px;
	padding-right:3px;
	background-color:#333333;
	color:white;
	width:40%;
	border:1px white solid;
	text-align:center;
	
}
.LeftStat
{
    float:left;
	width:55%;
	font-weight: bold;
}

.RightStat
{	
	float:right;
	background-color:#DDDDDD;
	padding-left:6px;
    width:40%;	
}

.Meritheadings
{
	font-weight: bold;
	font-size: 13px !important;
	padding-left:4px;
}

.Merits
{
	padding-right: 10px;
	width: 163px;
	height:153px;
	font-size:11px;
	padding-top:5px;
}

.Stats
{
	height:65px;
	padding-left:5px;
	
}


.HandicapsDisplay
{
	float:left;
	font-size:10px;
	padding-left:3px;
	padding-right:3px;
	background-color:#808080;
	color:white;
	width:40%;
	border:1px white solid;
	text-align:center;
}

.MoreDetailsLinks
{
	padding-right:10px;
	width: 163px;
	height: 150px;
	
}

.Sendmessage
{
	float:left;
	font-size:10px;
	padding-left:3px;
	padding-right:3px;
	width:100%;
	
}

.HomeClubAboutMe
{
	padding-right:10px;
	padding-left:0px;
	padding-top:10px;
	width: 137px;
	height: 200px;

}


.LowMerit
{	
	color:#000;
}

.HighMerit
{
	color:#000;
}

.NormalMerit
{
    color:#000;
}

.new-panel-heading-with-no-padding-Left{
	padding:12px 5px 5px 5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	background-color:#d4ebe6;
	border-bottom:1px solid #bbb;
	color:#33544d;
	text-transform:uppercase;
	text-align: left;
	width:163px;
}

.new-panel-heading-with-no-padding-Left span{
	
	color:#67a99b;
	font-size:11px;
	display:block;
	text-transform:uppercase;
}



.Rank

/*ToolTip*/

	.tooltip{cursor:pointer;}
	
	/* used by tooltip.js */
	#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
	

/* Race series banner ad fix - why is there a global margin on tables? nobody knows...*/
table#GLTopNav_pnlRotLogo
{
  margin-top : 0px;   
}

/* Css for Gutter Ads */
div#socialHeader, div#LogoHeader, div.LoginHeaderHC, div#ContentBody, div#maindivbox, div#LoggedInHeader
{
    position: relative;
    z-index: 1;
}

.gutter-full 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-ad
{
    padding-top: 4px; 
    padding-bottom: 5px; 
}

/* Css for updated navigation (2012) */

#socialHeader {
    background-color: #2e2e2e;
    width:100%;
    text-align: center;
}

#socialHeader .pageContainer {
    width:970px;
    height:35px;
    margin: 0 auto;
}

#socialHeader .pageContainer span
{
    
    font-size: 14px; 
    color: #E1EEBC;
    text-transform: uppercase;
    display:inline-block; 
    vertical-align:top;   
    margin-top:5px;
    margin-right: 5px;
}

.pageContainer img {
    border: 0px;
    margin-top: 1px;
}

.siteIntegratedAd {
    
    margin-top:2px;
}

.socialmenudiv
{
    text-transform:uppercase;
    font-size:14px;
    float: left;
    padding-top: 5px;
    font-family:"Univers Condensed";
}
#white_a
{
    color:White;
}
#green_a
{
    color:#25ae5f;
}

#GABranding {
    width:255px;
    float:left;
    margin-left:180px;
}

#GABranding img {
    border-width: 0px;
}

#LogoHeader 
{
    color:#FEFFD8; 
    width:990px;
    height: 118px;
    margin:0 auto; 
    padding: 13px 0 0 0;
}

#LogoHeader .left {
    float: left;
}

#LogoHeader a {
    margin:10px auto 10px auto;
    border: 0px;
    display:block;
    width:142px;
}

#LogoHeader .right {
    float:right;
    margin-top:8px;
    margin-right:10px
}

#ContentBody 
{
    margin:0 auto;
    width:980px;
    display: table;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding-top:10px;
}

#LoginHeader {
    width:980px;
    height:130px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#LoggedInHeader
{
    font-family: "Gill Sans", Tahoma, Arial;
    width:990px;
    height:80px;
    margin: 90px auto 0 auto;
}

.LoginHeaderHC 
{
    font-family: "Gill Sans", Tahoma, Arial;
    width:285px;
    background-color: #6bac44;
    padding: 15px 0px 14px 17px;
    float: left;
    -moz-border-radius:5px;
    border-radius:5px;
    margin: 0px 0px 20px 0px;
}

.LoginHeaderHC h1
{
    margin-left:5px;
    margin-bottom:5px;
    color: #e1eebc;
    text-transform: uppercase;
    font-weight: bold; 
    font-size: 15px;
}

.LoginHeaderHC p {
    margin-left:5px;
    color: #e1eebc;
}

.LoginHeaderHC input[type=text] {    
    float:left;
    border-radius:5px;
    margin-right:10px;
}

.LoginHeaderHC a {
    margin: 0px 0px 5px 5px;
    color: #e1eebc;
}

div#matespromo{
	background-image:url('../images/Navigation/mates-promo-bg.png');
	background-repeat:no-repeat;
	background-position:top left;
	height: 102px;
	width:526px;
	margin: -40px 33px 0 0;
	padding: 68px 0 0 115px;
	position:relative;
    float: left;

}

div#matespromo span.header {
    text-transform: uppercase;
    color: #6daa49;
    display: block;
    font-weight: bold;
}

#matespromo a.join-now{
	background-image:url('../images/Navigation/join-now.png');
	background-repeat:no-repeat;
	background-position:top left;
	width:141px;
	height:81px;
	position:absolute;
	display:block;
	top:55px;
	left:417px;
}

div#matespromoLoggedIn 
{
    background-image: url('../images/Navigation/GLMatesSmallLogo.png');
    background-repeat:no-repeat;
    background-position: left;
	width:900px;
	margin: 0px 15px 0px 0px;
	padding: 10px 10px 10px 90px;
	float: left;
	background-color: #0c7960;
	background-color: #292728;
	background-color: #000;
    -moz-border-radius:5px;
    border-radius:5px;
    color: #fbffd6;
}

div#matespromoLoggedIn a.IconLink {
    
}

div#matespromoLoggedIn .Header {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fbffd6;
    display: block;
}

div#matespromoLoggedIn a, div#matespromoLoggedIn a:visited {
    color: #fbffd6;
}

#HCLookUp.loginboxdiv {
    background:url('../images/Navigation/textboxhc.png') no-repeat left bottom;
}

#HCLookUp .loginbox {
    width: 165px;
}

.loginboxdiv
{
 margin:5px 0px 5px 0px;
 height:26px;
 width:300px;
 background:url('../images/Navigation/textbox.png') no-repeat left bottom;
}

.loginbox
{
     background:none;
     border:none;
     width:135px;
     height:15px;
     margin:0;
     padding: 5px 7px 0px 7px;
    vertical-align: top;
}

.loginbox-normalText {    
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:14px;
}

.loginbox-hintText, .loginbox-hintTextPassword {
    color: #c0c0c0;
    text-transform: uppercase;
    font-family: "Gill Sans", Tahoma, Arial;
    font-size:12px;
}

#matespromo .link {
    color: #6daa49;
    
}

#matespromo a, #matespromo span {
    color: #ef8720;
}
