/* CSS Document */
body
{
   font-family: Tahoma, sans-serif;
   font-size: 100%;
   margin: 0px auto;
   padding: 0px;
}

#container
{	
   max-width: 1280px;
   min-width: 1001px;

   margin: 0px auto;
   padding: 0px;

  _width: expression( ( (document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1001 ? "1001px" : ( (document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1280 ? "1280px" : "auto");
}

.clearBoth
{
  clear: both;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 0px !important;
  width: 0px !important;
  height: 0px !important;
}

/* ====== header =========== */

#header
{
  width: 98%;
  height: 225px;
  padding: 0px 0 0 20px;
  overflow: hidden;
}

#header h1
{
 font-size: 0.9em; /*10.5pt;*/
  margin: 0;
  padding: 0;
  text-align: center;
  width:10px;
  display: block;
}

#header h1 a
{
  color: #000000;
  display: block;
  font-family: Arial;
  padding: 10px 0 0px 15px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  width: 240px;
  height:190px;
}

#lang
{
  height: 19px;
  position: absolute;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 285px;
  width: auto;
}

#lang ul
{
  list-style: none;
  margin: 0px;
  padding: 1px 0px 0px 20px;
}

#lang ul li
{
  float: left;
  background-image: url(/file/language.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  
  width: 39px;
  height: 18px;
  margin: 0px 1px 0px 2px;
  text-align: center;
}

#lang ul li a
{
  font-size: 0.8em;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  margin: -3px 0px 0px 0px;
  font-family: trebuchet MS;
}

#lang ul li a.active
{
  color: rgb(255, 204, 0);
  text-decoration: none;
}

#lang ul li a:hover
{
  text-decoration: underline;
}

/* ====== header =========== */
#main
{
  clear: both;
  padding: 25px 0px 0px 0px;
  
  background-image: url(/file/chart.jpg);
  background-position: 40px bottom;
  background-repeat: no-repeat;
}

#left_column
{
  width: 255px;
  float: left;
  padding: 0px 0px 0px 51px;
}

#left_menu
{
  padding: 2px 0px 0px 0px;
}

#left_menu ul
{
  padding: 0px;
  margin: 0px;
}

#left_menu ul li
{
  list-style-image: url(/file/marker_dark.jpg);
  padding: 0px 0px 20px 0px;
}

#left_menu ul li.active_submenu
{
  list-style-image: url(/file/markerblue_active.jpg);
}

#left_menu ul li.active_menu
{
  list-style-image: url(/file/marker_blue.jpg);
}

#left_menu ul li a
{
  text-transform: uppercase;
  font-size: 0.9em;
  color: #000000;
  text-decoration: none;
  padding: 0px 0px 0px 12px;
  font-weight: bold;
}

#left_menu ul li a.active_link, #left_menu ul li a:hover
{
  color: rgb(11, 69, 141);
}

#left_menu ul li ul
{
  padding: 11px 0px 0px 28px;
  margin: 0px;
}

#left_menu ul li ul li
{
  padding: 3px 0px;
  list-style-image: url(/file/small_marker.jpg);
  border-top: 1px solid #DFE0E2;
  width: 200px;
}

#left_menu ul li ul li.last_sub_menu
{
  border-bottom: 1px solid rgb(127, 127, 127);
}

#left_menu ul li ul li a
{
  color: rgb(11, 69, 141);
  font-size: 0.7em;
  padding: 4px 0px 4px 3px;
  display: block;
  font-weight: normal;
}

#left_menu ul li ul li a:hover, #left_menu ul li ul li a.active_submenu 
{
  color: #000000;
}

#trigger
{
  background-image: none;
  padding: 10px 0px 25px 0px;
  margin: 0px;
  clear: both;
}

#trigger ul
{
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

#trigger ul li
{
  float: left;
  padding: 0 5px 0 3px;
}

#trigger ul li a
{
  color: #000000;
  text-decoration: none;
  font-size: 0.7em;
}

#trigger ul li a:hover
{
  text-decoration: underline;
  color: rgb(11, 69, 141);
}

/*
#trigger ul li a:visited
{
  color: #0077B9;
}
*/

#trigger ul li span
{
  font-weight: bold;
  font-size: 0.7em;
}

#trigger ul li img
{
  margin: 2px 0px 0px 0px;
  padding: 0px;
}

#right_column
{
  margin-left: 305px;
  padding: 0px 0px 0px 0px;
}

#search
{
  margin: 0px 0px 0px -20px;
  padding: 60px 0px 270px 0px;


}

#search_text
{
  background-image: url(/file/search.gif);
  background-position: right top;
  background-repeat: no-repeat;
  width: 192px;
  height: 26px;
  border: 0px;
  border-width: 0px;
  padding:2px 3px 0;
  font-size: 1em;
}

#search_submit
{
  background-image: url(/file/find.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border: medium none;
  border-width: medium;
  height: 26px;
  padding: 0;
  width: 28px;
}

/* ---------------- GLOBAL --------------------*/

#right_column h1, #main_plain h1
{
  font-size: 1.2em;
  color: rgb(0, 119, 185);
}

#right_column h2, #main_plain h2
{
  font-size: 1em;
  color: rgb(0, 119, 185);
}

#right_column h3, #main_plain h3
{
  font-size: 0.8em;
  color: rgb(0, 119, 185);
}

#right_column p, #main_plain p
{
  font-size: 0.9em;
  line-height: 1.12em;
  margin-top: 15px;
}

#right_column a, #main_plain a
{
  font-size: 0.9em;
  color: #0077B9;
  text-decoration: none;
}

#right_column a:hover, #main_plain a:hover
{
  color: rgb(30, 53, 130);
}

/*
#right_column a:visited
{
  color: rgb(107, 33, 120);
}
*/

#right_column ul, #main_plain ul
{
    font-size: 0.9em;
}

#right_column img, #main_plain img
{
   border: none;
   margin: 15px;
}

/* ---------------- GLOBAL --------------------*/

div.block_line
{
  background-image: url(/file/left_point.gif);
  background-position: 1px top;
  background-repeat: repeat-y;
  
  width: 96%;
  margin: 0px 0px 26px 0px;
  float: left;
}

div.block_line div
{
  background-image: url(/file/left_line.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 96.7%; /*98%;*/
  padding: 0px 0px 0px 25px;
}

div.block_line div div
{
  background-image: none !important;
}

#richeditpagetext
{
    background-image: none !important;
}

div.block_line div h1
{
  font-size: 1.2em;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}

div.technique
{
  float: left;
  width: 26.5% !important; /*45% !important;*/
  background-image: none !important;
  padding: 7px 0px 20px 30px !important;
  height: 400px; /*340px;*/
}

div.technique div
{
  background-image: none !important;
  padding: 0px !important;
  float: left;
  width: 100%;
  height: 195px;
  text-align:center;
}

div.technique div img
{
  padding: 0px 0px 0px 0px;
  margin: 0px !important;
}

div.technique .description
{
  text-align: right;
}

div.technique .description a
{
  font-size: 0.7em !important;
  margin: 0px !important;
  /*padding: 8px 0px 0px 0px !important;*/
  padding: 0px 15px 0px 0px !important;
}

div.technique h1
{
  font-size: 1em !important;
  background-image: url(/file/top_line.gif);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0px !important;
  padding: 8px 0px 0px 0px !important;
  text-transform: uppercase;
  height: 58px; /*46px;*/
}

div.technique a
{
  color: rgb(0, 119, 185);
  text-decoration: none;
  font-size: 1.1em !important;
  font-weight: normal;
  line-height: 1.1em;
  padding: 0px 2px;
}

/*
div.technique a:visited
{
    color: rgb(0, 119, 185) !important;
}
*/

div.technique img
{
  border: none;
  padding: 0px 0px 0px 0px;
}

div.technique p
{
  margin: 0px;
  padding: 0px 20px 0px 10px;
  font-size: 0.8em !important;
}

.more img
{
  border: none;
  padding: 0px 0px;
  margin: 0px !important;
}

#news
{
  background-image: none !important;
  width: auto;
  margin: 0px;
  padding: 15px 0px 0px 0px;
}

#news div
{
  background-image: none !important;
  float: left;
  width: 33%;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

#news div span
{
  color: rgb(153, 153, 153);
  font-size: 0.8em;
  font-weight: bold;
}

#news div h4
{
  margin: 0px;
  padding: 6px 0px 0px 0px;
  text-transform: uppercase;
}

#news div a
{
  padding: 3px 0px 0px 5px;
}

#news div img
{
  border: none;
  padding: 0px !important;
  margin: 0px !important;
}

#news div h4 a
{
  color: rgb(0, 119, 185);
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
  width: auto;
  display: inline;
  padding: 0 15px 0 0;
}

#news div p
{
  font-size: 0.7em;
  margin: 0px 0px 0px 0px;
  padding: 13px 25px 0px 0px;
}

#news #news_archive
{
  background-image: url(/file/marker_blue.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 18px;
  font-weight: bold;
  color: rgb(0, 119, 185);
  text-transform: uppercase;
  font-size: 0.85em;
  float: left;
}

/*==================================================*/

#footer
{
  background-image: url(/file/footer_point.gif);
  background-position: left top;
  background-repeat: repeat-x;
  height: 93px;
  margin: 0px 30px;
  width: 94%;
}

#footer #back_footer
{
  background-image: url(/file/footer.gif);
  background-position: left 5px;
  background-repeat: repeat-x;
  height: 95px;
  width: 100%;
}

#footer #left_footer
{
  float: left;
  width: 30%;
  text-align: right;
  height: auto;
  padding: 16px 17px 0px 0px;
}

#footer #left_footer p
{
  font-size: 0.75em;
  margin: 0px;
  line-height: 1.3em;
}

/* ----------------------------------------------- */
#footer #counter
{
  width: auto;
  float: left;
  padding: 25px 0px 0px 90px;
  height: auto;
}

#footer #counter img
{
}

#footer #counter img
{
  border: none;
}
/* ----------------------------------------------- */

#footer #right_footer
{
  float: right;
  width: 25%;
  padding: 28px 0px 0px 22px;
  height: auto;
}

#footer #right_footer p
{
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 0px 14px;
}

#footer #right_footer img
{
  float: left;
  border: none;
}

#footer #right_footer p a
{
  color: #000000;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1.1em;
}

/*==================================================*/

#list_page
{
  background-image: none;
  margin: 0px;
  padding: 0px;
}

#list_page ul
{
  margin: 0px;
  padding: 0px 0px 0px 16px;
}

#list_page ul li
{
  list-style-image: url(/file/marker_blue.gif);
  padding: 10px 0;
}

#list_page ul li h1
{
  text-transform: none;
}

#list_page ul li h1 a
{
  font-size: 0.8em;
  text-decoration: none; 
  color: #0077B9;
}

#list_page ul li a
{
  font-size: 0.7em;
  text-decoration: none; 
  color: #0077B9;
}

#list_page ul li a:hover
{
  text-decoration: underline;
}

#list_page ul li p
{
  font-size: 0.9em;
  margin: 5px 0px 4px 0px;
}

#list_page ul li span
{
  color: #999999;
  font-size: 0.7em;
  font-weight: bold;
}

.fq_label, .reqmsg
{
  font-size: 0.9em;
}

.required, .reqmsg
{
  color: #FF0000;
}

/* ------------------------------------------------------- */
.list_table
{
  border-bottom: 2px solid rgb(127, 127, 127);
  border-collapse: collapse;
}

.list_table #title th, .list_table #title td
{
  background-color: rgb(224, 224, 224);
  border-top: none;
}

.list_table tr
{
  border-right: 1px dotted rgb(127, 127, 127);
}

.list_table tr th
{
   border-right: 1px dotted rgb(127, 127, 127);
   background-color: rgb(224, 224, 224);
   border-left: 1px dotted rgb(127, 127, 127);
   padding-left: 10px;
}

.list_table tr th p, .list_table tr th h4, .list_table tr th h1, .list_table tr th h2, .list_table tr th h3, .list_table tr th h5
{
  margin: 0px !important;
  padding: 0px !important;
}

.list_table tr td
{
  border-top: 1px dotted rgb(127, 127, 127);
  border-right: 1px dotted rgb(127, 127, 127);
  border-left: 1px dotted rgb(127, 127, 127);
  padding-left: 10px;
}

/*
.list_table tr .last_left_border
{
  border-right: none !important;
}
*/

.list_table tr td p
{
  margin: 0px !important;
  padding: 0px !important;
}


