/* 
    Document   : raulmust
    Created on : Jun 29, 2009, 4:14:59 PM
    Author     : bon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {margin: 0px; background-color:#f4f4f4;}
body,td,th {font-family: Arial, Helvetica, sans-serif; line-height:18px; font-size: 12px; color: #333333;}

h1 {color:#f96f09; font-size:24px; font-weight:normal;}

div#sisu {width:984px;
          text-align:left;
          display:table;
          margin-top: 5px;
          font-family: Arial;
}
div#sisu p {text-align:justify;}



div#menu {background-image:url(../img/menub.png); height:39px; width:690px; float:left}

div#menu a {display:block; height:27px; border-right:1px solid #54473d; margin:0; color:#fff; font-weight:bold; float:left; padding:10px 18px 0px 18px; text-decoration:none;}
div#menu a:hover, a.act { background-color:#f96f09;}
a.first { border-left:1px solid #54473d;}

a, a:link, a:visited, a:active { color:#54473d;}

div#head {background-image:url(../img/top.png); background-repeat:repeat-x; height:265px;}
div#logo {width:265px; float:left;}
div#head2 {width:715px; float:right; text-align:right;}
div#up {clear:both; height:39px; background-color:#3b3128; background-image:url(../img/menub.png);}
div#foot {
    background-color:#FFF;
    border-bottom:4px solid #999999;
}

div#foot2 {
    width:980px;
    
    text-align:right;
    display:block;
}

h1 {
color:#F96F09;
font-size:24px;
font-weight:normal;
}

div#sisu {
font-family:Arial;
text-align:left;
}

div#submenu {width:200px; float:left;}
div#submenu ul {list-style:none;}
div#submenu ul li {display:block; width:160px; height:24px; border-bottom:1px solid #ccc;}
div#submenu ul li a {text-decoration:none; font-size:12px; font-weight:bold; color:#333;}
div#submenu ul li a:hover {color:#F96F09;}

div#thumbs {width:600px; float:left; padding:20px;}
div#thumbs img {border:none; float:left; margin:0 10px 20px 10px}


div#PictureThumb{
    height: 180px;
    width: 105px;
    float: left;
    text-align: center;
    border: 1px dotted #ccc;

}

  table.FileTable{
      width:650px;
      border-width: 1px 1px 1px 1px;
      border-spacing: 2px;
      border-style: dotted dotted dotted dotted;
      border-color: gray gray gray gray;
      border-collapse: collapse;
      background-color: white;
  }
  table.FileTable td {
      border-width: 1px 1px 1px 1px;
      padding: 2px 2px 2px 2px;
      border-style: dotted dotted dotted dotted;
      border-color: gray gray gray gray;
      background-color: white;
      -moz-border-radius: 0px 0px 0px 0px;
  }
  table.FileTable th {
      border-width: 1px 1px 1px 1px;
      padding: 2px 2px 2px 2px;
      border-style: dotted dotted dotted dotted;
      border-color: gray gray gray gray;
      background-color: white;
      -moz-border-radius: 0px 0px 0px 0px;
      font-size:14px;
      font-weight:bold;
  }