
/* events.php */

/* Author: Madi Karizma (egolabelnyc.com) */
/* Last modified: November 13, 2007 */
/* Copyright (C) 2007 Company of Egolabel. */
/* All Rights Reserved. */

.content {
	padding: 5px 10px 10px 10px; }

td {
	vertical-align: top; }

.td_left {
	border-right: solid 2px #111;
	padding: 10px 30px 10px 0; }

.td_right {
	padding: 10px 0 10px 30px;
	width: 100%; }

h1 {
	margin-bottom: 10px; }

h1 img {
	margin-right: 5px; }

h2 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px; }

p {
	border-bottom: dashed 1px #111;
	color: #999;
	line-height: 17px;
	margin-bottom: 20px;
	padding-bottom: 20px; }

.time_frame {
	padding: 10px; }

.time_frame h1 {
	font-size: 12px;
	margin-bottom: 5px; }

.select_month {
	font: 12px arial;
	width: 100px; }

.select_year {
	font: 12px arial;
	width: 75px; }

.button_go {
	font: 12px arial; }

/* Calender */

.calendar {
	background: url(../images/background_calendar.png) repeat-x;
	height: 250px;
	width: 250px; }

.calendar_top {
	background: url(../images/calendar_top.jpg) no-repeat top;
	height: 250px;
	width: 250px; }

.calendar_bottom {
	background: url(../images/calendar_bottom.jpg) no-repeat bottom;
	font-size: 10px;
	height: 222px;
	padding: 14px;
	text-align: left;
	width: 222px; }

.calendar h1 {
	font-size: 14px !important;
	margin-bottom: 10px !important; }

.calendar h1 a {
	color: #fff;
	text-decoration: none; }

.calendar h1 a:hover {
	text-decoration: underline; }

.saturday, .sunday, .weekday {
	background: #303e4f;
	border: solid 1px #303e4f;
	float: left;
	height: 28px;
	margin: 0 2px 2px 0;
	width: 28px; }

.saturday a, .sunday a, .weekday a {
	color: #fff;
	display: block;
	height: 24px;
	padding: 4px 0 0 4px;
	width: 24px; }

.weekday {
	background: #243345;
	border: solid 1px #243345; }

.saturday {
	margin-right: 0; }

.weekday_event_normal {
	background: #243345;
	border: solid 1px #58626e;
	float: left;
	height: 28px;
	margin: 0 2px 2px 0;
	width: 28px; }

.saturday_event_normal {
	background: #303e4f;
	border: solid 1px #58626e;
	float: left;
	height: 28px;
	margin-bottom: 2px;
	width: 28px; }

.sunday_event_normal {
	background: #303e4f;
	border: solid 1px #58626e;
	float: left;
	height: 28px;
	margin: 0 2px 2px 0;
	width: 28px; }

.weekday_event_normal a, .saturday_event_normal a, .sunday_event_normal a {
	color: #fff;
	display: block;
	height: 24px;
	padding: 4px 0 0 4px;
	width: 24px; }

/* End of Document */

