
a:link, a:visited, a:active { color: #378DE5;}
a:hover { color: #BBDAF7;}

.topNav a.current{
  border-bottom: 5px #79BBFF solid;
} 

/*
#highstreetSearch button, #teamstreetSearch button{
  background-color: #9FC748; 
  -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
  }

#highstreetSearch button:hover, #teamstreetSearch button:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}
*/
.drop_menu h3{
  color: #BBDAF7;
}

.drop_menu .drop_menu_content .atoz_selectors a.current{
  border-color: #79BBFF;
}

#navMyclub .drop_menu_content a, #navMore .drop_menu_content a, #navActivity .drop_menu_content a{
  color: #79BBFF;
}

#navMyclub .drop_menu_content a:hover, #navMore .drop_menu_content a:hover, #navActivity .drop_menu_content a:hover {
  border-bottom: 5px #79BBFF solid;
  color: #BBDAF7;
}


.drop_menu .drop_cat li a{
  color: #BBDAF7;
}

.drop_menu .drop_cat li a:hover{
  color: #378DE5;
}

.atoz_selectors a.current{
  border-bottom: 5px #BBDAF7 solid;
}      

.atoz_selectors a:hover{
  color: #79BBFF;
} 

.mainNavButton:hover {
  border-bottom: 5px #79BBFF solid;
}
.mainNavButton.active {
  border-bottom: 5px #79BBFF solid;
}
.mainNavButton.active:hover{
  border-bottom: 5px #79BBFF solid;
}

.mainNavButton.open {
  color:#378DE5;
}

a.mainNavButton.dropDown .title{
  border-left: 1px solid #BBDAF7;
  border-right: 1px solid #BBDAF7;
}

/*
a.mainNavButton.fav .title{
  background-image: url(../image/fav_button_bg.png);
}
*/

.sub_nav a{
  color: #378DE5;
}

.sub_nav a:hover{
  color: #BBDAF7;
}

.settings_form fieldset legend,
.reg_form fieldset legend,
.standard_form fieldset legend{
  color: #378DE5;
  border-bottom: 1px solid #378DE5;
}


.standard_button,
.standard_form .cancel_button
 {
  -moz-box-shadow:inset 0px 1px 0px 0px #BBDAF7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #BBDAF7;
	box-shadow:inset 0px 1px 0px 0px #BBDAF7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79BBFF), color-stop(1, #378DE5) );
	background:-moz-linear-gradient( center top, #79BBFF 5%, #378DE5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79BBFF', endColorstr='#378DE5');
	background-color:#79BBFF;
  color: #FFFFFF !important;
}      

.standard_button:hover,
.standard_form .cancel_button:hover
 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378DE5), color-stop(1, #79BBFF) );
	background:-moz-linear-gradient( center top, #378DE5 5%, #79BBFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378DE5', endColorstr='#79BBFF');
	background-color:#378DE5;
}

#settingsWrapper h2{
  border-bottom: 1px solid #378DE5;
}

.accountTabs li a:link, .accountTabs li a:visited {
  color: #378DE5;
}
.accountTabs li a:hover{
  color: #BBDAF7;
}

.accountTabs li.active {
  color: #378DE5;
  border-left: 5px solid #378DE5;  
}

.settings_form{
  border: 1px #378DE5 solid; 
}

.settings_form h2{
  border-bottom: 1px solid  #378DE5;
}

#settingsMediaForm h3,
#notification_settings h3
{
  color:  #378DE5;
  border-bottom: 1px solid  #378DE5;
}

#fobs_box{
  margin: 8px;
  border: 1px solid #378DE5;
  padding: 7px;
}


#fobs_box h5{
  border-bottom: 1px solid #378DE5;
}
        