/*
 *
 * ALLGEMEINE DEFINITIONEN UND HELFER
 *
 */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: white;
}

p {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: black;
}
a:hover {
	text-decoration: none;
}

table {
	border: 0;
}

hr {
	height: 0;
	font-size: 0;
	border: none;
	border-bottom: 1px solid black;
}

.clearer {
	clear: both;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a  {
	text-decoration: none;
}

/*
 * 
 *
 */
 
div#container_main {
	margin: 0; /* disables margin top -20 from login */
	position: relative;
	/*background-image: url(../images/background.jpg);*/
	background-color: white;
	background-repeat: repeat-x;
	min-height: 550px;
}
* html div#container_main {
	/* height: 550px; */
	height: auto;
}

div#container_content {
	position: relative;
	background-color: white;
}
/* not */
/*
* html div#container_content {
	z-index: -1;
}
*+html div#container_content {
	z-index: -1;
}*/
/* important for print fixxxx */
* html div#container_content {
	z-index: 1;
}
*+html div#container_content {
	z-index: 1;
}



/*
 * Login
 *
 */

div#container_login {
	display: none;
}
body.layout div#container_login .login_top_bg {
	background-color: black;
	display: none;
}

div#container_login .login_top {
	height: 80px;
	background-color: black;
	color: white;
}
div#container_login .advantages {
	float: left;
	width: 220px;
	height: 60px;
	padding: 10px 30px 10px 0;
	background-image: url(../images/dotted_line_vertical_login.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
div#container_login .input_fields {
	float: left;
	padding: 26px 0 0 30px;
}
div#container_login .login_links {
	float: right;
	padding: 26px 0 0 0;
}
div#container_login .login_links a {
	display: block;
	color: white;
	text-decoration: underline;
}
div#container_login .login_links a:hover {
	text-decoration: none;
}

div#container_login .login_bottom {
	position: relative;
	z-index: 100;
	height: 20px;
	width: 880px;
	margin: 0 auto;
}
div#container_login .login_tab {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 75px;
	color: #97bf0d;
	line-height: 20px;
	text-align: center;
	background-image: url(../images/bg_logintab.gif);
	background-repeat: no-repeat;
}
div#container_login .login_tab a {
	color: #97bf0d;
	text-decoration: none;
}
div#container_login .login_tab a:hover {
	text-decoration: underline;
}
div#container_login .login_userinfo {
	position: absolute;
	top: 0;
	right: 100px;
	height: 20px;
	text-align: right;
	line-height: 20px;
}
div#container_login .login_userinfo .user_label {
	color: #999999;
}



/*
 * Header
 *
 */

div#container_header {
	/*position: relative;
	z-index: 10;*/
}

div#container_header div.print_logo {
	display: block;
	margin: 0 0 20px 0;
}
div#container_header div.print_logo span {
	display: none;
	padding: 0 0 0 6px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
div#container_header div.logo {
	display: none;
	/*position: absolute;
	top: 0;
	left: 12px;
	height: 100px;
	width: 235px;
	padding: 0;
	margin: 0;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;*/
}
div#container_header div.logo a {
	text-decoration: none;
	display: block;
	height: 100px;
	width: 235px;
}

div#container_header div.box_mainmenu {
	display: none;
	/*position: absolute;
	top: 40px;
	right: 12px;
	height: 30px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: bold;*/
}

div#container_header div.box_mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


div#container_header div.box_mainmenu li {
	position: relative;
	background-image: url(../images/topnav_bg_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin-left: 20px;
	line-height: 30px;
}
div#container_header div.box_mainmenu li span.bg_left {
	background-image: url(../images/topnav_bg_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	float: left;
}

div#container_header div.box_mainmenu a {
	float: left;
	margin: 0;
	padding: 0 8px 0 8px;
	text-decoration: none;
	color: #bcce38;
}


div#container_header div.box_mainmenu li.topnav_hover span.bg_left {
	background-position: left -30px;
}
div#container_header div.box_mainmenu li.topnav_hover {
	background-position: right -30px;
}
div#container_header div.box_mainmenu li.topnav_hover a {
	color: black;
}

div#container_header div.box_mainmenu li.active span.bg_left {
	background-position: left -60px;
}
div#container_header div.box_mainmenu li.active {
	background-position: right -60px;
}
div#container_header div.box_mainmenu li.active a {
	color: black;
}

div#container_header div.box_mainmenu a.arrow {
	float: left;
	padding: 0 8px 0 0;
	margin: 0 0 0 8px;
	display: block;
	width: 10px;
	height: 30px;
	background-image: url(../images/arrow_rightf.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
div#container_header div.box_mainmenu span.active a.arrow {
	background-image: url(../images/arrow_down_black.gif);
	background-position: left 12px;
}

