/* Author:		Rinse Stellingwerf */
/* Description:	CSS for Spinning and Baitcasting subsite*/

@media screen 
{	
	/* Overrides (for styles.css) */
	
	html
	{		
		scrollbar-base-color:	#72887B				!important;		
	}
	
	body
	{
		color:					#2F2F2F				!important;
		background-color:		#72887B				!important;
	}
	
	a
	{
		color:					#396647				!important;
	}
	
	a:hover
	{
		color:					#FFFFFF				!important;		
	}
	
	textarea
	{		
		border:					solid 1px #396647	!important;	
	}
	
	/* Containers */
	
	#containerMenu
	{
		background-color:		#396647				!important;
	}
	
	#containerTitle
	{
		color:					#396647				!important;
	}
	
	#containerText
	{
		border-left:			solid 1px #396647	!important;
		border-right:			solid 1px #396647	!important;
		border-bottom:			solid 1px #396647	!important;
	}
	
	#containerToTop
	{
		background-color:		#396647				!important;
	}
	
	#containerToTop a
	{
		color:					#FFFFFF				!important;
	}
	
	#containerToTop a:hover
	{
		color:					#BEBAB2				!important;
	}
	
	/* Classes */
	
	.title
	{
		color:					#396647				!important;
	}
	
	.menuItem
	{
		padding:				3px 29px 3px 29px	!important;
	}
	
	.menuItemSelected
	{
		padding:				3px 29px 3px 29px	!important;
		
		background-color:		#758A7B				!important;
	}
	
	.menuItemLast
	{
		padding:				3px 30px 3px 29px	!important;
	}
	
	.menuItemLastSelected
	{
		padding:				3px 30px 3px 29px	!important;
		
		background-color:		#758A7B				!important;
	}
	
	.inputTypeText
	{
		border:					solid 1px #396647	!important;
	}
	
	.inputTypeButton
	{
		background-color:		#396647				!important;
	}
}

/* Print styles */

@media print
{
}

/* Handheld styles */

@media handheld 
{
}