/* begin INITIALIZED and GLOBAL elements ----------------------------------------- */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;	
	font-family: tahoma, arial, helvetica, verdana, lucida, sans-serif;	
	font-size: 75%;
	color: #000000;
}
/* reset default HTML values */
img, form, fieldset, input, textarea, select, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, hr, table {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.333em;
	font-family: tahoma, arial, helvetica, verdana, lucida, sans-serif;	
}
/*----------------------------------------------*/
a {color: #000000; text-decoration: none; outline: none;}
a:hover {color: #CC3300; text-decoration: underline; outline: none;}

.wrap {
	width: 960px;
	margin: 10px auto;
}
.shade {
	background: transparent url(../cal_images/shade.gif) no-repeat 0 0;
	padding-top: 4px;
}
.shade_btm {
	background: transparent url(../cal_images/shade.gif) no-repeat 0 100%;
	padding-bottom: 4px;
}
.copyright {
	color: #666666;
	font-size: 11px;
	text-align: center;
	padding: 20px 0;
}

h1, h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}
h1 {
	margin: 15px 0 12px;
}
#filter_name {
	text-transform: capitalize;
}
.all #filter_name {
	display: none;
}

table.grid {
	width: 952px;
	margin: 0 4px;
	/**margin: 0 4px;
    width: 100%;*/
    border: 0px solid #CCD4D9;    
    border-collapse: collapse;
}

.header td {
	height: 60px;
    border: 0px solid #CCD4D9;    
    background-color: #CCD4D9;
}
.header td.left {
	text-align: left;
	vertical-align: bottom;
    width: 272px;
}
.header td.center {
    width: 408px;
	vertical-align: bottom;
}
.header td.right {
	text-align: right;
    width: 272px;
}
.header td.right img {
	float: right;
}

.navig {
	position: relative;
	width: 408px;
	margin: 0 auto 5px;
}
.navig li {
	float: left;
	display: inline;
	width: 184px;
}
.navig li.prev {
	margin-left: 90px;
	width: 22px;
}
.navig li.next {
	width: 112px;
}
#month_form input.btn {
	display: block;
	width: 22px;
	height: 36px;
	cursor: pointer;
	text-indent: -300em;
	background: #7283C3 url(../cal_images/arrows.gif) no-repeat 0 0;
}
#month_form input.next {
	background-position: 100% 0;
}
.kids #month_form input.btn {
    background-color: #FF9900;
}
.teens #month_form input.btn {
    background-color: #9F5FC3;
}
.adults #month_form input.btn {
    background-color: #DB4715;
}
.family #month_form input.btn {
    background-color: #209F4B;
}
#month_form input.btn:hover {
    background-color: #FFFFFF;
}

.days th {
    background-color: #7E8DC7;
    border: 1px solid #CCD4D9;
	height: 23px;
	line-height: 23px;
}

td {
    width: 135px;
	height: 125px;
    border: 1px solid #CCD4D9;
	vertical-align: top;
}

.other_month {
    background-color: #EEEEEE;
}

.day {
    background-color: #E0E5E8;
	height: 23px;
	line-height: 23px;
	text-align: right;
	padding-right: 12px;
}
.events {
	/*height: 89px;
	overflow: auto;*/
	padding: 8px 2px 2px 4px;
	font-size: 11px;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}
.events p {
	background: transparent url(../cal_images/event.gif) no-repeat 0 3px;
	line-height: 12px;
	padding: 0 0 8px 10px;
	display: none;
}
.events span {
	text-decoration: underline;
}
.events p.teens {
	background-position: 0 -47px;
}
.events p.adults {
	background-position: 0 -97px;
}
.events p.family {
	background-position: 0 -147px;
}

.all .events p.kids,
.all .events p.teens,
.all .events p.adults,
.all .events p.family,
.kids .events p.kids,
.teens .events p.teens,
.adults .events p.adults,
.family .events p.family {
	display: block;
}

td.actday .day {
    background-color: #C0C5C8;
}
td.actday .events {
    border-color: #C0C5C8;
}

.all .days th,
.all td.active .day {
    background-color: #7283C3;
}
.all td.active .events {
    border-color: #7283C3;
}
.kids .days th,
.kids td.active .day {
    background-color: #FF9900;
}
.kids td.active .events {
    border-color: #FF9900;
}
.teens .days th,
.teens td.active .day {
    background-color: #9F5FC3;
}
.teens td.active .events {
    border-color: #9F5FC3;
}
.adults .days th,
.adults td.active .day {
    background-color: #DB4715;
}
.adults td.active .events {
    border-color: #DB4715;
}
.family .days th,
.family td.active .day {
    background-color: #209F4B;
}
.family td.active .events {
    border-color: #209F4B;
}

a.thickbox,
.events_full {
	display: none;
}
.day_view {
	margin-bottom: 16px;
}
.day_view h4 {
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	float: left;
	padding: 0 7px;
	font-size: 12px;
	font-weight: bold;
    background-color: #FF9900;
}
.day_view h4.teens {
	background-color: #9F5FC3;
}
.day_view h4.adults {
	background-color: #DB4715;
}
.day_view h4.family {
	background-color: #209F4B;
}
.day_view img {
	float: left;
	margin-right: 15px;
}
.day_view  p {
	font-size: 11px;
	line-height: 17px;
	clear: both;
}

.filters {
	margin-left: 10px;
}
.filters li {
	width: 50px;
	height: 22px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	float: left;
	display: inline;
	margin-right: 1px;
	cursor: pointer;
    background-color: #7283C3;
}
.filters li.kids {
    background-color: #FF9900;
}
.filters li.teens {
    background-color: #9F5FC3;
}
.filters li.adults {
    background-color: #DB4715;
}
.filters li.family {
    background-color: #209F4B;
}
.filters li:hover {
   color: #FFFFFF;
}
.filters_comment {
	font-size: 11px;
	clear: both;
	margin: 2px 0 3px 12px;
}

/* admin page  */
h2 a {
	color: #333333;
}
.admin a.thickbox {
	display: inline;
}
.admin .day a.thickbox {
	display: block;
	width: 100%;
	text-decoration: none;
}
.admin .day.hover {
    background-color: #C0C5C8;
}
.day a:hover {
	font-weight: bold;
}

/* begin FLOAT CLEARS and HACKS ---------------------------------- */
.row {
	zoom:1;
}
.row:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	width:0;
	line-height:0;
	visibility:hidden;
}
/* end FLOAT CLEARS and HACKS ---------------------------------- */