div#container_header div.box_mainmenu ul.topnav_dropdown {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 30px;
	right: 0;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 8px;
	height: auto;
	font-size: 12px;
	line-height: normal;
	background-color: white;
	border: 2px solid #97bf0d;
}
div#container_header div.box_mainmenu .topnav_dropdown li {
	display: inline; /* for IE6 */
	float: none;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	background: none;
	background-image: none;
}
div#container_header div.box_mainmenu .topnav_dropdown li a {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	color: black;
	font-weight: normal;
}
div#container_header div.box_mainmenu .topnav_dropdown li a:hover {
	color: #7a9400;
}



/*
 *  Left
 *
 */

div#container_column_left {
	float: left;
}



/*
 *  Center
 *
 */

div#container_column_center {
	float: left;
}


.detailed_search_table {
	width: 468px;
	color: #666666;
	margin-bottom: 12px;
}
.detailed_search_table a {
	color: #666666;
}
.detailed_search_table a.location_name {
	text-decoration: none;
}
.detailed_search_table b {
	color: black;
}
.detailed_search_table h2 {
	display: inline;
	font-size: 14px;
	font-weight: normal;
}
.detailed_search_table td.header {
	padding: 0 0 10px 0;
}
.detailed_search_table td {
	padding: 6px 0 6px 0;
	vertical-align: top;
	background-image: url(../images/dotted_line_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.detailed_search_table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.detailed_search_table td.status {
	width: 1%;
}
.detailed_search_table td.status .status_open,
.detailed_search_table td.status .status_closed {
	float: right;
}
.detailed_search_table td.images {
	width: 117px;
}

.search_table {
	width: 100%;
	color: #666666;
	margin-bottom: 12px;
}
.search_table a {
	font-weight: bold;
}
.search_table td {
	padding: 2px 0 2px 0;
	/*vertical-align: top;*/
}



.more_locations {
	color: #666666;
	background-color: white;
	padding-top: 10px;
}
.more_locations h2 {
	margin-bottom: 10px;
	color: black;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	background-color: #97bf0d;
}
.more_locations p {
	padding-bottom: 8px;
}


/*
 *  Right
 *
 */

div#container_column_right {
	display: none;
	/*float: left;*/
}

div#container_column_right .more_locations h2 {
	width: 178px;
	height: auto;
	min-height: 21px;
	line-height: 16px;
	text-align: left;
	background-color: transparent;
	padding-left: 20px;
	background-image: url(../images/arrow_xoani.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
* html div#container_column_right .more_locations h2 {
	height: 21px;
	width: 158px;
}


/*
 *  Location Column
 *
 */

div#location_column {
	float: left;
	padding: 0;
	margin: 0;
	width: 674px;
	margin: 0 18px 0 0;
}
div#location_left {
	/*display: none;
	float: left;
	padding: 0;
	width: 300px;
	margin: 0 18px 0 0;*/
}
div#location_left .thumbs img {
	padding: 0;
	margin: 0 6px 0 0;
}
div#location_left img.last_thumb {
	padding: 0;
	margin: 0;
}



div#location_right {
	float: left;
	width: 356px;
	padding: 0;
	margin: 0 0 20px 0;
}

div#location_column .location_header {
	margin-bottom: 20px;
}
div#location_column .location_header h1 {
	float: left;
	width: 250px;
}
div#location_column .location_header .status {
	float: right;
	width: 60px;
}
div#location_column .location_header .status_text {
	display: block;
	float: left;
}
div#location_column .location_header .status_closed,
div#location_column .location_header .status_open {
	float: right;
}

div#location_column .description {
	margin-bottom: 20px;
}

div#location_column .info_box {
	background-color: #e9efc5;
	padding: 6px;
	color: #666666;
	margin-bottom: 20px;
}
div#location_column .address {
	float: left;
	width: 243px;
	border-right: 1px solid #97bf0d;
}
div#location_column .address h2 {
	font-size: 14px;
	color: black;
}
div#location_column .location_category {
	float: left;
	width: 80px;
	padding: 20px 0 0 12px;
}
div#location_column .info_box .location_category table {

}

div#location_column .location_attributes {
	color: #666666;
}
div#location_column .location_attributes p {
	margin-bottom: 10px;
}
div#location_column .location_attributes b {
	color: black;
}



/*
 *  Left or Right 198px
 *
 */

