﻿.calendar form {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}

.calendar {
	width: 170px;
	font-size: 11px;
}

.calendar .left {
	float: left;
	width: 75px;
	height: 20px;
	background: url(../img/bg_form_calendar.gif) no-repeat left #ffffff;
}

.calendar .left.man {
	background: url(../img/bg_form_calendar_man.gif) no-repeat left #ffffff !important;
}

.calendar .right.man {
	background: url(../img/bg_form_calendar_man.gif) no-repeat left #ffffff !important;
}
 
.calendar .left span, .calendar .right span {
	display: block;
	/*border: 1px solid #808080;*/
	background: url(../img/bg_form_calendar_right.gif) no-repeat right;
	/*padding-top: 1px;*/
}
		
.calendar .right {
	float: left;
	width: 41px;
	height: 20px;
	background: url(../img/bg_form_calendar.gif) no-repeat left #ffffff;
}

.day, .month, .year, .day-error, .month-error, .year-error {
	border: 0;
	width: 15px;
	/*padding: 0 3px;*/
	font-size: 12px;
	color: #333333;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	background: transparent !important;
}

.day,.day-error {
	margin-left: 3px;
}

.hour,.hour-error {
	margin-left: 2px;
}

.day-error, .month-error, .year-error, .hour-error, .minute-error {
	color: red !important;
}

.year, .year-error {
	width: 29px;
}

.noicon-delimeter {
	margin-right: 3px;
}

.hour, .minute, .hour-error, .minute-error {
	border: 0;
	width: 15px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background: transparent !important;
	font-family: Tahoma, Verdana, Arial;
}

.calendar .ico-left {
    float: left;
	padding: 0 3px 0 0;
}

.calendar .ico-right {
    float: left;
	padding: 0 3px 0 0;
}

.jacs, .jacsStatic {
    padding:1px;
    vertical-align:middle;
}

iframe.jacs{
    position:absolute;
    visibility:hidden;
    top:0px;
    left:0px;
    width:1px;
    height:1px;
    z-index:999;
}
table.jacs, table.jacsStatic 
{
    padding:0px;
    visibility:hidden;
    width:200px;
    cursor:default;
    text-align:center;
}
table.jacs{
    top:0px;
    left:0px;
    position:absolute;
}

/* IMPORTANT:  The JACS calendar script requires all the classes defined here. */
table.jacs,table.jacsStatic {
    padding:       1px;
    vertical-align:middle;
    border:        1px solid #ead0c6;
    font-size:     11px;
    font-family:   Arial,Helvetica,Sans-Serif;
    
}
td.jacsDrag,td.jacsHead{
    padding:       0px 0px;
    text-align:    center;
}
td.jacsDrag{
    font-size:     11px;
}
select.jacsHead{
    margin:        3px 1px;
	 font-size:     11px;
}
input.jacsHead{
    height:        22px;
    width:         22px;
    vertical-align:middle;
    text-align:    center;
    margin:        2px 1px;
    font-weight:   bold;
	color:   #a70008;
	background-color:  #fff;
    font-size:     11px;
    font-family:   verdana;
	border:        0;
}
td.jacsWeekNumberHead,td.jacsWeek {
    padding:       0px;
    text-align:    center;
    font-weight:   bold;
}
td.jacsNow,td.jacsNowHover,td.jacsNow:hover,td.jacsNowDisabled {
    padding:       0px;
    text-align:    center;
    vertical-align:middle;
    font-size:     11px;
    font-weight:   normal;
}
table.jacsCells{
    text-align:    right;
    font-size:     11px;
    width:         96%;
}
td.jacsCells,td.jacsCellsHover,td.jacsCells:hover,td.jacsCellsDisabled,td.jacsCellsExMonth,td.jacsCellsExMonthHover,td.jacsCellsExMonth:hover,td.jacsCellsExMonthDisabled,td.jacsCellsWeekend,td.jacsCellsWeekendHover,td.jacsCellsWeekend:hover,td.jacsCellsWeekendDisabled,td.jacsCellsHighlighted,td.jacsCellsHighlightedHover,td.jacsCellsHighlighted:hover,td.jacsCellsHighlightedWeekend,td.jacsCellsHighlightedWeekendHover,td.jacsCellsHighlightedWeekend:hover,td.jacsInputDate,td.jacsInputDateHover,td.jacsInputDate:hover,td.jacsInputDateDisabled,td.jacsWeekNo,td.jacsWeeks{
    padding:           3px;
    width:             16px;
    height:            16px;
    border-width:      1px;
    border-style:      solid;
	border-color:      red;
    font-weight:       bold;
    vertical-align:    middle;
	  background-color:  #9999CC;
}
/* Blend the colours into your page here...    *//* Calendar background */
table.jacs,table.jacsStatic {
    background-color:  #fff;
}
/* Drag Handle */
td.jacsDrag {
    background-color:  #cc3333;
    color:             #fff;
}
/* Week number heading */
td.jacsWeekNumberHead       
{
    color:             #6666CC;
}
/* Week day headings */
td.jacsWeek  {
    color:             #3d3d3d;
}
/* Week numbers */
td.jacsWeekNo {
    background-color:  #776677;
    color:             #3d3d3d;
}
/* Enabled Days *//* Week Day */
td.jacsCells {
    background-color:  #faeaea;
    color:             #000000;
}
/* Day matching the input date */
td.jacsInputDate  {
    background-color:  #cc3333;
    color:             #fff;
}
/* Weekend Day */
td.jacsCellsWeekend 
{
    background-color:  #faeaea;
    color:             #CC6666;
}
/* Day outside the current month */
td.jacsCellsExMonth 
{
    background-color:  #faeaea;
    color:             #666666;
}
/* Today selector */
td.jacsNow{
    background-color:  #fff;
    color:             #3d3d3d;
}
/* MouseOver/Hover formatting        If you want to "turn off" any of the formatting        then just set to the same as the standard format       above.         Note: The reason that the following are       implemented using both a class and a :hover       pseudoclass is because Opera handles the rendering       involved in the class-swap very poorly and IE6        (and below) only implements pseudoclasses on the       anchor tag.*//* Highlighted Days *//* Week Day */
td.jacsCellsHighlighted{
    background-color:  #E0E0E0;
    color:             #FF0000;
}
/* Weekend Day */
td.jacsCellsHighlightedWeekend {
    background-color: #E0E0E0;
    color:            #CC6666;
}
/* Active cells */
td.jacsCells:hover,td.jacsCellsHover,td.jacsCellsHighlighted:hover,td.jacsCellsHighlightedHover,td.jacsCellsHighlightedWeekend:hover,td.jacsCellsHighlightedWeekendHover {
    background-color:  #cc3333;
    cursor:            pointer;
    color:             #fff;
}

