/******************************************************
* FixedStyles.css                                     *
*-----------------------------------------------------*
* Copyright (C) 2006-2009 Prosirius Technologies, LLC *
* Abstract: CSS Reset, default styles used for        *
*           web editor, patches for CSS and popup     *
*           controls                                  *
* Last Update: 04-27-09                               *
******************************************************/

/* ============================== 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 ============================= */
div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto; 
	text-align: left;
}

/* ============================== OVERFLOW ========================== */
.fixoverflow {
	padding: 1px 0px 1px 0px;
	width: 548px;
	overflow: hidden;
}
/* ============================== 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;
}

/* ============================== 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;
}
/* icon formatting */
.cpicon {
	border: 0px none;
}
/* label / link formatting */
.cplink {
	font-weight: normal;
	text-decoration: none;
}

/* ========================= FORMATTING FOR 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;
}