html, body {
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  color: #333;
  background: #fff;
  width: 100%;
  height: 100%;
}

body {  
  //background: url('fakeimg.gif') no-repeat;
  //background-attachment: fixed;
}

select {
  font-size: 14px;
  vertical-align: top;
}

p {
  margin: 0 4px 0 0;
  padding: 0;
  display: inline;
}

blockquote {
  text-align: right;
}

blockquote cite {
  display: block;
  width: auto;
  text-align: left;
  margin-bottom: 5px;
  font-style: normal;
}

blockquote address {
  display: none;
}

#struct {
  width: 100%;
  height: 100%;
}

#struct_head {
  height: 22px;
  background: url(/img/head_gum.gif) repeat-x;
  font-family: Tahoma;
}
#head_left_lines {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 755px;
  background: url(/img/head_left_lines.jpg) no-repeat left top;
  z-index: 2;
}
#head_right_lines {
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
  width: 121px;
  background: url(/img/head_right_lines.jpg) no-repeat right top;
  z-index: 1;
}
#head_text {
  position: absolute;
  top: 0;
  height: 22px;
  width: 100%;
  text-align: center;
  line-height: 22px;
  z-index: 3;
  font-size: 13px;
  color: #9dc1e2;
}
#struct_head a {
  color: #fff;
}
#struct_head a:hover {
  text-decoration: none;
}

#struct_view_settings {
  height: 1px;
  font-family: Tahoma;
  background: #456ab8;
}
#view_settings_container, #create_theme_container {
  display: none;
  border-top: 3px solid #456ab8;
  border-bottom: 3px solid #456ab8;
  background: #fff;
}
#view_settings_title, #create_theme_title {
  background: #e5f1fd;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #456ab8;
}
#view_settings_control, #view_themes_table, #create_theme_table {
  width: 98%;
}
#view_themes_table div, #create_theme_table div {
  width: 200px;
  text-align: left;
  font-size: 12px;
  overflow-x: hidden;
  cursor: pointer;
}
#create_theme_table {
  font-size: 12px;
}
#create_theme_table div {
  margin-bottom: 5px;
}
#create_theme_table .input_text {
  border: 1px solid #dadada;
  width: 200px;
}
#create_theme_table .select {
  border: 1px solid #dadada;
  font-size: 13px;
  width: 200px;
}
#create_theme_load_image {
  display: block;
}
#create_theme_table .button {
  margin-top: 5px;
}
#close_view_settings, #close_create_theme {
  cursor: pointer;
}
.theme_container {
  height: 60px;
  border: 1px solid #dadada;
}
.theme_delete_edit {
  margin-bottom: 10px;
}
#view_themes_container {
  margin: 10px;
}

#struct_logo {
  height: 120px;
}
#struct_logo_table {
  width: 100%;
  height: 120px;
}
#logo_image {
  width: 200px;
}
#logo_image img {
  margin: 30px;
}
#logo_weather {
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
#logo_weather img {
  vertical-align: middle;
  margin: 0 4px 0 4px;
}
#logo_search div {
  font-size: 12px;
  text-align: left;
  width: 500px;
  line-height: 24px;
}
#logo_search input {
  width: 300px;
}
#logo_search select {
  margin: 0 4px 0 4px;
}

#struct_intro {
  height: 32px;
  background: url(/img/intro_gum.gif) #456ab8;
}
#struct_intro table {
  width: 100%;
  height: 32px;
}
#welcome {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 440px;
}
#not_autorized {
  color: #fff;
  font-size: 12px;
  background: url(/img/intro_center_lines.jpg) no-repeat right;
}
#not_autorized a {
  color: #fff;
  font-weight: bold;
}
#not_autorized a:hover {
  text-decoration: none;
}
#blocks_settings_switcher {
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  background: url(/img/intro_right_lines.jpg) no-repeat right;
  width: 200px;
}
#blocks_settings_switcher a {
  color: #fff;
  margin-right: 10px;
}
#blocks_settings_switcher a:hover {
  text-decoration: none;
}

#struct_settings {
  height: 1px;
  background: #e5f1fd;
}
#struct_settings_block {
  display: none;
  padding-bottom: 10px;
}
#struct_settings table {
  width: 100%;
  font-size: 12px;
}
#struct_settings table div {
  float: left;
  margin: 10px 0 0 15px;
  width: 280px;
}

