/*----------------------------*/
/* Global Common Styles       */
/*----------------------------*/
* {
	margin:0;
	padding: 0;
}
html {
	margin:0;
	padding:0;
	height:100%;
	background:#C0C0C0 url(../images/body_bg.gif) 0 -469px repeat-x;
	background:#FFF url(../images/body_bg.gif) 0 -469px repeat-x;
	background-repeat:repeat-x;
}
body {
	min-height:480px;
	text-align:left;
	color:#333;
	font: normal 12px Verdana,Arial,sans-serif;
/*	font: normal 12px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;*/
}
img {
	border: 0;
}
a {
	color:#339;
	text-decoration:underline;
}
a:hover {
	color:#66C;
	text-decoration:underline;
}
ul,ol {
	list-style:none;
}
hr {
	height: 1px;
	color: #EEE;
	background-color: #DDD;
	border: 0;
	margin: 8px 0;
	box-shadow: 1px 0 5px #EEE;
}
blockquote {
	background:#eee;
	border:1px solid #ccc;
	padding:4px;
	margin: 0 16px;
}
.icon {
	max-width:16px;
	max-height:16px;
/*	padding:0 2px;*/
	vertical-align: middle;
}
h1 {
	padding: 0 0 8px;
	margin: 0 0 0px;
	color: #444;
	font-size:24px;
	font-weight: normal;
	text-shadow: 1px 1px 1px gray;
}
/*-----------*/
/*  HEADINGS */
/*-----------*/
h1 a {
	color:#333;
	text-decoration:none;
}
h1 a:hover {
	color:#99C;
	text-decoration:none;
}
h1 span {
	display:block;
	margin:3px 0 0 0;
}
h1 span a {
	font:11px Verdana;
	color:#F4CCC6;
}
h2,h3,h4 {
/*	padding: 4px;*/
	padding: 4px 0;
}
h3 {
/*	padding-bottom: 8px;*/
}

/*----------------------------*/
/* Main Wrapper               */
/*----------------------------*/

.wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
	background:transparent;
	vertical-align:top;
}

.hidden {
	display: none;
}


/*----------------------------*/
/* Header                     */
/*----------------------------*/

header {
	width:100%;
	height:70px;
	color:#666;
}
.logo {
	float: left;
	top: 0;
	left: 0;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
}
.logo a {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 2px gray;
}
.logo img {
	vertical-align: top;
}
.logo b {
	color: #CC0000;
}
.slogan {
	float:left;
	clear:both;
	margin-top:-30px;
	margin-left:75px;
}
.slogan a {
	color: #555;
	text-decoration: none;
}
.switcher {
	float: left;
	position: absolute;
	margin: 8px 0 0 40%;
	padding: 0;
/*border: 1px solid red;*/
}
/*--------------------------------------*/
#userbar {
	float:right;
	right:0;
	top:0;
	vertical-align:top;
	min-width:130px;
	max-width:250px;
	overflow-x: hidden;
	padding:8px 0;
	color:#666;
/*
border:1px solid red;
*/
}
#userbar a {
	color:#444;
	text-decoration:none;
}
#userbar a:hover {
	color:#000;
	text-decoration:underline;
}
#userbar .username {
	padding-bottom:4px;
	margin-bottom:2px;
	white-space:nowrap;
/*
	border-bottom:1px solid green;
*/
}
#userbar .username a {
	font-weight: bold;
}
#userbar ul {
	display: block;
	float: left;
	list-style-type: square; /* none; */
/*
	border:1px solid green;
*/
}
#userbar li {
	padding: 2px 4px 2px 0;
}
.user_menu {
	margin: 4px 0;
}
.user_menu li {
	padding: 4px 0;
}


/*----------------------------*/
/* Main Menu                  */
/*----------------------------*/
#menubar {
	clear:both;

	height:32px;
	line-height:32px;

	vertical-align: middle;

	margin: 5px 0 0;

	padding:0;

	border: 1px solid #999;

	border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-khtml-border-radius-topright:5px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;


