﻿@import url("all.css");
@import url("inside.css");

.listWrap { clear: both; }
    .listItem 
    {   
        padding: 10px 0px;
        border-top: solid 1px #D1D1D1;
    }
    .listItemFirst 
    {   
        padding: 0px 0px 10px 0px;  
    }
    .listItemFirst h2, .listItem h2 
    {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .listItemFirst h2 a, .listItem h2 a { text-decoration: none; }
    .listItemFirst h2 a:hover, .listItem h2 a:hover { text-decoration: underline; }
    .listItemFirst p, .listItem p {
        margin: 0px 0px 3px 0px;
        padding: 0px;
        font-weight: normal;
    }
    .listItemFirst p.date, .listItem p.date, .listItemFirst p.postdate, .listItem p.postdate 
    {
        color: #999999;
        font-size: 11px;
        font-weight: bold;
    }
    .listItemFirst p.date, .listItem p.date
    {
        margin-bottom: 0px;
    }

.collapsible h2
{
    display: block;
    margin: 0px;
}
.collapsible h2 a
{
    display: block;
    padding: 3px 5px;
    background: url(../images/down-arrow.gif) right center no-repeat;
}
.collapsible h2 a:hover
{
    text-decoration: none;
    background-color: #eeeeee;
}
.collapsible h2 a.hover
{
    background: #eeeeee url(../images/up-arrow.gif) right center no-repeat;
}
.collapsible .detail
{
    padding: 0px 5px 5px 5px;
}
.collapsible p.postdate
{
    margin-top: 5px;
}

.pages
{
	margin: 0px 0px 20px 0px;
	clear: both;
	padding: 3px 5px;
	background-color: #515151;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.paging
{
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: solid 4px #D1D1D1;
}
    .paging a
    {
	    padding: 2px 8px;
	    margin: 1px;
	    color: #515151;
	    border: solid 1px #FFFFFF;
	    background-color: #FFFFFF;
	    text-decoration: none;
    }
    .paging a:hover
    {
	    color: #000000;
	    border: solid 1px #21755E;
	    background-color: #FFFFFF;
    }
    .paging span
    {
	    padding: 2px 8px;
	    margin: 1px;
	    color: #FFFFFF;
    }
    .paging .current
    {
	    font-weight: bold;
	    color: #FFFFFF;
	    border: solid 1px #21755E;
	    background-color: #21755E;
    }
    .paging .disabled { color: #999999; }

