BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #255976;
}

.site_body {
  background-color: white;
  margin: 0 0 0 0;
}

.site_bodydebug {
  background-color: white;
  margin: 0 0 0 0;
  /*background-color: #FED4D5;
  background-image: url(../images/debug.gif);
  */
  /*background-attachment: fixed;*/
}

h4 {
  font-size: 1.2em;
}

table{
  font-size: 10pt;
}
pre{
  font-size: 10pt;
}

A {
  color: #047BC9;
  font-weight: normal;
}

A.menu:link {
  color: #222872;
  font-weight: normal;
  text-decoration: none;
}
A.menu:visited {
  color: #222872;
  font-weight: normal;
  text-decoration: none;
}
A.menu:active {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
A.menu:hover {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

.footer{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size : 11px;
  /*background-image: url(../images/top_menu_bg.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #558BAF;*/
}

.footer a{
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size : 11px;
}

.lang_links{
  color: white;
  text-align: right;
  vertical-align: middle;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  text-decoration: none;
}

.lang_links a{
  color: white;
  text-align: right;
  vertical-align: middle;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10px;
  text-decoration: none;
}


.part_caption {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size : 11px;
  font-weight : bold;
  /*background-image: url(../images/caption_bg.gif);*/
  background-position: top;
  background-repeat: repeat-x;
  background-color: #4883A7;
  /*padding-left: 100px;*/
}

.part_body {
  background-color: #E5F5FF;
  border: 1px solid #4883A7;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
}

.part_body_mid {
  background-color: #E5F5FF;
  border: 1px solid #4883A7;
  padding: 5px 15px 5px 15px;
  vertical-align: top;
}

/*.part_caption:before {
  content: url(../images/caption_bullet.gif);
}*/

.part_caption a {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size : 11px;
  font-weight : bold;
}

wbr:after { content: "\00200B" }

.links_td {
  vertical-align: top;
}

input {
  color: #255976;
  background-color: #F0FFFF;
  text-decoration: none;
  border: 1px black solid;
}

input.checkb {
  color: #255976;
  background: transparent;
  /*background-color: red;*/
  text-decoration: none;
  border: none;
}

select {
  color: #255976;
  background-color: #F0FFFF;
  text-decoration: none;
  border: 1px black solid;
}

textarea {
  color: #255976;
  background-color: #F0FFFF;
  text-decoration: none;
  border: 1px black solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt
}

.butt{
  color: white;
  background-color: #6FA0BE;
  text-decoration: none;
  border: 1px black solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
}


.ok_butt{
  color: green;
  background-color: #CBFFBE;
  text-decoration: none;
  border: 1px green solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 5 15 5 15;
  position: inline;
}

.ok_butt:active{
  position: relative;
  left: 1px;
  top: 1px;
}

.ok_butt:hover{
  cursor:pointer;
  cursor:hand;
}

.cancel_butt{
  color: red;
  background-color: #FFD3D3;
  text-decoration: none;
  border: 1px red solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 5 15 5 15;
}

.cancel_butt:active{
  position: relative;
  left: 1px;
  top: 1px;
}

.cancel_butt:hover{
  cursor:pointer;
  cursor:hand;
}

.cancel_butt_sm {
  color: red;
  background-color: #FFD3D3;
  text-decoration: none;
  border: 1px red solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 0 2 0 2;
}

.cancel_butt_sm:active{
  position: relative;
  left: 1px;
  top: 1px;
}

.cancel_butt_sm:hover{
  cursor:pointer;
  cursor:hand;
}

.ok_butt_sm{
  color: green;
  background-color: #CBFFBE;
  text-decoration: none;
  border: 1px green solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 0 2 0 2;
  position: inline;
}

.ok_butt_sm:active{
  position: relative;
  left: 1px;
  top: 1px;
}

.ok_butt_sm:hover{
  cursor:pointer;
  cursor:hand;
}


.close_butt{
  color: white;
  background-color: #4883A7;
  text-decoration: none;
  border: 1px black solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 5 15 5 15;
}

.close_butt:active{
  position: relative;
  left: 1px;
  top: 1px;
}

.close_butt:hover{
  cursor:pointer;
  cursor:hand;
}


.reg_butt {
  color: #324354;
  background-color: #99ccff;
  text-decoration: none;
  border: 1px #324354 solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
}

.reg_butt:active{
  position: relative;
  left: 1px;
  top: 1px;
}

.reg_butt:hover{
  cursor:pointer;
  cursor:hand;
}




.left_menu_activeitem {
  vertical-align: top;
  color: #394A59;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

.left_menu_activeitem a {
  vertical-align: top;
  color: #394A59;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
	
}

.left_menu_item {
  vertical-align: top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  /*font-weight: normal;*/
}

.left_menu_item a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-decoration: none;
  /*font-weight: normal;*/
}

.left_menu_bullet_activeitem {
  vertical-align: top;
}

.left_menu_bullet_item {
  vertical-align: top;
}

.global_border {
  background-color: #235876;
  /*background-color: #AA0000;*/
}

.main_table {
  border: solid 1px #235876;
}

.part_caption_borders {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color: white;
  font-size : 11px;
  font-weight : bold;
  background-image: url(../images/top_menu_bg.jpg);
  border-top: solid 1px #235876;
  border-bottom: solid 1px #235876;
}


.document_caption {
  font-size: 14pt;
  /*color: #AA0000;*/
}

.lang {
  color: #BCDDFF;
  text-decoration: underline;

}

.lang_active {
  color: white;
  /*font-weight : bold;*/
  /*text-decoration: blink;*/
  cursor: default;
}

/*.lang_active:after,.lang_active:before { content: "|" }*/

#search_btn {
 border: none;
 background-color: transparent;
}

.logoutlogged_btn {
  border: none;
  background-color: transparent;
}

.logout_btn {
  border: none;
  background-color: transparent;
  display: none;
}



table.table_in_document {
  border-collapse:	collapse;
  width: 100%;
}

td.table_in_document {
  border: 1px solid #244272;
  padding: 3px;
}

.list_in_document {
  text-align: justify;
  list-style-position: inside;
  /*text-indent: -20px;*/
  margin-left: -20px;
}

.p_in_document_justify {
  text-align: justify;
  text-indent: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.p_in_document_justify:after {
  display: inline;
}

.h1_in_document {
  display: inline;
  font-size: 18pt;
  font-weight: bold;
}

.h2_in_document {
  display: inline;
  font-size: 14pt;
  font-weight: bold;
}

.h3_in_document {
  display: run-in;
  font-size: 12pt;
  font-weight: bold;
}

.image_in_document {
  cursor: pointer;
  cursor:hand;
}

/* wvWare*/

.tdspan00 {display: none;}
.tdspan01 {display: none;}
.tdspan10 {display: none;}

.wvware_comment {display: none;}

.formclass {
  margin: 0;
}

.image_input {
  border: none;
  background-color: transparent;
  cursor: pointer;
  cursor: hand;
}

.error {
  color: red;
}

.success {
  color: green;
}


/* ADMIN CONSOLE */

.ord_title {
  color: #047BC9;
}

.expired {
  color: red;
}

.not_expired {
  color: green;
  font-weight: bold;
}

/*.expired:before { content: "!!! " }
.expired:after { content: " !!!" }*/