/*---*/

	background: -o-linear-gradient(
		-90deg,
		#CCC,
		#FFF 95%,
		#CCC 5%,
		#000
		);
	background: -moz-linear-gradient(
		top,
		#CCC 0%,
		#f8f8f8 95%,
		#CCC 5%,
		#000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#CCC),
		color-stop(0.95, #F8F8F8),
		color-stop(0.05, #CCC),
		to(#000));
	background: -ms-linear-gradient(
		top,
		#CCC 0%,
		#f8f8f8 95%,
		#CCC 5%,
		#000);
	background: linear-gradient(
		top,
		#CCC 0%,
		#f8f8f8 95%,
		#CCC 5%,
		#000);
	-pie-background: linear-gradient(
		top,
		#CCC 0%,
		#f8f8f8 95%,
		#CCC 5%,
		#000);

	behavior: url(/js/pie/PIE.htc);

/*---------------------*/
	box-shadow: 1px 1px 3px #999;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);

/*---------------------*/
/*
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
*/
}
#menubar ul {
	list-style-type:none;
	margin-left:8px;
}
#menubar li {
	display:inline;
	float:left;
	min-width: 8px;
	height:32px;
/*	line-height:32px;*/
	border-right:1px solid #666;
}
#menubar li.right {
	float:right;
/*
	margin-right:8px;
	border-right:1px solid #222;
*/
	border-right: 0;
	border-left: 1px solid #666;
}
#menubar a {
	display:block;
	height:32px;
	line-height:28px !important;
	vertical-align: middle;
	padding:0 8px;
	text-decoration:none;
	color: #333;
/*
	text-shadow:
		0px 1px 0px rgba(000,000,000,1),
		0px -1px 0px rgba(255,255,255,0.2);
*/
	behavior: url(/js/pie/PIE.htc);
}
#menubar a:visited {
	color: #333;
}
#menubar a.active {
	color:white;
	background: -moz-linear-gradient(
		top,
		#999,
		#000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#999),
		color-stop(0.5, #555),
		to(#000));
	background: -ms-linear-gradient(
		top,
		#999,
		#000);
	background: -o-linear-gradient(
		top,
		#999,
		#000);
	background: linear-gradient(
		top,
		#999,
		#000);
	-pie-background: linear-gradient(#999, #000);

	text-shadow:
		0px 1px 0px rgba(000,000,000,1),
		0px -1px 0px rgba(255,255,255,0.2);
}
#menubar a:hover {
color: #000;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#b8b8b8 25%,
		#6b6b6b 75%,
		#424242);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		color-stop(0.25, #b8b8b8),
		color-stop(0.75, #6b6b6b),
		to(#424242));
	background: -o-linear-gradient(#F0F0F0, #424242);
	background: linear-gradient(
		top,
		#F0F0F0,
		#424242);
	background: -ms-linear-gradient(#F0F0F0, #424242);
	-pie-background: linear-gradient(#F0F0F0, #424242);


	text-shadow:
		0px 1px 0px rgba(000,000,000,0.5),
		0px -1px 0px rgba(255,255,255,0.5);
}
#menubar .icon {
/*
	margin-top: 4px;
*/
}

/*----------------------------*/
/* Sub Menu                   */
/*----------------------------*/
#submenu {
}
#submenu UL {
	list-style:none;
	margin:0;
	padding:0;
	height:25px;
	margin-bottom:16px;
	border-bottom:1px solid #333;
}
#submenu LI {
	float:left;
	vertical-align:middle;
}
#submenu LI.right {
	float:right;
}
#submenu A {
	margin-top:0;
	margin-left:2px;
	height:20px;
	text-decoration:none;
	display:inline-block;
	padding:4px 8px 0 8px;
	background:#f0f0f0;
	border:1px solid #999;
	border-bottom:0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#submenu A:hover {
	background:#fff;
	color:red;
}
#submenu A.selected {
	background:#fff;
	border-color:#000;
	border-bottom:1px solid #fff;
}
#submenu LI.preface {
	vertical-align:bottom;
	padding-top:6px;
	padding-left: 4px;
	clear: both;
}

/*----------------------------*/
/* BreadCrumbs                */
/*----------------------------*/
.breadcrumb {
	clear:both;
	margin: 0;
	padding: 8px 0;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	color:#444;

	border-bottom: 1px solid #CCC;
/*
	background:#000;
	border:1px solid orange;
*/
}
.breadcrumb a {
	text-decoration:none;
	color:#444;
}
.breadcrumb .icon {
	margin-top: -4px;
}


/*----------------------------*/
/* Content Containers         */
/*----------------------------*/

.preface {
	clear:both;
	height:24px;
	padding:8px;
	margin:4px 0;
	vertical-align:top;
	color:#666;
/*
	border: 1px solid green;
*/
}

.intro {
	clear:both;
	margin:4px 0;
	padding:0 0 1px;
/*
	border:1px solid blue;
*/
}

.main {
	padding:0 0 24px;
	width:750px;
	float:left;
/*
	margin:8px 0;
border: 1px solid blue;
*/
}

/*----------------------------*/
/* Sidebar                    */
/*----------------------------*/

.sidebar {
	float: right;
	margin: 0;
	padding: 0;
	width: 210px;
	min-height: 200px;
/*
	border:1px solid red;
*/
}

#loader {
	background-color:#FFF;
	border:4px solid #d7e1ed;
}




/*--------------------------------------*/
#avatar {
	max-width: 180px;
}
.avatar_small {
	width: 56px;
	height: 56px;
	background: #FFF;
	margin: 0 6px 8px 0;
	float: right;
}
.avatar_small img {
	width:50px;
	height:50px;
	padding:2px;
	border:1px solid #999;
/*	border-color:#bbb #999 #999 #bbb;*/
	border-radius: 5px;
}

/*------------------------------------*/
/* Input Elements                     */
/*------------------------------------*/

input, textarea {
	resize: none;
	margin: 2px 0;
}
input, select, textarea {
	font: normal 12px Verdana, Arial, sans-serif;
	padding: 2px;
}

label, .label {
	display: inline-block;
	width: 150px;
/*	font-size: 14px;*/
}
.editor_area {
/*	width: 99%;*/
/*	width: 100%;*/
	width: 745px;
	min-height:480px;
}

.editor_area input {
	margin-bottom: 4px;
}


/*------------------------------------*/
/* Page Main Content                  */
/*------------------------------------*/

.intro h1 {
	display:block;
	width:100%;
	text-align: center;
}

/*------------------------------------*/
.bigslider, .triplex
/*, #upload_avatar, #camera*/ {
	clear:both;
	margin-bottom: 16px;
	padding:0;

	background: #CCC;

	border-color: #222 #111 #111 #222;
	border: 8px double #777;

	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;

	background: -moz-linear-gradient(
		top,
		#CCC,
		#FFF 20%,
                #BBB  );
	background: -webkit-linear-gradient(
		top,
		#CCC 0%,
		#FFF 20%,
		#BBB 100%);
	background: -o-linear-gradient(
		top,
		#CCC 0%,
		#FFF 20%,
		#BBB 100%);
	background: ms-linear-gradient(
		top,
		#CCC,
		#FFF 20%,
                #BBB  );
	background: linear-gradient(
		top,
		#CCC,
		#FFF 20%,
                #BBB  );
	-pie-background: linear-gradient(
		top,
		#CCC,
		#FFF 20%,
                #BBB  );
	behavior: url(/js/pie/PIE.htc);


	box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(127,127,127,1);
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(127,127,127,1);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(127,127,127,1);
}
/*------------------------------------*/
.bigslider {
	width: 650px;
	float:left;
/*	margin-top: -4px;*/
	text-align: center;
	line-height: 22px;

}

.triplex {
/*	height: 300px;*/
	padding:0 16px 16px;
	margin: 13px 0;
	color:#333;
}
.triplex_title {
	height: 30px;
	text-align:center;
	vertical-align: middle;
	color: #333;
	padding: 1px 0;
}
.triplex_title span {
	display: inline-block;
	float:left;
	width:28%;
	line-height:38px;
/*	height:38px;*/
	text-align:center;
	padding-left: 44px;
}
.triplex_title span img {
	vertical-align: middle;
}
.triplex_flash {
	clear:both;
	height:240px;
	width:960px;
	background:#CCC url(../images/triplex.jpg) no-repeat;
}
.triplex_footer {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	padding: 1px 0;
border: 1px solid red;
}

/*------------------------------------*/
.entry {
	clear:both;
	font:normal 12px Verdana,Arial,sans-serif;
	line-height:22px;
	padding:0;
	width:75%;
	float:left;
	margin-right:2%;
/*
	background:#FFF;
	border-top:1px solid #fff;
	border-bottom:1px solid #c6d4e5;
*/
}
/*------------------------------------*/
.info {
	float:left;
	margin:5px 0 0 0;
	width:631px;
}
.info .other {
	padding-top:13px;
	color:#aaa;
}
.info .other span {
	float:right;
}
.info .other span a {
	color:#FF6600;
	text-decoration:none;
}
.info .other span a:hover {
	color:#FF9900;
	text-decoration: none;
}

/* ------------------------ */
.rating {
	float:left;
	display:inline-block;
	width:100px !important;
	padding-right:8px;
	vertical-align:top;
}
/* ------------------------ */
.post {
	clear: both;
	margin: 0 0 16px;
	padding: 8px 8px;
	font-size: 16px;
color: #777;
/*	word-break: break-all;
	word-wrap: break-word;
*/
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 5px #CCCCCC;
	background: -moz-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -webkit-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -o-linear-gradient(
		-90deg,
		#F8F8F8,
		#FFFFFF);
	background: linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
}
.post .thumbnail {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 60px;
	height: auto;
}
.post .disabled {
	border: 1px solid red;
}

/* ------------------------ */
.posttitle {
	overflow-x: hidden;
	padding: 0 4px;
	margin: 0;
	color: #444;
	text-shadow: 1px 1px 1px gray;
/*
	height:28px;
	background: #FFF;
	border:1px solid blue;
*/
}
.posttitle a {
/*	line-height:16px;*/
	font-size:20px;
	color:#333;
	text-decoration:none;
}

/* ------------------------ */
.post_info {
	height:20px;
	line-height:20px;
	padding: 4px 0;
/*	margin: 0;*/
	margin:0 0 8px 0;
	vertical-align:middle;
	font-size: 12px;
/*	background:#EEE;*/
	border-bottom:1px solid #EEE;
}
.post_info a {
	color:#555;
}
.post_info a:hover {
/*	color:#EB9D32;*/
}
.post_info .author {
	display:inline-block;
	margin:0;
	padding-left: 20px;
	padding-right: 4px;
	background: url("../icons/user/user.png") no-repeat;
}
.post_info .date {
	color:#aaa;
	display:inline-block;
	margin:0;
	padding-left: 20px;
	padding-right: 4px;
	background: url("../icons/action/clock.png") no-repeat;
}
.post_info .comment_num {
	color:#aaa;
	display:inline-block;
	margin:0;
	padding-left: 20px;
	padding-right: 4px;
	background: url("../icons/item/comments.png") no-repeat;
}
.post_category {
	color:#aaa;
	display:inline-block;
	margin:0;
	padding-left: 20px;
	padding-right: 4px;
	background: url("../icons/item/folder.png") no-repeat;
}
.post_content {
}

/* ------------------------ */
.noinfo {
	text-align: center;
}
/* ------- Input Areas: ----------------- */
#tags, #title, #catid {
	margin: 4px 0;
}
#tags, #title {
	width: 75%;
}

/*----------------------------*/
/* Main Content               */
/*----------------------------*/
.content {
	clear: both;
	margin: 0 0 16px;
	padding: 0 0 16px;
	padding: 8px 8px 16px;
	font-size: 16px;
/*	word-break: break-all;*/
	word-wrap: break-word;

	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 5px #CCCCCC;
	background: -moz-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -webkit-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -o-linear-gradient(
		-90deg,
		#F8F8F8,
		#FFFFFF);
	background: linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);

}
.content a {
	color: #444;
	text-decoration: underline;
}
.content a: hover {
	color: #000;
/*	text-decoration: none;*/
}
.content img,
.content img,
.content img,
.content img {
	margin-right: 5px;
}

.content p {
	clear: both;
	margin-bottom: 16px;
}

/* Editor Textarea
#content {
	clear: both;
	min-height: 600px; /*vot*/
	margin: 0 0 16px;
	padding: 0 0 16px;
	padding: 8px 8px 16px;
	font-size: 120%;
	word-break: break-all;
	word-wrap: break-word;

/*	background:#FFF;*/
/*	border: 1px solid #DDD;*/
}

/*----------------------------*/
/* Zoom & Pop-up              */
/*----------------------------*/
/* ------------------------ */
.zoom {
	margin:0;
	padding:0;

/*
	cursor: zoom-in,-o-zoom-in,-webkit-zoom-in,-moz-zoom-in,url(/static/cursor/zoomin.cur),hand;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: -o-zoom-in;
	cursor: zoom-in;
*/
}
.zoom img {
	display:inline;
	padding:0;
	vertical-align: text-top;
	cursor: url("/static/cursor/zoomin.cur"),url("../../../static/cursor/zoomin.cur"),default !important;
}

/* ------------------------ */
.option {
	float: right;
	font-weight: normal;
	font-size: 12px;
	text-shadow: none;
	min-width: 16px;
}
.option .reply {
	margin:0;
	padding:0 8px;
	color:#AAA;
	font-size:12px;
	cursor:pointer;
}
.option .reply span {
	color:#ff6600;
}
.option .action {
	margin:0;
	padding:0;
	color:#AAA;
	font-size:12px;
	cursor:pointer;
}
.option img {
	margin:0;
}

/*------------------------*/
/* Pagination             */
/*------------------------*/

.pages {
	clear:both;
	color:#999;
	height:24px;
	margin:15px 0;
/*	overflow:hidden;*/
	text-align: center;
}
.pages a {
	display: inline;
}
.pages em {
	font-style: normal;
	height: 22px;
	background: #F8F8F8;
	border: 1px solid #CCC;
}
.pages a, .pages em {
/*	float:left;*/
	line-height:22px;
	margin:0 2px;
	padding:0 8px;
	background: #F8F8F8;
	border: 1px solid #999;
	text-decoration:none;
}
.pages a:hover {
	border:1px solid #C33;
}
.pages strong {
/*	float:left;*/
	color:#fff;
	line-height:22px;
	margin:0 2px;
	padding:0 8px;
	background:#d04b37;
	border:1px solid #999;
}
.pages kbd {
	margin:0 0 0 5px;
}
.pages kbd input {
	font-size:13px;
	border:1px solid #999;
	padding:2px;
	width:25px;
	height:16px;
}

/*-----------------------------------------------*/
/* Footer content                                */
/*-----------------------------------------------*/

footer {
	clear: both;
	height: 60px;
	bottom: 0;
	margin: 16px auto 0;
	padding: 0;
	line-height: 26px;
	vertical-align: top;
	text-align: right;
	color: #555;
	background:transparent;
}
footer img {
	vertical-align: top;
}

footer a {
	color: #000;
	text-decoration:none;
}
footer a:hover {
	text-decoration: underline;
}
.footer_menu {
	padding:0 4px;
	display:block;
	width:auto;
	height:25px !important;
	text-align:right;
/*
	background:url("../images/block_bg.gif") repeat-x transparent;
*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.footer_menu a {
}

/*-----------------------------------------------------*/
.pipe {
	padding:0 4px;
}

.entry_post {
	background:#f8f8f8;
	border:1px solid #ddd;
	margin-bottom:0;
	padding:10px;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.entry_post .insert {
	float:left;
	margin-right:5px;
}
#input_count {
	float:left;
	margin-right:10px;
	font: bold 18px "Lucida Grande",Verdana,Arial;
}
#input_content {
/*
	width:692px;
*/
	border:1px #ccc solid;
	font:normal 12px "Courier New",Courier,Verdana,Arial;
	overflow:auto;
	margin:10px 0;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#input_content:focus {
	border: 1px #989eA4 solid;
}

.btn_update {
	border:0;
	border:1px #ccc solid;
/*
	background:url(../images/update.png) no-repeat 0 -33px;
*/
	background:#EEE;
	height:33px;
	width:120px;
	cursor:pointer;
	float:right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.btn_update:hover {
/*
	background-position:0 -66px;
*/
	background:#FFF;
}
.btn_update_close {
/*
background-position:0 0;
*/
}
.btn_update_close:hover {
/*
background-position: 0 0;
*/
}

/*-----------------------------------------------*/
/* Comments                                      */
/*-----------------------------------------------*/

.comment_line {
	width:100%;
	height:20px;
	font-weight: bold;
	font-size: 14px;
}
.comment_list {
/*	display:none;*/
}
.comment_list .load {
	margin:35px;
	text-align:center;
}
.comment_list ul {
	padding:0;
	margin:0;
	list-style: none;
}
.comment_list ul li {
	clear:both;
	min-height: 56px;
	margin: 0 0 16px;
	padding: 0;
	padding: 0 0 16px;
	padding: 8px 8px 16px;

/*
	font-size: 16px;
*/

	word-break: break-all;
	word-wrap: break-word;

	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 5px #CCCCCC;
	background: -moz-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -webkit-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -o-linear-gradient(
		-90deg,
		#F8F8F8,
		#FFFFFF);
	background: linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
/*
	border: 1px solid green;
*/
}
.comment_list ul li p {
	margin: 0;
	padding: 4px 4px 4px;
/*	border:1px solid gray;*/
}
.comment_list ul li span.del {
	margin-left:8px;
	font:normal 11px Verdana;
}
.comment_list ul li span.display {
	margin-left:8px;
	font:normal 11px Verdana;
}
.comment_list ul li a {
	color: black;
}
.comment_list ul li a:hover {
	color: red;
}
.comment_list ul li.page {
	text-align:center;
}
.comment_list input.short {
	border:1px #CCC solid;
	width:60px;
	padding:3px;
	margin:0;
}
.comment_list input.long {
	border:1px #CCC solid;
	width:480px;
	padding:3px;
	margin:0;
}
.comment_list input.submit {
	cursor:pointer;
	border:1px solid gray;
	padding:2px 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
/*
	margin-left:6px;
	background:url(../images/send.gif) no-repeat;
	height:23px;
	width:63px;
*/
}
.comment_list .avatar_small {
/*	margin: 0 6px 8px 0;*/
	float: left;
}
.comment_info {
	width: 100%;
	height: 16px;
	line-height: 16px;
	padding: 0 4px 4px;
	margin: 0 0 4px;
	font-size: 80%;
	border-bottom: 1px solid #DDD;
}
.comment_info a {
	color:#D58F1C;
}
.comment_info a:hover {
	color:#EB9D32;
}
.comment_info .mycome {
	float:left;
	color:#aaa;
}
.comment_info .author {
	display:inline-block;
	margin:0;
	padding-left: 20px;
	padding-right: 4px;
	background: url("../icons/user/user.png") no-repeat;
}
.comment_info .date {
	color:#aaa;
	display:inline-block;
	margin:0;
	padding-left: 20px;
	padding-right: 4px;
	background: url("../icons/action/clock.png") no-repeat;
}
.comment_info .option img {
	margin-top: -12px;
/*
	width:12px;
	height: 12px;
*/
}
.open {
	display:block;
}
.comment_add {
	clear:both;
	min-height: 56px;
	margin: 0 0 16px;
	padding: 8px 8px 16px;

/*
	font-size: 16px;
*/

	word-break: break-all;
	word-wrap: break-word;

	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 5px #CCCCCC;
	background: -moz-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -webkit-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -o-linear-gradient(
		-90deg,
		#F8F8F8,
		#FFFFFF);
	background: linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
/*
	border: 1px solid green;
*/
}
.comment_add textarea {
	width: 99.5%;
	min-height: 100px;
/*
	border:1px solid #c6d4e5;
	border:1px solid red;
	margin-bottom:-30px;
	left:50%;
	position:absolute;
*/
}

/*-----------------------------------------------*/
/* Profile                                       */
/*-----------------------------------------------*/

.profile_edit .friend {
	width:705px;
	padding:5px;
	margin:5px;
	border-bottom:1px #ccc solid;
}
.profile_edit .friend span {
	margin-right:15px;
}
.profile_edit .s_a {
	float:left;
	width:50%;
	margin-bottom:16px;
}
.profile_edit .s_b {
	float:left;
	margin-bottom:16px;
}
.profile_edit .s_c {
	float:left;
	width:50%;
	margin-bottom:16px;
}
.profile_edit .s_d {
	float:left;
	width:50%;
	margin-bottom:16px;
}
.profile_edit .s_e {
	float:left;
	width:50%;
	margin-bottom:16px;
}
.profile_edit .s_f {
	float:left;
	height:50%;
	margin-bottom:16px;
}
.profile_edit .s_s {
	float:left;
	width:130px;
	padding:20px 0 10px 0;
}
.profile_edit .s_r {
	float:left;
	margin:17px 0 0 0;
	font:normal 14px verdana;
	padding:5px;
	background-color:#ffebe8;
	border-width:1px;
	border-style:solid;
	border-color:#c00;
	display:none;
}
.profile_edit .avatar_img {
	float:left;
	width:50px;
	height:50px;
	margin:0 15px 10px 0;
}
.profile_edit .avatar_des {
	float:left;
	width:260px;
	height:20px;
	margin:5px 0 0 0;
}
.profile_edit .avatar_ipt {
	float:left;
	width:68px;
	height:30px;
}
.profile_edit .avatar_res {
	float:left;
	margin-left:5px;
}
.profile_edit .fileName {
	display:block;
	width:160px;
	height:13px;
	overflow:hidden;
}
.profile_edit .percentage {
	display:block;
	color:#ff6600;
	width:180px;
	height:13px;
	overflow:hidden;
}
.profile_edit .uploadifyQueueItem {
	font:11px Verdana,Geneva,sans-serif;
	border:1px solid #E5E5E5;
	background-color:#F5F5F5;
	padding:5px;
	width:182px;
}

/*-----------------------------------------------*/
/*                                       */
/*-----------------------------------------------*/

.nav_title {
	background:#333;
	color:#fff;
	margin-bottom:10px;
	padding:0 10px;
	line-height:30px;
}
.input_textarea {
	width:680px;
	height:68px;
	border:1px #ccc solid;
	font:14px Verdana,Arial;
	margin-top:5px;
	padding:5px;
}
.input_content {
	width:680px;
	height:17px;
	border:1px #ccc solid;
	font:14px Verdana,Arial;
	margin-top:5px;
	padding:5px;
}
.input_narrow {
	width:320px;
	height:17px;
	border:1px #ccc solid;
	font:14px Verdana,Arial;
	margin-top:5px;
	padding:5px;
}
.input_submit {
	border-top:1px solid #298EBE;
	border-left:1px solid #298EBE;
	border-right:1px solid #071B23;
	border-bottom:1px solid #071B23;
	background:#247AA3;
	color:#fff;
	vertical-align:middle;
	font:12px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	padding:5px 10px;
	margin-top:-3px;
}
.input_file {
	display:none;
}


#avatar_now {
	width:50px;
	height:50px;
	padding:2px;
	background:#f8f8f8;
	border:1px solid #ddd;
}
.entry_post .uploadifyQueueItem {
	font:12px Verdana,Geneva,sans-serif;
	border:1px solid #E5E5E5;
	background-color:#F5F5F5;
	padding:3px 5px;
	width:320px;
}
.entry_post .uploadresult {
	border:1px solid #FBCBBC;
	background-color:#FDE5DD;
	margin:0 0 0 10px;
	padding:5px;
}
.uploadifyError {
	border:1px solid #FBCBBC !important;
	background-color:#FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float:right;
}
.uploadifyProgress {
	background-color:#FFFFFF;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #C5C5C5;
	border-bottom:1px solid #C5C5C5;
	margin-top:3px;
	width:100%;
}
.uploadifyProgressBar {
	background-color:#0099FF;
	width:1px;
	height: 3px;
}

/* vot */
#sysIdPopBg {
	height:100%;
	width:100%;
	background:black;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	display:block;
	filter:alpha(opacity=10);
	opacity:0.1;
}
#sysIdPopWind {
	z-index:100;
}
.popBorder {
	position:absolute;
	background:black;
	filter:alpha(opacity=50);
	opacity:0.5;
	top:0;
	left:0;
	border-radius:8px;
}
.popWrapper {
	top:7px;
	left:7px;
	background:#F1F1F1;
	position:absolute;
	border:1px solid #000;
	overflow:hidden;
	border-radius:5px;
}
.popContent {
	padding:4px;
}
.popClose {
	float:right;
	cursor:hand;
}
.popTitle {
	background:#CCC;
	padding:4px;
	border-bottom: 1px solid #999;
}

/*------------------------------------------*/
/* Login & Registration Form                */
/*------------------------------------------*/

.logindiv {
	width:400px;
	height:auto;
	margin:auto auto;
	padding:0 32px 16px;

}
#login_result {
	margin: 8px 0;
	height: 20px;
	padding: 8px;
	color:red;
}
#loginform {
	font-weight:normal;
	background:#fff;
	font-size:100%;
}
#loginform input:focus {
	border:1px solid green;
}
#loginform p {
	margin-bottom:0;
}
#loginform label {
	color:#777;
	font-size:13px;
}
#loginform #user_name,
#loginform #password,
#loginform #email {
	font-size:24px;
	width:97%;
	padding:3px;
	margin-top:2px;
	margin-right:6px;
	margin-bottom:16px;
	border:1px solid #e5e5e5;
	background:#fbfbfb;
}
#loginform .submit {
	border-top:1px solid #298EBE;
	border-left:1px solid #298EBE;
	border-right:1px solid #071B23;
	border-bottom:1px solid #071B23;
	background:#247AA3;
	color:#fff;
	vertical-align:middle;
	padding:5px 10px;
	margin: 0 auto;
}

