/* Background */
.minimal .ntb-calendar {
	width: 180px;
	height: 192px;
	color: #888;
    text-align: center;
    font-weight: normal;
	background: #fff;
	border-left: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	
	
}

/* General */
.minimal .ntb-calendar-container a {
    text-decoration: none;
}
.minimal .ntb-calendar-monthheader td,
.minimal .ntb-calendar-header td,
.minimal .ntb-calendar-day,
.minimal .ntb-calendar-dayheader {
	text-align: center;
    vertical-align: middle;
}
.minimal .ntb-calendar-container {
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
}

/* Container & Basic font */
.minimal .ntb-calendar-container {
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
	background: #fff;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}

/* Header (Multi) */
.minimal .ntb-calendar-header {
	height: 20px;
	border-left: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	background: url(assets/jqm_head.gif);
	
}
.minimal .ntb-calendar-title {	
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	font-weight:bold;
}

/* Header (Month) */
.minimal .ntb-calendar-monthheader {
    height: 23px;
	/*background: url(assets/jqm_head.gif);*/
	background-color:Gray;
}
.minimal a.ntb-calendar-month, .minimal a.ntb-calendar-year {
    color: #fff;
    font-weight:bold;
}





/* Header Buttons */
.minimal a.ntb-calendar-prev, .minimal a.ntb-calendar-next {
    color: #4a4a4a;
	font-size: 0;
	height: 21px;
	width: 21px;
	display: block;
	margin: 0px 0px 0 0px;
	background: url(assets/prev.gif) top left no-repeat;
	float: left;
	

}
.minimal a.ntb-calendar-next {
	background: url(assets/next.gif) top left no-repeat;
	float: right;
}

.minimal a.ntb-calendar-nextdis {
	background: url(assets/next_dis.gif) top left no-repeat;
	float: right;
	cursor: default;
}

.minimal a.ntb-calendar-prevdis {
	background: url(assets/prev_dis.gif) top left no-repeat;
	float: left;
	cursor: default;
}

/* Days (Week) */
.minimal .ntb-calendar-dayheader {
	height: 25px;
	color: #FF6600;
}

/* Days */
.minimal .ntb-calendar-day {
    color: #444;
    cursor: pointer;
    height: 17px;
	line-height: 17px;
	margin: 2px;
	border: 1px solid #eee;
	
	
}
.minimal a.ntb-calendar-thismonth:hover {
	border: 1px solid #FF6600;
}
.minimal .ntb-calendar a.ntb-calendar-disabled, .minimal .ntb-calendar a.ntb-calendar-disabled:hover {
	color: #FF6600;
	cursor: default;
}
.minimal .ntb-calendar a.ntb-calendar-event {
	background: #ddd;
}
.minimal .ntb-calendar a.ntb-calendar-currentday 
{
	
	background: url(assets/jqm_head.gif);
	color:White;
	font-weight:bold;
}

/* Days (Last & Nex Month) */
.minimal .ntb-calendar-lastmonth, .minimal .ntb-calendar-nextmonth {
	color: #bbb;
	cursor: default;
}

/* Text Input */
.minimal .ntb-inputcontainer {
	border: 1px solid #FF6600;
	font-size: 13px;
	width: 145px;
}

.minimal input.ntb-dateinput {
	height: 15px;
	padding-right: 0px;
	border: 0px;
	text-align:right;
	margin: 1px 1px 1px 1px;
	width: 145px;
	background-color: inherit;
}

.minimal input.ntb-dateinput:focus 
{
	
}
.minimal input.ntb-dateinput-empty {
	background:#333444;
}

.minimal .ntb-invalid {
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ff6666;
	font-size: 11px;
	width: 150px;
}

/* Calender Button */
.minimal .ntb-calendar-button {
	height: 19px;
	width: 23px;
	background: #f1f1f1 url(assets/button.gif) top left no-repeat;
	cursor: pointer;
	margin-left: 2px;
}

/* Chooser Navigation */
.minimal .ntb-calendar-navcontainer {
	border: 1px solid #a1a1a1;
	border-top: none;
	width: 150px;
    background: #f0f0f0;
}
.minimal .ntb-calendar-navcontainer label {
	display: block;
}
.minimal .ntb-calendar-navcontainer select, .minimal .ntb-calendar-navcontainer input, .minimal .ntb-calendar-navcontainer button {
	font-size: 11px;
}
.minimal .ntb-calendar-navcontainer button {
	margin-right: 8px;
}
.minimal .ntb-calendar-navcontainer .ntb-calendar-monthcontainer,
.minimal .ntb-calendar-navcontainer .ntb-calendar-yearcontainer,
.minimal .ntb-calendar-navcontainer .ntb-calendar-controls {
	padding: 5px 15px;	
}
.minimal .ntb-calendar-navcontainer .ntb-calendar-controls {
	padding-bottom: 10px;
}
.minimal .ntb-calendar-navcontainer .ntb-calendar-navms {
	width: 120px;
}