﻿/* 
 * Gaia Ajax Widgets, an Ajax Widget Library for ASP.NET 2.0
 * Copyright (C) 2007 - 2008 Gaiaware AS
 * All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as 
 * published by the Free Software Foundation.
 * 
 * Or if you have purchased the "Professional Edition" from Gaiaware
 * it is distributed to you in person under the Gaia Commercial License
 * which makes it possible for you to create closed source applications
 * and still be able to distribute those applications without creating 
 * restrictions for your source code.
 * 
 * Unless you're developing GPL software you should and probably legally
 * have to purchase a license of the Gaia Commercial License since otherwise
 * you might be forced to GPL license your derived works.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should find a copy of both the GPL version 3 and the 
 * Gaia Commercial License on disc where you have extracted these files.
 * If not visit http://www.gnu.org for the GPL version or 
 * http://ajaxwidgets.com for the Gaia Commercial License.
 * 
 * Breaking the terms of whatever license you're entitled to use will cause
 * prosecution by Gaiaware AS. If possible we will demand to settle any 
 * law suits at a court in Norway.
 * 
 */

.gaiax-calendar-container
{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #1b376c;
	padding: 2px;
	position: relative;
}

.gaiax-calendar-container a
{
    -moz-outline:0;
    outline:0;
    outline-style: none;
}

.gaiax-calendar-input-text
{
	font-size:11px;
	width:80px;
}

.gaiax-calendar-previous-month,
.gaiax-calendar-current-month,
.gaiax-calendar-next-month
{
	background: #cde none repeat scroll 0 0;
	color: #fff;
	font-family: Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

.gaiax-calendar-previous-month,
.gaiax-calendar-next-month
{
	width: 18px;
}
.gaiax-calendar-next-month 
{
	text-align: right;
}

.gaiax-calendar-previous-month a, .gaiax-calendar-next-month a
{
	background: transparent url(Calendar/cal-buttons.png) no-repeat scroll 0 0;
	height: 15px;
	width: 15px;
	cursor: pointer;
	display: block;
}

.gaiax-calendar-previous-month a
{
	background-position: 0px -15px;
	margin-left: 5px;
}

.gaiax-calendar-current-month 
{
	padding: 2px 0pt;	
}

.gaiax-calendar-current-month a.gaiax-calendar-month
{
	color: #666;
	text-decoration: none;
}

.gaiax-calendar-next-month a
{
	text-align: right;
	background-position: 0px -30px;
	margin-right: 5px;
}

/* END TOP DIV */

table.gaiax-calendar-daywrapper
{
	table-layout: fixed;
	width: 100%;
}

.gaiax-calendar-daywrapper,
.gaiax-calendar-daywrapper td,
.gaiax-calendar-daywrapper th
{
	border-collapse: separate;
}

.gaiax-calendar-daywrapper th
{
	background: transparent url(Calendar/cal-gradient.png) repeat-x scroll left top;
	border-bottom: 1px solid #727272;
	color: #2D2D2D;
	cursor: default;
	font-family: Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	width: 25px;
}

.gaiax-calendar-daywrapper th span
{
	margin-right: 7px;
	padding: 2px;
	display: block;
}

.gaiax-calendar-active 
{
	color: #2E2E2E;
	cursor: pointer;
}

.gaiax-calendar-day
{
	color: #333;
	display: block;
	font-family: Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size: 12px;
	padding: 2px 5px 0pt 0pt;
	text-align: center;
	font-style: normal;
	text-decoration: none;
}

.gaiax-calendar-daywrapper a
{
	border: 1px solid white;
}

.gaiax-calendar-daywrapper a:hover
{
    text-decoration:none;
    color:black;
    background: transparent url(Calendar/cal-gradient.png) repeat-x scroll left top;
    border:solid 1px #abc0e5;
}

.gaiax-calendar-selected a
{
	background: transparent url(Calendar/cal-gradient.png) repeat-x scroll left top;
	border: 1px solid #333;
	font-weight: bold;
	padding: 1px 4px 2px 3px;
}

.gaiax-calendar-selected span
{
	font-weight: bold;
}

.gaiax-calendar-next-day a,
.gaiax-calendar-previous-day a
{
	color: #777;
	text-decoration: none;
}

.gaiax-calendar-bottom
{
	background: #ddd url(Calendar/cal-gradient.png) repeat-x scroll left top;
	border-top: 1px solid #aaa;
	padding: 2px;
}

/* YEAR/MONTH PICKER HERE  */

.gaiax-calendar-ympicker
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: auto;
	background: white none repeat scroll 0% 0%;
	position: absolute;
}

.gaiax-calendar-ympicker td
{
	font-family: Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size: 11px;
	font-weight: normal;
}

td.gaiax-calendar-ympicker-month,
td.gaiax-calendar-ympicker-year,
td.gaiax-calendar-ympicker-yearbutton
{
	border: 0pt none;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	cursor: pointer;
}

td.gaiax-calendar-ympicker-month a,
td.gaiax-calendar-ympicker-year a
{
	color: #154154;
	display: block;
	padding: 2px 4px 0pt 0pt;
	text-align: center;
	text-decoration: none;
}

.gaiax-calendar-ympicker-yearbutton a
{
	background: transparent url(Calendar/cal-buttons.png) no-repeat scroll 0% 0%;
	cursor: pointer;
	display: block;
	height: 15px;
	width: 15px;
}

.gaiax-calendar-ympicker-yearbutton a.gaiax-calendar-ympicker-next
{
	background-position: 0px -30px;	
	float:right;
	margin-right:10px;
}

.gaiax-calendar-ympicker-yearbutton a.gaiax-calendar-ympicker-previous
{
	float:left;
	margin-left: 10px;
	background-position: 0px -15px;
}

td.gaiax-calendar-ympicker-selected a
{
	background: transparent url(Calendar/cal-gradient.png) repeat-x scroll left top;
	border: 1px solid #888;
	padding: 1px 3px;
}

input.gaiax-calendar-withtime-part
{
	width:22px;
	height:14px;
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Sans-Serif;
	text-align:center;
	border:none;
}

.gaiax-calendar-withtime-nav
{
    width:12px;
    text-align:center;
}

.gaiax-calendar-withtime-nav a,
.gaiax-calendar-withtime-nav span
{
    color:#666;
    font-size:12px;
    text-decoration:none;
    height:16px;
    font-weight:normal;
}

/* styles for inner extended button */
.gaiax-datetimepicker-button span,
.gaiax-calendar-bottom span
{
	height: 24px;
}

.gaiax-datetimepicker-button button span,
.gaiax-calendar-bottom button span
{
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Sans-Serif;	
}