/*Ajust the background color of this element for the border color*/table.scw {	border-collapse: collapse;  	width: 200px;  	padding: 0px;  	font-size: 0.69em;	font-family: Verdana, Arial;  	color: #000;}tr.scw {   	background-color: #b5ad75;	padding: 0px;    }td.scw {   	border: none;	padding: 0px;    }/*Date under the mouse cursor*/table.scwCells td.scwCells_hover {	font-weight: bold;	border: solid 1px #fff;}/*Previously selected date*/table.scwCells td.scwCells_InputDate {  	font-weight: bold;	border: solid 1px #fff;}tr, thead, tbody {	padding: 0px;	width: 100%}table.scw select {	font-family: Arial;	border: none;  	font-size: 1em; 	font-weight: normal;	border: solid 1px #b5ad75;	background-color: #262519;	color: #fff;	height: 1.3em;	padding: 0px;	margin: 0px;	margin: 0 3px 0 3px;	cursor: pointer;		}table.scw option {	border: none;}table.scw input {	font-family: Arial;	padding: 0px;	margin: 0 6px 0 6px;	border: none;  	font-size: 1.1em;	font-weight: bold;	border: solid 1px #b5ad75;	background-color: #262519;	color: #b5ad75;	height: 1.3em;	padding-bottom:0px;	width: 2em;	cursor: pointer;}table.scw input:hover {	color: #ffffff;}tr.scwWeek {	font-weight: bold;}thead.scwWeek {  }td.scwWeek {  padding: 0px;}table.scwCells {   	font-size: 0.82em;  	background-color: #b5ad75;  	margin-top: 5px;}table.scwCells td {  	border: solid 1px #b5ad75;}table.scwCells tr { }table.scwCells th {   }table.scwhead {		background-color: #262519;}tr.scwhead {	padding: 0px;	background-color: #262519;	}td.scwHead { 	padding: 8px 0px 8px 0px;  	font-weight: bold; 	background-color: #262519; }td.scwCells {  }td.scwCells_notCurrentMonth {	color: #7a754f;}td.scwCells_Weekend {	color: #000;}td.scwFoot {}
