body {
    font-family: Arial, Verdana, Sans, Sans-Serif;
    font-size:13px;
    color:#000;
    margin:5px;
    text-align:center;
    background-color:#000032;
    background-image: url(/img/Image/layout_elements/bkg-lg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    
    
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 10px 0px;
    color:#222061;
}

h1 {
    font-size:21px;
    padding:0px;
}
h2 {
    font-size: 19px;
    padding:0px;
}
h3 {
    font-size: 17px;
    padding:0px;
}
h4 {
    font-size: 16px;
    font-size:13px;
}
blockquote {
    border-left: 3px solid #CCCCCC;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 0px;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
    margin: 10px 0px 5px 0px;   
}

p {
    margin: 0px 0px 10px 0px;
}

a {
    text-decoration:underline;
    color: #222061;
}
a:visited {
    color: #666;   
}
a:hover {
    color: #000000;
}


img {
    border: 0px;
}




/* ************************** */
/* ------
- "Flash" divs (status messages) -
------ */
.flash_message_ok {
    border:2px solid #6d6;
    background-color:#CCFFCC;
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}
.flash_message_error {
    border:2px solid #FF0000;
    background-color:#FCCECC;
    /*background-color:#fff;*/
    font-weight:bold;
    padding:5px;
    margin: 10px 0px;
    text-align:left;
}


/* ************************** */
/* ------
- FORMS -
------ */

form {
    width: 480px;
    text-align:left;
    padding:0px;
    margin:0px;
}

fieldset { 
    border:1px solid #DCD7C4; 
    padding:5px;
    /*-moz-border-radius: 8px; border-radius: 8px;*/
    text-align:left;
}

legend {
    color: #666;
    padding:5px;
}

label {
    /*border: 1px, solid #000;*/
    display: block;
    /*float: left;*/
    width: 150px;
    padding:0px 10px 0px 0px;
	cursor:pointer;
	text-align: right;
}

.checkbox {
    float: left;
    display: block;
    margin: 0px 10px;
}

.checkbox_item {
    display: block;
    clear: both;
    margin: 0px 0px 0px 150px;
    /*border: 1px  solid #000;*/
}

.label_checkbox {
    display: block;
    float: right;
    padding:0px 10px 0px 0px;
    /*border:1px solid #000;*/
    text-align: left;
}

.radiobtn {
    float: left;
    display: block;
    margin: 0px 10px;
}

.radiobtn_item {
    display: block;
    clear: both;
    margin: 0px 0px 5px 0px;
    /*border: 1px  solid #000;*/
}
.input_radio {
    margin-left:150px;
    background-color:#FFF;
    background-image:none;
}


div.required label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
}

div.optional label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 150px;
    padding:0px 10px 0px 0px;
}


div.error label {
    /*border: 1px, solid #000;*/
    display: block;
    float: left;
    width: 142px;
    padding:0px 10px 0px 0px;
}

div.required .label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    /*border:1px solid #000;*/
}

div.optional .label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    /*border:1px solid #000;*/
}

.label_radiobtn {
    display: block;
    float: left;
    padding:0px 0px 0px 0px;
    width:320px;
    /*border:1px solid #000;*/
}

input, textarea {
	padding:2px;
	border-width:1px;
	background: url(/img/bkg_input.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}
 
select {

	background: url(/img/bkg_input.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#FFF;
}

label:hover {
	cursor:pointer;
	color:#999;
}

.required {
    color:#FF0000;
}

.err { 
    font-weight: bold;
    color:#000;
}

.optional {
    color:#000000;
}

#formsubmission_nobots {
    display: none;   
}

/* ************************** */

div.error {
    padding: 5px;
    margin: 5px 0px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
}

/*p.err { 
    font-weight: bold;
}*/

p.error {
    font-weight: bold;
    color: #FF0000;
    margin:15px;
}

.error_message_group {
    padding: 5px;
    font-weight: normal;
}

.error_message {
    color:#000;
    padding:5px;
    margin:10px;
    background-color:#FCCECC;
    border: 2px solid #FF0000;
}

div.admin_module_alert {
    background-color:#FCCECC;
    border: 1px dashed #FF0000;
}


#paginator {
    border: 1px solid #CCC;
    margin: 10px 0px;
    padding:2px;
    font-size:11px;
}
#paginator select {
    font-size:11px;
}
.paginationnum {
    margin:3px;
}