#blocks {
  width: 100%;
  height: 100%;
}
.block_col {
  width: 33%;
  padding-top: 10px;
}

#struct_projects {
  height: 1px;
}
#struct_projects img {
  margin: 5px 2px;
}

#struct_footer {
  height: 76px;
}
#struct_footer a {
  color: #818491;
}
#struct_footer a:hover {
  text-decoration: none;
}
#struct_footer table {
  border-top: 1px solid #6ca5e4;
  font-family: Tahoma;
  color: #818491;
  font-size: 11px;
  height: 76px;
  width: 100%;
  text-align: center;
}
.footer_text {
  width: 260px;
}
.projects_div  {
  padding: 5px 0;
}
.projects_div table {
  width: 95%;
}
.block_container, .block_container_projects {
  border: 1px solid #e5e5e5;
  margin: 0 10px 10px 10px;
  background: #fff;
}
.block_title img {
  margin: 0 4px;
  cursor: pointer;
}
.block_title td {
  width: 33%;
}
.block_func_settings {
  float: left;
}
.block_func_close {
  float: right;
}
.block_func_minimize {
  float: right;
}
.block_func_fullscreen {
  float: right;
}
.block_title, .block_title_projects {
  background: #e5f1fd;
  padding: 6px;
  margin: 1px;
  border-bottom: 3px solid #456ab8;
  text-align: left;
  cursor: move;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.block_title table {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 90%;
}
body:nth-of-type(1) .block_title table {
  width: 100%;
}
@-moz-document url-prefix() {
  .block_title table {
    width: 100%;
  }
}
.block_title div, .block_title_projects div {
  float: left;
}
.block_content, .block_content_projects {
  padding: 10px 10px;
  background: #fff;
  font-size: 12px;
  text-align: justify;
  font-family: Tahoma;
}
.block_content {
  display: none;
}
.rss_items_container {
  padding-left: 20px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 14px;
  margin-bottom: 14px;
  display: inline-block;
  width: 96%;
}
.rss_items_container a {
  color: #375eb1;
  font-size: 12px;
}
.rss_items_container a:hover {
  text-decoration: none;
}
.block_text_table {
  font-size: 12px;
  text-align: justify;
  font-family: Tahoma;
  width: 90%;
}
.block_delete_edit, .block_good_bad {
  background: #f6f6f6;
  text-align: right;
  padding: 2px 10px;
  margin: 0 1px 1px 1px;
  font-size: 11px;
}

.gray_11 {
  color: #999;
  font-size: 11px;
}
.b_black_16 {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.b_black_12 {
  font-weight: bold;
  color: #333;
  font-size: 12px;
}
.b_blue_16 {
  font-weight: bold;
  color: #375eb1;
  font-size: 16px;
}
.b_blue_12 {
  font-weight: bold;
  color: #375eb1;
  font-size: 12px;
}
.b_blue_14 {
  font-weight: bold;
  color: #375eb1;
  font-size: 14px;
}
.blue_12 {
  color: #375eb1;
  font-size: 12px;
}
.black_12 {
  color: #333;
  font-size: 12px;
}
.b_blue_16_nodec_link {
  font-weight: bold;
  color: #375eb1;
  font-size: 16px;
  text-decoration: none;
  margin-left: 10px;
}
.b_blue_16_nodec_link:hover {
  text-decoration: underline;
}
.b_blue_12_link {
  font-weight: bold;
  color: #375eb1;
  font-size: 12px;
}
.b_blue_12_link:hover {
  text-decoration: none;
}
.b_blue_14_link {
  font-weight: bold;
  color: #375eb1;
  font-size: 14px;
}
.b_blue_14_link:hover {
  text-decoration: none;
}
.blue_11_link {
  color: #375eb1;
  font-size: 11px;
}
.blue_11_link:hover {
  text-decoration: none;
}
.red_11_link {
  color: #a00;
  font-size: 11px;
}
.red_11_link:hover {
  text-decoration: none;
}

.button {
  display: table;
  height: 24px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.button .text {
  padding: 0 10px 0 10px;
  background: #456ab8;
}
.button .left {
  background: url(/img/button_left.gif) no-repeat left;
  font-size: 10px;
}
.button .right {
  background: url(/img/button_right.gif) no-repeat right;
  font-size: 10px;
}

.error_red_12 {
  font-size: 12px;
  color: #a00;
  margin-top: 4px;
}

.arrows {
  vertical-align: middle;
  margin: 0 6px 0 6px;
}

.input_text_300 {
  border: 1px solid #b2b2b2;
  font-size: 14px;
  height: 22px;
  vertical-align: top;
}

.clear {
  clear: both;
}

.small_arrow_link {
  display: block;
  color: #375eb1;
  background: url(/img/arrow_right.gif) no-repeat left center;
  padding-left: 12px;
  font-size: 11px;
}
.small_arrow_link:hover {
  text-decoration: none;
}

.delete_theme_link {
  font-size: 12px;
  color: #a00;
  font-weight: bold;
}
.delete_theme_link:hover {
  text-decoration: none;
}

.edit_theme_link {
  font-size: 12px;
  color: #375eb1;
  font-weight: bold;
}
.delete_theme_link:hover {
  text-decoration: none;
}

#dragspot {
  border: 1px dashed #ccc;
  background: #f6f6f6;
  display: none;
  margin: 0 10px 10px 10px;
}

#block_settings {
  border: 1px solid #6ca5e4;
  background: #fff;
  position: absolute;
  padding: 16px;
  font-family: Tahoma;
  display: none;
}

#block_checkpoint_streets {
  width: 60px;
  text-align: right;
}
#block_checkpoint_home {
  text-align: right;
}
#block_checkpoint_select select {
  width: 100%;
}
#block_checkpoint_input input {
  width: 100px;
  border: 1px solid #b2b2b2;
}

