/**
This file is part of GoogleMap PRO.

GoogleMap PRO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GoogleMap PRO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GoogleMap PRO.  If not, see <http://www.gnu.org/licenses/>.
 **/
/**********************************  TABS **********************************/

#googlecontainer ul#tabs {
	background: url(../../images/maincolor/blue/bg_tabs.gif) repeat-x 0 31px !important;
}
	
	#googlecontainer ul#tabs li.resetmap a{
		color: #FFF !important;
	}	
	
	#googlecontainer ul#tabs a {
		background: url(../../images/maincolor/blue/bg_tab_inactive.gif) no-repeat !important;
		color: #333333 !important;
	}

	
	#googlecontainer ul#tabs a.active,#googlecontainer ul#tabs a:hover  {
		background: url(../../images/maincolor/blue/bg_tab_active.gif) no-repeat !important;
		color: #FFF !important;
	}

/********************************** TABS LEVEL 2 **********************************/

#googlecontainer ul#tabs ul {
	background: #05386d !important;

}

#googlecontainer ul#tabs li li a{
	background: 0 !important;
	color: #FFF !important;
}

#googlecontainer ul#tabs li li a:hover,
#googlecontainer ul#tabs li.active li a:hover {
	color: #FFF !important;
	background: #37608a !important;
}

/********************************** OPTIONS **********************************/

#googlecontainer ul#options {
    background: #043261 !important;
}

#googlecontainer ul#options li a {
	color: #FFF !important;
}

#googlecontainer .findOnMap li a {
	color: #05386d !important;
}

/**********************************  COMMENTS **********************************/

#googlecontainer#comments .comment .counter{
	background: #05386d !important;
	color: #FFF !important;
	border-bottom: 1px solid #FFF !important;
	border-left: 1px solid #FFF !important;
}

#googlecontainer #comments .comment .date span{
	color: #05386d !important;
}


/**********************************  SEARCHRESULTS **********************************/
#googlecontainer #searchResults li a.show{
	color: #FFF !important;
	background: #05386d !important;
}

/**********************************  PREFERENCES **********************************/
#forms .toogle{
	color: #FFF !important;
	background: #05386d !important;
}