#carousel {
     width:560px;
     height:150px;
     position:relative;
     clear:both;
     overflow:hidden;
   }
   #carousel img {
     visibility:hidden; /* hide images until carousel can handle them */
     cursor:pointer; /* otherwise it's not as obvious items can be clicked */
     border-radius:5px;
     border:solid 1px #333;
   }
   img.carousel-center{
   	border-radius:5px;
     border:solid 1px #333;
   }
   
   #prev{
   	float:left;	
   	margin-top:55px;
   	background:url(../images/prev.png) no-repeat 0 0;
   	color:rgba(0, 0, 0, 0);
   	line-height:25px;
   }

#next{
	float:right;
	margin-top:55px;
	color:rgba(0, 0, 0, 0);
	background:url(../images/next1.png) no-repeat 0 0;
	line-height:25px;
}

td.key {
    padding: 0;
    margin: 0;
}
td .control-group {
    margin: 0 !important;
}
td input {
    margin: 0 !important;
}
td select {
    margin: 0 !important;
}
td.key {
    padding: 0;
    margin: 0;
    padding-right: 5px;
    width: auto !important;
    padding-left: 5px;
}
.startRequired{
	color: red !important;
}
.error {
	color: red !important;
}

.labelWeek {
		    display: block;
		    padding: 2px 0;
		    font-weight: bold;
		}
.calendar-month {
    border-collapse: collapse;
    border: medium none;
    line-height: 18px;
}
.calendar-month tbody td {
    border: 1px solid #ADCBFE;
    vertical-align: top;
    height: 100px;
}
.calendar thead tr, .calendar-month thead tr {
    height: 32px;
}	
.calendar thead td, .calendar-month thead td {
    border: 1px solid #ADCBFE;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 14.2%
}	
.calendar-month .ngay {
    color: #666;
    margin: 0px;
    text-align: right;
    background: #EEEEEE;
}
.currentDay {
	background: rgba(0, 202, 249, 0.62);
}
.calendar-week tbody td {
    border: 1px solid #ADCBFE;
    vertical-align: center;
    height: 50px;
}
.calendar-week {
    border-collapse: collapse;
    border: medium none;
    line-height: 18px;
}
.calendar-week thead tr {
    height: 32px;
}	
.calendar-week thead td {
    border: 1px solid #ADCBFE;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #2e4e73;
}