/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


/* RAD Menu CSS Blue Background*/
.BlueMenuGroup
{
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
cursor: pointer;
cursor: hand;
width: 150px;
background-image: url(/dk/images/site/nav/BlueLeftBack.gif);
background-repeat: no-repeat;
margin: 0px;
line-height: 12px;
text-indent: 2px;
border: 0px 0px 0px 0px;
}

.BlueMenuItem
{
font-size: 11px;
font-family: Arial, Verdana;
font-weight: bold;
text-align:left;
line-height: 12px;
text-indent: 2px;
color: #ffffff;
cursor: pointer;
cursor: hand;
padding: 6px 0px 6px 0px;
border: 0px 0px 0px 0px;
background-image: url(/dk/images/site/nav/BlueLeftBack.gif);
background-repeat:no-repeat;
}

.BlueMenuItemOver
{
font-size: 11px;
font-family: Arial, Verdana;
font-weight: bold;
text-align: left;
line-height: 12px;
text-indent: 2px;
color: #ffffff;
cursor: pointer;
cursor: hand;
padding: 6px 0px 6px 0px;
border-right: 0px 0px 0px 0px;
background-image: url(/dk/images/site/nav/BlueTopBack.gif);
background-repeat:no-repeat
}

.BlueMenuItemToolTip
{
background-color: #fffacd;
border-style:solid;
border-width:1px;
border-color: black;
font-family: Arial;
padding: 3px;
font-size:8pt;
text-align: left;
}
.BlueMenuItemClicked
{
font-size: 11px;
font-family: Arial, Verdana;
font-weight: bold;
text-align: left;
line-height: 12px;
text-indent: 2px;
color: #ffffff;
cursor: pointer;
cursor: hand;
padding: 6px 0px 6px 0px;
background-image: url(/dk/images/site/nav/BlueTopBack.gif);
} 

/* RAD MENU */

.WhiteMenuGroup
{
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
cursor: pointer;
cursor: hand;
width: 150px;
background-image: url(/dk/images/site/nav/WhiteLeftBack.gif);
background-repeat: no-repeat;
margin: 0px;
line-height: 12px;
text-indent: 2px;
border: 0px 0px 0px 0px;
}

.WhiteMenuItem
{
font-size: 11px;
font-family: Arial, Verdana;
font-weight: bold;
text-align:left;
line-height: 12px;
text-indent: 2px;
color: #2188B6;
cursor: pointer;
cursor: hand;
padding: 6px 0px 6px 0px;
border: 0px 0px 0px 0px;
background-image: url(/dk/images/site/nav/WhiteLeftBack.gif);
background-repeat:no-repeat;

}

.WhiteMenuItemOver
{
font-size: 11px;
font-family: Arial, Verdana;
font-weight: bold;
text-align: left;
line-height: 12px;
text-indent: 2px;
color: #ffffff;
cursor: pointer;
cursor: hand;
padding: 6px 0px 6px 0px;
border-right: 0px 0px 0px 0px;
background-image: url(/dk/images/site/nav/WhiteTopBack.gif);
background-repeat:no-repeat
}

.WhiteMenuItemToolTip
{
background-color: #fffacd;
border-style:solid;
border-width:1px;
border-color: black;
font-family: Arial;
padding: 3px;
font-size:8pt;
text-align: left;
}
.WhiteMenuItemClicked
{
font-size: 11px;
font-family: Arial, Verdana;
font-weight: bold;
text-align: left;
line-height: 12px;
text-indent: 2px;
color: #ffffff;
cursor: pointer;
cursor: hand;
padding: 6px 0px 6px 0px;
background-image: url(/dk/images/site/nav/WhiteTopBack.gif);
background-repeat:no-repeat
} 

/* END RAD MENU */

/*
menu text is #2188B6
menu text hover is #98CCCC
bg image color on rollover = #2188B6
child bg color = #B1C0D4
child text color is = #2188B6
child text rollover color is = #98CCCC
*/

/**** NSURVEY ******************/

.AnswerStyle 
{
	font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #003399;
}
.AnswerStyle TD
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #003399;
}
.AnswerStyle SELECT
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #003399;
}
.QuestionStyle 
{
    width: 200px;
     text-align: right;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #003399;
}
.QuestionStyle TD
{
    font-family: Verdana;
    font-size: 11px;
    color: black
}

/**** END NSURVEY ******************/

.footerwhitetext
{
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
}
.footerbluetext
{
	font-size: 11px;
	color: #003399;
	font-family: Verdana, Arial, Sans-Serif;
}
.bluebackground
{
	background-color: #003399;
}
.whitebackground
{
	background-color: #ffffff;
}

.bluefooter
{
    FONT-SIZE: 8pt;
    COLOR: ffffff;
    FONT-FAMILY: Aerial, verdana;
	font-style: normal;	
	TEXT-DECORATION: none;
}
A.bluefooter,A.bluefooter:Link,A.bluefooter:Active,A.bluefooter:Visited
{
    FONT-SIZE: 8pt;
    COLOR: ffffff;
    FONT-FAMILY: Aerial, verdana;
	font-style: normal;
	TEXT-DECORATION: none;	
}
A.bluefooter:hover
{
    FONT-SIZE: 8pt;
    COLOR: #00c0ff;
    FONT-FAMILY: Aerial, verdana;
	font-style: normal;
	TEXT-DECORATION: underline;
}
.whitefooter
{
    FONT-SIZE: 8pt;
    COLOR: 000000;
    FONT-FAMILY: Aerial, verdana;
	font-style: normal;	
	TEXT-DECORATION: none;
}
A.whitefooter,A.whitefooter:Link,A.whitefooter:Active,A.whitefooter:Visited
{
    FONT-SIZE: 8pt;
    COLOR: 000000;
    LINE-HEIGHT: 12pt;
    FONT-FAMILY: Aerial, verdana;
	font-style: normal;	
	TEXT-DECORATION: none;
}
A.whitefooter:hover
{
    FONT-SIZE: 8pt;
    COLOR: maroon;
    FONT-FAMILY: Aerial, verdana;
	font-style: normal;
	TEXT-DECORATION: underline;	
}

/***BREADCRUMB***/

.whiteBreadCrumb
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #006666;
	padding-top: 0px;
	font-style: normal;
	font-family: Aerial, verdana;
	TEXT-DECORATION: none;
}

A.whiteBreadCrumb, A.whiteBreadCrumb:Link, A.whiteBreadCrumb:Active, A.whiteBreadCrumb:Visited
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #006666;
	padding-top: 0px;
	font-style: normal;
	font-family: Aerial, verdana;
	TEXT-DECORATION: none;
}

A.whiteBreadCrumb:hover
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #006666;
	padding-top: 0px;
	font-style: normal;
	font-family: Aerial, verdana;
	TEXT-DECORATION: underline;
}

.blueBreadCrumb
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #ffffff;
	padding-top: 0px;
	font-style: normal;
	font-family: Aerial, verdana;
	TEXT-DECORATION: none;
}
A.blueBreadCrumb, A.blueBreadCrumb:Link, A.blueBreadCrumb:Active, A.blueBreadCrumb:Visited
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #ffffff;
	padding-top: 0px;
	font-style: normal;
	font-family: Aerial, verdana;
	TEXT-DECORATION: none;
}
A.blueBreadCrumb:hover
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: #00c0ff;
	padding-top: 0px;
	font-style: normal;
	font-family: Aerial, verdana;
	text-decoration: underline;
}