#sheet, #loading_sheet {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
  //position: absolute;
  //top: expression(document.getElementsByTagName("body")[0].scrollTop + "px");
}
#sheet {
  z-index: 999;
}
#loading_sheet {
  z-index: 1001;
  background-image: url(/img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.popup_form {
  background: #fff;
  position: fixed;
  z-index: 1000;
  display: none;
  border: 1px solid #369;
  top: 200px;
  //position: absolute;
  //top: expression(Number(document.getElementsByTagName("body")[0].scrollTop + 200) + "px");
}
.popup_form .black_12 {
  text-align: right;
}
.popup_form input {
  text-align: left;
  width: 200px;
  border: 1px solid #b2b2b2;
}
.popup_form .button {
  margin-top: 10px;
}
.popup_form_wrapper {
  padding: 0 30px 30px 30px;
}
.popup_form_closer {
  text-align: right;
}
.popup_form_closer img {
  margin: 7px 10px 16px 0;
  cursor: pointer;
}

.iColorPicker {
  border: 1px solid #dadada;
  width: 60px;
}

fieldset {
  margin: 0 10px;
  border-color: #dadada;
  border-style: solid;
  border-width: 1px;
}

#struct_help {
  padding: 20px;
  font-size: 13px;
}
#struct_help ul {
  display: block;
  margin: 5px 25px;
}
.help_title {
  font-weight: bold;
  color: #375eb1;
  font-size: 13px;
  margin-bottom: 5px;
}
.help_text {
  margin: 0 0 30px 10px;
}