/* Time */
td.jatsCells {
    background-color:  #faeaea;
    color:             #000000;
    padding:           4px 0;
}
/* Time Hover */
td.jatsCells:hover,td.jatsCellsHover {
    background-color:  #cc3333;
    cursor:            pointer;
    color:             #fff;
    padding:           4px 0;
}

/* Time Off */
td.jatsCellsDeactive {
    background-color:  #faeaea;
    color:             #cc6666;
    padding:           4px 0;
}
/* Time Off  Hover */
td.jatsCellsDeactive:hover,td.jatsCellsDeactiveHover {
    background-color:  #d74c4c;
    cursor:            pointer;
    color:             #fff;
    padding:           4px 0;
}

/* Actual Time*/
td.jatsCellsActual {
    background-color:  #cc3333;
    color:             #ffffff;
}
/* Actual Time Hover */
td.jatsCellsActual:hover,td.jatsCellsActualHover {
    background-color:  #111111;
    cursor:            pointer;
    color:             #fff;
}

/* Day matching the input date */
td.jacsInputDate:hover,td.jacsInputDateHover {
    background-color:  #d74c4c;
    cursor:            pointer;
    color:             #fff;
}
/* Weekend cells */
td.jacsCellsWeekend:hover,td.jacsCellsWeekendHover {
    background-color:  #d74c4c;
    cursor:            pointer;
    color:             #fff;
}
/* Day outside the current month */
td.jacsCellsExMonth:hover,td.jacsCellsExMonthHover{
    background-color:  #d74c4c;
    cursor:            pointer;
    color:             #fff;
}
/* Clear Button */
td.Clear {
    padding:           0px;
}
input.Clear {
    padding:           0px;
    text-align:     center;
    font-size:         11px;
}
/* Today selector */
td.jacsNow:hover,td.jacsNowHover{
    color:             #cc3333;
    cursor:            pointer;
    font-weight:       bold;
}

td.jacsNow{
    font-weight:       bold;
}
/* Disabled cells *//* Week Day *//* Day matching the input date */
td.jacsInputDateDisabled{
    background-color:  #f4f4f4;
    color:             #000000;
}
td.jacsCellsDisabled {
    background-color:  #f4f4f4;
    color:             #000000;
}
/* Weekend Day */
td.jacsCellsWeekendDisabled {
    background-color:  #f4f4f4;
    color:             #CC6666;
}
/* Day outside the current month */
td.jacsCellsExMonthDisabled {
    background-color:  #f4f4f4;
    color:             #666666;
}
td.jacsNowDisabled  
{
    background-color:  #6666CC;
    color:             #FFFFFF;
}



