/******************************************************
* FixedStyles.css                                     *
*-----------------------------------------------------*
* Copyright (C) 2006-2010 Prosirius Technologies, LLC *
* Abstract: CSS Reset, default styles used for        *
*           web editor and patches for CSS            *
* Last Update: 06-26-10                               *
******************************************************/

/* ===== CSS RESET ======================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
/* table, caption, tbody, tfoot, thead, tr, th, td */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
p {
	margin: 10px 0px 10px 0px;
}
ol, ul {
	margin: 10px 0px 10px 25px;
}
li {
	margin-bottom: 3px;
}
hr {
	border: 1px;
	height: 1px;
	background-color: #000000;
}
blockquote {
	margin: 10px 20px;
}

/* ===== PATCH FOR IE =================================================== */

.centered {
	text-align: center;
}
.centered table {
	margin: 0 auto; 
	text-align: left;
}

/* ===== GENERIC STYLING ================================================= */

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tcws {
	text-align: center;
	white-space: nowrap;
}
.trt {
	text-align: right;
}
.trtws {
	text-align: right;
	white-space: nowrap;
}
.wsno {
	white-space: nowrap;
}
.lh1 {
	line-height: 1em;
}
.lh13 {
	line-height: 1.3em;
}
.fs120 {
	font-size: 120%;
}
.fs130 {
	font-size: 130%;
}
.fs150 {
	font-size: 150%;
}
.fs200 {
	font-size: 200%;
}
.fwbold {
	font-weight: bold;
}
.fwnormal {
	font-weight: normal;
}

/* ===== PAGE FOOTER ICONS =============================================== */

.ico {
	padding:0px 5px;
}

/* ===== MAIL CMT-CATCH ================================================== */

.mailfmt {
	display: none;
}

/* ===== CONTROL PANELS ================================================== */

/* group heading text */
.cpgroup { 
	padding-left: 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	text-decoration: none;
	vertical-align: middle;
}
/* space around icon and label */
.cpspace {
	height: 70px;
	vertical-align: top;
	text-align: center;
}
.cpspace img {
	padding-bottom: 3px;
}
/* icon formatting */
.cpicon {
	border: 0px none;
}
/* label / link formatting */
.cplink {
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
}

/* ===== RSS FEED READER ================================================= */

/* UL used by RSS Feed Reader */
.rssfeed {
}
.rssfeed li {
	line-height: 1.2em;
	padding-bottom: 5px;
}
.rssfeed li a {
}

/* ===== GENERIC STYLING ================================================= */

/* Page Banners for Shopping, Registration, Services, etc */
.pagebanner {
	width: 530px;
	height: 150px;
	border: none;
}
#contentfooter {
	margin: 30px 0px;
}
#footermenu {
	width: 480px;
	text-align: center;
	margin: 20px auto;
}

/* ===== DATE, TIME AND COLOR PICKERS ==================================== */

.dpDiv {
}
.dpTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
	background-color: #c2dfff;
	border: 2px solid #006699;
}
.dpnavtextbodytiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.dpTR {
}
.dpTitleTR {
}
.dpDayTR {
}
.dpTD {
	cursor: pointer;
}
.dpDayHighlightTD {
	background-color: #c5c5c7;
	border: 1px solid #0076A3;
	cursor: pointer;
}
.dpTitleTD {
}
.dpButtonTD {
}
.dpDayTD {
	background-color: #999999;
	border: 1px solid #0076A3;
	color: #ffffff;
}
.dpTitleText {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.dpDayHighlight {
	background-color: #87fdce;
	color: #4060ff;
	font-weight: bold;
}
.dpButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-right: #4093BA 1px outset;
	border-top: #4093BA 1px outset;
	border-left: #4093BA 1px outset;
	border-bottom: #4093BA 1px outset;
	background-color: #98afc7;
	color: #003366;
	padding: 0px;
}