#struct_gadgets {
  padding: 10px;
}
#gadgets_wrapper_left {
  padding: 30px;
}
#gadgets_wrapper_right {
  padding: 10px;
}
.gadgets_title {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
}
.gadgets_block {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}
.gadgets_block_thumb img {
  width: 70px;
}
.gadgets_block_text {
  padding-left: 10px;
  font-size: 12px;
}
.gadgets_block_download {
  margin: 10px 0 0 10px;
  color: #aaa;
  font-size: 12px;
}
.download_gadget_link_win {
  margin-left: 10px;
  padding-left: 20px;
  color: #375eb1;
  font-size: 12px;
  text-decoration: underline;
  background: url(/img/icon_windows.png) no-repeat left center;
  line-height: 20px;
}
.download_gadget_link_mac {
  margin-left: 10px;
  padding-left: 20px;
  color: #375eb1;
  font-size: 12px;
  text-decoration: underline;
  background: url(/img/icon_macos.png) no-repeat left center;
  line-height: 20px;
}
.download_gadget_link_opera {
  margin-left: 10px;
  padding-left: 20px;
  color: #375eb1;
  font-size: 12px;
  text-decoration: underline;
  background: url(/img/icon_opera.png) no-repeat left center;
  line-height: 20px;
}
.download_gadget_link_win:hover, .download_gadget_link_mac:hover {
  text-decoration: none;
}
.download_gadget_big_link_win {
  padding-left: 20px;
  color: #859dcf;
  font-size: 12px;
  text-decoration: underline;
  background: url(/img/icon_windows.png) no-repeat left center;
  line-height: 20px;
}
.download_gadget_big_link_mac {
  padding-left: 20px;
  color: #859dcf;
  font-size: 12px;
  text-decoration: underline;
  background: url(/img/icon_macos.png) no-repeat left center;
  line-height: 20px;
}
.download_gadget_big_link_opera {
  padding-left: 20px;
  color: #859dcf;
  font-size: 12px;
  text-decoration: underline;
  background: url(/img/icon_opera.png) no-repeat left center;
  line-height: 20px;
}
.download_gadget_big_link_win:hover, .download_gadget_big_link_mac:hover, .download_gadget_big_link_opera:hover {
  text-decoration: none;
}
.gadget_info_big {
  width: 870px;
  background: no-repeat left top url(/img/gadget_info_big_fone_left_top.png);
}
.gadget_info_big table {
  background: no-repeat right bottom url(/img/gadget_info_big_fone_right_bottom.png);
  width: 870px;
}
.gadgets_info_big_image {
  margin: 60px 60px 40px 0;
}
.gadget_info_big_title {
  color: #375eb1;
  font-size: 22px;
  margin: 20px 0 20px 20px;
}
.gadget_info_big_text {
  margin-left: 20px;
  width: 280px;
  font-size: 14px;
}
.gadget_info_big_download {
  color: #fff;
  font-size: 12px;
  padding: 25px 0 0 20px;
  margin: 20px 0 16px 0;
  background: no-repeat left top url(/img/gadget_download_fone.png);
  height: 120px;
  width: 250px;
}
.gadget_info_big_download_title {
  font-size: 16px;
  margin-bottom: 4px;
}
.black_12_ml20_link {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-left: 20px;
}
.black_12_ml20_link:hover {
  text-decoration: none;
}
.black_12_ml20_link_dashed {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  margin-left: 20px;
  text-decoration: none;
  border-bottom: 1px dashed #333;
}
.gadget_instruction_title {
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
  font-size: 18px;
}
.big_dig {
  margin-right: 20px;
}

#big_secret {
  display: none;
}

.add_link {
  font-size: 11px;
  color: #090;
  background: url(/img/plus_small.png) no-repeat left -1px;
  padding-left: 14px;
}
.add_link:hover {
  text-decoration: none;
}

.paper_block {
  border: 1px solid #dadada;
  margin-top: 10px;
  padding: 10px 10px 10px 30px;
  background: url(/img/pin.png) no-repeat 10px 10px;
}
.paper_date {
  font-size: 11px;
  color: #999;
  height: 16px;
  line-height: 16px;
}
.paper_delete, .paper_minimize {
  cursor: pointer;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.paper_text {
  font-family: Courier New;
  margin-top: 4px;
  clear: both;
  text-align: left;
}
#paper_textarea {
  display: none;
  margin-top: 10px;
}
#paper_textarea textarea {
  font-family: Courier New;
  border: 1px solid #dadada;
  width: 0;
}
#paper_textarea_controls {
  text-align: right;
  font-size: 11px;
}

.chat_users_messages_switch {
  color: #369;
}
.chat_users_messages_switch:hover {
  text-decoration: none;
}
.chat_window {
  border: 1px solid #ccc;
  height: 300px;
  overflow: auto;
}
.chat_messages {
  padding: 0 5px;
  line-height: 16px;
  text-align: left;
  height: auto;
}
.chat_messages_initialize {
  height: 300px;
  background: url(/img/loading.gif) no-repeat center;
}
.chat_message_input {
  border: 1px solid #369;
  width: 1px;
  height: 20px;
  margin: 5px 0 0 0;
  vertical-align: middle;
}
.chat_message_send {
  border: 1px solid #369;
  width: 80px;
  height: 20px;
  margin: 5px 0 0 0;
  vertical-align: middle;
}
.chat_users_window {
  display: none;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 5px;
  text-align: left;
}
.chat_users_count {
  font-weight: bold;
}

.sett_sup {
  font-size: 11px;
}

.red_text {
  color: #a00;
}
.blue_text {
  color: #375eb1;
}
