@CHARSET "ISO-8859-1";
	
.horizontalRow{
	width: 100%;
	height: 0px;
	font-size: 0em;
	line-height: 0px;
	padding: 0;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

form{
	padding: 0;
	margin: 0;
}

#loginForm, #changePwdForm{
	text-align: center;
}

.loginText{
	
}

.loginButton, .logoutButton{
}

/********************************
*	   News / Event Detail		*
********************************/
.frmEditNewsDet, .frmEditEventDet{

}

/* Pseudo Table */
.pseudo_table{
	width: 100%;
}

.pseudo_tr{
	margin-bottom: 10px;
	float: left;
	width: 100%;
	clear: both;
}

.pseudo_td{
	float: left;
}

.pseudo_td *{
	font-size: 0.8em;
}

.pseudo_td label{
	font-weight: bold;
}

.newsDetail .dateTime, .eventDetail .dateTime{
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #b8b8b8;
}

.newsDetail .title, .eventDetail .title{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
	clear: both;
}

.newsDetail .abstract, .eventDetail .abstract{
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 10px;
}

.eventDetail .eventDate{
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	line-height: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.pagingHolder{
	margin-top: 10px;
	margin-bottom: 15px;
}

.pagingHolder a, .pagingHalder:visited{
	text-decoration: none;
	width: 40px;
	height: 20px;
	margin: 0px;
	border: 0px solid red;
	display: block;
	text-align: center;
	float: left;
	font-size: 0.7em;
	line-height: 20px;
	color: black;
	background-color: #dbbec0;
}

.pagingHolder a.even{
	background-color: #d0d0d0;
}

.pagingHolder a.odd{
	background-color: #eaeaea;
}

.pagingHolder a:hover{
	background-color: #896c6e;
}

.pagingHolder a.selected{
	background-color: #893e42;
	color: white;
	font-weight: bold;
}

.newsAllItem, .newsAllItem:visited, .eventAllItem, .eventAllItem:visited{
	text-decoration: none;
	color: black;
	display: block;
	padding: 3px;
}

.newsAllItemOdd, .eventAllItemOdd{
	background-color: #eaeaea;
}

.newsAllItemEven, .eventAllItemEven{
	background-color: #d0d0d0;
}

.newsAllItem:hover, .eventAllItem:hover{
	background-color: #7c7c7c;
	color: black;
}

.newsAllItem .date, .eventAllItem .date{
	width: 100%;
	display: block;
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 3px;
}

.newsAllItem .title, .eventAllItem .title{
	font-weight: bold;
}

.newsAllItem .abstract, .eventAllItem .abstract{
}

.newsAllItemSpacer, .eventAllItemSpacer{
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 5px;
}

.newsAllItemNew, .eventAllItemNew{
	background-color: red;
}

/* DIALOG*/

.dialog{
	margin-top: 100px;
	width: 100%;
	text-align: center;
}

.dialog input{
	width: 50px;
}
