@charset "utf-8";
/* CSS Document */

:focus {
    outline: none;
}

div.ListInfoContainer {
	text-align:left;
	background: #FFF;
	border: 5px solid #E9E9E9;
	padding: 10px;
	margin-bottom: 15px;
	position: relative;
	/*font-family: 微軟正黑體, Lucida Grande, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
}

div.ListInfoContainer:hover { border: 5px solid #CCC; }
div.ListInfoContainer a { color: #215DA9; text-decoration:none; }
div.ListInfoContainer a:hover { color:#F90; background:none;}

div.ListInfoContainer div.InfoDate {
	/*font-size: 95%;*/
	font-weight: bold;
	color: red;
}

div.ListInfoContainer div.InfoTitle {
	border: none !important;
	color: #215DA9;
	font-weight: bold;
	font-size: 125%;
	margin: 0px !important;
	padding: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

div.ListInfoContainer div.InfoDetails {
	padding: 0px !important;
	background: none !important;
	line-height: 24px;
}
