@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f8f8f8;
	background-image: url(../../artwalk/images/dcc_bg_all.png);
	background-repeat: repeat-x;
}

.header {
	height: 80px;
	width: 100%;
	background-image: url(../../artwalk/images/dcc_home_bg.png);
}
.header_planner {
	height: 80px;
	width: 100%;
	background-image: url(../../artwalk/images/planner_bg.png);
}
.header_monterey {
	height: 80px;
	width: 100%;
	background-color: #000000;
}
.header_sanluis {
	height: 80px;
	width: 100%;
	background-image: url(../../artwalk/images/sanluis_bg.png);
}
.header_santab {
	height: 80px;
	width: 100%;
	background-image: url(../../artwalk/images/santabarbara_bg.png);
}
.header_ventura {
	height: 80px;
	width: 100%;
	background-image: url(../../artwalk/images/ventura_bg.png);
}
.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	clear: left;
	padding-left: 5px;
}
.calendar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding-top: 10px;
	padding-left: 8px;
	border-bottom-color: #999999;
}

.calendar_table {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
}

.calendar_table_header {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	font-family: Helvetica;
	height: 25px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	text-transform: uppercase;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 4px;
}

.calendar_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.calendar_detailview {
	padding-left: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.calendar_title_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-color: #CCCCCC;
	clear: left;
	padding-left: 4px;
	padding-top: 10px;
}
.calendar_table_empty {
	height: 8px;
	color: #FFFFFF;
	font-size: 8px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #003399;
}
.category_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 6px;
}
.category_table {
	padding-left: 11px;
	padding-right: 11px;
}
.category_table  ul  {
	margin-left: 0px;
	padding-left: 0px;
	color: #999999;
	list-style-type: none;
}
.category_table  li  {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.category_table a:link {
	color: #333333;
	text-decoration: none;
}

.category_table a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

.category_table a:visited {
	text-decoration: none;
}
.about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	clear: left;
	line-height: 24px;
	padding-left: 12px;
	padding-right: 10px;
}
.about_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 12px;
	color: #000000;
}

.guide_table {
	padding-left: 4px;
}
.guide_table  ul  {
	margin-left: 0px;
	padding-left: 0px;
	color: #999999;
	list-style-type: none;
}
.guide_table  li  {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.guide_table a:link {
	color: #333333;
	text-decoration: none;
}

.guide_table a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

.guide_table a:visited {
	text-decoration: none;
}

/* ==================================================================================== */
/* = SIDE BAR ========================================================================= */
/* ==================================================================================== */

#home #sidebar ul#search {
	border-top: 1px solid #aaaaaa;
}

#sidebar ul#search {
	margin: 0;
	text-indent: 0;
	border-bottom: 1px solid #aaaaaa;
	background-color: #f3f3f3;
}



.search_input {
	float: left;
	font-weight: bold;
	width: 170px;
	padding: 8px 6px;
	margin: 10px;
    border: 1px solid #999999;
	background-color: #F9F9F9;
}

.search_input:focus {
	background-color: #DFF4FF;
}

#search_accomdations li, #search_dining li, #search_nightlife li, #search_shopping li, #search_attractions li {
	margin-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#search_accomdations select, #search_dining select, #search_nightlife select, #search_shopping select, #search_attractions select {
	font-size: 14px;
	width: 180px;
    border: 1px solid #999999;
	background-color: #F9F9F9;
}

li#advanced_search {
	color: #ffffff;
	margin: 0;
	height: 22px;
	text-indent: -3000em;
	overflow: hidden;
	background: #000000 url("../../content/images/search_advanced.png") 20px 10px no-repeat;
	border-top: 1px solid #ffffff;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#336699;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons .search_button {
	float: right;
	height: 30px;
	margin: 10px 0;
}

#sidebar .buttons .search_button {
	margin-right: 20px;
}

/* Search BUtton */

.buttons button.search_icon {
	float: none;
	padding: 4px;
	margin: 10px 0;
    border: 1px solid #E6E2AF;
}


.results_table_header {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	font-family: Helvetica;
	height: 25px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	text-transform: uppercase;
	background-color: #CCCCCC;
	color: #003366;
	padding-top: 4px;
}

.results_none {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	clear: left;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.planner_calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	clear: left;
	padding-left: 5px;
}