div.subnav {
	margin: 0 0 12px 0;
	padding: 0 0 4px 0;
	background-color: white;
}
div.subnav ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}
div.subnav li {
	margin: 0 0 8px 0;
	padding: 0;
}
div.subnav a {
	color: #666666;
	text-decoration: none;
}
div.subnav a:hover {
	text-decoration: underline;
}


div.gadgets {
	background-color: #FFFFFF;
	padding: 12px 0 20px 0;
	text-align: center;
}
div.gadgets a {
	margin-right: 4px;
}

div.tags {
	background-color: #FFFFFF;
	padding: 12px 0 20px 0;
}
div.tags h3 {
	font-size: 14px;
}
div.tags a {
	padding: 0 4px 0 4px;
	color: #666666;
	text-decoration: none;
}
div.tags a:hover {
	background-color: #97bf0d;
}
div.tags .size1 {
	font-size: 21px;
}
div.tags .size2 {
	font-size: 20px;
}
div.tags .size3 {
	font-size: 19px;
}
div.tags .size4 {
	font-size: 18px;
}
div.tags .size5 {
	font-size: 17px;
}
div.tags .size6 {
	font-size: 16px;
}
div.tags .size7 {
	font-size: 15px;
}
div.tags .size8 {
	font-size: 14px;
}
div.tags .size9 {
	font-size: 13px;
}
div.tags .size0 {
	font-size: 12px;
}



.flickrContainer {
  background-color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 3px;
}
#flickrGallery {
  margin-top: 10px;
}
#flickrGallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#flickrGallery ul li {
  float: left;
  margin-left: 12px;
  margin-bottom: 12px;
}

/*
 *  Searchbar
 *
 */

div#searchbar {
	display: none;
	/*position: relative;
	margin-bottom: 30px;
	min-height: 70px;*/
}
* html div#searchbar {
	height: 70px;
}

div#simple_search {
	position: absolute;
	z-index: 5;
	width: 840px;
	height: 70px;
	padding: 10px 0 0 40px;
	background-image: url(../images/bg_search.png);
	background-repeat: no-repeat;
}
div#simple_search .search_icon {
	position: relative;
	float: left;
	margin: 0 12px 0 0;
}
div#simple_search .search_icon a {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../images/dummy_icon_50x50.gif);
	background-repeat: no-repeat;
	outline: 0; /* prevent dotted border in Firefox */
}
div#searchbar div#simple_search .icons .search_breakfast a {
	background-image: url(../images/bg_icon_breakfast.png);
}
div#searchbar div#simple_search .icons .search_breakfast a:hover {
	background-position: left -50px;
}
div#searchbar div#simple_search .icons .search_breakfast a.active {
	background-position: left -100px;
}
div#searchbar div#simple_search .icons .search_lunch a {
	background-image: url(../images/bg_icon_lunch.png);
}
div#searchbar div#simple_search .icons .search_lunch a:hover {
	background-position: left -50px;
}
div#searchbar div#simple_search .icons .search_lunch a.active {
	background-position: left -100px;
}
div#searchbar div#simple_search .icons .search_dinner a {
	background-image: url(../images/bg_icon_dinner.png);
}
div#searchbar div#simple_search .icons .search_dinner a:hover {
	background-position: left -50px;
}
div#searchbar div#simple_search .icons .search_dinner a.active {
	background-position: left -100px;
}
div#searchbar div#simple_search .icons .search_nightlife a {
	background-image: url(../images/bg_icon_nightlife.png);
}
div#searchbar div#simple_search .icons .search_nightlife a:hover {
	background-position: left -50px;
}
div#searchbar div#simple_search .icons .search_nightlife a.active {
	background-position: left -100px;
}

div#simple_search .input_fields {
	float: left;
	padding: 16px 0 0 40px;
}
div#container_login .input_fields .field,
div#simple_search .input_fields .field {
	width: 150px;
	margin-right: 8px;
	border: 2px solid #94BE04;
	background-color: #EDF0C5;
}

div#simple_search a.search_toggle {
	margin: 0 0 0 10px;
	padding-left: 16px;
	background-image: url(../images/arrow_down_black.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
div#simple_search a.active {
	background-image: url(../images/arrow_up_black.gif);
}

div#advanced_search {
	margin: 0;
	padding: 57px 0 0 0;
	background-image: url(../images/bg_extended_search.gif);
	background-repeat: repeat-y;
}
div#advanced_search .rounding_bottom {
	height: 13px;
	background-image: url(../images/bg_extended_search_round.gif);
	background-repeat: no-repeat;
	background-color: white;
}

#extended_search {
  padding: 33px 20px 7px 20px;
	display: none;
}

#extended_search .column {
  float: left;
  width: 210px;
}