/*------------------------------------------*/
/* Error Messages                           */
/*------------------------------------------*/

.error {
	clear:both;
	margin-top:8px;
	padding:16px;
	color:red;
	text-align:center;
	border:1px solid red;
}
.system_message {
	clear:both;
	margin-top:8px;
	padding:16px;
	color:black;
	text-align:center;
	border:1px solid red;
	min-height:100px;
	vertical-align:center;
	background: #EEE;
}
.error_tip {
	clear: both;
	height: 24px;
	padding: 5px;
	color: red;
}

/*------------------------------------------*/
#blog_edit {
}
#blog_edit .label {
	display:inline-block;
	float:left;
	width:10%;
}
#blog_edit input {
	width:87%;
	float:right;
	margin:0 0 8px 6px;
}
#blog_edit select {
	margin:0 0 8px 15px;
}
#blog_edit option {
	padding:0 8px;
}
#blog_edit textarea {
	display:block;
	width:99%;
	min-height:300px;
	margin:0 0 8px 0;
}
#blog_edit #submit {
	display:block;
	float:none;
	width:100px;
	margin: 8px auto;
}
/*-------------------------------*/
#catlist { /* ul */
	margin: 0;
	padding: 0;
}
#catlist li {
	list-style-type: none; /* get rid of the bullets */
	background-color: #FFF;
}
#catlist li ul {
	display:none;
}
#catlist li ul li{
	padding-left: 20px;
}
#catlist li.open ul {
	display:block;
}
#catlist li i {
	float: left;
	background: url("../icons/item/document.png") no-repeat;
	width: 16px !important;
	height: 16px !important;
	margin: 4px 4px 0 0;
	display: inline-block;
	cursor: hand;
}
#catlist li a {
	display: block;
}
#catlist li.active {
	background-color: #CCC;
}
#catlist li.folder i {
	background: url("../icons/action/expand.png") no-repeat;
}
#catlist li.open i {
	background: url("../icons/action/collapse.png") no-repeat;
}
#catlist li.folder li i {
	background: url("../icons/item/document.png") no-repeat;
}


