﻿table {
	font-size: 10pt;
	color: #915e90;
	font-family:Arial Unicode MS, Arial, Helvetica, sans-serif;
}
#newsWrapper {
	padding: 50px 0px 0px 140px;
}
#searchWrapper {
	float:left;
	width:527px;
	height: 90px;
	margin: 20px 0px 0px 140px;
	padding: 5px;	
	border: 2px #915e90 solid;
	border-radius: 50px;
}
#searchTitle {
	float:left;
	width:427px;
	margin: 0px 50px 0px 50px;
	height: 18px;
	color: #ffffff;
	background-color: #915e90;
	font-weight:bold;
	text-align:center;
	border-radius: 9px;
}
#searchWrapper select {
	border: 0px #915e90 solid;
	color: #915e90;
	background-color: #EEF4FF;
}
#searchWrapper .searchButton {
	border: 1px #915e90 solid;
	color: #915e90;
	width: 60px;
	height: 24px;
	margin: 5px;
	border-radius: 12px;
}
#sltMedia {
	width:300px;
}
#newsTable {
	width:537px;
	text-align:left;
}
.newsHeader {
	font-weight:bold; 
	text-decoration:underline;
}
.newsDate {
	width: 120px;
}
.newsMedia {
	width: 70px;
}
.newsTopic {
	width: 347px;
}

.pageButton {
	float:left;
	cursor:pointer;
	height: 18px; 
	width: 18px;
	padding: 5px; 
	text-align: center;
	width:18px;
	margin: 0px 5px 0px 5px;
	border: 1px #915e90 solid;
	border-radius: 50%;
}
.pageBlankButton {
	width: 35px;
	height: 35px;
	float:left;

}
.pageButton:hover, .pageButton:focus, .pageButtonNow{
	background-color:#915e90;
	color: #ffffff;
}
.pageButtonNow{
	cursor:default;
}
.preNxtButton {
	width: 18px;
}
#pageNetvigatorWrapper {
	float:left;
	width: 780px;
	padding-top: 10px;

}
#pageNetvigator {
	width: 350px;
	height:20px;
	margin: 0px auto 0px auto;
	text-align:center;
}