.tbl_module tr:hover {
	background:#ffc;
}

.div_popup {
    display:block; 
    visibility:hidden; 
    position:absolute; 
    z-index:500; 
    width:250px; 
    height:150px;    
    left:60%;
    border: 1px solid #000;
    background-color: #FFF;
    padding:10px;
    margin:10px;
}

.status_pending {
    color: #ff0000;
}
.status_processing {
    color: #ff9900;
}
.status_complete {
    color: #339966;
}

/* ENDUSER SPECIFIC CSS START */

.center {
    text-align:center;
}


.show_on_load {
    display:none;
}

#table_main {
    /*background-image:url(/img/Image/layout_elements/body-bkg.gif);
    background-repeat: repeat-y;*/
    width: 900px;
}
#table_main_column_left {
    width: 200px;
    background-color: #fff;
    padding-top: 10px;
}
#table_main_column_center {
    width: 500px;   
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#table_main_column_right {
    width: 200px;
    background-color: #fff;
    padding-top: 10px;
}
#table_main_column_center_events {
    width: 700px;   
    background-color: #fff;
    padding-top: 10px;
}
#content {
    text-align:left;
    /*border:1px solid #ccc;*/
    /*height: 500px;*/
    padding: 0px 10px 10px 10px;
    z-index: 0;
}
#footer {
    width: 900px;
    margin: 10px 0px 10px 0px;   
}
#footer_logo {
    width: 125px;
    height: 65px;
    float: left;   
    margin-right: 30px;
}
#footer_nav {
    width: 775px;
    height: 65px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    margin-top: 25px;
}
#footer_nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;   
}
#footer_nav ul li {
    display: inline;   
}
#footer_nav ul li a {
    color: #fff;
    padding: 0px 5px;
    text-decoration: none;   
}
#footer_nav ul li a:hover {
    color: #3472a7;
}
p#copyright {
    font-size: 11px; 
}
#header {
    height: 210px;
    background-image: url(/img/Image/layout_elements/header-bkg.gif);
    background-repeat: repeat-y;  
    margin-bottom: 10px;
}
#header_left {
    width: 190px;
    float: left;
}
#header_left_menu_container {
    height: 160px;
}
#header_left_menu {
    padding: 15px 0px 0px 10px;
    text-align: left;   
}
#header_left_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;   
}
#header_left_menu ul li {
    display: block;
}

#header_left_menu ul li a {
    margin: 0px 5px;
    text-decoration: none;
    font-family: Arial, Verdana, Sans, Sans-Serif;
    font-size: 13px;
    color: #fff;
}
#header_left_menu ul li a:hover {
    color: #000032;
}
#header_left_logo {
    height: 110px;
    margin-top: 40px;
    margin-left: 0px;
}
#header_right {
    width: 703px;
    float: right;   
    text-align: right;
}
#header_right_image {
    margin-top: 5px;
    margin-right: 5px;
}

#master_nav_top {
    width: 900px;
    height: 20px;
    color: #fff;
    background-color: #2a315f;
    text-align: right;
    font-family: Arial, Verdana, Sans, Sans-Serif;
    font-size: 13px;
}
#master_nav_top ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#master_nav_top ul li {
    display: inline;
}
#master_nav_top ul li a {
    margin: 0px 7px;
    text-decoration: none;
    color: #fff;
}
#master_nav_top ul li a:hover {
    color: #3472a7;
}


#nav_top {
    width: 900px;
    height: 25px;
    background-color: #fff;
    text-align: left;
    font-family: Arial, Verdana, Sans, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    color: #000032;
    margin-bottom: 10px;
}

#nav_top_left_menu {
    width: 645px;
    height: 20px;
    float: left;
    margin: 5px 0px 5px 10px;
    overflow: clip;
}
#nav_top_left_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#nav_top_left_menu ul li {
    display: inline;
    margin: 0px 1px;
}
#nav_top_left_menu ul li a {
    text-decoration: none;
}
#nav_top_left_menu ul li a:hover {
    color: #3472a7;
}

#nav_top_flags_menu {
    width: 195px;
    float: right;
    text-align: right;
    margin: 5px 10px 5px 0px;
    overflow: clip;
}
#nav_top_flags_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#nav_top_flags_menu ul li {
    display: inline;
}
#nav_top_flags_menu ul li a {
    margin: 0px 3px;
    text-decoration: none;
}


