body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;

}
img {
	border: none;
}
a {
	color: #456284;
	text-decoration: none;
}
a.msgpage {
	display: inline-block;
	background-image: url(../images/pages-inactive.png);
	height: 36px;
	width: 48px;
	text-align: center;
	margin: 0 10px 10px 0;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	padding-top: 12px;
}
a.active {
	background-image: url(../images/pages.png)
}
.chat {
	margin-bottom: 0;
	background-repeat: no-repeat;
	padding-top: 18px;
	width: 288px;
	margin-bottom: 25px;
	float: left;
}
.chat div.body {
	/*border: #f2f2f2 solid 1px;*/
	min-height: 32px;
	padding: 0 25px;
	margin-bottom: -20px;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	z-index: 99;
}
.chat div.tools {
	padding: 2px;
	float: right;
	/*margin-left: 225px*/;
	margin-top: -18px;
	/*display: none;*/
	z-index: 100;/*position:absolute;*/
}
.active div.tools, .chat:hover div.tools {
	display: block!important;
}
.chat div.tools a {
	width: 12px;
	height: 12px;
	display: inline-block;
}
.chat div.tools a.edit {
	background-image: url(../images/edit.png);
	margin-right: 12px;
}
.chat div.tools a.delete {
	background-image: url(../images/delete.png);
}
.in {
	background-image: url(../images/fbubble.png);
}
.out {
	background-image: url(../images/gbubble.png);
	margin-left: 10px;
}
.in div.body {
	background-image: url(../images/fbubble.png);
	background-position: 0 100%;
}
.out div.body {
	background-image: url(../images/gbubble.png);
	background-position: 0 100%;
}
.in div.tools {
	margin-right: 15px;
}
.out div.tools {
	margin-right: 25px;
}
div.active div {
/*background-color: #e7ebf2;*/
}
/* Overlay */
#simplemodal-overlay {
	background-color: #000;
}
/* Container */
#simplemodal-container {
	height: 800px;
	width: 480px;
	background-color: #fff;
	border: 3px solid #999;
	padding: 3px;
}
#simplemodal-container a.modalCloseImg {
	background-image: url(../images/close.png);
	width: 48px;
	height: 48px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -48px;
	right: -48px;
	cursor: pointer;
}
#simplemodal-container #basicModalContent {
	padding: 8px;
}
/*
#simplemodal-container a.modalCloseImg {background:none; right:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png',sizingMethod='scale');}*/
.header {
	width: 990px;
	margin: auto;
	padding: 5px;
	min-height: 110px;
	font-size: 60px;
	text-align: left;
	font-family: Helvetica;
	padding-top: 10px;
	text-shadow: #FFF 2px 2px 2px, #FFF -2px -2px 2px;
	color: #456284;
}
.header div {
	font-size: 18px;
	text-align: left;
	color: #333;
}
.left-column {
	width: 400px;
	float: left;
}
.center-column {
	width: 720px;
	float: left;
}
.mid-column {
	width: 320px;
	float: left;
	margin-left: 10px;
}
#sharescreen {
	margin-bottom: 2px;
	height: 45px;
	padding: 1px;
	padding-top: 0;
	overflow: hidden;
}
#poplink {
	height: 15px;
	padding-left:5px;
	padding-bottom: 2px;
}
#poplink a { color:#0076ff;}
#watingmsg {
	padding: 15px 0;
	display: none;
	min-height: 15px;
}
.spacer {
	height: 10px;
}
.box {
	border: #dddddd solid 1px;
}
.box-header {
	background-color: #f4f4f4;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #333;
}
.box-body {
	padding: 10px;
}
.editor {
	background-color: #f4f4f4;
	padding: 5px;
	border: #dddddd solid 1px;
}
.slider {
	clear: both;
	padding-top: 20px;
	padding-left: 50px;
}
.slider a {
	display: block;
	float: left;
	height: 214px;
	background-repeat: no-repeat;
	background-position: center;
}
.slider a.navi-prev {
	width: 45px;
	margin-right: 5px;
	background-image: url(../images/first.png);
}
.slider a.navi-next {
	width: 45px;
	background-image: url(../images/last.png);
}
.slider a.msg {
	width: 120px;
	margin-right: 5px;
	background-color: #dbe1ed;
}
.mid {
	width: 720px;
	overflow: visible;
	clear: both;
}
.mid .navi-right, .mid .navi-left {
	width: 160px;
	height: 710px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.mid .navi-left {
	float: left;
	background-image: url(../images/prev.png);
}
.mid .viewer {
	width: 400px;
	height: 710px;
	float: left;
	background-color: #dbe1ed;
}
.mid .navi-right {
	float: right;
	background-image: url(../images/next.png);
}
.page {
	width: 990px;
	margin: auto;
	padding-top: 10px;
}
.add-image {
	 background-image:url(../images/picture.png);
	 background-repeat:no-repeat;
	 background-position:5px center;
	 padding:2px 10px 2px 35px;
	 color:#000;
	 background-color:#8f8e94;
	 display:inline-block;
	 margin-left:8px;
}
.add-image:hover { background-color:#CCC}
