/*
	SUNNY
  MAIN CSS
  PATH: data/css/main.css
*/

/* div { outline: 1px solid #000000; } */

html * { margin: 0; padding: 0; border: none; outline: none; }
html, body { height: 100%; }
img { border: none; }
table { border-collapse: collapse; }
a { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #999999; }

.floatleft { display: inline; float: left; }
.floatright { display: inline; float: right; }
.clearfloat { clear:both; height:0px; line-height:0px; visibility: hidden; }

/* Project specific */

h1 { color: #999999; font: normal 18px arial; padding: 0 0 10px 0; }
h2 { color: #999999; font: bold 12px tahoma; padding: 0 0 10px 0; }
h3 { color: #666666; font: bold 12px tahoma; padding: 0 0 10px 0; }
p { color: #000000; font: normal 11px tahoma; padding: 0 0 15px 0; }
ul, ol { list-style-position: outside; padding: 0 0 15px 20px;}
li { color: #000000; font: normal 11px tahoma; }

.c_black { font: bold 11px tahoma; background: #000000; color: #ffffff; padding: 2px; text-decoration: none; }
.c_gray { font: bold 11px tahoma; background: #c8c8c8; color: #ffffff; padding: 2px; text-decoration: none; }
.c_big { font: bold 17px verdana; text-decoration: none; color: #000000; line-height: 25px; }


table.c_default { border-collapse: collapse; margin: 0 0 15px 0; }
table.c_default tr {}
table.c_default tr td { vertical-align: top; padding: 5px; border-bottom: dotted 1px #666666; color: #000000; font: normal 11px tahoma; }
table.c_default tr td * { padding: 0; margin: 0; }

table.c_menu { border-collapse: collapse; margin: 0 0 15px 0; width: 100%; }
table.c_menu tr {}
table.c_menu tr td { vertical-align: top; padding: 10px 5px; color: #666666; font: bold 12px tahoma; }
table.c_menu tr td.c_price { width: 50px; text-align: }

.c_padleft { padding-left: 20px; }

.c_input_text { width: 274px; height: 16px; font: normal 12px tahoma; padding: 3px; }
.c_input_text_narrow { width: 50px; height: 16px; font: normal 12px tahoma; padding: 3px; }
.c_input_textarea { width: 390px; height: 125px; font: normal 12px tahoma; padding: 3px; }
.c_input_submit { color: #ffffff; width: 80px; height: 20px; padding: 0 0 0 0; background: url('../img/c_input_submit.gif') no-repeat left 0; font: bold 12px tahoma; cursor: pointer; margin: 15px 0 0 0; }
.c_select { width: 45px; height: 22px; font: normal 12px tahoma; padding: 3px; }

.c_separator { height: 1px; line-height: 1px; border-bottom: dotted 1px #666666; margin: -10px 0 10px 0; }

body { background: url('../img/background.gif'); }

#sm_main_outer {
  width: 100%;
  background: url('../img/background_stripe.png') repeat-x 0 120px;
}

#sm_main {
  width: 795px;
  padding: 0 9px;
  margin: 0 0 0 112px;
  background: url('../img/background_main.png') repeat-y 0 0;
}

#sm_main_inner {
  width: 100%;
  background: url('../img/background_main_inner.gif') repeat-x 0 0;
}

#sm_left {
  width: 240px;
  padding: 50px 0 0 0;
}

#sm_language {
  width: 100%;
  padding: 35px 0 20px 0;
  text-align: center;
}

#sm_language a {
  color: #666666;
  font: bold 13px tahoma;
}

#sm_logo {
  height: 220px;
  padding: 30px 0 0 25px;
}

#sm_slogan {
  color: #666666;
  font: normal 14px verdana;
  text-align: center;
  text-transform: uppercase;
}

#sm_banner_1 {
  text-align: center;
  margin: 25px 0 0 0;
}

#sm_contacts {
  text-align: center;
}

#sm_contacts h1 {
  margin: 10px 0 0 0;
  color: #000000;
  font: normal 20px verdana;
}

#sm_icons {
  margin: 10px 0 0 0;
  text-align: center;
}

#sm_right {
  width: 555px;
  min-height: 750px;
  margin: 55px 0 0 0;
  background: url('../img/background_right.png') repeat-y 0 0;
}

