html {height: 100%;font-family:'Microsoft JhengHei';font-size:16px;}
body{height: 100%;font-family:'Microsoft JhengHei';font-size:100%;}
a:link{color:white;}
.hr-left{border:0px;width:90%;margin-right:0px;height:2px;background-color:#d4d4d4;}
.hr-right{border:0px;width:90%;margin-left:0px;height:2px;background-color:#d4d4d4;}
.thum-notborder{border:0px;}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.h1_style{	
	font-size: 72px;
	font-weight:bold;
	color:rgb(255,255,255);
	white-space: nowrap;
	text-shadow: 2px 2px 5px hsl(0,0%,20%);
	height: 220px;
	-webkit-box-shadow: 2px 2px 5px hsla(0,0%,70%,1.00);
	box-shadow: 2px 2px 5px hsla(0,0%,70%,1.00); 
}
.h2_style{	
	font-weight:bold;
	color:rgb(255,255,255);
	background-color:rgba(185,61,152,1.00);
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px hsla(0,0%,40%,1.00);
	box-shadow: 2px 2px 5px hsla(0,0%,40%,1.00); 
}

ul.breadcrumb{margin-top:0px;}

.footer {
    height: auto;
    background-color: rgba(0,0,0,1);    
    padding: 20px 0 50px 0;	
	color:rgba(255,255,255,1);
}
.footer-tuline{height:8px;border:2px solid rgba(255,255,255,1);border-left-style:hidden;border-right-style:hidden;margin-bottom:15px;}
.footer .thumbnail{background-color: rgba(0,0,0,1);border:hidden;}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
	color: rgb(176,161,113);
}
.not-set {
    color: #c55;
    font-style: italic;
}
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}
.nav > li > form > button.logout:focus {outline: none;}
.myCarousel {width: 50%;height: 200px;}
.navbar-default .navbar-nav > li > a {color: #FFFFFF;}
.navbar-default .navbar-nav > li > a:hover{color:#f0ad4e;}
.dropdown-menu > li > a:hover{background:#f0ad4e;}