hr.dotted {
	padding: 4px 0;
	width: 100%;
	height: 0px;
	border-top: 1px dotted #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #ffffff;
	background-color: #ffffff;
}



/* the table (within the div) that holds the date picker calendar */
.dpTable {
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #505050;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	width: 100%;
	border-spacing:0px;
}

.dpTable  .dpTable {
	border: none;
}

.dpTable  .dpPad {
	padding: 5px;
}

.dpTable select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #505050;
	background-color: #D8E8FF;
	border: 1px solid #B9BBBA;
	border-collapse: collapse;
}

.dpTable select b {
	color:red;
}

.dpTable input[type=text] {
	font-size: 100%;
}

.dpTable input[readonly] {
	border: 1px solid #dcdcdc;
	background-color: transparent;
}

.dpTable th {
	background-color: #0066A5;
	font-weight: bold;
}

.dpTable th.sub {
	background-color: #dcdcbb;
	padding: 5px;
}


.dpTable tr {
	border-spacing:0px; text-indent:4px; padding:5px;
}

.dpTable td {
	border-width: 1px 1px 1px 1px;
	padding:5px;
	border-style: none none none none;
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
}

.dpOdd{
	background-color: #CCCC99;
}

.dpEven{
	background-color: #CCFF99;
}

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

/* 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: #ffff00;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #0066A5;
	border: 1px solid #AAAAAA;
	color: white;
}

.dpDayTD  a {
	color: white !important;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	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: 4060ff;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 1px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}

.underlined_item {
	font-weight: bold; 
	margin: 0px 0px 10px 10px; 
	padding-bottom: 5px;
	border-bottom: 2px solid #A9A9A9;
}