html
 {
  height: 100%;
 margin: 0;
 padding: 0px;
 }

body
 {
  background-color: #ffe6ca;
  color: #000000;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: none;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 1200px;
 } 

.comment_text
 {
  color: #000000;
  font-family: Monotype Corsiva;
  font-size: 22px;
  font-weight: none;
  margin: 0;
 } 

#page
 {
  width: 100%
  border: solid 1px #00ff00; 

min-height:100%;
height:auto !important;
height:100%;

  
 }
#body_page
 {
  width: 100%
  border: solid 1px #00ff00; 
  padding: 0px;

 }

a
 {
  text-decoration: none;
 }
a:hover
 {
  text-decoration: underline;
 }

.menu_item
 {

 font-family: tahoma; 
 font-style: italic; 
 font-weight: bold;
 color: #000000;
 }

.bottom_text
 {
   color: #727272;
   font-family: Tahoma;
   font-style: italic;
   font-size: 10px;

 }

#title_part
 {
  background-image: url("/img/top_bg.jpg"); 
  height: 114px;   
  width: 100%;
  vertical-align: top
 }


.head_text
 {
   color: #727272;
   font-family: Tahoma;
   font-style: italic;
   font-size: 24px;

 }


.edocs_viewer
 {
   border: 3px double #feb96e;
   width: 900px;
   height: 500px;
   display: none;
 }

a.ilink
{
 cursor: pointer;
 

}


.mess_title
{
 border-color: #000000 1px solid;
 background-color: #555555;
 color: #ffffff;
}

.mess_form
{
 border: #000000 3px double;
 background-color: #ffffff;
}
