/* ********************************
   HTML
   ******************************** */
html
{
	padding: 0px;
	margin: 0px;
}

html, p, td, th, a, span, div, input, select, label
{
	font-family: Verdana!important;
	font-size: 8pt!important;
	line-height: 12pt;
	color: Black;
}

td, th
{
	vertical-align: top;
}

a, a:link, a:visited, a:focus, a:hover, a:active
{
	color: #0a489d!important;
	text-decoration: underline!important;
	cursor: pointer!important;
}

p
{
	margin: 0px 0px 10px 0px;
}

hr
{
	border-top: solid 1px #c1cdda;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
li
{
	list-style-image: url(ListImage.png.ashx);
}

/* ********************************
   DNN
   ******************************** */
.ControlPanel td
{
	vertical-align: middle;
}

.SubHead
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	vertical-align: middle;
}

.SubHead a, .SubHead a:link, .SubHead a:visited, .SubHead a:focus, .SubHead a:hover, .SubHead a:active
{
	text-decoration: none!important;
	font-family: Arial, Helvetica!important;
	font-size: 14px!important;
	line-height: 16px;
	color: #0a489d!important;
	vertical-align: top;
}

.Normal, .NormalTextBox
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	vertical-align: middle;
}

.NormalBold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}

.CreateFrom
{
	font-family: Verdana;
	font-size: 7pt!important;
	color: Black;
}

.Footer, .Footer a, .Footer a:link, .Footer a:visited, .Footer a:focus, .Footer a:hover, .Footer a:active
{
	font-weight: normal;
	font-size: 8pt!important;
	font-family: Arial, Helvetica!important;
	padding-bottom: 15px;
}

/* ********************************
   Quiz module
   ******************************** */
p.Quiz_Correct
{
	font-family: Arial, Helvetica!important;
	text-transform: uppercase;
	color: #69ae45;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 8pt!important;
	margin-top: 30px;
}

p.Quiz_Wrong
{
	font-family: Arial, Helvetica!important;
	text-transform: uppercase;
	color: #dd0000;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 8pt!important;
	margin-top: 30px;
}   


/* ********************************
   Custom styles
   ******************************** */
span.TitleTop
{
	font-family: Arial, Helvetica!important;
	font-size: 24px!important;
	line-height: 24px;
	color: #0a489d;
	margin: 0px;
	padding: 0px;
}

p.TitleTop
{
	font-family: Arial, Helvetica!important;
	font-size: 24px!important;
	line-height: 24px;
	color: #0a489d;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

p.Title
{
	font-family: Arial, Helvetica!important;
	font-size: 24px!important;
	line-height: 24px;
	color: #0a489d;
	margin: 30px 0px 12px 0px;
	padding: 0px;
}

p.Head, p.Head a, p.Head a:link, p.Head a:visited, p.Head a:focus, p.Head a:hover, p.Head a:active
{
	font-family: Arial, Helvetica!important;
	font-size: 14px!important;
	line-height: 16px;
	color: #0a489d;
	vertical-align: middle;
	margin: 30px 0px 10px 0px;
	text-decoration: none!important;
	cursor: default!important;
}

span.InfoTitleTop
{
	font-family: Arial, Helvetica!important;
	text-transform: uppercase;
	color: #69ae45;
	font-weight: bold;
	font-size: 8pt!important;
	margin: 0px;
	padding: 0px;
}

p.InfoTitle, p.InfoTitleTop
{
	font-family: Arial, Helvetica!important;
	text-transform: uppercase;
	color: #69ae45;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 8pt!important;
}

p.InfoTitle
{
	margin-top: 30px;
}

p.Info, p.Info a, p.Info a:link, p.Info a:visited, p.Info a:focus, p.Info a:hover, p.Info a:active
{
	font-family: Arial, Helvetica!important;
}

p.Abstract
{
	font-weight: bold;
	color: #333333;
}

span.Highlighted
{
	font-style: italic;
}

p.FloatLeft
{
	padding: 0px 10px 0px 0px;
	float: left;
}

p.FloatLeftImage
{
	padding: 0px 10px 0px 0px;
	float: left;
	padding-bottom: 4px;
}

p.FloatRight
{
	padding: 0px 0px 0px 10px;
	float: right;
}

p.FloatRightImage
{
	padding: 0px 0px 0px 10px;
	float: right;
	padding-bottom: 4px;
}

p.DecoratorRight
{
	float: right;
	width: 230px;
	top: 0px;
	left: 25px;
	position: relative;
	margin-right: -230px;
}

p.DecoratorRight, p.DecoratorRight a, p.DecoratorRight a:link, p.DecoratorRight a:visited, p.DecoratorRight a:focus, p.DecoratorRight a:hover, p.DecoratorRight a:active
{
	font-family: Arial, Helvetica!important;
}

p.Code
{
	font-family: Courier New!important;
	border: solid 1px #c1cdda!important;
	background-color: #f8fafd;
	padding: 10px;
}

span.InlineCode
{
	font-family: Courier New!important;
}



