body,td,input,select,textarea {font-family: Verdana, sans-serif; color: #292929; line-height: 16px; font-size: 11px;}

big {font-size: 13px; font-weight:bold; color: #3D7AC3;}
.headline{color: #3D7AC3;font-size: 16px;line-height: 19px;font-weight:bold;}
.colored {color: #3D7AC3;}

a {text-decoration: none; color: #3D7AC3;}
a:hover {color: #3D7AC3;text-decoration: underline;}
a:active {color: #3D7AC3;text-decoration: underline;}

.noline {text-decoration: none; color: #89A8BD;}
.noline:hover {color: #89A8BD;text-decoration: none;}
.noline:active {color: #89A8BD;text-decoration: none;}

.nav {text-decoration: none; color: #ffffff; font-weight:bold;}
.nav:hover {color: #bbbbbb;}
.nav:active {color: #bbbbbb;}

.white{text-decoration: none; color: #ffffff;font-size:11px;}

input{border:1px solid #43301F; background: #FFFFFF;}
select{border-color: #43301F;}
textarea{border:1px solid #43301F;}
.button{
	border-width: 0px;
	border-style: solid;
	border-color: #292929;
	color:#ffffff;
	font-weight:bold;
	background-color: #3D7AC3;
}

.checkbox{border: none;}

/* DATEPICKER */

.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: #505050;
	background-color: #E7EAED;
	border: 1px solid ##A3420B;}

.dpTR {}
.dpTitleTR {}
.dpDayTR {}
.dpTodayButtonTR {}

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


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

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

.dpTitleTD {}
.dpButtonTD {}
.dpTodayButtonTD {}

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

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

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ##ffffff;
	border:1px solid ##A3420B;
	background: ##A3420B;
	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: ##ffffff;
	border:1px solid ##A3420B;
	background: ##A3420B;
	font-weight: bold;}