/*
  html, body & common values
*/
html, body {
 height: 100%;
}
body {
 /*text-align: center;*/
 width: 100%;
 margin: 0 0 0 0;
 padding: 0;
 background-color: white;
 color: #3D3D3D;
}
body, td, th {
 font: 12px "Arial", sans-serif;
}
img {
 margin:0;
 padding: 0;
 vertical-align: middle;
 border: 0;
}
a:link img, a:visited img {
 border-style: none;
}
a img {
 color: black;   /* The only way to hide the border in NS 4.x */
 background-color: inherit;
}
a, a:visited {
 background-color: inherit;
 color: #0033CC;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

/*
  global tables
*/
.main_table {
 border-spacing: 0 0;
 height: 100%;
}
tr.logo {
 height: 60px;
 text-align: center;
 border-bottom:1px solid #8DA4F6;
 background: #D6DFFF;
 color: inherit;
}
.workarea {
 padding: 5px;
 width: 100%;
}

/*
  "list" tables
*/
.list_table {
 width: 100%;
}
.list_table tr {
 background: #ffffff;
 color: inherit;
}
.list_table tr.row_0 {
 background: #FFFFFF;
 color: inherit;
}
.list_table tr.row_1 {
 background: #EFEFEF;
 color: inherit;
}
.list_table th {
 background: #BDC5CD;
 color: inherit;
 padding: 2px;
 font-weight: bold;
 text-align: center;
 border-bottom: 1px #214e71 solid;
}
.list_table td {
 padding: 1px;
 text-align: center;
 /*border-bottom: 1px #addff2 solid;*/
}
.list_table input {
 width: auto;
}

/*
  "edit" tables
*/
.edit_table  {
 /*width: 100%;*/
 border-spacing: 0 5px;
}
.edit_table th {
 /*font-weight: bold;*/
 font-size: 13px;
 background: #BDC5CD;
 color: inherit;
 text-align: center;
 margin-bottom: 5px;
 border-bottom: 1px #800000 solid;
}
.edit_table td {
 width: 100%;
 text-align: justify;
 padding: 1px 5px;
 background-color: #EFEFEF;
 color: #000000;
 border-bottom: 1px #800000 solid;
}

/*
  forms related
*/
form {
 margin: 0;
}
select, input, textarea {
 border: 1px solid #8998A3;
 padding-left: 2px;
}
select:focus, input:focus, textarea:focus {
 border: 1px solid #000000;
}

/*
  Navigation menu
*/
ul.left_menu {
 margin: 2px 0;
 padding: 0;
 list-style-type: none;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 width: 100%;
}
ul.left_menu ul {
 padding: 0;
 margin: 0;
 list-style-type: none;
}
ul.left_menu li {
 margin: 0;
 padding: 0;
 text-align: left;
 width: 100%;
}
ul.left_menu li a {
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-right: 5px;
 text-align: right;
 color: #ffffff;
 background-color: #42515A;
 border-bottom: 1px solid #ffffff;
}
ul.left_menu li a:visited {
 color: #ffffff;
 background-color: #42515A;
}
ul.left_menu li.special a {
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 5px;
 text-align: center;
 color: inherit;
 background-color: #F19597;
 border-bottom: 1px solid #ffffff;
}
ul.left_menu li.special a:hover {
 color: inherit;
 background-color: #BC181D;
}
ul.left_menu ul a {
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 5px;
 text-align: center;
 background-color: #BDC5CD;
 color: #000000;
 border-bottom: 1px solid #ffffff;
 border-left: 20px solid #515F68;
}
ul.left_menu ul a:link, ul.left_menu ul a:visited {
 color: #000000;
 background: #BDC5CD;
 text-decoration: none;
}
ul.left_menu ul a:hover {
 background-color: #7D8493;
 color: inherit;
}

/*
  other
*/
blockquote.html_code {
 background: #EEEEEE;
 color: inherit;
}
