/*
    Document   : stylo_portfolio
    Created on : 7.12.2008, 16:40:12
    Author     : Marek Chrenko
    Description: styl stranky s portfoliom
*/

root {

    display: block;
}

/*div s telom kde su novinky povkladane*/
.portfolioBody
{
  margin-top: 310px;
  margin-bottom: 20px;

  width: 662px;
  text-align: left;
}

/*farebna lista - presun do CSS pre jednotlive stranky*/
#lista
{
  position: absolute;
  top: 214px;

  background-image: url('.././img/listy/modra.png');
  height: 146px;
  width: 100%;

  z-index: 5;
}

table.project_table tr td
{
  vertical-align: top;
}

.portfolio_thumb /*styl k nahladom na portfolia*/
{
  border: 1px solid #DDD;  

  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.scroll_border
{
  border: 1px solid #DDD;

  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 1px;

  margin-left: 2px;
}

.div_separator
{
  height: 5px;
  width: 30px;
}

img a
{
  outline:none;  
}

table.thumb_table tr td
{
  vertical-align: top;
  padding-left: 0px;
}

a, a:hover, a:link, a:visited
{
  text-decoration: none;
  color: #3c679b;
}