/*-------------------------------------------*/
.block {
	color:#333;

	margin-bottom:24px;

	padding: 8px 8px 16px;


	border: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;



	border-radius:5px;
	-moz-border-radius:5px;


	box-shadow: 1px 1px 5px #666;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);




	background-color: #EEE;

	background: -moz-linear-gradient(
		top,
		#CCC,
		#FFF 30px,
		#EEE 50%,
		#DDD);
	background: -o-linear-gradient(
		-90deg,
		#CCC,
		#FFF 30px,
		#EEE 50%,
		#DDD );
	background: -webkit-linear-gradient(
		top,
		#CCC,
		#FFF 30px,
		#EEE 50%,
		#DDD);
	background: ms-linear-gradient(
		top,
		#CCC,
		#FFF 30px,
		#EEE 50%,
		#DDD );
/*CSS3*/ background: linear-gradient(
		top,
		#CCC,
		#FFF 10%,
		#DDD 50%,
                #CCC  );
	);
	-pie-background: linear-gradient(
		top,
		#CCC,
		#FFF 30px,
		#EEE 50%,
		#DDD) 0 0 / 100% #CCC;

	behavior: url(/js/pie/PIE.htc);

}
.block_header {
	margin:0;

	height: 24px !important;
	line-height: 24px;

	vertical-align: middle;


}
.block_title {
	float:left;

	height:24px;
	line-height: 24px;

	margin: 0;
	padding: 0 5px;

	font-size: 14px;
	font-weight: bold;

	border: 1px solid #666;
	border-bottom: 0;

	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

	background: white;

	background: -moz-linear-gradient(
		center top,
		#CCC 0%,
		#FFF 50%,
		#FFF);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#CCC),
		color-stop(0.50, #FFF),
		to(#FFF));
}
.block_title A {
	text-decoration:none;
}

.block_content {
	margin: 0;

	padding: 8px 8px 16px;

	border: 1px solid #666;

	background: #FFF;

	line-height: 20px;

/*	border-radius:5px;*/

/*	border-top-left-radius:5px;*/
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;

/*	-moz-border-radius-topleft:5px;*/
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;

}

/*-----------------------------------------*/

#post_form {
}
#post_form textarea {
	width:96%;
	margin:8px auto;
}
.disabled {
	border:1px solid red;
}

/*---------------------------------------*/
.overview {
	position: absolute;
	left: 0 top: 0;
}
.overview li {
	float:left;
	margin: 12px;
	padding: 0;
/*	height: 200px;*/
/*	border: 1px solid #dcdcdc;*/
	width: 176px;
/*	overflow: hidden;*/
	text-align: center;
}
.overview li a {
	display:block;
	height: 240px;
	overflow: hidden;
	text-decoration:none;
	color:black;
	text-align: center;
	border:1px solid #dcdcdc;
}
.overview li a:hover {
	border: 1px solid #C00;
}


/*------------------------------------*/
.camera {
}
.camera .fancybox-outer {
	border:8px solid #000;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	background:#000;
	box-shadow: 0 0 20px #222;
}
.camera .fancybox-inner {
}
/*----------------------Camera Box-----------------------*/
#camera {
	padding: 0 40px; 
	margin: 0 auto;
	width: 350px;
	text-align: center;

	border: 1px solid #999;

	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;

	box-shadow: 1px 1px 5px #666;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);

	background-color: #EEE;

	background: -moz-linear-gradient(
		top,
		#CCC,
		#FFF 30%,
		#DDD);
	background: -o-linear-gradient(
		-90deg,
		#CCC,
		#FFF 30%,
		#DDD );
	background: -webkit-linear-gradient(
		top,
		#CCC,
		#FFF 30%,
		#DDD);
	background: ms-linear-gradient(
		top,
		#CCC,
		#FFF 30%,
		#DDD );
/*CSS3*/ background: linear-gradient(
		top,
		#CCC,
		#FFF 30%,
                #DDD  );
	);
	-pie-background: linear-gradient(
		top,
		#CCC,
		#FFF 30%,
		#DDD) 0 0 / 100% #CCC;

	behavior: url(/js/pie/PIE.htc);


}
.camTop {
	background:url('../images/webcam/cam.png') no-repeat center 2px;
	height:42px;
}
#screen {

	width:320px;
	height:320px;

	padding:0;
	margin:46px auto 22px;
	margin:0 auto;
	background:#ccc;
	text-align:center;
	color:#666;
/*
	line-height:320px;
border:1px solid red;
*/
}

/*----- Buttons ------*/
a.button, input.button {

	cursor:hand;

	text-decoration: none;
	vertical-align: middle;

	background-color: #F8F8F8;
/*	background-color: #999;*/

	padding: 4px 16px;

	border: 1px solid #000;

	color: #000;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

	text-shadow: 0 1px 0 #FFF;

	background:-moz-linear-gradient(top,#FFF,#CCC);
	background:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#CCC));
	background:-o-linear-gradient(top,#FFF,#CCC);

/*	box-shadow: 0 1px 3px #777;*/
}
.button:hover {
	background-size:100% 100%;
	background:-webkit-gradient(linear,left top,left bottom,from(#cccccc),to(#dddddd));
	background:-moz-linear-gradient(top,#cccccc,#dddddd);
	background:-o-linear-gradient(top,#cccccc,#dddddd);
	text-decoration: none;
	color: #000;
}
.button:active {
	position:relative;
	text-decoration: none;
	color: #000;
}
.button:visited {
	color: #000;
	text-decoration: none;
}
.cancel {
	color: #900;
}
.green {
	color: #090;
}


/*------ Web Camera ------*/
#camera #buttons {
	padding:8px 0;
}
#camera .settings {
	background:url('../images/webcam/settings.png') no-repeat;
	cursor:pointer;
	height:28px;
	width:30px;
	position:absolute;
	margin-left:180px;
	margin-top:8px;
}
#camera .settings:hover {
	background-position:left bottom;
}
#camera .buttonPane {
	text-align:center;
}
#camera .blueButton, #camera .greenButton {
	background:url('../images/webcam/buttons.png') no-repeat;
	text-shadow:1px 1px 1px #277c9b;
	color:#fff !important;
	width:99px;
	height:38px;
	border:none;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	line-height:32px;
	text-align:center;
	margin:0 4px;
}
#camera .greenButton {
	background:url('../images/buttons.png') no-repeat right top;
	text-shadow:1px 1px 1px #498917;
}
#camera .blueButton:hover,.greenButton:hover {
	background-position:left bottom;
	text-decoration:none !important;
}
#camera .greenButton:hover {
	background-position:right bottom;
}
#camera .blueButton:active,.greenButton:active {
	bottom:-1px;
}

/*----------------------Avatar Upload Box-----------------------*/
#upload_avatar {

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;

color: #333;
padding: 10px 20px; 
/*
	height:420px;
	width:420px;
*/
/*
	background:#555;
	background:url('../images/cam_bg.jpg') repeat-y;
	overflow:hidden;
*/
}
.uploadTop {
	height:42px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.screen {

	width:320px;
	height:320px;

	padding:0;
	margin:46px auto 22px;
	margin:0 auto;
	background:#ccc;
	text-align:center;
	color:#666;
/*
	line-height:320px;
border:1px solid red;
*/
}

#buttons {
	padding:8px 0;
/*
border:1px solid yellow;
*/
}


/* ------------------------------------------ */
.flash_div {
	position:relative;
	width:640px;
	height:480px;
	width:360px;
	height:270px;
/*
position:absolute;
top:0;
width:100%;
margin-top:10px;
*/
/* Flash movie gets reloaded in Firefox when display:none is applied. * visibility:hidden and right:-99999px is used as a workaround. * There's a minor problem with vertical scrollbar appearing earlier * than expected because of this. */
/*
visibility:hidden;
left:-99999px;
	margin-left:auto;
	margin-right:auto;
*/
}
#WelcomeScreen {
	text-align:center;
	border:1px solid green;
	float:right;
}
.chat_app {
/*
	display:none;
	position:relative;
	top:0;
	left:0;
	width:100%;
	min-height:100%;
*/
}
.watchers_div {
/*
	display:none;
	width:200px;
	min-height:590px;
	color:#000000;
	background-color:#f7f7f7;
	border-left:1px solid #c0c0c0;
	position:absolute;
	top:10px;
	bottom:10px;
	right:0px;
*/
}
.watchers_div_alt {
/*
	display:none;
	width:200px;
	color:#000000;
	background-color:#f7f7f7;
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	overflow:auto;
	position:absolute;
	bottom:10px;
	right:0px;
*/
}
.watchers_div_alt_client {
/*
	top:427px;
	min-height:172px;
*/
}
.watchers_div_alt_lector {
/*
	top:421px;
	min-height:178px;
*/
}
.watcher_entry_one {
	background-color:#f7f7f7;
}
watcher_entry_two {
	background-color: #f7f7f7;
}
.code_input {
	/* Breaks placeholder color in Firefox. color:#333333;*/
	height:30px;
	border:1px solid #cccccc;
	padding-left:2px;
	padding-right:2px;
	font-size:16px;
}
.connect_button {
}
.connect_button:hover {
}
.word_button_table {
}
.ask_word_button {
	height:40px;
	color:white;
	background-color:green;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 0 #004400;
}
.ask_word_button:hover {
	cursor:pointer;
}
.end_word_button {
	height:40px;
	color:white;
	background-color:#bb0000;
	border:0px;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 0 #004400;
}
.end_word_button:hover {
	cursor:pointer;
}
.begin_lecture_button {
}
.begin_lecture_button:hover {
}
.end_lecture_button {
}
.end_lecture_button:hover {
	cursor:pointer;
}
.give_word_button {
	width:300px;
	color:white;
	background-color:green;
	padding-left:10px;
	padding-right:10px;
}
.give_word_button:hover {
	cursor:pointer;
}
.drop_participant_button {
	width:300px;
	color:white;
	background-color:red;
	padding-left:10px;
	padding-right:10px;
}
.drop_participant_button:hover {
	cursor: pointer;
}
.chat_frame {
/*
	width:634px;
*/
	height:100%;
	border-left:1px solid #ccccdd;
	border-right:1px solid #ccccdd;
	padding-left:2px;
	padding-right:2px;
	margin-left:auto;
	margin-right:auto;
}
.chat_scroll {
	width:100%;
	height:300px;
	overflow:auto;
	font-size:14px;
	text-align:left;
	word-wrap:break-word;
	border:1px solid red;
}
.chat_footer {
	margin:0;
	padding:0;
	border:1px solid #ccccdd;
	border:1px solid green;
}
.status_msg {
	color:#000;
	padding:4px;
	font-style:oblique;
	height:24px;
	border:1px solid gray;
}
.lead_status_msg {
	color:#a0a0a0;
	border-top:1px dotted #a0a0d0;
	padding-left:8px;
	padding-top:0.75ex;
	margin-top:0.75ex;
	font-style:oblique;
}
.status_msg_red {
	color:#aa0000;
}
.status_msg_green {
	color:#008000;
}
.input_div {
	background-color:#707088;
	padding:4px;
	margin:0;
	border:1px solid red;
	height:30px;
	font-size:16px;
	line-height:16px;
	vertical-align: middle;
}
.chat_input {
	width:640px;
	float:left;
	/* Breaks placeholder color in Firefox. color:#333333;*/
	margin:0;
	font-family:sans-serif;
	font-size:16px;
	line-height:16px;
	border:1px solid yellow;
}
.send_button {
	display:block;
	float:right;
	width:auto;
	border:0;
	margin:0;
	padding:4px 10px;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	color:white;
	background-color:#707088;
	text-shadow:1px 1px 0 #000044;
	cursor:pointer;
}
.blocked {
	color:#f8f8ff;
	background-color:#ccccdd;
	text-shadow:1px 1px 0 #a0a0d0;
}
.blocked:hover {
	cursor:default;
}
.chat_phrase {
	padding-left:8px;
	padding-top:0.5ex;
}
.lead_chat_phrase {
	border-top:1px dotted #a0a0d0;
	padding-left:8px;
	padding-top:0.75ex;
	margin-top:0.75ex;
}
.own_chat_phrase {
	color:#707088;
	padding-left:8px;
	padding-top:0.5ex;
}
.lead_own_chat_phrase {
	color:#707088;
	border-top:1px dotted #a0a0d0;
	padding-left:8px;
	padding-top:0.75ex;
	margin-top: 0.75ex;
}

/*-------------------------------*/
/* Addidional Style Redefinition */
/*-------------------------------*/

.clear {
	clear:both;
}
.center {
	text-align:center;
}
.right {
	float:right;
}
.left {
	float: left;
}
img.left {
	margin: 0 10px 10px 0;
}
img.right {
	margin: 0 0 10px 10px;
}

.wide {
	width:320px;
}
.narrow {
	width:660px;
}
.first {
	border-top:1px solid #c6d4e5;
}
.red {
	color:red;
}
.required {
	display: inline-block;
	height: 20px;
	padding: 0;
	vertical-align: bottom;
	color: red;
	color: #C00;
	font-size: 16px;
}
.attention {
	padding: 8px 0 10px;
	color: #C00;
	font-size: 14px;
}

#regform input {
	width: 100%;
}
#regform td {
	text-align: left;
	vertical-align: top;
}
.side_form {
	line-height: 22px;
}
.side_form input {
	width: 96%;
	margin: 4px 0;
/*
	border: 1px solid red;
*/
}
.side_form #captcha {
	width: 110px;
	height: 30px;
	font-size: 30px;
	margin-left: 8px;
	padding: 8px;
}
.side_form .button {
	width: 150px;
	margin: 8px auto;
}

/*------------------------------------*/
.memberlist {
	background: transparent;
	padding: 10px 0 0;
}
.memberlist li {
	cursor:hand;
	padding:10px 0;
}
.memberlist h2 {
	text-align:center;
}
.user_tips {
	display:none;
	position:absolute;
	width:150px;
	height:150px;
	margin:20px 12px;
	background:#000;
	color:#CCC;
	background:transparent;
/*
background:url(images/dark_blend.png);
opacity:0.3;
*/
}
.user_tips .button {
	clear: both;
	margin-top: 8px;
	height: 20px;
	border-color: #000;
}
.user_tips a.button:hover {
	border-color: #000;
}
.memberlist li:hover .user_tips {
	display: block;
}

.panel {
	color: #666;
	height:350px !important;
	border: 1px solid #F8F8F8;

	padding: 8px;
	display: block;
	text-decoration: none;

	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 5px #CCCCCC;
	background: -moz-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -webkit-linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
	background: -o-linear-gradient(
		-90deg,
		#F8F8F8,
		#FFFFFF);
	background: linear-gradient(
		center top,
		#F8F8F8,
		#FFFFFF);
}
.panel:hover {
	text-decoration: none;
	color: #333;
	border: 1px solid #CCC;
	box-shadow: none;
}
.panel h3 {
	font-size: 16px;
}
/*------------------------------------*/
.eventlist li {
	float:left;
	margin: 12px;
	padding: 0;
/*	height: 200px;*/
/*	border: 1px solid #dcdcdc;*/
	width: 176px;
/*	overflow: hidden;*/
	text-align: center;
}
.eventlist li a {
	display:block;
	height: 240px;
	overflow: hidden;
	text-decoration:none;
	color:black;
	text-align: center;
	border:1px solid #dcdcdc;
}
.eventlist li a:hover {
	box-shadow: 1px 1px 5px #999;
/*	border: 1px solid #C00;*/
}


/*---------------------------------------*/
.pagenav { 
/*	border-top: 1px solid #DDDDDD;*/
	clear: both;
	line-height: 2.1;
	margin: 0;
	padding-top: 8px;
}
.pagenav a:link, .pagenav a:visited, .pagenav a:active, .pagenav b { 
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #000000;
	display: inline-block;
	font-weight: 700;
	line-height: 1.3;
	margin: 0px 3px 3px 0px;
	padding: 2px 6px;
	text-decoration: none;
}
.pagenav b { 
	background: #E0E0E0;
	border: 1px solid #000000;
	color: #900;
}
.pagenav a:hover { 
	border: 1px solid #900;
}

.pagenav a.prev { 
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}
.pagenav a.next { 
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
/*	padding-right: 16px;*/
}

/*---------------------------------------*/
/* Data Tables */
.table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.table tr {
}
.table td {
	vertical-align: top;
	padding: 2px 4px;
	border-bottom: 1px solid #EEE;
}
#reportDiv {
	width: 400px;
	height: 300px;
	text-align: center;
}
#reportDiv textarea{
	width: 90%;
	height: 220px;
	margin: 8px 0;
}

/* DropDown Boxes */
.hover,
.drop {
	width: auto;
	display: inline-block;
	cursor: hand;
	cursor: pointer;
}
.hover img,
.drop img {
	border: 0;
}
.hover a,
.drop a {
	text-decoration: none;
}
.hover .down,
.drop .down {
	display: none;
	list-style: none;
	position: absolute;
	width: auto;
	margin: 16px 0 0 -5px;
	padding: 4px;
	z-index: 10;
	border: 1px solid gray;
	background: #FFF;
	white-space: nowrap;
}

.hover li,
.drop li {
}

.hover .down a,
.drop .down a {
	display: inline-block;
	width: 100%;
}
.hover .down a:hover,
.drop .down a:hover {
	background: #CCC;
}
