﻿.darkblue
{
	color: #04456b;
}

.mediumblue
{
	color: #8890b2;
}

.black
{
	color: #000000;
}

.white
{
	color: #ffffff;
}

.black50
{
	color: #949698;
}

.black25
{
	color: #c6c8ca;
}

.gray
{
	color: Gray;
}

.clear
{
	clear: both;
}

.none
{
	display: none;
}

.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}

.highlight
{
	background-color: #ffffff;
}

.watermark
{
	color: Gray;
}

.required
{
	color: Red;
	font-weight: bold;
}

.description
{
	font-weight: bold;
	color: #363636;
	font-size: larger;
}

.info
{
	color: #9F2D20;
}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 0;
}

.modalPopup p
{
	margin: 15px 0 15px 0;
	line-height: 16px;
}

.modalTitle
{
	background-color: #04456b;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}

.modalContent
{
	padding: 10px;
}

.checklist
{
	border: solid 1px Silver;
	padding: 10px;
	background-color: #f6f6f6;
}

.checklist input
{
	vertical-align: middle;
}

.checklist label:hover, .checklist label.hover
{
	color: #10568A;
}

.boxed
{
	border: solid 1px Silver;
	padding: 10px;
	background-color: #ffffff;
}

.separator
{
	color: Gray;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.label
{
	font-size: 12px;
}

#content a.label.disabled
{
	color: Silver;
	text-decoration: none;
}

#content .breadcrumbs
{
	font-size: 12px;
}

#content .heading
{
	font-family: 'Sansita One', Arial, Helvetica, sans-serif, cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.4;
}

#content a.author
{
	color: Gray;
	border-bottom: 1px dotted Silver;
	text-decoration: none;
}

#content a.author:hover
{
	color: Black;
}

div.btns
{
	zoom: 1;
	white-space: nowrap;
}
 
div.btns:after
{
	display: block;
	clear: both;
	content: '';
}
 
div.btns a.btn
{
	float: left;
	background: buttonface url(../Images/Buttons/Button2.gif) no-repeat;
	cursor: pointer;
	font-size: 0;
	text-align: center;
	display: block;
	_width: 140px;
	min-width: 140px;
	text-decoration: none;
	margin: 3px 2px;
}
 
div.btns a.btn:hover span
{
	color: #3c434d;
}
 
div.btns a.btn span
{
	padding: 3px 8px 4px 8px;
	text-align: center;
	position: relative;
	left: 1px;
	top: 1px;
	display: block;
	text-decoration: none;
	background: url(../Images/Buttons/Button.gif) right bottom no-repeat;
	font: small/1 Verdana;
	color: Black;
}

.button 
{
	background-color: #13568d;
	border: 1px solid #C0C0C0;
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	height: 22px;
	text-decoration: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.button:hover 
{
	background-color: #13568d;
	color: #C0C0C0;
	cursor: pointer;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
	border: 0;
	padding: 0;
}