	body {
		font-family: HelveticaNeueLTStd-Roman, Georgia;	
		color: #003366;
		background-color: #E6E6E6;
		overflow-x: no-content;
		position: relative;
		border: none;
		margin: 0;
		padding: 0;
		background-image: url(../image/background.png);
        background-size: 100% 768px;
		background-repeat: no-repeat;
		background-position: 0 -1px;
	}
	
	textarea {
   	    resize: none;
   	    border: none; 
   	    background-color: #E6E6E6;
	}
	
	#tabs{
		font-size: 16px;	
	}
	
	#hover:hover{
		font-weight:bold;
	}
	
	.hover:hover{
		color: red;
	}
	
	#body {
		clear: both;
		width: 1020px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #FFFFFF;
		height: 100%;
		margin: auto;
		overflow-x: no-content;
		max-width: 1044px;
	}
	
	a:link { text-decoration: none; }
	a:visited { text-decoration: none;color:#003366 }
	a:active { text-decoration: none; }
	a:hover { text-decoration: none; }
	input {
		background-color: #D3D3D3;
		border: none;
		color: darkblue;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding: 2px 5px;
	}
	::-webkit-scrollbar { background-color:#FFFFFF; }
	::-webkit-scrollbar-button { background-color:#FFFFFF; }
	::-webkit-scrollbar-track { background-color:#D3D3D3; }
	::-webkit-scrollbar-track-piece { background-color:#D3D3D3P; }
	::-webkit-scrollbar-thumb { background-color:#aabed6; }
	::-webkit-scrollbar-corner { background-color:#D3D3D3; }
	::-webkit-resizer { background-color:#FFFFFF; }
	::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: block; }
	::-webkit-scrollbar-button:vertical:increment {
   	background-color: #FFFFFF;
   	background-image: url(../image/scrollup.png);
   	background-repeat:no-repeat;
   	background-position: center center;
	}
	::-webkit-scrollbar-button:vertical:decrement {
   	background-color: #FFFFFF;
    	background-image: url(../image/scrolldown.png);
    	background-repeat:no-repeat;
		background-position: center center;
	}
   ::-webkit-input-placeholder { color: blue; }
	:-moz-placeholder { color: blue;	} 
	::-moz-placeholder { color: blue; }
	:-ms-input-placeholder { color: blue; }	
	input:focus { background-color: #F0F0ED; }
	#header {  
		z-index:999;
		width: 1044px;
		position: relative;
		left: 50%;
		margin-left: -522px;
	}	
	#headerTop {
		background-color: #003366;
		color: #FFFFFF;
		width: 1044px;
		overflow: hidden;
		height: 30px;
		padding-top: 2px;
		margin-left: auto;
		margin-right: auto;
		z-index:999;
		max-height: 30px;
	}
	#headerTop a {
		color: #FFFFFF;
		text-decoration: none;	
	}
	#headerTopLeft { float: left; }	
	#headerTopRight { float: right; }
	#headerTopRightLogin { float:left; }
	#headerTopRight div div:first-of-type {
		float: left;
		margin-left: 5px;
	}
	#headerBanner {
		width: 1044px;
		height: 96px;
		background-image: url(../image/banner.png);
		background-size: 100% 100%;
		margin-top: -6px;
		margin: auto;
		z-index:999;
	}
	#headerBottom {
		margin: 0;
		text-align: center;
		background-color: #3366CC;
		z-index:999;
	}
	#headerBottom a:hover {
		font-weight: bold; 
		color: #ffffff;
	}
	#headerBottom a:link {
		color: #ffffff;
	}
	#headerBottom a:visited {
		text-decoration: none;
		color: #ffffff;
	}
	#headerBottom a:active {
		color: #ffffff;
	}
	.dropdown {
		position: absolute;
		z-index: 9999999;
		display: none;
	}
	.dropdown .dropdown-menu,
	.dropdown .dropdown-panel {
		min-width: 160px;
		max-width: 360px;
		list-style: none;
		background: #FFF;
		overflow: visible;
		padding: 4px 0;
		margin: 0;
	}
	.dropdown .dropdown-panel { padding: 10px; }
	.dropdown.dropdown-tip { margin-top: 8px; }
	.dropdown.dropdown-tip:before {
  		position: absolute;
  		top: -6px;
  		left: 9px;
  		content: '';
  		border-bottom-color: rgba(0, 0, 0, 0.2);
  		display: inline-block;
	}
	.dropdown.dropdown-tip.dropdown-anchor-right:before {
		left: auto;
		right: 9px;
	}
	.dropdown.dropdown-tip:after {
  		position: absolute;
  		top: -5px;
  		left: 10px;
  		content: '';
  		border-left: 6px solid transparent;
  		border-right: 6px solid transparent;
  		border-bottom: 6px solid #FFF;
  		display: inline-block;
	}
	.dropdown.dropdown-tip.dropdown-anchor-right:after {
		left: auto;
		right: 10px;
	}
	.dropdown.dropdown-scroll .dropdown-menu .dropdown.dropdown-scroll .dropdown-panel {
		max-height: 358px;
		overflow: auto;
	}
	.dropdown .dropdown-menu li {
		list-style: none;
		padding: 0 0;
		margin: 0;
		line-height: 18px;
	}
	.dropdown .dropdown-menu li > a .dropdown .dropdown-menu LABEL {
		display: block;
		color: #2F68D1;
		text-decoration: none;
		line-height: 18px;
		padding: 3px 15px;
		white-space: nowrap;
	}
	.dropdown .dropdown-menu li > a:hover .dropdown .dropdown-menu label:hover {
		background-color: #08C;
		color: #FFF;
		cursor: pointer;
	}
	.dropdown .dropdown-menu .dropdown-divider {
		font-size: 1px;
		border-top: solid 1px #E5E5E5;
		padding: 0;
		margin: 5px 0;
	}
	body.overlaid {
    -ms-user-select: none;
   	-webkit-user-select: none;
   	-moz-user-select: none;
   	user-select: none;
	}

	body.overlaid div.overlay {
        -o-transform: translateY(0);
   	    -webkit-transform: translateY(0);
   	    -moz-transform: translateY(0);
        -ms-transform: translateY(0);
   	    transform: translateY(0);
	}

  div.overlay {    
    -o-transform: translateY(-50000px);  
    -webkit-transform: translateY(-50000px);
    -moz-transform: translateY(-50000px);
    -ms-transform: translateY(-50000px);
    transform: translateY(-50000px);
	 z-index:9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
  }

  div.overlay > div.wrap-outer {
      position: relative;
      width: 100%;
      height: 100%;
      display: -ms-box;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      -ms-box-orient: horizontal;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -ms-box-align: stretch;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -ms-box-pack: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
    }
  div.overlay > div.wrap-outer > div.wrap {
        display: -ms-box;
      	display: -webkit-box;
      	display: -moz-box;
      	display: box;
        -ms-box-orient: vertical;  
      	-webkit-box-orient: vertical;
      	-moz-box-orient: vertical;
      	box-orient: vertical;
        -ms-box-align: stretch;
      	-webkit-box-align: stretch;
      	-moz-box-align: stretch;
      	box-align: stretch;
        -ms-box-pack: center;
      	-webkit-box-pack: center;
      	-moz-box-pack: center;
      	box-pack: center;
      	margin-left:-650px;
      	margin-top:50px;
      }

  div.overlay > div.wrap-outer > div.wrap > * {
            -ms-box-flex: 0;
        	-webkit-box-flex: 0;
        	-moz-box-flex: 0;
        	box-flex: 0;
        	display: block;
        }
	#footer {
		clear: both;
		position: absolute;
		left:50%;
 		margin-left:-521px;
 		-moz-box-shadow: 0 -5px 0 #888888;
		-webkit-box-shadow: 0 -5px 0 #888888;
		box-shadow: 0 -5px 0 #888888;
	}
	#footerTop {
		text-align: center;
		background-color: #3366CC;
	}
	#footerTop a:hover {
		font-weight: bold; 
		color: #ffffff;
	}
	#footerTop a:link {
		text-decoration: none; 
		color: #ffffff;
	}
	#footerTop a:visited {
		text-decoration: none; 
		color: #ffffff;
	}
	#footerTop a:active {
		text-decoration: none; 
		color: #ffffff;
	}
	#footerFlag {
		background-image: url(../image/footer.png);
		background-size: 100% 100%;
		background-repeat:no-repeat;
		background-position: center center;
		height: 144px;
		width: 1042px;
	}
	#footerBottom {
		color: #ffffff;
		background-color: #003366; 
	}
	#footerBottom a:link {
		text-decoration: none; 
		color: #ffffff;
	}
	#footerBottom a:visited {
		text-decoration: none; 
		color: #ffffff;
	}
	#footerBottom a:active {
		text-decoration: none; 
		color: #ffffff;
	}
	#footerBottom a:hover {
		font-weight: bold; 
		color: #ffffff;
	}
	#footerBottom tr td:first-of-type { text-align: right; }
	#footerBottom tr td:nth-of-type(2) { text-align: center; }
	#footerBottom tr td:nth-of-type(3) { text-align: center; }
	#footerBottom tr td:last-of-type { text-align: left; }
	#slogan {
		float: left;
		color: #003366;
		margin-bottom: 3px;
	}
	#copyright {
		float: right;
		color: #003366;
	}
	#button {
		background-color: #2F68D1;
		color: #FFFFFF;
		padding-top:5px;
		padding-bottom:5px;	
		text-align: center;
	}
	#voted {
		background-color: #D3D3D3;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#disagree {
		background-color: red;
		color: #FFFFFF;
		padding-top:5px;
		padding-bottom:5px;	
		text-align: center;
	}
	#timestamp {
		width: 68px;
		font-size: smaller;
		color: #3366CC;
		text-align: center;
	}
	.stats {
		padding-top:5px;
		padding-bottom:5px;	
		text-align: center;
		background-color: #D3D3D3;
	}
	.stats:hover { 
		background-color: #FFFFFF;
	 }
	.stats1 {
		background-color: #2F68D1;
		color: #FFFFFF;
		padding-top:5px;
		padding-bottom:5px;	
		text-align: center;
	}
	.jThumbnailScroller {
		position:relative;
		width:650px; 
		height:120px;
		margin:160px auto 0 auto; 
		background:#fff; 
		padding:0; 
		overflow:hidden; 
		-moz-border-radius:5px; 
		-webkit-border-radius:5px; 
		border-radius:5px;
	}
	.jThumbnailScroller .jTscrollerContainer { position:absolute; }
	.jThumbnailScroller .jTscroller { 
		position:relative; 
		height:100%; 
		margin:0; 
		left:0; 
		top:0; 
		display:inline-block; 
		display:inline;
	}
	.jTscrollerNextButton,.jTscrollerPrevButton {
		float:left;
		margin-left: 5px;
		margin-right: 0;
		display:block; 
		width:17px; 
		height:39px;
		margin-top: 60px;
	}
	.jTscrollerNextButton { background: url(../image/rightbutton.png) center center no-repeat; }
	.jTscrollerPrevButton { background: url(../image/leftbutton.png) center center no-repeat; }
	.jThumbnailScroller .jTscroller a {
		display:block; 
		float:left; 
		border:5px solid #ddd; 
		margin:6px 10px 6px 0; 
		background:#fff; 
		-moz-border-radius:3px; 
		-webkit-border-radius:3px; 
		border-radius:3px;
	}
	.jThumbnailScroller .jTscroller a:hover {	border-color:#fff; }
	.jThumbnailScroller .jTscroller a:first-child { margin-left:10px; }
	.jThumbnailScroller .jTscroller a img { border:none; }
	.jThumbnailScroller#tS2 { margin:30px auto; }
	.jThumbnailScroller#tS2 .jTscroller a { opacity:0.7; }
	.jThumbnailScroller#tS2 .jTscroller a:hover { opacity:1; }
	.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
}
.dropdown-menu,
.dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #FFF;
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}
.dropdown-panel {
	padding: 10px;
}
.dropdown-tip {
	margin-top: 8px;
}
.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}
.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 160px;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  display: inline-block;
}
.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}

.dropdown-menu,
.dropdown-panel {
	max-height: 358px;
	overflow: auto;
}
.dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}
.dropdown-menu LI > A,
.dropdown-menu LABEL {
	display: block;
	color: #2F68D1;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	white-space: nowrap;
}
.dropdown-menu LI > A:hover,
.dropdown-menu LABEL:hover {
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
}
.dropdown-divider {
	font-size: 1px;
	border-top: solid 3px #2F68D1;
	padding: 0;
	margin: 5px 0;
}