﻿/*!!
Epoch DHTML JavaScript Calendar - Version 2.0.2
English Edition
CSS Style File
(c) 2006-2007 MeanFreePath
Free for NON-COMMERCIAL use - see website for details and updates
http://www.meanfreepath.com/javascript_calendar/index.html
!!*/

.tcal {
	background: url('..\..\Images\TCal\cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

table.calendar {
	box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    border: 1px solid #efefef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	/*font-family:Sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	background-color:#123444;
	border: solid #999999 1px;
	background-color: white;
	width: 220px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar a {
}
table.calendar a:hover {
}
table.calendar input {
	font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
table.calendar input:hover { 
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}
table.calendar select {
	 	font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #08c;
    padding: 3px 12px;
    margin: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
	height: 32px;
}

.CalBack
{
    /* background-color:#653316; */
}

.DivMonth
{
    /* background-color:#653316;
    color:White;
    width:25;
    height:25; */
}


table.calendar td, table.calendar th {
	    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
	padding: 0px 5px;
}
div.mainheading {
	
}
.closeBtn {
	/*float: right;
	width: 15px;
	/*font-size: 1.5em;
	height: 13px;

	padding: 0 0 3px 0;
	margin: 1px 8px 0 0;
	border: solid black 1px;*/
}
/*all styles related to the main calendar grid*/
table.cells {
	border-collapse: collapse;
	
	cursor: pointer;
	empty-cells: show;
	
    border-spacing: 2px;
    border-collapse: separate;

}
/*the day headings*/
table.cells th {
	color: #000000;
    background-color: #ffdb99;
    border-color: #ffb733;
	 font-weight: normal;
}
table.cells th.wkhead {
	/* border-right: double #CCCCCC 3px; */
	cursor: default;
	width: 22px;
}
/*The date cells*/
table.cells td {
	/* border: solid #CCCCCC 1px; */
	vertical-align: top;
	text-align: center;
	/* font-weight: bold; */
	height: 20px; /*IE doesn't like ems*/
}
table.cells td.wkhead {
	background-color: white;
	text-align: center;
	/* border-right: double #CCCCCC 3px; */
	color: #0054E3;
}
table.cells td.noselect {
	background-color: #EEEEEE;
	color: #BBBBBB;
	text-decoration: line-through;
	cursor: default;
}
table.cells td.hlday {
	background-color: #99FF99;
}
table.cells td.wkday {
	background-color: #DDDDDD;
}
table.cells td.wkend {
	background-color: #DDDDDD;
}
table.cells td.curdate {

}
table.cells td.cell_selected {
	background-color:#5a6667;
	color: #ffffff;
}
table.cells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.cells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.cells td.hover {
	background-color: #999999;
	color: #ffffff;
}
table.cells td div {
	padding: 1px;
	margin: 0;
}
