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


html
{
 height:100%;
}

body
{
  height:100%;
  margin: 0px;
  padding: 0px;
  background: white;
  font-family: verdana, arial, helvetica, sans-serif, trebuchet ms;
  line-height: 1.1;
  font-size: 11px;
}

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

a:active, a:hover
{
  color: black;
  text-decoration: none;
}
a.read_more,a.read_more:visited{
 clear: both;
 float: right;
 display: block;
 color: #d23233;
 margin-top: 5px; 
 font-size: 11px;
}
a.read_more:active,a.read_more:hover{
 color: black;

}
a.read_more.small{
 font-size: 10px;
}
a.grey, a.grey:visited{
 color: #666666;
}
a.grey:active, a.grey:hover{
 color: #d23233;
}
a.bold, a.bold:visited{
 color: #666666;
 font-weight: normal;
}
a.bold:active, a.bold:hover{
 font-weight: bold;
}
a img
{
  border: 0px;
}

h1.title,
h2.title
{
  color: #d23233;
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: georgia, verdana, arial, helvetica;
}
h2.title.hoved_article{
 font-size: 28px;
 font-weight: bold;
}
h3.title {
 color: #d23233;
 font-weight: bold;
 text-transform: uppercase;
 margin: 0 0 0 0;
 font-size: 11px;
 
}
h3.date {
  font-size: 12px;
  font-weight: bold;
}
h4.date {
  font-size: 11px;
  font-weight: bold;
}
.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}
.search_word{
 font-weight: bold;
 font-size: 12px;
 clear: both;
 margin-bottom: 10px;
}

ul {
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
padding: 0 0 0 20px;
list-style-position: outside;
list-style-type: sphere;
list-style-margin-left:5px;
}

li{
 padding-bottom: 5px;  
}
table{
 max-width: 570px;
}