/* *** css (c) Music Pictures Ltd. TESOBI *** */

/* *** for use on the BPC Berlin Property consulting website *** */

/* *** style for the calandar  *** */

/* *** adding a choice1-colors choice2-colors ect. class 
above divs changes there colors  *** */

/* End hide from IE-mac */
	/* the div that holds the date picker calendar */
.dpDiv {
	
}

/* 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: white;
	background-color: #555555;
	border: 1px solid #AAAAAA;
	width:208px;
}

.choice1-colors .dpTable,
.choice1-colors .dpButtonTD button {
	background-color: #FE8A20;
}

.choice2-colors .dpTable,
.choice2-colors .dpButtonTD button {
	background-color: #7548B5;
}

.choice3-colors .dpTable,
.choice3-colors .dpButtonTD button {
	background-color: #91C162;
}

.choice4-colors .dpTable,
.choice4-colors .dpButtonTD button {
	background-color: #649ABF
}

table.dpTable {
	border-collapse:collapse;
}

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

.write-button {
	background:#D6D996 url(/static/images/bgr_button_write.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px 1px 18px;
}

.subscribe-button {
	/*too much like youtube button background:#Ef7f00 url(/static/images/button_bgr.png) repeat-x scroll 0% 0pt;*/
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
}

.button {
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
	color:green;
}

.submit {
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
	width:90px;
	color:#444444;
}

.submitsmall {
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
	width:100px;
	font-size: 10px;
	color:#444444;
}

.submitsmall2 {
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
	width:50px;
	font-size: 10px;
	color:#444444;
}

.submit2 {
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
	color:#444444;
}

.save{
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
}

#cmntbut {
	background:#D6D996 url(/static/images/button_light_bgr.png) repeat-x scroll 0% 0pt;
	border-color:gray gray #545531;
	border-style:solid;
	border-width:1px;
	padding:1px 10px;
}

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

/* 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 {
	
}

.dpButtonTD button {
	color:white;
	border:0px solid white;
	
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	
}

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

/* 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: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}

/* 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;
}