html, 
body { 
	margin: 0 0 0 0;
	color: #000;
	background:#fff;
	font: 12px 'Lucida Grande', LucidaGrande, Verdana, Lucida, Helvetica, Arial, sans-serif;
}

p, 
td, 
th {
	font: 100% 'Lucida Grande', LucidaGrande, Verdana, Lucida, Helvetica, Arial, sans-serif;
}

h1, 
h2, 
h3 {
	font-weight: bold;
	color: #631231;
}

h2 {
	color: #FF8000;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #544D62;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h4 { font-size: 100%; }

h4.crumb { 
	font-weight: normal; 
}

hr {
	border: 0;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #544D62;
}

a:link, 
a:visited {
	padding: 2px;
	color: #45567A;
	text-decoration: none;
}

a:hover {
	padding: 2px;
	color: #03c;
	text-decoration: underline;
}

a.breadCrumb {
	padding: 2px;
	color: #000;
	text-decoration: none;
	font-weight: bold; 
}

a.breadCrumb:hover {
	padding: 2px;
	color: #45567A;
	text-decoration: underline;
	background-color: transparent;
}

/* Important href attributes */
.important:link, .important:visited {
	color: #D71116;
}
.important:hover {
	color: #fff;
	background-color: #D71116;
	text-decoration: none;
}

td {
	background-color: #F9F9F9;
	text-align: left;
	padding-left: 10px;
}

#content {
	width: 90%;
	position: relative;
	font-size: 11px;
	line-height: 16px;
	top: 20px;
	padding-left: 20px;
	clear: both;
	background-color: #eee;
}

img {
	display: block;
	border:0;
}

ul, li {
	padding: 3px;
	list-style-type: none;
}

.cmsblueWrapper {
	padding: 5px;
	margin-top: 5px;
	width: 100%;
}

.cmsblueHeading {
	color: #842B38;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #E4CFD8;
	background: #F5EBEB;
	padding: 5px;
	padding-left: 8px;
	margin: 0px;
	margin-top: 1px;
	width: 500px;
}

.cmsblueRowOne, 
.cmsblueRowTwo, 
.cmsblueError {
	border: 1px solid #F0E6E9;
	border-top: none;
	padding: 5px;
	width: 503px;
	margin: 0px;
}

.cmsblueError {
	background-color: #F1E4E4;
	border-color: #C9ADAD;
}

.cmsblueRowOne { background: #F9F4F7; }

.cmsblueRowTwo { background: #fff; }

.cmsblueFormLabel {
	width: 100px;
	padding-top: 3px;
}

.status-message {
	background-color: #EAEAEA;
	border: 1px solid #BBBBBB;
	padding: 5px;
}

ul#nav{
	position: relative;
	height: 36px;
	margin: 0;
	padding: 0;
}

ul#nav li{
	height: 36px;
	float: left;
	margin-right: 3px;
}

ul#nav a:link, 
ul#nav a:visited {
	padding: 2px;
	color: #03c;
}

ul#nav a:hover {
	padding: 2px;
	color: #7A4558;
	text-decoration: none;
	background-color: #E4CFD7;
}

ul#nav a.active {
	padding: 2px;
	color: #7C4354;
	text-decoration: none;
	background-color: #E4CFD7;
	border-bottom: 2px solid #C08D9F;
}

input, 
select, 
textarea, 
optgroup {
	font: 100% 'Lucida Grande', LucidaGrande, Verdana, Lucida, Helvetica, Arial, sans-serif;
	padding-left: 2px;
}

label {
	width: 75px;
	float: left;
}

input, textarea {
	margin: 0px;
	padding-right: 3px;
}

input.text {
	width: 13em;
}



/* the div that holds the date picker calendar */
div.dpDiv { font-size: 0.2em; }

/* the table (within the div) that holds the date picker calendar */
.dpTable { font-size: 100%; text-align: center; color: #505050; background-color: #ccc; border: 1px solid #333; }

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR { }

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR { }

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR { }

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR { }

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD { border: 1px solid #ece9d8; }

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD { background-color: #ccc; border: 1px solid #aaa; }

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover { background-color: #456698; border: 1px solid #333; cursor: pointer; color: #fff; }

/* the table cell that holds the name of the month and the year */
.dpTitleTD { }

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD { }

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD { padding: 2px; background-color: transparent; }

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD { background-color: #ccc; border: 1px solid #aaa; color: #000; text-align: left; }

/* additional style information for the text that indicates the month and year */
.dpTitleText { font-size: 100%; color: gray; font-weight: bold; }

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight { color: #456698; font-weight: bold; }

/* the forward/backward buttons at the top */ 
/* the "This Month" and "Close" buttons at the bottom */
.dpButton, .dpTodayButton { border: 0px solid #333; font-size: 100%; color: #999; background: #f9f9f9; font-weight: bold; }
.dpButton { padding: 0px; }



/* Error CSS */
#reqerrorwrapper {
	padding-bottom: 15px;
}

#inputerror {
	color: #ffffff;
	border: 1px solid #9d0000;
	background-color: #fbc8c8;
}
#reqerror
	{
	padding: 3px;
	border: 1px solid #9d0000;
	background-color: #fbc8c8;
	}
.required { 
	font: 9px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #ff0000; 
}

/* Table Format */
.datatable { border: 1px solid #D6DDE6; width: 100%; position: relative; }
.datatable td { border: 1px solid #D6DDE6; padding: 4px; }
.datatable th { border: 1px solid #828282; background-color: #BCBCBC; font-weight: bold; text-align: left; padding-left: 4px; }
.datatable caption { font: bold 0.9em Arial, Helvetica, sans-serif; color: #555657; text-align: left; padding-top: 3px; padding-bottom: 8px; }
altrow { background-color: #ECF2F2; color: #000000; }
altrow2 { background-color: #EEEEEE; color: #000000; }

.exportCSV img {
	display: inline;
	padding-top: 5px;
	margin-bottom: -2px;
}

a.exportCSV:hover {
	text-decoration: none;
	background-color: #eee;
	border-bottom: 2px solid #ccc;
}

/* Search form */
#lblSearch {
	width: 100px;
}

#search {
	color: #BDBDA2;
	font-size: 12px;
	font-family:Tahoma, Georgia, Arial, Verdana, Serif;
	text-transform:none;
	float:right;
	margin:-37px 0 0 0;
}

#searchsubmit {
	height:18px;
	border:#fff 1px solid;
	font-size:0.9em;
	width:30px;
}
