
#calendarItemListView {
    left: 0;
    position: absolute;
    top: 165px;
    width: 411px;
    z-index: 99;
}

#calendarItemListView .pane-ctn {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9bbcdb,endColorstr=#b5cfe8);
    background-image: linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
	background-image: -o-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(166,197,227)),
		color-stop(0.55, rgb(164,201,235)),
		color-stop(0.78, rgb(196,221,245))
	);
    border: 1px solid #6D8BAA;
    box-shadow: 0 2px 5px #858585;
    margin-top: 10px;
    padding: 20px 10px 10px 20px;
    position: relative;
	line-height: 22px
}

#calendarItemListView .point-arrow {
    display: block;
    height: 11px;
    left: 24px;
    position: absolute;
    width: 16px;
    z-index: 5;
}

#calendarItemListView .up {
    background: url("../img/popup-arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    left: 24px;
    position: absolute;
    top: -11px;
    width: 16px;
    z-index: 5;
}

#calendarItemListView .down {
    background: url("../img/popup-arrow-down.png") no-repeat scroll 0 0 transparent;
    bottom: -11px;
    display: block;
    height: 11px;
    left: 24px;
    position: absolute;
    width: 16px;
    z-index: 5;
}

#calendarItemListView a.close-btn {
    background: url("../img/sprites/close-btn.png") no-repeat scroll center top transparent;
    display: block;
    height: 22px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
}

#calendarItemListView h2 {
    margin: 0;
    text-transform: uppercase;
}

#calendarItemList span {
    font-weight: bold;
    padding-right: 10px;
}

#calendarItemList a {
    color: #00518A;
    font-size: 15px;
    font-weight: bold;
}

#calendarItemList {
    line-height: 1.8;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#calendarItemList img {
    padding-right: 10px;
    width: 20px;
}
#calendarItemList a, #calendarItemList a:hover, #calendarItemList a:visited, #calendarItemList a:active {
    cursor: pointer;
    text-decoration: none;
}
#wrapper {
    position: relative;
}
#progressContainer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
#progressContainer #progress {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    color: #FFBA00;
    left: 50%;
    margin-left: -8em;
    position: absolute;
    text-align: center;
    top: 300px;
    width: 16em;
}
#progressContainer #progress span {
    display: block;
    padding: 1.5em;
}
#minCal_dayEventList li span {
    float: left !important;
}
#childrenListContainer .belt-awards .awards-block img, #studentInfoView .belt-awards .awards-block img {
    padding-left: 2px;
    padding-top: 2px;
    position: relative;
}
#childrenListContainer .belt-awards .awards-block .order1, #childrenListContainer .belt-awards .awards-block .order6, #studentInfoView .belt-awards .awards-block .order1, #studentInfoView .belt-awards .awards-block .order6 {
    padding-left: 4px;
}
.cell-month {
//    background-color: static;
//    background-image: -moz-linear-gradient(center bottom , #9BBCDB 0%, #9BBCDB 54%, #B5CFE8 100%) !important;
    background-image: linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
    background-image: -o-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
    background-image: -moz-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
    background-image: -webkit-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
    background-image: -ms-linear-gradient(bottom, rgb(166,197,227) 10%, rgb(164,201,235) 55%, rgb(196,221,245) 78%);
}

.belt-level-stripe {
    background-color: #D6FF66;
    height: 18px;
    position: relative;
    top: 0;
    z-index: 3;
    width: 165px;
}

