﻿/* These are common styles used throughout the DG site */
div.float_left { float:left; }
div.float_right { float:right; }
div.half_width { width:49%;}
div.major_width { width:69%;}

/* Used when we need a generic container to offset content with */
div.DG_Container{ padding:10px; font-size:11px; font-family:Verdana;}
div.DG_Container h4{ color:#018b95; background-color:#eee;padding:5px; font-size:12pt; font-weight:bold;}

/* When using <a> tags apply the 'DG_ActionLink' to achieve a button effect */
.DG_ActionLink
{
	font-size:8pt;
	border:1px #84a2d6 solid;
	color:black;
	background-color:white;
	text-decoration:none;
	padding:2px;
}
.DG_ActionLink:hover
{
	color:Blue;
	background-color:#D9E3E4;
}


/********************************
/ Pager styles
********************************/

/* Whenever we have a pager apply the 'DG_Pager' class */
.DG_Pager
{
	font-family:Arial;
	text-decoration:none;
	font-size:11pt;
	background-color:#D9E3E4;
	text-align:center;
}
.DG_Pager a { color:#0c3b81; }

/* Space the page list out a bit */
.DG_Pager span, .DG_Pager a { padding-right:4px; }

/* .NET applies a span around the current page but not around the links. 
   Differentiate the selected page and the other pages */
.DG_Pager span { font-style:italic; }
.DG_Pager a { font-size:13pt; }

