
body {
    background-color:#FFFFFF;
    color : #444444;
    font-family : Tahoma, sans-serif;
    font-size : 11px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


.menu {
    line-height:11px;
    height:100px;
    width:91px;
    padding-left:6px;
    padding-top:18px;
    float:left;
  }


.frame {
    background-color : #ffffff;
    border-color : #eeeeee;
    border-style : solid;
    border-width : 1px;
  }


a {
    color:#415196;
    font-weight:bold;
    text-decoration : none;
  }


a:hover {
    text-decoration : underline;
  }


h1 {
    margin-top:0px;
    margin-bottom:16px;
    color : #666666;
    font-family : Arial, sans-serif;
    font-size : 18px;
    font-weight : normal;
  }


h2 {
    margin-top:0px;
    margin-bottom:16px;
    color : #666666;
    font-family : Arial, sans-serif;
    font-size : 14px;
    font-weight : bold;
  }


h3 {
    color : #888888;
    font-family : Arial, sans-serif;
    font-size : 14px;
    font-weight : bold;
  }


li {
    padding:4px;
  }


ul {
    font-weight: normal;
    list-style-position: inside;
    list-style-image: url('gui/list-image.gif');
    padding:4px;
  }


input, select, textarea {
    margin:1px;
    font-size:11px;
  }


table {
    border-collapse: collapse;

  }


.handcursor {
    background-image : url('gui/leftx_osnova.png');
    background-position : bottom left;
    background-repeat : no-repeat;
    cursor : pointer;
    padding: 8px;
    padding-bottom: 8px;
/*    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#CCCCCC; */
  }


.warning {

    outline-color : #999999;
    outline-style : solid;
    outline-width : 1px;
    padding-bottom : 16px;
    padding-left : 16px;
    padding-right : 16px;
    padding-top : 16px;
  }

.bluebox {
	background-color:#f4f4f4;
}
a.dgis:link{
    color: #04999b;
}
a.dgis:visited{
    color: #04999b;
}
a.dgis:hover{
    color: #ff6b00;
}