#extended_search .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px; 
  background-image: url(../images/arrow_down_black.gif); 
  background-repeat: no-repeat; 
  background-position: left 50%; 
  padding-left: 15px;
}

#extended_search label {
  margin-left: 5px;
}
#extended_search .clear_button {
	text-align: right;
}



/*
 *  3er Teaser
 *
 */

div#container_column_teasers {
	width: 846px;
	background-image: url(../images/bg_stripe_3teaser.gif);
	margin: 0 11px 0 11px;
	padding-left: 12px;
}
div#container_column_teasers .float_left {
	float: left;
}

div.striped_background div.teaser {
	color: #666666;
	background-color: white;
	padding: 6px 0 6px 0;
	margin: 0 0 12px 0;
}

div#container_column_teasers .teaser {
	color: #666666;
	background-color: white;
	width: 232px;
	padding: 0 19px 0 19px;
	margin: 0 12px 0 0;
}


div.striped_background .teaser b,
div#container_column_teasers .teaser b {
	color: black;
}


div.striped_background .teaser h1,
div#container_column_teasers .teaser h1 {
	color: black;
	font-size: 16px;
	margin-bottom: 8px;
}


div.striped_background .teaser img,
div#container_column_teasers .teaser img {
	margin-bottom: 8px;
}



/*
 *  Footer
 *
 */

div#container_footer {
	display: none;
	/*color: #666666;*/
}
div.copyright {
	float: left;
}
div.footer_menu {
	float: right;
}
div.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.footer_menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
div.footer_menu a {
	color: #666666;
	text-decoration: none;
}
div.footer_menu a:hover {
	text-decoration: underline;
}

/*
 *  Edit Fields
 *
 */
 
 .highlighted {
	color: #E6261A;
}



/* Edit Form */

div.editform_container {
	margin: 0;
	padding: 0;
}

div.editform_container h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
}

div.editform_container .error_box {
	margin: 0;
	padding: 20px 0 10px 0;
}

