/* Copyright (c) 2005, Dubbele:punt Design. */

/* stylesheet for www.abcmediaduplicatie.nl */


	a:			{text-decoration: underline; color: white;}
	a:link		{text-decoration: underline; color: white;}
	a:active	{text-decoration: underline; color: white;}
	a:visited	{text-decoration: underline; color: white;}
	a:hover		{text-decoration: underline; color: white;}
	
	a.menu:			{text-decoration: none; color: black;}
	a.menu:link		{text-decoration: none; color: black;}
	a.menu:active	{text-decoration: none; color: black;}
	a.menu:visited	{text-decoration: none; color: black;}
	a.menu:hover	{text-decoration: underline; color: black;}
	
	a.shopmenu:			{text-decoration: none; color: #1C73A0;}
	a.shopmenu:link		{text-decoration: none; color: #1C73A0;}
	a.shopmenu:active	{text-decoration: none; color: #1C73A0;}
	a.shopmenu:visited	{text-decoration: none; color: #1C73A0;}
	a.shopmenu:hover	{text-decoration: underline; color: #1C73A0;}
	
BODY {
	background-color: #1C73A0;
	color: white;
	font-family: arial;
	font-size: 8pt;
	margin: 0;
	scrollbar-arrow-color: #357C98;
  	scrollbar-track-color: #357C98;
 	scrollbar-shadow-color: #357C98;
 	scrollbar-face-color: #74BED7;
 	scrollbar-highlight-color: #DCEFF5;
  	scrollbar-darkshadow-color: #357C98;
	scrollbar-3dlight-color: #74BED7;
}

TD	{
	background-color: #FFFFFF;
	color: #000000;
	font-family:  arial;
	font-size: 10pt;
	vertical-align: top;
}

.columnhead {
	color: black;
	background-color: #A0BEE2;
	font-weight: bold;
}

.blue-light {
	background-color: #D1E6F9;
	color: black;
}

.blue-medium {
	background-color: #A0BEE2;
	color: black;
}

.blue-dark {
	background-color: #1C73A0;
	color: white;
}

.menu {
	color: black;
	background-color: white;
}

IMG {
	border-color: #A0BEE2;
}

INPUT	{
	font-family: arial;
	font-size: 12px;
	color: black;
	border-style: none;
	border-color:#357C98;
	background-color: #D1E6F9;
	border-width: 0px;
}

.radio	{
	background-color: #1C73A0;
}

.checkbox	{
	background-color: #1C73A0;
}

.button	{
	background-color: #1C73A0;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	color: white;
}

SELECT {
	background-color: #FFFFFF;
	border-color: #357C98;
	color: #000000;
	font-family: arial;
	font-size: 8pt;
}

TEXTAREA {
	background-color: #D1E6F9;
	border-color: #357C98;
	color: #000000;
	font-family: arial;
	font-size: 8pt;
}

/* hide print styles */

#print_route {
	display:						none;
}

/* Copyright (c) 2005, Dubbele:punt Design. */
