@import "/css/framework.css";
@import "/css/top.css";
@import "/css/left.css";
@import "/css/right.css";
@import "/css/article.css";
@import "/css/main.css";
@import "/css/folder.css";


html
{
 height: 100%;
}

body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: white url(/grf/bg.jpg) repeat-x left top;
  font-family: helvetica, verdana, arial, tahoma, georgia, sans-serif, trebuchet ms;
  line-height: 1.3;
  font-size: 11px;
}

a, a:visited
{
  color: #d68129;
  text-decoration: none;
}

a:active, a:hover
{
  color: #b84809;
  text-decoration: underline;
}
a.read_more,a.read_more:visited{
 font-weight: bold;
}
a.read_more:active,a.read_more:hover{
}
a.file_link, a.file_link:visited{
 color: black;
 font-style: italic;
 text-decoration: none;
}
a.file_link:hover, a.file_link:active{
 color: #b84809;
 text-decoration: none;
}
h1.title{
  font-size: 24px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 3px;
  color: #6b0075;
}

h2.title{
 font-weight: bold;
 font-size: 14px;
 color: black;
 padding: 0px;
 margin: 0px;
}
.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}
.line_separator{
 width: 100%;
 border-top: #a5a5a5 solid 1px;
 clear: both;
 margin: 0 0 10px 0;
}

img{
 border: none;
}

#imageSeries{
 margin-left: 10px;
}