.belt-level-all {
    background-color: #FF550D;
    height: 37px;
    left: 0;
    position: relative;
    top: 0px;
    width: 165px;
    z-index: 3;
}
#minCalClose {
    padding: 20px;
}
#calendarClose {
    padding-top: 20px;
}
.edit-form {
    width: 485px;
    margin-right: 10px;
}
.edit-form .form-submit {
    padding: 12px 0 0 155px;
}
#notes .note-item label {
    float: left;
    width: 75px;
}
#notes .note-item textarea {
    float: left !important;
}
#calendarClose, #minCalClose {
    color: #5A5A5A;
}
#page {
    width: 990px;
}
.sidebar {
    width: 280px;
}
#minCal .fc-grid .fc-corner-left {
    margin-left: 14px !important;
}
.fc-month-event {
    width: 134px !important;
}
.progress-bar {
    width: 200px !important;
}
.flr-attandence {
    float: right !important;
    margin-left: 15px;
    margin-right: 5px;
    width: 35px;
    text-align: right;
}
#logged .avatar img {
    width: 55px;
    height: 55px;
}
#pretestQualification {
    padding: 10px 0;
}
#pretestQualification .test-results-ctn {
    height: 503px;
}
#pretestQualification .test-results-content {
    height: 490px;
    padding: 0;
}
.none-ready, .ready {
    background: url("../img/status-check-icons.png") no-repeat scroll left 2px transparent;
    color: #383838;
    height: 22px;
    padding-left: 24px;
}
.ready {
    background-position: 0 -23px;
    color: #F75D00;
}
#pretestQualification h3.status {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    padding: 10px 15px 3px;
}
#pretestQualification h3.status span {
    display: block;
    height: 22px;
}
#pretestQualification .tab-detail {
    height: 468px;
    padding: 0;
}
#pretestQualification .tab-detail h3 {
    background: none repeat scroll 0 0 #E4E4E4;
    font-size: 14px;
    margin-top: 3px;
    padding: 2px 10px 2px 15px;
    text-shadow: 0 0 1px #FFFFFF;
    text-transform: uppercase;
}
#pretestQualification .tab-detail ul {
    list-style: none outside none;
    margin: 0;
    padding: 3px 0 8px 15px;
}
#pretestQualification .tab-detail ul li {
    line-height: 22px;
    margin: 3px 0;
}
#miniCalendarView .status-bar {
    position: static !important;
}
#progressContainer #progress {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px #000000;
    color: #FFBA00;
    left: 50%;
    margin-left: -8em;
    position: absolute;
    text-align: center;
    width: 16em;
}
#progressContainer {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
#progressContainer #progress {
    color: #000000;
}
#popUpMessage {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
}
.message-box {
    height: 245px;
    left: 50%;
    margin-left: -17em;
    position: absolute;
    top: 30%;
    width: 434px;
    z-index: 2147483647;
}
.MessageButtons {
    height: 35px;
    margin-left: 50px;
    overflow: hidden;
    padding: 10px 0 0;
}
.MessageButtons a.form-btn {
    float: left !important;
    margin: 0 0 0 8px !important;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 10px;

}
.imgAward{
	padding-left:9px; 
	padding-right :3px ;
	width: 80px;

}
#calendarFilter {
    right: 21%;
    top: 180px;
}
#calendar .fc-event-close {
    color: #5A5A5A;
    font-weight: bold;
    margin-left: 7px;
}
#calendarItemDetail {
    height: auto !important;
    left: 0;
    position: absolute;
    top: 165px;
    z-index: 99;
}
#calendarItemDetail .pane-ctn {
    background-image: -moz-linear-gradient(center bottom , #D0E3F5 10%, #D9EDFF 55%, #F0F8FF 78%);
    border: 1px solid #6D8BAA;
    box-shadow: 0 2px 5px #858585;
    margin-top: 10px;
    padding: 20px;
    position: relative;
}
#calendarItemDetail .point-arrow {
    background: url("../img/popup-arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 11px;
    left: 24px;
    position: absolute;
    top: -11px;
    width: 16px;
    z-index: 5;
}
#calendarItemDetail a.close-btn {
    background: url("../img/sprites/close-btn.png") no-repeat scroll center top transparent;
    display: block;
    height: 22px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 22px;
}

#calendarItemListView .calendar-item-list {
	height: 150px;
	overflow: auto;
	margin-top: 5px;

}
.st-status-span {
    color: #1D4971;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 60px;
}

.edit-form select.month { width: 110px;}
.edit-form select.year { width: 95px; margin-left: 12px;}
.edit-form select.day {width: 93px; margin-left: 10px;}
.message-box p {
    text-align: center;

}
.fc-header-right .fc-header-title {
width: 205px;
}
.fc-header-right .fc-header-title-test {
    display: inline-block;
    float: left;
    text-align: center;
    vertical-align: top;
    width: 40px;
    padding-top: 0.1em;
}
.fc-header-right .fc-header-title-attendance {
    display: inline-block;
    float: left;
    text-align: center;
    vertical-align: top;
    width: 130px;
    padding-top: 0.1em;
}
.header-center-attendance {
  font-size:18px;
  margin-right:60px;
}

.DailyEventNoteList {
    margin-top: 10px;
}

.DailyEventNote {
	color: #FF7F00;
}

.DailyEventNote span{
    color: #000;
}

#minCal_dailyEventNotesContainer .DailyEventNote {
    padding-left: 10px;
}

.sidebar .status-bar {
    width: 280px;
}

#calendarDetailView .header-center {
    width: 80%;
}

.date {
    color: #333333;
}
a.view-detail{
	margin-top: 45px;
}
.progress-bar .progress {
	height: 25px;
}


.content {
    min-height: 300px;
}

#testHistory h2 a.test-tt:hover {
    color: #1D4971 !important;
    cursor: auto;
}

.fc-event {
    cursor: pointer;
}
#logged{
	width: 300px;
}
.none-ready, .ready {
	padding-bottom: 0.3em;
	}
.belt-awards .belt-block, .belt-awards .awards-block {
	width: 300px;
}
.belt-level-stripe {
	width: 300px;
}

a.info-knowledge-btn {
    background: url("../img/sprites/icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}
a.info-knowledge-btn {
    background-position: left -84px;
    margin: 15px 0 0 23px;
    padding-left: 30px;
}

#minCal .fc-grid .fc-border-separate td {
    padding-top: 0px;
}

#minCal .fc-grid .fc-day-number {
    padding: 5px 10px 2px;
}

#minCal td.fc-today > :first-child {
    min-height: 40px !important;
}

.fc-birthday-icon {
    margin-top: 0;    
}

#login .form-submit a{
    width: 140px;
    padding: 0px;
}