d/*-----------------------------------------------
|    __    __
|   /\ \  /\ \
|   \ `\`\\/'/ ___     ___     ___      __
|    `\ `\ /' / __`\  / __`\ /' _ `\  /'__`\
|      `\ \ \/\ \L\ \/\ \L\ \/\ \/\ \/\  __/
|        \ \_\ \____/\ \____/\ \_\ \_\ \____\
|         \/_/\/___/  \/___/  \/_/\/_/\/____/
|
|
|   Author: Yoann Bentz (Yoone)
|   Website: http://www.yoone.eu/
|   Contact: yoann@yoone.eu
|
|   Designed for: http://www.gw2.fr/
|
-----------------------------------------------*/

.ycal, .ycal * {
	text-shadow: none;
}

.ycal {
    border-collapse: collapse;
	background-image: url("../img/calendar_back.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.ycal a {
	color: #333;
}

.ycal tr td {
    border: 1px solid #666;
    padding: 3px;
    width: 70px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
	color: #333;
}

.ycal .actual, .ycal .gray, .ycal .yhleft, .ycal .yhright {
	cursor: pointer;
}

.ycal .actual:hover {
    background-color: #ccc;
    color: #fff;
}

.ycal .yhead {
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-weight: bold;
}

.ycal .yhleft {
    float: left;
}

.ycal .yhright {
    float: right;
}

.ycal .yhleft:hover, .ycal .yhright:hover {
    text-decoration: underline;
}

.ycal .ydays td {
	background: -moz-linear-gradient(top,  rgba(69,72,77,0.75) 0%, rgba(68,71,76,0.75) 1%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.75)), color-stop(1%,rgba(68,71,76,0.75)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,0.75) 0%,rgba(68,71,76,0.75) 1%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,0.75) 0%,rgba(68,71,76,0.75) 1%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,0.75) 0%,rgba(68,71,76,0.75) 1%,rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,0.75) 0%,rgba(68,71,76,0.75) 1%,rgba(0,0,0,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf45484d', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.ycal .gray {
    background-color: #eee;
    color: #999;
}

.ycal .event, .ycal .pevent {
    font-weight: bold;
    text-decoration: underline;
}

.ycal .event {
    color: #c00;
}

.ycal .ydata {
    text-align: left;
    vertical-align: top;
    height: 260px;
    max-height: 260px;
	overflow: auto;
}

.ycal .selected {
	background: #999;
	color: #fff;
}

.ycal .today {
	padding: 3px 10px;
	border-radius: 3px;
	background-color: #444;
	color: #fff;
}

.ycal input[type="text"] {
	width: 300px;
}

.ycal select {
	width: 120px;
}

.ycal label {
	width: 150px;
	display: block;
	float: left;
}
