.blockMsg{
	display:none;
	height:auto;
	color:#FFF; 
	font-size:11px;
	font-weight:bold;
	padding:4px;
	margin:3px;
}

.bgTable{ background-color:#FFF; padding:5px; font-size:11px; color:#000;}

input[type="text"], input[type="password"], textarea, select, input[type="file"] {
	border:solid 1px #1c5525;
	background-color:#dfece1;
	float:left;
}

input[type="text"], input[type="password"]{
	height:18px;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover , input[type="file"]:hover {
	border:solid 1px #69ad75;
	background-color: #fff;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus , input[type="file"]:focus{
	background-color: #fff;
	border: solid 1px #69ad75;
	outline: solid 1px #fdf0df;
	color: #000;
}
select:hover {
	cursor: pointer;
}
input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 2px 2px 0;
	padding: 0;
	cursor: pointer;
}
input[type="radio"] { border-style:none; text-align:left; position:relative; } 

input[type="image"]{ margin:0; padding:0;}

input[type="radio"] .radiobutton{ }

.sizeInput1{ width:200px;}
.sizeInput2{ width:100px;}
.sizeInput3{ width:120px;}


.linesep{border-bottom:1px solid #000; height:10px; width:890px; margin:0 auto}
.linesep2{height:5px; width:890px; background-color:#7c5826; margin:3px 0 3px 0}

.floatRight{float:right}
.floatLeft{float:left}

.description{
	border:1px solid #f4af53;
	background-color:#FFF;
	padding:10px;
	width:650px;
	display:table;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.titposition{ color:#8c612e; font-weight:bold; font-size:13px;}

.titavailable{ color:#f4af53; font-weight:bold; font-size:14px;}

.tableCalendarHead{ background-color:#032109; color:#FFF}
.tdBorderRB{ border-right:1px solid #dddddd; border-bottom:1px solid #dddddd }
.tdBorderB{ border-bottom:1px solid #dddddd }
.tdBorderBBg{border-bottom:1px solid #dddddd; background-color:#f4f4f4; font-weight:bold}
