@charset "utf-8";
/*!
 * Style Calendar v1.0.0
 * http://www.7codes.co.cc/
 *
 * Copyright (c) 2009 MiT.Roland
 *
 * mit.roland@gmail.com
 * Date: 2009-10-14 02:42:16 -0500 (Wed, 14 Oct 2009)
 * Revision: 0
 */

/* Calendar Style
------------------ */

	#calendar, .calendar {position:absolute; width:155px; height:165px; display:none; z-index:600}
	#calendar td{font-size:11px}
	#calendar a{color:#FFF; text-decoration:none}
	
	#backcalendar {-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomleft: 3px;-moz-border-radius-bottomright: 3px;-webkit-border-bottom-left-radius: 3px;-webkit-border-bottom-right-radius: 3px;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px; background:#008; height:100%; width:100%; position:absolute; top:0px; z-index:650; opacity:0.2}
	
	#maincalendar {-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomleft: 2px;-moz-border-radius-bottomright: 2px;-webkit-border-bottom-left-radius: 2px;-webkit-border-bottom-right-radius: 2px;-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px; margin:5px; background:#000; z-index:700; position:relative; height:155px; top:0px}
	#maincalendar .head {-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px; padding:6px 2px 5px 2px; margin-bottom:2px; color:#FFF; height:13px; font-size:11px; text-align:center; background:url(nav_divider.gif) 0px -10px repeat-x}
	#maincalendar .head #arrleft {float:left}
	#maincalendar .head #arrright {float:right}
	
	#maincalendar .head #headdate {padding:0px; float:left; width:105px; text-align:center}
	
	#maincalendar #mainDate {padding:2px;}
	
	.date {color:#FFF; float:left; width:20px; height:18px; font-size:10px}
	.date .tgl {float:left; width:20px; height:20px; line-height:15px}
	.date .tgl:hover{-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomleft: 2px;-moz-border-radius-bottomright: 2px;-webkit-border-bottom-left-radius: 2px;-webkit-border-bottom-right-radius: 2px;-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px; border:1px solid #CCC; width:18px; height:16px; line-height:14px}
	.date .selected {-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomleft: 2px;-moz-border-radius-bottomright: 2px;-webkit-border-bottom-left-radius: 2px;-webkit-border-bottom-right-radius: 2px;-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px; border:1px solid #CCC; background:#CCC; color:#006; width:18px; height:16px; float:left; line-height:14px}
	.date .selected2 {-moz-border-radius-topleft: 2px;-moz-border-radius-topright: 2px;-moz-border-radius-bottomleft: 2px;-moz-border-radius-bottomright: 2px;-webkit-border-bottom-left-radius: 2px;-webkit-border-bottom-right-radius: 2px;-webkit-border-top-left-radius: 2px;-webkit-border-top-right-radius: 2px; border:1px solid #CCC; color:#FFF; width:18px; height:16px; float:left; line-height:14px}
	
	.copyright {position:absolute; bottom:10px; right:15px; font-size:12px}
	.copyright a{color:#09F; text-decoration:none;}
	.copyright a:hover{color:#F3F; text-decoration:underline}