#sm_header {
  width: 555px;
  height: 355px;
}

#sm_menu {
  height: 67px;
  margin: 0 0 0 5px;
  background: url('../img/background_menu.gif') repeat-x 0 0;
}
#sm_menu ul {
  list-style-type: none;
  padding: 0;
}

#sm_menu ul li {
  display: inline;
  float: left;
  height: 39px;
  padding: 28px 8px 0 8px;
  cursor: pointer;
}

#sm_menu ul li.c_active, #sm_menu ul li.c_hover {
  background: url('../img/background_menu_over.gif') repeat-x 0 0;
}

#sm_menu ul li a {
  color: #ffffff;
  font: bold 11px verdana;
  text-decoration: none;
}

#sm_content {
  width: 520px;
  padding: 20px 15px 20px 20px;
}

#sm_content a { color: #999999; }
#sm_content a:hover { text-decoration: underline; }

#sm_footer {
  width: 813px;
  height: 20px;
  margin: 0 0 20px 112px;
  background: url('../img/background_footer.png') no-repeat 0 0;
}

#sm_reserve { display: none; width: 520px; height: 380px; }

/* INDEX TEMPLATE */
#sm_content.c_index .c_content table { width: 100%; border-collapse: collapse; }
#sm_content.c_index .c_content { vertical-align: top; }
#sm_content.c_index .c_content table tr {}
#sm_content.c_index .c_content table tr td { vertical-align: top; }
#sm_content.c_index .c_content table tr td.c_content { vertical-align: top; }
#sm_content.c_index .c_content table tr td.c_image { text-align: center; width: 180px; padding: 20px 0 0 0; }
.c_content2 { text-align: left; vertical-align: top; }
.c_content2 a:hover, .c_content2 a:hover .c_big { text-decoration: none; }
.c_spaceafter { margin-bottom: 20px; }
.c_content2 .c_text { width: 360px; }

/* NEWS LIST TEMPLATE */
#sm_content.c_newslist table { width: 100%; border-collapse: collapse; }
#sm_content.c_newslist table tr {}
#sm_content.c_newslist table tr td { vertical-align: top; }
#sm_content.c_newslist table tr td.c_content { width: 400px; }
#sm_content.c_newslist table tr td.c_content { width: 400px; }
#sm_content.c_newslist table tr td.c_content h1 { }
#sm_content.c_newslist table tr td.c_content .c_newsblock { margin: 10px 0; padding: 0 0 5px 0; border-bottom: dotted 1px #666666; }
#sm_content.c_newslist table tr td.c_content .c_newsblock .c_image { width: 75px; text-align: center; }
#sm_content.c_newslist table tr td.c_content .c_newsblock .c_content { width: 300px; padding: 0 0 0 20px; }
*html #sm_content.c_newslist table tr td.c_content .c_newsblock .c_content { width: 280px; padding: 0 0 0 20px; }
#sm_content.c_newslist table tr td.c_content .c_newsblock .c_content a { color: #999999; }
#sm_content.c_newslist table tr td.c_content .c_newsblock .c_content a:hover {}
#sm_content.c_newslist table tr td.c_image {}
#sm_content.c_newslist table tr td.c_content #sm_newsblock_footer { width: 100%;}
#sm_content.c_newslist table tr td.c_content #sm_newsblock_footer a { font: normal 10px tahoma; color: #666666; }
#sm_content.c_newslist table tr td.c_content #sm_newsblock_footer a:hover { color: #000000; text-decoration: none; }

/* NEWS TEMPLATE */
#sm_content.c_news .c_content table { width: 100%; border-collapse: collapse; }
#sm_content.c_news .c_content table tr {}
#sm_content.c_news .c_content table tr td { vertical-align: top; }
#sm_content.c_news td.c_image { vertical-align: top; }
#sm_content.c_news .c_content table tr td.c_image { text-align: right; width: 220px; padding: 20px 0 0 0; }

