


/* Main scaffolding */

div.bg_top
{
  background: #46423F url(images/bg_top.gif) repeat-x bottom left;
  padding-bottom: 17px;
}

div.bg_bottom
{
  background-color: #212121;
  border-top: solid 1px #565551;
  height: 47px;
}

div.main
{
  width: 952px;
  margin: 0px auto;
}

div.header, div.footer
{
  width: 930px;
}

div.content
{
  width: 952px;
}

div.header
{
  padding: 0px 0px 0px 0px;
}

div.header td
{
  background-color: #46423F;
}

div.footer
{
  padding-right: 22px;
  margin: 8px auto 0px auto;
}

td.col_top
{
  vertical-align:top;
}

td.col_border
{
  border-right: solid 1px #6A6A6A;
}

div.link, span.link
{
  cursor:pointer;
}

div.link:hover, span.link:hover
{
	text-decoration: underline;
}

div.box_top_bottom
{
  height: 1px;
  /*line-height: 20px;
  overflow: none;*/
  background-color: #6A6A6A;
  border-left: solid 1px #46423F;
  border-right: solid 1px #46423F;
}

div.box1_middle, div.box2_middle, div.box3_middle
{
  border-left: solid 1px #6A6A6A;
  border-right: solid 1px #6A6A6A;
}

div.box1_middle
{
  background-color: #514E49;
}

div.box2_middle
{
  background-color: #61605C;
}

div.box3_middle
{
  background-color: #57544F;
}



/* Forms */

.form_box
{
  margin-bottom: 1px;
  padding: 15px;
  background-color: #1BBCF0;
}

.form_box td
{
  background-color: #1BBCF0;
}

.contact_input1, .contact_input2, .contact_textarea
{
  border: solid 1px #BBBBBB;
}

.contact_input1
{
  width: 120px;
}

.contact_input2
{
  width: 280px;
}

.contact_textarea
{
  width: 440px;
}

.form_bottom
{
  width: 100%;
  margin-top: 10px;
}

.form-error-msg
{
  color: #f00;
}



/* Header */

table.header_top
{
  width: 100%;
}

td.extlink
{
  padding:0px 14px;
  background: url(images/extlink_bg_center.gif) repeat-x;
}

img.lang_off
{
  margin-left: 8px;
  border: solid 1px #212121;
}

img.lang_on
{
  margin-left: 8px;
  border: solid 1px #BBBBBB;
}



/* Top menu */

.menu_top
{
  margin-top: 12px;
  margin-bottom: 12px;
}

.menu_top_items
{
  width: 100%;
  height: 29px;
  background: url(images/menu_top_bg.gif) no-repeat;
}

td.menu_top_item
{
  background-color: transparent;
	text-align: left;
	vertical-align: middle;
}

td.menu_top_item a
{
  color: #000;
}

td.menu_top_item a:hover, td.menu_top_item a.selected, td.menu_top_item a.def_selected
{
  color: #1BBCF0;
}

td.menu_top_item a.selected, td.menu_top_item a.def_selected
{
  text-decoration: underline;
}

td.menu_top_sep
{
  width: 3px;
  padding: 0px 10px;
  background-color: transparent;
	vertical-align: middle;
}

.menu_top_sub
{
  width: 911px;
  height: 26px;
  margin-left: 10px;
  background: url(images/menu_top_sub_bg.gif) no-repeat;
}

.menu_top_sub_items
{
  display: none;
  height: 26px;
}

td.menu_top_sub_item
{
  padding: 0px 15px;
  background-color: transparent;
	text-align: center;
	vertical-align: middle;
}

td.menu_top_sub_item a.selected
{
  text-decoration: underline;
}



/* Page menu */

.menu_page
{
  margin: 0px 15px;
  border-bottom: solid 1px #6A6A6A; 
}

.menu_page table
{
  width: 100%;
  height: 30px;
}

.menu_page td
{
  text-align: center;
  font-size: 10px;
}



/* Left menu */

.menu_left_heading
{
  /*margin-left: 12px;*/
  margin-bottom: 7px;
}

.menu_left_lev2
{
  margin: 0px;
  padding: 2pt 0px 1pt 16px;
  background: url(images/menu_left_bullet.png) no-repeat 1px 5pt;
}

.menu_left_levn
{
  margin: 0px;
  padding: 1pt 0px 1pt 25px;
}



/* News box */
.news_box
{
  padding: 25px;
}

.news_box_border_top, .news_box_border_middle, .news_box_border_bottom, .news_box td, .news_box_item_top td
{
  background-color: #57544F;
}

.news_box_border_middle
{
	height: 297px;
	position: relative; /* HACK: required by IE if there is an overflow: hidden */
	overflow: hidden;
}

.news_box_border_bottom
{
  text-align: center;
  border-top: solid 1px #6A6A6A;
  border-bottom: solid 1px #6A6A6A;
}

.news_box_items
{
	position: relative;
}

.news_box_item
{
	width: 100%;
	height: 148px;
	/*line-height: 11pt;*/
	border-bottom: solid 1px #6A6A6A;
}



/* Content */

td.content
{
  /*padding: 0px 30px 0px 20px;*/
  width: 610px;
}

div.summary, div.summary_image
{
  margin-bottom: 20px;
}



/* Slots */

div.summary_image_slot_item
{
  width: 300px;
  margin-bottom: 5px;
}

div.summary_image_slot_item input
{
  width: 200px;
}

div.body
{
  margin-bottom: 20px;
}



/* Read more */

div.read_more, td.read_more
{
  width: 193px;
  padding: 0px 10px;
  background: url(images/read_more_bg_middle.gif) repeat-y;
}



/* Send page */

#sendpage_form hr
{
  margin-top: 0px;
  margin-bottom: 22px;
}

#sendpage_form input
{
  width: 180px;
}


#editor_box a, #editor_box label, #editor_box li span, #cms_toolbox_mode div
{
  color: #000;
}

