@import "../../admin/templates/css/tablesort.css";
body table {
	text-align:left;
	font-family: "·L³n¥¿¶ÂÅé", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 1.7em;
	color: #555555;
}
label {display: inline-block;width:120px;height:28px;text-align:right;}
a {
color: blue;
}
a:hover{
color: red;
}

img {
vertical-align:middle;
}
th, td, input, select{
	font-family: "·L³n¥¿¶ÂÅé", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 150%;
	color: #003333;
}



.img-shadow {
margin: 0;
float:left;
background: url(../images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

.redContent{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 150%;
	color: #FF0000;
}

.redContent a:link{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 150%;
	color: #FF0000;
	text-decoration: underline;
}

.redContent a:visited{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 150%;
	color: #FF0000;
	text-decoration: underline;
}

.redContent a:hover{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 150%;
	color: #FF0000;
	text-decoration: none;
}

.redContent a:active{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 150%;
	color: #FF0000;
	text-decoration: underline;
}
.footerContent{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	line-height: 150%;
	color: #FFFFFF;
}

.whiteContent{
	color:#FFFFFF;
}
ul.news_menu{
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	background-color :#FFFFFF;
	list-style-image: url(https://www.nchc.org.tw/web_images/event/2009/hpcasia/arrow1.jpg);
}
ul.news_menu li{
	margin: 0px 0px 8px 15px;
	width: 180px;
	height: auto;
	vertical-align: top;
}
.displayOn{ display: block; }
.displayOff{ display: none;}