#column_left {
    padding-left: 10px;
}
#column_left_hotel_search_box {
    width: 175px;
    height: 265px;
    padding-left: 10px;
    background-image: url(/img/Image/layout_elements/package-bkg.jpg);
    background-repeat: repeat-x;    
}
#column_left_video_box {
    margin-top: 20px;   
}
#column_left_add_event_box {
    margin-top: 20px;   
}
#column_left_add_event_box h3 {
    margin-bottom: 0px;
}
#column_left_join_site_box {
    margin-top: 20px;   
}
#column_left_join_site_box h3 {
    margin-bottom: 0px;
}
#column_right {
    padding-right: 10px;   
}
#column_right_events_calendar {
    width: 175px; 
    text-align: left;
}

#event_calendar a {
    color: #000032;   
}
#event_calendar a:hover {
    color: #FF0000;   
}
table#event_calendar td.event_calendar_cell_today a {
    color: #FF0000;   
}
table#event_calendar td.event_calendar_cell_today a:hover {
    color: #FFFFFF;   
}
table#event_calendar {
    width: 180px;
    border: none;   
    margin-right: 10px;
}
table#event_calendar td {
    border: none; 
    border-spacing: 0px;  
    background-image: url(/img/Image/layout_elements/event_calendar_cell.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 24px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
}
table#event_calendar td.event_calendar_cell_today {
    background-image: url(/img/Image/layout_elements/event_calendar_cell_today.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #FFF;   
}
table#event_calendar td.event_calendar_cell_no_events {
    background-image: url(/img/Image/layout_elements/event_calendar_cell_no_events.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #FFF;   
}

table#event_calendar td.event_calendar_day_label {
    background-image: none;
    height: 12px;
    line-height: 12px;
    color: #1B406D;
}
table#event_calendar td.event_calendar_title_row {
    background-image: none;
    height: 12px;
    line-height: 12px;
    color: #1B406D;
}
table#event_calendar_label_table {
    width: 170px;   
    color: #1B406D;
}
table#event_calendar_label_table td#event_calendar_btn_prev_month {
    background-image: none;
    width: 25px;   
    height: 12px;
    color: #1B406D;
}
table#event_calendar_label_table td#event_calendar_month_label {
    background-image: none;
    width: 120px;
    height: 12px;
    color: #1B406D;
}
table#event_calendar_label_table td#event_calendar_btn_next_month {
    background-image: none;
    width: 25px;    
    height: 12px;
    color: #1B406D;
}

div#event_calendar_label_go_see_do {
    width: 170px;
    margin-right: 15px;   
    margin-bottom: 0px;
}
div#event_calendar_btn_search_for_events {
    width: 170px;
    margin-right: 15px;   
    margin-bottom: 25px;
}

div#event_summary_list {
    width: 175px;
    margin-right: 10px;   
    margin-left: 5px; 
    text-align: left;
}
div#event_summary_list div.event_summary_date {
    font-size: 11px;
    font-weight: bold;  
    color: #000032; 
    margin-bottom: 2px;
}
div#event_summary_list div.event_summary {
    font-size: 11px;
    margin-bottom: 15px;
}
div#event_summary_list span.event_summary_title {
    font-size: 12px;
    font-weight: bold;  
    color: #000032; 
}

div#event_details_list {
    width: 100%;
}
div#event_details_list h3 {
    margin-bottom: 0px;   
}
div#event_details_list div.event_details_date {
    font-size: 11px;
    font-weight: bold;  
    color: #000032; 
    margin-bottom: 2px;
}
div#event_details_list div.event_details_description {
    margin-bottom: 20px;   
}

#event_month_selector {
    margin-bottom: 20px;
    text-align: left;
}
#event_month_selector ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;   
}
#event_month_selector ul li {
    display: inline;
    margin: 0px;
    padding: 0px;  
    margin-right: 3px; 
}
#event_search {
    margin-bottom: 20px;   
    text-align: left;
}
#event_search div.optional label {
    display: none;
    float: none;   
}

