﻿.btn.dk.blue {	
	text-decoration: none;
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, #19488f), color-stop(0.62, #3167b9));	
	background: -moz-linear-gradient(center bottom, #19488f 23%, #3167b9 62%);
	background-color: #3167b9; /* backup for non-webkit browsers */
	border: 1px solid #19488f;
}
	a:hover.btn.dk.blue	{	
		background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, #123b79), color-stop(0.62, #2458a7));	
		background: -moz-linear-gradient(center bottom, #123b79 23%, #2458a7 62%);
		background-color: #19488f; /* backup for non-webkit browsers */
		border: 1px solid #19488f;
	}
	a:focus.btn.dk.blue, a:active.btn.dk.blue	{	
		background: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.23, #2458a7), color-stop(0.62, #123b79));
		background: -moz-linear-gradient(center bottom, #2458a7 23%, #123b79 62%);	
		background-color: #2458a7; /* backup for non-webkit browsers */
		border: 1px solid #19488f;
	}
	
.p10	{	padding: 3px 16px 2px;	margin: 0 12px;}
.f10	{	font-size: 11px;	}
.rc10	{	-moz-border-radius: 10px;	-webkit-border-radius: 10px;	border-radius: 10px; }
.dk	{	color: #ffffff;	text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.7); /* adds a bit of depth */	}
	a:hover.dk	{	color: #ffffff;	text-shadow: 0px -1px 0px rgba(33, 33, 33, 0.7); /* adds a bit of depth */	}

