@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}
body {
	text-align:center;
	background:black;

	}
/* ---- calendar --- */
.content_container {
	width:588px;
	height:auto;
	border:1px solid;
	border-color:#f1f1f1;
	text-align:left;
	padding:5px;
	margin:20px auto;
	color:#f1f1f1;
	font-size:12px !important;
	background:#222;
	}
.calendar {
	border:1px solid #f1f1f1;
	padding:3px;
	width:580px;
	height:auto;
	clear:both;
	margin:0px auto;
	background: #000;
	margin-top:3px;
	}
.arrows {
	text-align:left;
	font-size:16px;
	}
.arrows li.back {
	display:inline;
	list-style:none;
	float:left;
	}
.arrows li.front {
	display:inline;
	list-style:none;
	float:right;
	}
.arrows a, .arrows a:hover {
	color:#f1f1f1;
	padding:3px;
	}
.display_calendar {
	clear:both;
	}
.padding_left {
	padding-left:35px;
	margin-top:0px;
	padding-bottom:3px;
	}
.table_font {
	text-align:center;
	background: #111;
	margin:5px auto;
	border:1px solid #f1f1f1;
	}
.table_font li {
	list-style:none;
	}
.days_of_week_font {
	padding:2px;
	}
.header_month {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	padding:3px 0px;
	text-align:center;
	}
.top_header {
	background:url(../images/calendar/bonus/calendar_black.gif) no-repeat top left;
	height:140px;
	text-align:center;
	border:none !important;
	}
.top_header h2 {
	margin-top:65px;
	margin-left:50px;
	}
.middle_ad	{
	height:auto !important;
	background:none transparent !important;
	}
.middle_ad h2 {
	margin-top:0px !important;
	margin-left:0px !important;
	}
form input {
	
	line-height:14px;
	}
.day {
	padding:2px;
	text-align:center;
	width:135px;
	height:35px;
	border:1px solid #f1f1f1;
	}
.color_border {
	border:1px solid #FFB900;
	}
.day a, .day a:hover {
	color:black;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	font-weight:900;
	text-decoration:none;
	float:left;
	}
.day a:hover {
	color:red;
	}
/*--------- No tables - CSS Calendar ---*/
.calendar_ul {
	clear:both;	
	margin:0px auto;
	width:590px;
	height:auto;
	}
.calendar_ul li {
	float:left;
	list-style:none;
	z-index:0;
	width:74px;
	display:block;
	height:70px;
	margin:1px 2px;

	}
#top_days p {
	float:left;
	width:80px;
	text-align:center;
	}
.date_box {
	width:80px !important;
	}
.event_details {
	clear:both;
	color:black;
	font-size:10px;
	}
.hover_me {
	clear:both;
	z-index:1000;
	position:relative;
	top:0px;
	left:-80px;
	width:150px;
	padding:5px;
	border:1px solid #f1f1f1;
	text-align:left;
	background:black;
	display:none;
	}
.event_hover_link {
	clear:both;
	}
ul.hover_me li {
	width:auto !important;
	height:auto !important;
	float:none !important;
	}
.left_side {
	left:25px !important;
	}
.event_hover_header {
	border-bottom:2px dashed #f1f1f1;
	padding-bottom:5px;
	margin-bottom:5px;
	color:yellow;
	text-transform:uppercase;
	}
.event_hover_header_2 {
	margin-bottom:3px;

	padding-bottom:5px;
	}
.event_hover_link a, .event_hover_link a:hover {
	color:red;
	text-decoration:underline;
	font-size:12px;
	padding-bottom:5px;
	}
.event_hover_link a:hover {
	text-decoration:none;
	}
#month_header_middle {
	font-size:14px;
	border-bottom:2px solid #f1f1f1;
	padding:10px 0px;
	text-align:center;
	}
/* -------------------------- RIGHT CONTENT -------------------*/

#right_content {
float:right; 
width:424px;
display:block;
text-align:center;
	}
#main_image {
	border:1px solid #f1f1f1;
	padding:5px;
	width:576px;
	height:860px;
	clear:both;
	}

/* ----------- top calender ------------*/

#calendar {
	margin-top:106px;
	}

/* --- right calendar info css ---*/

.clear_event {
	width:300px;
	height:1px;
	margin:5px 0px;
	clear:both;
	display:block;
	}

.bottom_content_shell {
	width:498px;
	height:auto;
	padding:75px 5px 5px 85px;
	margin:0px auto 5px auto;
	background: url(../images/calendar/bonus/calendar_black.gif) left top no-repeat;
	text-align:left;
	color:white !important;
	}
.no_event {
	height:16px;
	}
#event_header {
	border-bottom:1px solid #f1f1f1;
	font-size:14px;
	padding-bottom:5px;
	}
.event_image {
	float:left;
	border:1px solid #f1f1f1;
	padding:3px;
	background:#111111;
	margin-right:10px;
	height:100px;
	width:150px;
	}
.event_date_header {
	color:white;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px 0px;
	font-weight:900;
	text-transform:uppercase;
	}
.event_info {
	float:left;
	white-space:normal;
	border-bottom:1px double #f1f1f1;
	margin-bottom:5px;
	}
.event_title a, .event_title a:hover {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	width:200px;
	color:red;
	text-decoration:underline;
	font-weight:900;
	}
.event_title a:hover {
	color:white;
	}
.event_desc {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	white-space:normal;
	}
.event_link a, .event_link a:hover {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	white-space:normal;
	color:red;
	text-decoration:none;
	}
.event_link a:hover {
	color:white;
	}
.header_text {
	padding-left:5px;
	float:right;
	width:95px;
	height:35px;
	overflow:hidden;
	}
.header_text a, .header_text a:hover {
		font-size:10px;
	}

#bonus_images {
	background:url(../images/calendar/bonus/bonus_photos_black.gif) top left no-repeat;
	height:305px;
	margin-top:5px;
	clear:both;
}
#bonus_images li {
	float:left;
	padding:5px;
	background:black;
	border:1px solid #f1f1f1;
	display:inline;
	list-style:none;
	}
#bonus_images li img {
	border:none;
	}
#bonus_1, #bonus_2, #bonus_3 {
	margin:80px 5px 5px 90px;
	}
#bonus_2, #bonus_3 {
	margin-left:0px;
	}
.large_image {
	top:-900px;
	}
/*----------------------- Wallpaper --------------------*/

#wallpaper {
	width:550px;
	background:url(../images/calendar/bonus/event_wall_black.gif) no-repeat top left;
	}

#wall img {
	padding:5px;
	background:black;
	border:1px solid #f1f1f1;
	margin-left:90px;
	margin-top:85px;
	}
#sizes {
	width:550px;
	margin-left:95px;
	}
ul#sizes li {
	list-style:none;
	padding:3px;
	float:left;
	display:inline;
	}
ul#sizes li a, ul#sizes li a:hover {
	color:white;
	text-decoration:none;
	}
ul#sizes li a:hover {
	text-decoration:underline;
	color:yellow;
	}
