/* trumpet, 12.06.2006, copied from /PORTAL.DEVELOPMENT.project.CLEARSTREAM/webapp/resources/new_JS_calendar/styles/calendar.css */

	td.cal{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  background-color : #dfdfdf;
	}
	select.month{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 10px;
	  color : #000000;
	  width : 85px;
	}
	input.year{
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 10px;
	  color : #000000;
	  width : 30px;
	}
	td.calDaysColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #666666;
	}
	td.calWeekend {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #f1f0f0;
	}
	td.calBgColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #dfdfdf;
	}
	.calBorderColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #f1f0f0;
	}
	td.calHighlightColor {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #ffffff;
	  background-color : #339999;
	}
	A.cal:link, A.cal:visited {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #000000;
	  text-decoration : none;
	} 
	A.cal:Hover {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #ffffff;
	text-decoration : none;
	background-color: #01539d;
	padding: 1px;
	}
	A.dateSelectArrows:link, A.dateSelectArrows:visited {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #01539d;
	  text-decoration : none;
	}
	A.dateSelectArrows:Hover {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #339999;
	  text-decoration : none;
	}
	.disabled {
	  font-family : Arial,Helvetica,Sans-serif;
	  font-size : 11px;
	  color : #999999;
	  text-decoration : none;
	}  
  .txt_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #CCCCCC;
}
