/*wrapper--------------------------------------------*/
#wrapper { /*
	border: thin green solid;
	*/
	min-width: 900px;
	max-width: 1700px;
}

/*header-------------------------------------------*/
#header { /*
	border: thin purple solid;
	*/
	margin: 5pt auto;
	min-height: 15%;
	max-width: 85%;
}

#topbar { /*
	border: thin red solid;
	*/
	height: 25px;
	margin:10px auto 40px auto;
}

#topbar a {
	color: orange;
	float: left;
	margin-right: 5px;
}

#nav a{
	text-decoration: none;
	padding-right:5px;
	border-right: 1px solid skyblue;	
}

#headerSearch {
	float: right;
	margin-top: -90px;
}

/*container-------------------------------------------*/
#container {
	border:thin skyblue solid;
	margin: 0pt auto;
	min-height:500px;
	max-width: 85%;
	padding: 20px;
}

#container h3 {
	margin: 0px;
	padding: 0px;
}
#container h3 a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

#container h3 span {
	color: black;
	cursor: default;
}

#container .blockWrap {
	padding: 5px;
}

/*footer----------------------------------------------*/
#footer { /*
	border: thin blue solid;
	*/
	
}

#footer {
	margin: 0pt auto;
	max-width: 85%;
	height: 15%;
}

#footer a {
	text-decoration: none;
	color: gray;
	font-size: x-small;
	float: right;
	margin: 15px 5px 0 5px;
	padding: 0 0 0 5px;
}

#footer a:hover {
	color: red;
}

#footer img {
	width: 25px;
	height: auto;
	float: right;
	margin: 8px auto 0 5px;
}

#footer span {
	width: 85%;
	margin-left: auto;
	margin-rigth: auto;
}

/*---------------------------------------------*/
h1 {
	color: #999;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td input {
	
}

td .NameInput,.classNameInput {
	
}

td .fixedValue {
	text-align: center;
	border: none;
	color: gray;
	background-color: rgba(255, 255, 255, 0.4);
}

button {
	background-image: url('whiteButton');
	width: 20px auto;
}

h3.ui-accordion-header a.navPathLink {
	padding-left: 0.5px;
}

h3.ui-accordion-header span.pathSeparator {
	cursor: default;
	color: blue;
}

.blockView { /*background-image:url("/images/blackboard.jpg");*/
	background-repeat: no-repeat;
	border: 3px dashed white;
	padding: 10px 0 10px 20px;
	margin: 5px;
}

.blockWrap a {
	text-decoration: none;
	font-size: 15px;
	color: #333;
	border-left-style: solid;
	border-left-color: orange;
	min-width: 10em;
	display: inline-block;
	padding-right: 3px;
	padding-left: 5px;
	margin: 3px auto 5px 2px;
	cursor: pointer;
	border-top: 1px solid transparent;
	border-top-color: transparent;
	border-right: 1px solid transparent;
	border-right-color: transparent;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
}

.blockWrap a:hover {
	/*color: black;*/
	/*text-decoration: ;*/
	color: black;
	border-left-color: red !important;
	/*border-top-color: red;
	border-color: red;*/
}

.blockView a:visited {
	border-left-color: green;
}

.blockWrap a.addButton {
	color: #FF8C00;
	text-decoration: underline;
	border: none;
	min-width: 10px;
}

.blockWrap a.addButton:hover {
	background-size: 0;
	background-color: rgb(255, 227, 76);
}

.ratingDetailForm {
	margin-left: 20px;
}

.ratingWrap {
	margin: 1em auto;
	padding: 3px;
}

/*.ratingWrap table{
	border-collapse:collapse;
}

.ratingWrap table, td{
}
	border:thin solid orange;

.ratingWrap div.className{
	background:rgba(245,149,0,0.5);
	color:white;
	font-style:bold;
}*/
div.ratingSlider {
	display: inline-block;
	width: 300px;
	height: 0.4em;
	margin: 0 0 0 15px;
}

div.ratingSlider a.ui-slider-handle {
	height: 0.8em;
	width: 0.9em;
}

div#addnewprofessor input[readonly] {
	color: gray;
	background-color: #f4f4f4;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/*Search------------------------------------------------------*/
div.searchResult {
	margin: 10px;
	border-top: 2px solid skyBlue;
	border-bottom: 1px solid skyBlue;
	border-right: 0px;
	border-left: 0px;
	width: 550px;
}

div.searchResult div.searchResultRecord {
	width: 550px;
	display: block;
	text-align: center;
	background-color: white;
}

div.searchResult div.searchResultRecord:nth-child(even) {
	background-color: rgba(117, 208, 239, 0.2);
	border-left: 2px solid skyBlue;
	border-bottom: 1px solid skyBlue;
}

/*欄隔線*/
div.searchResult div.searchResultRecord div.resultColumn {
	display: inline-block;
	padding: 5px 30px;
}

div.searchResult a {
	text-decoration: none;
}

/*General ------------------------------------------------------*/
.mousepointer {
	cursor: pointer;
}

a.jslink {
	cursor: pointer;
	text-decoration: underline;
}