/* SCHEDULE/TABLES */
#schedule {
	border-collapse: collapse;
	border: 1px solid #000;
}

#thead th {
	padding: 0.5em;
	color: #fff;
	background: #000;
	width: 150px;
}

#thead label{
	background: #fffff;
}

.head {
	padding: 0.5em;
	color: #000;
	background: #E4F1FC;
	/* background: #333; */
	width: 150px;
}

.headlabel {
	border: 1px solid #aaa;
	padding: 0.5em;
	/* color: #333; */
	background: #E4F1FC;
	/* width: 150px; */
}

#tbody th,#thead td,.rowCell{
	border: 1px solid #aaa;
	background: #E4F1FC;
	line-height: 1.5em;
	/* width: 150px; */
	height: 50px;
	font-weight: normal;
	text-align: center;
}

#tbody td{
	border: 1px solid #aaa;
	line-height: 1.5em;
	width: 150px;
}
/* #tbody th {
	background: #ddd;
	font-weight: normal;
	height: 50px;
	width: 100px;
} */

#tbody td {
	text-align: center;
	vertical-align: middle;
	font-size:medium;
    /* background: #E4F1FC; */
    color: #fffff;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font: bold 11px Helvetica, Arial, sans-serif;
    line-height: 18px; 
    height: 18px; 
    margin: 0;
    padding: 5px 6px 4px 6px;
    /* border-top: 2px solid #FFF; */
    border-bottom: 2px solid #D9D9D9;  
	
}

#thead th,#tbody td {
	width: 150px;
	/* min-width: 120px;                     changed by kapil to adjust Screen resolution */   
}

/* SELECTABLES */
#schedule .ui-selecting {
	background: #FECA40;
}

#schedule .ui-selected {
	background: #F39814;
	border-color: #FECA40;
}

#schedule thead input {
	font-weight: bold;
	background: #333;
	color: #fff;
}
.lblhead{
	font-weight: bold;
	/* background: #333; */
	color: #fff;
	/* font-size:medium; */
	
}
.tdHead{
	font-weight: bold;	
	color: #fff;
	font-size:medium;
	background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    padding: 0.5em;
    width: 150px;
}
.fntAlign{
    text-align: center;
    vertical-align: middle;
}



#schedule thead input:hover,#schedule thead input:focus {
	border-color: #fff;
}

#schedule tbody input {
	
	
	border: 1px solid transparent;
	outline: none;
	line-height: 1.5em;
	/* width: 150px; */
	/* background: #E4F1FC; */
	margin-top: 10px;
	padding: 0.5em 0;
	width: 95%;
}

#schedule tbody input:hover,#schedule tbody input:focus {
	margin-top: 10px;
	border-color: #333;
	background: #fff;
}

/* ENTRIES */
#schedule .entry {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #eee;
	color: #333;
}

#schedule .deletable {
	cursor: pointer;
	border-color: #aea;
	background-color: #dfd;
	color: #070;
}

#schedule .deleting,#schedule .deletable:hover {
	border-color: #eaa;
	background: #fdd;
	color: #700;
}

#schedule th.adding,#schedule td.adding {
	background-image: url(../resources/bg_aea.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#schedule input.adding,#schedule input.deleting {
	border: 0;
}

.actions a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.actions div {
	display: inline-block;
	margin-right: 1em;
}

.actions a {
	display: inline-block;
	padding: 5px 10px 6px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

.actions a:active {
	background-image: none;
}

.actions input {
	margin-right: 5px;
	padding: 2px;
}

.actions .add {
	border-bottom: 2px solid #0c0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
}

.accept {
	/* background-color:  #529214;
	 */
border-bottom: 2px solid #0c0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
}

.actions .add:hover,.accept:hover {
	background-color: #070;
	color: #fff;
	border-bottom: 0;
}

.actions .delete {
	border-bottom: 2px solid #f12;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
}

.cancel,.actions .work {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomright: 0;
}

.cancel {
	background-color: #D12F19;
}

.actions .delete:hover,.cancel:hover {
	background-color: #700;
	color: #fff;
	border-bottom: 0;
}

.actions .work {
	border-bottom: 2px solid #66f;
}

.actions .work:hover {
	background-color: #007;
	border-bottom-color: transparent;
}






#ttbody th,#thead td,.rowCell{
	/* border: 1px solid #aaa;
	background: #E4F1FC;
	line-height: 1.5em;
	width: 150px;
	height: 50px;
	font-weight: normal;
	text-align: center; */
}

#ttbody td{
	/*border: 1px solid #aaa;
	/*line-height: 1.5em;
	 width: 150px;
	*/
} 
/* #tbody th {
	background: #ddd;
	font-weight: normal;
	height: 50px;
	width: 100px;
} */

 
#ttbody td {
	/*border-left-style :0.5px solid #D9D9D9; 
	/*
	/* border-left-style:solid;
	 border-left-width: 0.5px;*/
	
	/* text-align: center;
	vertical-align: middle;
	font-size:medium;
    background: #E4F1FC;
    color: #fffff;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font: bold 11px Helvetica, Arial, sans-serif;
    line-height: 18px;  
    height: 18px; 
    margin: 0;
    padding: 5px 6px 4px 6px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #D9D9D9; */  
	
}
#divSchedule a.ws_next, #divSchedule a.ws_prev {
   background-image: url("images/slidingArrows.png");
    display: block;
    height: 43px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    width: 29px;
    z-index: 60; 
}
#divSchedule a.ws_next {
    background-position: 100% 0;
    right: 0;
}
#divSchedule a.ws_prev {
    background-position: 0 0;
    left: 0;
}
#divSchedule a.ws_next:hover {
    background-position: 100% 100%;
}
#divSchedule a.ws_prev:hover {
    background-position: 0 100%;
}

.timetableCell_timeslot label{
	/* font-weight: bold;
	font-size:medium; */
	font : bold 13px/18px Helvetica,Arial,sans-serif;
	vertical-align : middle;
	margin-top: 50%;    
}