h1 { color: #515151; }

/* =============================================================================== */
/* Header, content, footer */
/* =============================================================================== */
#header
{
	width: 100%;
	height: 202px;
	background-image: url(/images/header/header_date_background.gif);
	background-repeat: repeat-x;
}

/* =============================================================================== */

.tabs
{
	clear: both;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	width: 940px;
}

.tabs li
{
	float: left;	
	line-height: 30px;
}
.tabs li a:hover { text-decoration: none; }
.tabs li:hover { float: left; background: url('/images/menus/nav_tab_gray_right.gif') top right no-repeat; }
.tabs li:hover a { float: left; background: url('/images/menus/nav_tab_gray_left.gif') top left no-repeat; padding: 0 15px; }
.tabs li.active { background: #0469c7 url('/images/menus/dateplanner/nav_tab_active_background_test.gif') top right no-repeat; }
.tabs li.active a { color: #fff; background: url('/images/menus/dateplanner/nav_tab_active_cornerleft_test.gif') top left no-repeat; }


/*
.tabs .active
{
	background-color: #0469c7;
	background-image: url(/images/menus/dateplanner/nav_tab_active_background.gif);
	background-repeat: repeat-x;
}

.tabs .active a
{
	color: #FFFFFF;
	background-image: url(/images/menus/dateplanner/nav_tab_active_cornerright.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 15px;
	display: block;	
}
*/

.tabs a
{
	color: #3f3f3f; 
	padding: 0 15px;
	display: block;
}

.tabs .divider
{
	height: 30px;
	width: 2px;
	background-image: url(/images/menus/nav_tab_divider.gif);
	background-repeat: no-repeat;
	padding: 0;
}


/* =============================================================================== */

.subtabs
{
	width: 940px;
	clear: both;
	height: 34px;
	font-weight: bold;
}

.subtabs li
{
	float: left;
	line-height: 34px;
}

.subtabs .active { background: #0469c7 url('/images/menus/dateplanner/nav_subtab_active_background_test.gif') top right no-repeat; }
.subtabs .active a { padding: 0 17px; background: url('/images/menus/dateplanner/nav_subtab_active_cornerleft_test.gif') top left no-repeat; }


/*
.subtabs .active
{
	background-color: #0469c7;
	background-image: url(/images/menus/dateplanner/nav_subtab_active_background.gif);
	background-repeat: repeat-x;
}

.subtabs .active a
{
	color: #FFFFFF;
	background-image: url(/images/menus/dateplanner/nav_subtab_active_cornerright.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 17px;
	display: block;

}
*/

.subtabs a
{
	color: #FFFFFF;
	padding: 0 17px;
	display: block;
}



/* =============================================================================== */
/* Search Box */
/* =============================================================================== */

.iefix{ background: #fff url(/images/menus/dateplanner/search.gif) repeat-x; }

.searchbox
{
	background: #fff url(/images/menus/dateplanner/search.gif) repeat-x;
	border-style: inset;
	border-width: 0px;

  width: 140px;	
	height: 18px;
	position: absolute;
}




/* =============================================================================== */
/* Specialied styles */
/* =============================================================================== */

.city {
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	padding: 0px;
}

.r_shadow
{ 
	width: 910px;
	height: 7px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	background: #ffffff url(/images/rule_shadow.gif) top left no-repeat;
}

/* =============================================================================== */
/* Date picker styles */
/* =============================================================================== */

.dateplanner_picker {
	height: 165px;
	width: 390px;
  background: url(/images/dateplanner/datepicker_bg.gif) no-repeat;
  padding:10px 9px 30px 18px;
}

.dateplanner_picker .text {
	float: right;
	width: 200px;
	text-align: center;
	padding-top: 25px;
}


/* =============================================================================== */
/* Colored boxes */
/* =============================================================================== */

.restaurants {
	padding: 15px;
	border: solid 1px #ebe7df;
	background: url(/images/dateplanner/restaurants_bg.jpg) #f8f7f6 bottom right no-repeat;
	min-height: 140px;
	margin-bottom: 20px;
}

.bars {
	padding: 15px;
	border: solid 1px #e6efdd;
	background: url(/images/dateplanner/bars_bg.jpg) #f6f9f1 bottom right no-repeat;
	min-height: 140px;
	margin-bottom: 20px;
}

.venues {
	padding: 15px;
	border: solid 1px #e9f0fa;
	background: url(/images/dateplanner/venues_bg.jpg) #f6f9fc bottom right no-repeat;
	min-height: 140px;
	margin-bottom: 20px;
}


/* =============================================================================== */
/* Event frames */
/* =============================================================================== */

.eventframe_48
{
	width: 64px;
	height: 64px;
	background-image:url(/images/eventframe_48.gif);
	background-repeat: no-repeat;
	float: left;
}

.eventframe_48 .photo
{
	width: 48px;
	height: 48px;
	padding: 8px;
	overflow: hidden;
}

.eventframe_128
{
	width: 152px;
	height: 152px;
	background-image:url(/images/eventframe_128.gif);
	background-repeat: no-repeat;
	float: left;
}

.eventframe_128 .photo
{
	width: 128px;
	height: 128px;
	padding: 12px;
	overflow: hidden;
}


/* =============================================================================== */
/* Intro Map */
/* =============================================================================== */

.intromap {
	height: 221px;
	background: url(/images/dateplanner/worldmap.gif) right no-repeat;
}
 
.intromap .text {
 	padding: 50px 0 0 50px;
	width: 500px;	
}
 
.city_block {
	background: url(/images/dateplanner/city_icon.gif) top left no-repeat;
	width: 240px;
	border-bottom: solid 1px #c7c7c7;
	color: #5e5e5e;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
}

#dp_title_box { float: left; background: #000 url('/images/dateplanner/discoball.jpg') top right no-repeat; width: 915px; height: 205px; }
#dp_title_box h3 { float: left; color: #0099ff; font: normal 30px Arial, Helvetica, sans-serif; margin: 40px 0 0 30px; }
#dp_title_box p { float: left; color: #ffffff; line-height: 20px; font: normal 16px Arial, Helvetica, sans-serif; margin: 14px 0 0 30px; width: 550px; }

/* =============================================================================== */
/* Call to action */
/* =============================================================================== */

div#cta_box_dateplanner { float: left; _display: inline; margin: 0px 0px 20px 0px; width: 915px; height: 200px; background: #020307 url('/images/call_to_action/cta_dateplanner.jpg') top right no-repeat; }
div#cta_box_dateplanner h5 { float: left; _display: inline; margin: 10px 10px 5px 0; padding: 0px; width: 660px; font: normal 35px Arial, Helvetica, sans-serif; color: #ffffff; text-align: center; }
div#cta_box_dateplanner p { float: left; _display: inline; margin: 5px 10px 5px 40px; width: 500px; font: normal 14px Arial, Arial, Helvetica, sans-serif; color: #ffffff; text-align: center; }
div#cta_box_dateplanner a.button { float: left; _display: inline; clear: both; width: 265px; width: 44px; margin: 10px 10px 5px 190px; }
div#cta_box_dateplanner a.button img { border: none; }
div#cta_box_dateplanner a.member { float: left; _display: inline; clear: both; position: relative; top: 0; left: 235px; font: normal 12px Arial, Helvetica, sans-serif; color: #ffffff; text-decoration:underline; }