/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Thunda.com Fiesta Parties
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Parties Nav
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contentpanel_header table#parties_nav {
	padding: 5px 0 7px 10px;
	background: #535353;
	font-size: 10px;
	width: 565px;
	color: #fff;
}

div#contentpanel_header table#parties_nav td {
	vertical-align: top;
}

div#contentpanel_header table#parties_nav a {
	color: #CCCCCC;
}

div#contentpanel_header table#parties_nav label {
	display: block;
	margin-bottom: 5px;
}

div#contentpanel_header table#parties_nav input.searchbutton {
	background: transparent;
	border: 0;
}

div#contentpanel_header table#parties_nav td#parties_nav_nav {
	width: 347px;
}

div#contentpanel_header table#parties_nav td#parties_nav_nav img {
	margin: 2px 0 8px;
}

div#contentpanel_header table#parties_nav td#parties_nav_changecity {
	width: 158px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Party Details
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.party_details {
	background: #0E0E0E;
	padding: 9px 10px 10px;
	border-top: 5px solid #202020;
	
}

div.party_details p {
	color: #999999;
	font-size: 10px;
}

div.party_details td, div.party_details td a {
	color: #999999;
	font-size: 10px;
}

div.party_details td.party_details_flyer {
	vertical-align: top;
	width: 87px;
}

div.party_details td.party_details_text {
	vertical-align: top;
	width: 458px;
}

div.party_details p.party_details_venue {
	margin-top: 16px;
}

div.party_details td.party_details_send {
	text-align: right;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Right Panel
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header_right {
	border-top: 0;
	padding-top: 5px;
	height: 19px !important;
	height /**/: 24px;
	
}

.header_right img {
	margin: 0 auto;
}

td#rightpanel div.banner {
	margin-top: 5px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Party Calendar
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#side_calendar {
	width: 160px;
	height: 116px;
	background: url(/images/calendar_back.gif) repeat-x;
}

#calendar_date {
	width: 130px;
	height: 15px;
	border-bottom: 3px solid #666666;
	margin: 0 auto;
}

#calendar_date td {
	text-align: center;
}

#calendar_date td img {
	margin: 0 auto;
}

#calendar_date_month {
	width: 80px;
}

div#calendar {
	padding-top: 8px;
	text-align: center;
}

div#calendar h3 {
	color: #B3D1E1;
	font-size: 12px;
	margin: 0 auto;
}

div#calendar table#calendar_layout {
	margin: 0 auto;
}

div#calendar table#calendar_layout th {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
}

div#calendar table#calendar_layout td {
	background: #666666;
	width: 17px;
	height: 11px;
	text-align: center;
	font-size: 9px;
	color: #ccc;
}

div#calendar table#calendar_layout td a {
	text-decoration: none;
	color: #ccc;
	display: block;
	width: 17px;
	height: 11px;
	background: #EF3E25;
	font-weight: normal;
}

div#calendar table#calendar_layout td a:hover {
	background: #EF8879;
	color: #333;
}

div#calendar table#calendar_nav {
	width: 210px;
	margin: 0 auto;
	border-bottom: 1px #2F3E4D solid;
}

div#calendar table#calendar_nav td {
	font-size: 9px;
	height: 14px;
	vertical-align: top;
}

div#calendar table#calendar_nav td a {
	font-size: 9px;
	color: #B3D1E1;
	text-decoration: none;
}

div#calendar table#calendar_nav td a:hover {
	color: #fff;
}

div#calendar table#calendar_nav td.prev {
	width: 63px;
	text-align: right;
}

div#calendar table#calendar_nav td.next {
	text-align: right;
	padding-right: 20px;
}

/*++ footer ++*/
div#footer {
	padding: 15px 0;
}