/* FEEDBACK TEMPLATE */
#sm_content.c_feedback table { width: 100%; border-collapse: collapse; }
#sm_content.c_feedback table tr {}
#sm_content.c_feedback table tr td { vertical-align: top; }
#sm_content.c_feedback table tr td.c_content {}
#sm_content.c_feedback table tr td.c_content .c_opinion { margin: 10px 0; padding: 0 0 5px 0; border-bottom: dotted 1px #666666; }
#sm_content.c_feedback table tr td.c_content .c_opinion .c_info { color: #999999; font: normal 10px tahoma; padding: 0 0 5px 0; }
#sm_content.c_feedback table tr td.c_image { text-align: right; width: 180px; padding: 0 0 0 0; }
#sm_content.c_feedback table tr td.c_content #sm_newsblock_footer { width: 100%;}
#sm_content.c_feedback table tr td.c_content #sm_newsblock_footer a { font: normal 10px tahoma; color: #666666; }
#sm_content.c_feedback table tr td.c_content #sm_newsblock_footer a:hover { color: #000000; text-decoration: none; }

#sm_post { display: none; width: 520px; height: 380px; }
#TB_window .c_dr { text-align: right; }
#TB_window .c_dr img { cursor: pointer; }
#TB_window form { margin: 0px 65px; }
#TB_window form h1 { color: #999999; font: normal 18px tahoma; }
#TB_window form p { color: #ffffff; font: normal 12px tahoma; }

/* GALLERYLIST TEMPLATE */
#sm_content.c_gallerylist .c_content .c_image { width: 80px; height: 120px; text-align: center; }
#sm_content.c_newslist .c_content .c_image { width: 80px; height: 140px; text-align: center; }
#sm_content .c_footer { width: 550px; height: 15px; background: #ffffff; }

#sn_calendar { width: 150px; }

#sm_content.c_index .c_content table.c_calendar { width: 125px; }
#sm_content.c_index .c_content table.c_calendar tr {}
#sm_content.c_index .c_content table.c_calendar tr td { color: #ffffff; background: #999999; font: normal 10px tahoma; text-align: center; padding: 2px; border: solid 1px #ffffff; }
//#sm_content.c_index .c_content table.c_calendar tr td a { display: none; }
#sm_content.c_index .c_content table.c_calendar tr td.c_active { background: #000000; }
#sm_content.c_index .c_content table.c_calendar tr td.c_hover { background: #666666; }
#sm_content.c_index .c_content table.c_calendar tr.c_days {}
#sm_content.c_index .c_content table.c_calendar tr.c_days td { color: #000000; background: #ffffff; text-decoration: none; cursor: default; }
#sm_content.c_index .c_content table.c_calendar tr.c_header {}
#sm_content.c_index .c_content table.c_calendar tr.c_header td { color: #ffffff; background: #000000; border: solid 1px #000000; border-bottom: none; cursor: default; }
#sm_content.c_index .c_content table.c_calendar tr.c_header td a { display: block; }

/*
.ui-datepicker-calendar tr td { color: #FFFFFF; background: #999999; text-align: center; padding: 2px; border: solid 1px #ffffff; }
.ui-datepicker-calendar tr td.undefined { background-color:#000000; color: #ffffff; }
#sm_content .ui-datepicker-calendar tr td.undefined a{ color: #ffffff; }
#sm_content .ui-datepicker-calendar tr td.undefined a:hover{ color: #ffffff; text-decoration: none;}
.ui-datepicker-calendar tr td.ui-state-disabled { background-color:#999999; color: #ffffff; }

.ui-datepicker-title { background-color:#000000; color:#FFFFFF; text-align:center; }
*/
#sm_content.c_index .c_content table.c_calendar tr td.undefined { background-color:#000000; color: #ffffff; }
#sm_content.c_index .c_content table.c_calendar tr td.undefined a{ color: #ffffff; }
#sm_content.c_index .c_content table.c_calendar tr td.undefined a:hover{ color: #ffffff; text-decoration: none;}
#sm_content.c_index .c_content table.c_calendar tr td.ui-state-disabled { background-color:#999999; color: #ffffff; }

/*
p .pp{color:#B5B5B5;}
p .nn{color:#B5B5B5;}
*/