@charset "UTF-8";
/* CSS Document */

/* Form Styles ------------------------------------------------*/

.required {
	color: #F00;
}
.error_input {
	border: 1px solid #f00 !important;
	background: #FFF;
}
.error {
    border: 1px solid #F00;
}
.error_markup {
    color: #F00;
}
.error_text{
    color: #F00 !important;
}


/* Navigation Styles Calender ---------------------------------*/
#cal_navigation {
	float:left;
	width: 150px;
	font-size: 12px;
}
#cal_navigation h2 {
	font-weight: bold;
	font-size:14px;
}
#cal_navigation ul {
	list-style-type:none;
	text-align:left;
	margin-bottom: 10px;
}
#cal_navigation ul li {
}

/* Floats ------------------------------------------------------*/

.right {
    float:right;
}
.left {
    float:left;
}
.hidden{
    display:none;
}

