@CHARSET "UTF-8";

.tx-cscalendar-pi1 table {
	width: 100%;
}
.tx-cscalendar-pi1 td {
	background-color: #bbe7ee;
}

.tx-cscalendar-pi1 td.alt {
	background-color: #d6ecef;
}

.tx-cscalendar-pi1 td.border {
	border-right: 1px solid #f0f0f0;
}

.tx-cscalendar-pi1 td.clear {
	background-color: transparent;
}

.tx-cscalendar-pi1 td.bold {
	font-weight: bold;
}

.tx-cscalendar-pi1 td.thin {
	height: 5px;
	font-size: 1px;
}
/*
 * 
 * 
 * 
 */
.tx-cscalendar-pi2 h5 {
	float: left;
	clear: both;
}

.tx-cscalendar-pi2 h5.marge {
	margin: 10px 0px 0px 0px;	
}

.tx-cscalendar-pi2 label {
	font-weight: bold;
}

.tx-cscalendar-pi2 input {
	border: 1px solid #186a70;
	width: 250px;
	height: 16px;
}

.tx-cscalendar-pi2 input.submit {
	border: 1px solid #186a70;
	width: 250px;
	height: 20px;
	background-color: #fff;
}

.tx-cscalendar-pi2 textarea {
	border: 1px solid #186a70;
	width: 500px;
	height: 100px;
}

.tx-cscalendar-pi2 div.row {
	float: left;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 2px 0px;
}

.tx-cscalendar-pi2 div.rte {
	width: 550px !important;
}

.tx-cscalendar-pi2 div.label {
	float: left;
	width: 120px;
}

.tx-cscalendar-pi2 div.input {
	float: left;
}

.tx-cscalendar-pi2 .noflow {
	overflow: hidden;
}

.tx-cscalendar-pi2 .noflow input {
	float: left;
	margin-right: 2px;
}

.tx-cscalendar-pi2 .linetop {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 10px !important;
}

.tx-cscalendar-pi2 .linebottom {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px !important;
}

.tx-cscalendar-pi2 div.error, .tx-cscalendar-pi2 div.success {
	float: left;
	clear: both;
	margin: -5px 0px 10px 0px !important;
	padding: 5px;
}

.tx-cscalendar-pi2 .error {
	border: 1px solid #ff0000;
}

.tx-cscalendar-pi2 .success {
	border: 1px solid green;
}

.tx-cscalendar-pi2 table tr.head td {
	font-weight: bold;
}

.tx-cscalendar-pi2 table {
	float: left;
	clear: both;
	margin: 5px 0px 0px 0px;
}

.tx-cscalendar-pi2 table td {
	border: 1px solid #ccc;
}

