/* The main calendar widget.  DIV containing a table. */
tr {
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

thead {
	padding: 0px;
	margin: 0px;
}

tbody {
	padding: 0px;
	margin: 0px;
}

tfoot {
	padding: 0px;
	margin: 0px;
}

span {
	padding: 0px;
	margin: 0px;
}

.calendar {
	border: 0px solid #B8B8B8;
	position: relative;;
	display: none;;
	font-size: 11px;;
	color: #000;;
	cursor: default;;
	background: #fff;;
	font-family: tahoma, verdana, sans-serif;
	z-index: 1000;
}

.middleLine {
	width: 1px;
	/*height: 153px;*/
	top: 20px; /*left:160px;*/
	background: transparent url(skins/crazymenu/vert-background.gif)
		repeat-y left top;
}

.calendar table {
	font-size: 11px;;
	color: #868686;;
	cursor: default;;
	background: #fff;;
	font-family: tahoma, verdana, sans-serif;;
	width: 320px;
}

.calendar .container {
	
}

.calendar .head {
	height: 17px;
	background: #E6E6E6;
}

.calendar .borderCont {
	height: 2px;
	font-size: 0px;
}

.calendar .topBorder {	
	font-size: 0px;	
	background: transparent url(skins/crazymenu/top-border.gif)
		repeat-x left top;
	height:0px;
}

.calendar .topBorderLeft {
	height: 2px;	
	font-size: 0px;;
	background: transparent url(skins/crazymenu/top-border-left.gif)
		no-repeat left top;
/*  display:block;		*/
}

.calendar .topBorderRight {
	height: 2px;
	width:2px;
	font-size: 0px;
	background: transparent url(skins/crazymenu/top-border-right.gif)
		no-repeat right top;
}

.calendar .bottomBorder {	
	font-size: 0px;	
	background: transparent url(skins/crazymenu/bottom-border.gif)
		repeat-x left top;
	height:0px;
}
.calendar .bottomBorderLeft {
	height: 2px;	
	font-size: 0px;;
	background: transparent url(skins/crazymenu/bottom-border-left.gif)
		no-repeat left top;
/*  display:block;		*/
}

.calendar .bottomBorderRight {
	height: 2px;
	width:2px;
	font-size: 0px;
	background: transparent url(skins/crazymenu/bottom-border-right.gif)
		no-repeat right top;
}

.calendar .dottedBorder {
}
.calendar .dottedBorderTop {
	font-size: 1px;
	background: transparent url(skins/crazymenu/horiz-background.gif)
		repeat-x left top;
  border-left:1px solid #B8B8B8;
  border-right:1px solid #B8B8B8;		
  font-family:Verdana;
}

.calendar .dottedBorderBottom {
	font-size: 1px;
	font-family:Verdana;
	background: transparent url(skins/crazymenu/horiz-background.gif)
		repeat-x left bottom;	
  border-left:1px solid #B8B8B8;
  border-right:1px solid #B8B8B8;		
}

/*.calendar .innerDottedBorder {
}

.calendar .innerDottedBorderBottom {
	font-size: 1px;
	background: transparent url(skins/crazymenu/horiz-background.gif)
		repeat-x left bottom;
  border-left:1px solid #B8B8B8;
  border-right:1px solid #B8B8B8;		
}*/


/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	padding: 1px;
}

.calendar .navPrev {
	border-left:1px solid #B8B8B8;
	background: transparent url(skins/crazymenu/prev-month-icon.gif)
		no-repeat center center;
	background-color: #E6E6E6;
	cursor: pointer;
}

.calendar .navNext {
	border-right:1px solid #B8B8B8;
	background: transparent url(skins/crazymenu/next-month-icon.gif)
		no-repeat center center;
	background-color: #E6E6E6;
	cursor: pointer;
}

.calendar thead .title { /* This holds the current "month, year" */
	font-weight: bold;
	padding: 0px;
	border: 0px solid #000;
	color: #000;
	text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
	
}

.calendar thead .daynames { /* Row <TR> containing the day names */
	
}

.calendar thead .name { /* Cells <TD> containing the day names */
	padding: 6px 3px 6px 3px;
	text-align: center;
	color: #FF8B1A;
	font-weight: bold;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
	/*color: #f00;*/	
}

.calendar .month-right-border {
	/*background: transparent url(skins/crazymenu/vert-background.gif) repeat-y right top;*/
	border-right: 1px solid #B8B8B8;
	
}

.calendar .month-left-border {
	/*background: transparent url(skins/crazymenu/vert-background.gif) repeat-y right top;*/
	border-left: 1px solid #B8B8B8;	
}

/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
	width: 17px;
	text-align: center;
	padding: 6px 3px 6px 3px;
	font-weight: bold;
	cursor: pointer;
	border-collapse: 0px;
}

.calendar tbody .day .othermonth {
	font-size: 80%;
	color: #aaa;
}

.calendar tbody .day .othermonth .oweekend {
	color: #faa;
}

.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #000;
	background: #fff;
}

.calendar tbody .rowhilite td { /*  background: #fff;*/
	
}

.calendar tbody .rowhilite td.wn { /*background: #fff;*/
	
}

.calendar tbody td.selected { /* Cell showing selected date */
	font-weight: bold;
	/*padding: 2px 2px 0px 2px;*/
	padding: 6px 3px 6px 3px;
/*	border: 0px solid;*/
/*	border-color: #fff;*/
	background: url('skins/crazymenu/selected-day.gif') no-repeat center
		center;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
	/*color: #f00;*/
}

.calendar tbody td.today { /* Cell showing today date */
	font-weight: bold;	
	color: #262BEE;
}

.calendar tbody .special {
	color: #FF3F42;
}
.calendar tbody .disabled {
	color: #BDBDBD;
}

.calendar tbody .emptycell {
	/* Empty cells (the best is to hide them) */
	visibility: hidden;
}

.calendar tbody .emptyrow {
	/* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
	
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
	background: #e8f0f4;
	padding: 1px;
	border: 0px solid #000;
	background: #E6E6E6;
	color: #fff;
	text-align: center;
}

.calendar tfoot .closeCalendarBtn { /* Tooltip (status bar) cell <TD> */
	background: #E6E6E6;
	padding: 0px;
	color: #868EA3;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	height: 15px;
	border-left:1px solid #B8B8B8;
	border-right:1px solid #B8B8B8;
	
}