/* Start of CMSMS style sheet 'pagination' */
#Searchresult {
display:block;
_height:400px;
}
#result{
clear:both;
}

.pagination {
            font-size: 80%;
height:30px;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #bd5e00;;
	color: #bd5e00;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #bd5e00;;
    color: #000000;
}

.pagination .current.prev, .pagination .current.next{
	color:#000000;
	border-color:#000000;
	background:#bd5e00;
}		

#article_div {
min-width: 390px; 
max-width: 540px;
_width:390px;
height:180px;
_height:50px;
}

#date {
float: left; 
width:90px;
}

#flag {
float: left; 
width:40px;
}

#article {
float:left;
text-align:center;
width:260px;
_width:auto;
}
/* End of 'pagination' */

