
body, html { /* set size of body to full page and remove margins */
    
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
  font-family: Arial,Sans-Serif;
}

html {
  *overflow-y:hidden; /* for IE */
}

/* ----------------- header ----------------- */

#header {
/*	height: 80px;
	position: absolute;
    color:#666;
    text-align:center;
    margin:0 auto;
    left:0px;
    right:0px;*/
    
  position: absolute;
  min-width: 960px;
  padding: 0;
  left: 0;
  top: 0px;
  bottom: 70;
  right: 0;
  margin: 0 auto;
  z-index:1;
  text-align:center;
  color:#666;
  height: 80px;
  /*background-color: #ADC7BD;*/
}

.head-bg {
    /*box-shadow: 0 3px 3px 0 #ff5500;*/
 /* box-shadow: 0 2px 2px 0 #000000; */
}

#header ul {
	list-style: none;
	color: #666;
	font-size: 16px;
    font-family: arial;
    position:absolute;
    right:10px;
    top:-10px;
}

#header ul li {
	list-style-type: none;
	float: left;
	padding: 0 4px;
}

#header ul li a {
	position: relative;
	height: 32px;
	line-height: 32px;
    text-decoration: none;
    color: #666;
}

#header ul li a:hover {
	/*background-color: #ff5500;*/
    background-color: #C7C7CC;
    color: white;
}

#header .header-img {    
	height: 35px;
  width: 35px;
}

#header .header-name {
	display: inline-block;
    font-weight: bold;
}

.nav-link {
	display: inline-block;
	padding: 9px 5px;
}

.nav-link img{
	display: inline-block;
}

#header span {vertical-align: top;}

/* --------------------------------------------- */

.container {
  width:100%;
}

#bodycontent {
  position: absolute;
  min-width: 960px;
  padding: 0;
  left: 0;
  top: 80px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  zoom: 1;
  z-index:1;
}

img.bigThumbnail1 {
  width:230px;
  height:170px;
}

#bodycontentAcountInfoUpdate {
  position: absolute;
  min-width: 400px;
  padding: 0;
  left: 50px;
  top: 100px;
  height: 360px;
  width: 400px;
  margin: 0 auto;
}

#profilePhotoUpdateDiv {
  position: absolute;
  min-width: 200px;
  padding: 0;
  left: 20px;
  top: 20px;
  height: 100;
  width: 400px;
  margin: 0 auto;
}

.profile-photo {
  width: 60px;
  height: 70px;
  float:left;
  margin-top:10px;
}

#passwordChangeDiv {
  position: absolute;
  min-width: 200px;
  padding: 0;
  left: 20px;
  top: 140px;
  height: 160;
  width: 400px;
  margin: 0 auto;
}

#totalNumber {
	background-image: url("../image/icon/bigCircle.png");
	cursor: pointer;
	background-repeat: no-repeat;
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
    width: 50px;
	padding-top: 15px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
	top: 85px;
	white-space: nowrap;
	z-index: 5;
}
.generalBtn {
  border-radius: 2px;
  color: #4e5665;
  text-decoration: none;
  border: 1px solid #c5c6c8;
  padding: 0px 8px;
  transform:translateZ(0px);
  transition-duration: 0.3s;
  cursor: pointer;
  height:20px;
}

.generalBtn:hover {
  background-color: #777777;
  color: #EEEEEE;
}

.logoutDiv {
  position:absolute;
  right:30px;
  top:55px;
  z-index:1005;
  width:200px;
  height:60px;
  background-color:white;
  border: 1px solid #666;
  border-radius: 5px;
}