/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
{

	position:absolute;
	z-index: 9999;
	text-align: center; /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
	font: 900 1.1em/1.1em Verdana, Sans-Serif; /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */ /* font:900 77%/77% Verdana; */
/* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS
   background:transparent; */
	background: #990033; 
	text-align: center;
	
}
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }*/
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link, a.date-picker-control:visited, a.date-picker-control:hover, a.date-picker-control:active, a.date-picker-control:focus
{
	position:relative; /* Moz & FF */
    border:0 none;
	display: -moz-inline-stack;
	/*border: 2;
	border-width: thick;*/
	padding: 0;
	margin: 0 0 0 4px;
	/*margin-left: 215px;
	margin-right: auto;
	margin-top: auto;*/
	background: url(Calendar.gif) no-repeat 50% 50%;
	min-width: 16px;
	line-height: 1;
	cursor: pointer;
	visibility: visible;
	text-decoration: none;
	vertical-align: middle;
	
	/*left: 235px;
	position: absolute;
	top: 442px;
	left: 175px;
	
	top: -1px;*/
	
	/*background: url(Calendar.gif) no-repeat 50% 50% ;
	cursor: pointer;
	float: none;	height: 21px;
	width: 20px;
	position: relative;
	
	border: 2;
	border-width: thick;
	line-height: 1;*/
}
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
		text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:#00bfff;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
		color: white;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
		color: white;
		font-weight:bold; 
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important;
		color: white;
		/* To make bold*/
		font-weight:bold; 
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
		color: white;
        }
       
/* The table */
div.datePicker table
{
	margin: 0;
	padding: 0 12px;
	/*background: url(../images/gradient-e5e5e5-ffffff.gif);*/
	background-color: #00bfff;
	text-align: center;
	border-spacing: 0px;
	width: 180px;
	height: 175px;
	border-right: #ccc 2px solid;
	border-top: #ccc 2px solid;
	border-left: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
}

/* Common TD & TH styling */
div.datePicker table td
        {
        /*border:1px solid #ccc;*/
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        /*background:#fff url(../images/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;*/
		background-color: #00bfff;
        width:2em;
        height:1.6em !important;
		outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
/*        background:#fff url(../images/backstripes.gif);*/
background-color: #00bfff;
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
		color: white;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
{
	/*background: #fff url(../images/bullet2.gif) no-repeat 0 0;*/
	color: rgb(100,100,100) !important;
	border-right: blue 2px solid;
	border-top: blue 2px solid;
	border-left: blue 2px solid;
	border-bottom: blue 2px solid;
}
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ff0033 !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
		text-decoration: line-through;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack 
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
		*/
/*---------*/