div.editform_container .label {
	color: #7A9400;
}
div.editform_container .editform {
	margin: 0 0 20px 0;
	padding: 0;
	width: 653px;
}
.tx-srfeuserregister-pi1 div.editform_container .editform {
	width: 468px;
}
div.editform_container .opening_times {
	width: 502px;
}
div.editform_container .editform td {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
}
div.editform_container .editform td.mceToolbarTop {
	padding: 0 0 1px 0;
}
div.editform_container .editform td.label {
	margin: 0;
	padding: 0 0 2px 0;
}
div.editform_container .editform .textfield select,
div.editform_container .editform .textfield input {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
body div.editform_container .editform select:focus,
body div.editform_container .editform input:focus {
	border: 2px solid #97BF0D;
}
div.editform_container .editform textarea {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
div.editform_container .editform textarea:focus {
	border: 2px solid #97BF0D;
}
div.editform_container .editform .zip input {
	margin: 0;
	padding: 0;
	width: 100px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
div.editform_container .editform td.label_city {
	margin: 0;
	padding: 0 0 0 4px;
}
div.editform_container .editform .city input {
	margin: 0;
	padding: 0;
	width: 544px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	background-image: url('../images/bg_input.gif');
	background-repeat: repeat-x;
}
.tx-srfeuserregister-pi1 div.editform_container .editform .city input {
	width: 100px;
}

div.editform_container .editform .opening_times_col1 input {
	margin: 0 10px 0 0;
	padding: 0;
}
div.editform_container .editform .opening_times_col2 select,
div.editform_container .editform .opening_times_col3 select {
	margin: 0;
	padding: 0;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
}

div.editform_container .submit_row {
	margin: 0 0 20px 0;
	padding: 0;
}
div.editform_container .submit_row .submitt_button {
	float: left;
}
div.editform_container .submit_row .required_note {
	float: right;
}
 


/*
 *  Menu Plan
 *
 */
 
div.header_menuplan {
	padding: 4px 0 12px 0;
}
div.header_menuplan .previous_menu {
	width: 150px;
	float: left;
}
div.header_menuplan .previous_menu a {
	padding: 0 0 0 12px;
	color: #BCD94A;
	text-decoration: none;
	background-image: url(../images/arrow_leftf.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
div.header_menuplan .next_menu {
	width: 150px;
	float: right;
	text-align: right;
}
div.header_menuplan .next_menu a {
	padding: 0 12px 0 0;
	color: #BCD94A;
	text-decoration: none;
	background-image: url(../images/arrow_rightf.gif);
	background-position: right 50%;
	background-repeat: no-repeat;
}
div.header_menuplan .week {
	float: left;
	width: 350px;
	text-align: center;
}

div.menu_entry {
	margin-bottom: 12px;
}
div.menu_entry .menu_bg {
	padding: 0 12px 0 12px;
}
div.menu_entry .active {
	background-image: url(../images/bg_stripe.gif);
}
div.menu_entry .menu_content {
	padding: 4px 10px;
	background-color: #F4F7EC;
	border: 1px solid #BBCD00;
}
div.menu_entry .menu_day {
	padding: 0 0 4px 0;
	font-weight: bold;
}
div.menu_entry .menu_description {
	float: left;
}
div.menu_entry .menu_bookmark {
	display: none;
}





div#google_map_form {
	display: none;
}


/*
 *  For ALL
 *
 */

.ui-tabs-panel .bbytesDatagrid .action_icon_cell a {
	display: none;
}


a.arrow_link {
	color: #BCD94A;
	padding-left: 12px;
	background-image: url(../images/arrow_link.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	text-decoration: none;
}
a.arrow_link:hover {
	text-decoration: underline;
}
a.print {
	padding: 2px 0 0 20px;
	background-image: url(../images/icons_print_16.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}
a.search {
	padding: 2px 0 0 20px;
	background-image: url(../images/icons_star_16.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
}
a.search_result {
	padding: 2px 0 0 20px;
	background-image: url(../images/icons_staryellow_16.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
}
a.report_content {
	padding: 2px 0 0 20px;
	background-position: left 1px;
	background-image: url(../images/icon_report.png);
	background-repeat: no-repeat;
}
a.ajaxSuccessLink {
	background-position: 2px 5px;
	background-image: url(../images/icon_hacken.gif);
}



span.has_status {
	padding: 0 0 0 16px;
	font-size: 11px;
	background-image: url(../images/icon_hacken.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
}
span.hasnot_status {
	padding: 0 0 0 16px;
	font-size: 11px;
	/*background-image: url(../images/icon_hacken.gif);
	background-position: left 2px;
	background-repeat: no-repeat;*/
}

.submitt_button input,
input.button {
	padding: 0;
	margin: 0;
	height: 22px;
	width: 60px;
	line-height: 22px;
	text-align: center;
	border: none;
	color: white;
	font-size: 11px;
	background-image: url(../images/button_60px.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
input.tx-srfeuserregister-pi1-submit,
input.button_wide {
	padding: 0;
	margin: 0;
	height: 22px;
	width: 125px;
	line-height: 22px;
	text-align: center;
	border: none;
	color: white;
	font-size: 11px;
	background-image: url(../images/button_125px.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

/*
*+html input.button {
	padding: 0 3px 0 3px;
}
* html input.button {
	padding: 0 3px 0 3px;
}
*/
.submitt_button input:hover,
input.button:hover {
	background-position: left -22px;
}
input.tx-srfeuserregister-pi1-submit:hover,
input.button_wide:hover {
	background-position: left -22px;
}

.striped_background {
	padding: 12px 0 0 0;
	border-bottom: 1px solid white;
	background-image: url(../images/bg_stripe.gif);
}

div.status_open {
	display: none;
}
div.status_closed {
	display: none;
}
.print_only {	
	display: block;
}


span.day_off {
	display: block;
	padding-bottom: 4px;
}

div.add {
	margin-bottom: 20px;
}


table.bbytesDatagrid th {
	color: black;
}

.bbytesDatagrid tr:hover {
	background-image: none;
	background-color: #EFF7D4;
}

table.styleLess td {
	border: none;
	padding: 2px;
}

div.bbytesDialogLink a {
	display: inline;
	background-color: transparent;
}

.bbytesDialog,.bbytesDialogError,.bbytesDialogMessage {
	border: none;
}



/* Location Gallery */

#largeLocationImageContainer {
	height: 222px;
	width: 296px;
}
#largeLocationImage {
	height: 222px;
	width: 296px;
}
.locationImages {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.locationImages li {
	float: left;
}


#ss_p {
  display: block;
  color: white;
  position: absolute;
  bottom: 0;
  left: 4px; 
}
#ss_n {
  display: block;
  color: white;
  position: absolute;
  bottom: 0;
  right: 4px; 
}
#ss_x {
  display: block;
  color: white;
  position: absolute;
  top: 0;
  right: 4px; 
}
#ss_a {
  display: none;
}



p.info {
  padding: 10px;
  border: 1px solid #FFE900;
  background-color: #FFFABF;
  margin: 0 0 15px 0;
}

p.info a {
  text-decoration: underline;
}


/* ui.tab.css */
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }

/* Hide useless elements in print layouts... */
    .ui-tabs-nav {
        display: none;
    }
