/* gaythailand.com CSS Document for calender

	Target Browsers: IE6, Firefox 1.0.7

*/

hr {height: 1px; color:#FEA42A; background-color:#FEA42A}
select {vertical-align: middle; font-weight: normal;}

.cal-button
{
	BORDER: 1px outset #2C8AD2 ;  
	BACKGROUND-COLOR: #2C8AD2;
	COLOR: #FFFFFF; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align:middle;
	padding: 2px 5px;
}


/*calender classes start*/
.calender-title
{
	background-color: #E2EAEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
	padding: 3px;
	/*border: 1px solid #A4CDDF;*/
}

.calender-title-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	padding-left: 5px;
}

.jump-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}


a.select-week
{
	text-decoration:none;
	color: #0066CC;	
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.select-week:hover
{
	text-decoration: none;
	color:#CC0000;
}


.day-of-week /*calender day of week - for header*/
{
	background-color: #0263AA;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#ffffff;
	padding: 5px;
}
.day-of-week a, .day-of-week a:link,.day-of-week a:visited, .day-of-week a:hover
{ color: #ffffff; font-weight: bold;}

.inactive-day /*for days which don't belong to the selected month*/
{
	background-color: #eeeeee;
}

.inactive-day .day-of-week /*for day which don't belong to the selected month*/
{
	background-color: #dfdfdf;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#222222;
	padding: 5px;
}

.today
{
	border: 2px ridge #749721;
}

.date /*calender date - for header*/
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align:right;
	color: #ffffff;
	background-color: #2C8AD2;
}


.cal-item, a.cal-item:link, a.cal-item:visited /*calendar item with link*/
{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dotted #E1E1E1;
	padding: 2px;
	display:block;
	width: 95%;
}

a.cal-item:hover /*calender item hover*/
{
	color:#0263AA;
	text-decoration:none;
	background-color: #EFF6F8;
	border-bottom: 1px solid #0263AA;
}

.tbl-month
{
	background-color: #BECFD3;
}

.tbl-month a
{
	font-weight: bold;
	color:#CC0000;
}

.tbl-title a
{
	font-weight: bold;
	color:#FFFFFF;
}

.tbl-month tr
{
	background-color: #EFF6F8;
}

.tbl-month-head
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	background-color: #2C8AD2;
	font-weight:bold;
	color:#FFFFFF;
}

.tbl-month-head a,.tbl-month-head a:link, .tbl-month-head a:visited, .tbl-month-head a:hover
{
	text-decoration: none;
	color:#CE3500;
}

.tbl-month-title
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:13px;
	background-color: #0263AA;
	color: #fff  !important;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
.tbl-month-title a:link, .tbl-month-title a:visited, .tbl-month-title a:hover
{ color: #FFFFFF}

.tbl-month-today
{
	border: 1px ridge #749721;
	background-color:#FFFFFF;
}

a.add-event:link, a.add-event:visited
{
	border: 1px solid #FDCC63;
	background-color:#FEA42A;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	display: block;
	text-decoration:none;
}

a.add-event:hover
{
	border: 1px solid #CE3500;
	background-color:#CE3500;
	color: #ffffff;
	text-decoration:none;
}
a.add-event:hover h2 {color:#FFFFFF;}

.view-switcher
{
	float: right;
}

.tbl-task
{
	border: 1px solid #FEA42A;
	background-color: #FFEECA;
}

.tbl-task-title
{
	background-color: #CE3500;
	color: #ffffff !important;
	font-weight: bold;
	text-align: left;
}


a.weekly-event
{
	color:#cc0000;
	text-decoration:none;
	border-bottom: 1px dotted #444444;
	padding: 0px;
}

a.weekly-event:hover
{
	color:#4296EA;
	text-decoration:none;
	border-bottom: 1px dotted #ED2124;
}


a.weekly-addnew
{
	font-weight: normal;
	color:#1A5B8F;
}

.weekday
{
	border: 1px solid #BFDEF7;
	margin-bottom: 1px;
}
.weekday-today
{
	border: 2px ridge #749721;
	margin-bottom: 1px;
}

.week-date
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FDCC63;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
	color: #CE3500;
}

.week-switch
{
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}

.no-events
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#CC3300;
	text-align: center;
}

.event-title
{
	text-align: right;
}


.eventboxesyear
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FF0000;
	text-align: center;
}

.dayboxes
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-align: center;
}
.dayboxesoth
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-align: center;
}

.beforedayboxes
{
	background-color:#EFF6F8;
}

.afterdayboxes
{
	background-color:#EFF6F8;
}

.sunday
{
	background-color:#FFFFFF;
}

.eventboxes
{
	background-color:#FFFFFF;
}

/*.eventboxesyear
{
	background-color:#000000;
}*/


/*calender classes end*/