/* the div that holds the date picker calendar */
.dpDiv {
	OFFborder: 2px solid #007060;
	OFFbackground: #CCCCFF url(../pics/gizmo/stripesBG.gif) repeat top left;
	OFFpadding: 2px;
	background-color: #333333;
	border: 4px solid #555555;
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	OFFborder: 1px solid white;
	background-color: #333333;
}


/* 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 {
	background-color: #333333;
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	font-size: 11px;
}


/* 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 {
	font-size: 12px;
	color: white;
	border: 1px solid transparent;
	margin: 1px;
}


/* a table cell that holds a week number */
.dpTDweek {
	border-right: 1px solid #AAAAAA;
	font-size: 9px;
	color: #BBBBBB;
	OFFbackground-color: #777777;
	cursor: default;
}


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


/* 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 {
	color: black;
	background-color: #FFFF00;
	border: 1px solid #AAAAAA;
	cursor: pointer;
}


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


/* 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 {
	OFFbackground-color: #333333;
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	text-align: center;
	background-color: #777777;
	color: #FFFF00;
	cursor: default;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: white;
	text-align: center;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #FFFF00;
	text-align: center;
}
.dpDayHighlight:hover {
	color: black;
}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	border: 0;
	background: transparent;
	font-weight: bold;
	padding: 0px;
	cursor: pointer;
}


/* "Lukk" og "Slett" knappene nederst */
.dpSlettButton, .dpLukkButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width: 99%;
	font-size: 11px;
	color: black;
	background: #EEEEEE url(../pics/gizmo/whiteGreyGrad_30_2.jpg) repeat-x center left;
	border: 0px dotted silver;
	margin: 2px 1px 1px 1px;
	cursor: pointer;
	
	border-radius: 0.9em;
	-moz-border-radius: 0.9em;
	-webkit-border-radius: 0.9em;
}

.dpSlettButton {
	float: right;
}

.dpLukkButton {
	OFFfloat: left;
}

.dpSlettButton:hover, .dpLukkButton:hover {
	color: black;
	background: #FFFF00;
}