div#homepage_content_column_left {
    width: 45%;
    float: left;   
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}
div#homepage_content_column_left p {
    margin: 0px 10px 0px 10px;   
}
div#homepage_content_group_tour {
    margin-top: 50px;
    font-size: 11px;       
}
div#homepage_content_group_tour p {
    margin: 10px 10px 0px 5px;   
    line-height: normal;
}
div#homepage_content_column_right {
    width: 50%;
    float: right;   
    margin-top: 10px;
}
div#homepage_content_region_map {
    margin: 40px 0px 0px 0px;   
    font-size: 11px;       
}
div#homepage_content_region_map p {
    margin: 10px 15px 20px 15px;   
    line-height: normal;
}




div.testimonial {
    margin-bottom:30px;
    text-align:left;
}
#testimonials_block p {
    font-size:10px;
    margin-top:5px;
    text-align:left;
}

.tbl_results {
    border: 1px solid #CCC;
    padding:0px;
    margin:0px 10px;
    width:100%;
}
h1.tbl_results_subhead {
    margin:0px;
    padding:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
.tbl_row_results_subhead {
    background-color:#0152E9;
}

#tbl_photo_gallery {
    border:1px solid #CCC;
}




.p_caption {
    margin-top:0px;
    margin-left:0px;
    font-size:9px;
}

.faq_questions p {
    margin-left: 50px;
}
.faq_questions h2 {
    margin-top:15px;
}

.faq_answers p {
    margin-left: 50px;
    font-weight:bold;
}
.faq_answers blockquote {
    margin-left: 50px;
    padding-left:20px;
}

.faq_answers a {
    font-weight:normal;
}



#loading {
    position:relative;
    z-index:40910;
    top:350px;
    left:0px;
    height:75px;
    width:300px;
    margin-bottom:-77px;
    border:1px solid #CCC;
    background-color:#FFF;
    vertical-align:middle;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#cakeSqlLog {
    color:#FFF;
} 



hr {
    border: 1px solid #000;
    margin: 15px 0px;
}

#photo_gallery_photo {
    background-color: #fff;   
}

#photo_gallery_photos_navigator {
    padding: 0px 0px 10px 0px;   
}


#column_left_subnav { 
    margin-bottom: 30px;
}
#column_left_subnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;   
}
#column_left_subnav ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;   
}
#column_left_subnav ul li.label {
    font-weight: bold;
}

ul.regions_list {
    margin-top: 0px;
    margin-left: 15px;   
    padding: 0px;
}
ul.regions_list li {
    padding: 0px;
    margin-left: 15px;  
    margin-bottom: 5px; 
}

#regions_inline_list {
    margin: 0px 0px 30px 0px;
}
#regions_inline_list p {
    margin-top: 0px;   
}
#regions_inline_list ul {
    margin: 0px;
    padding: 0px;
}
#regions_inline_list li {
    display: inline;
    margin: 0px 6px;   
}

.result_block {
    margin-bottom: 25px; 
    margin-left: 20px;
    clear: both;
}
h3.result_name {
    margin: 0px;
    padding: 0px;
    font-size: 14px;   
}
.result_name {
    font-weight: bold;
}
.result_address {
    font-size: 11px;   
}
.result_link {
    font-size: 11px;   
}
.result_description {
    font-size: 11px;   
}
.result_category_description {
    margin-bottom: 25px;
}

a.accomodation_btn_book_now {
    display: block;
    width: 100px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    background-color: #3472a7;
    border: 1px solid #000032;
}
a.accomodation_btn_book_now:hover {
    color: #ff0000;
    background-color: #FFFFFF;
}
    
    
table#table_group_rates {
    border: 1px solid #ccc;  
    border-collapse: collapse; 
    empty-cells: show;
}
#table_group_rates th {
    border: 1px solid #ccc;  
    background-color: #EAEAEA;
    padding: 2px 2px 4px 2px;
    text-align: center;
}
#table_group_rates td {
    border: 1px solid #ccc;  
    padding: 4px 2px;
}
    
    
div.category_description {
    margin: 0px 0px 25px 0px;
}

.result_photo_thumbnail {
    width: 110px;
    float: right;
    margin-left: 10px;
}
div#result_fullsize_photo_container {
    width: 495px;
    position: relative;
    z-index: 500001;
    top: 50px;
    background-color:#FFF;
}
div#result_fullsize_photo {
    padding: 5px;
    background-color: #FFF;
    border: 2px solid #000032;
}
div#result_fullsize_photo_btn_close {
    width: 100px;
    text-align: center;
    margin: 0px auto;
    font-weight: bold;
    background-color:#FFF;
}