* {
	margin: 0;
	padding: 0;
}

body, input, option, select, textarea, table, td {
	font: 12px Trebuchet MS, Arial, Sans-Serif;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}


img {
	border: 0 none;
}

body {
	text-align: center;
	min-width: 980px;
	padding: 0px 0 0px 0;
	color: #7f7f7f;
	background-color: #CCDFEA;
}

a {
	color: #49A0D0;
	text-decoration: underline;
}

a:hover {
	color: #0063DC;
	text-decoration: none;
}

hr {
	border: 0 none;
	border-top: 1px solid #EA053E;
	height: 1px;
	color: #EA053E;
}


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

#wrapper {
	position: relative;
}

#overbox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	background: transparent url('/pics/x.gif');
}

#overchat {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 8;
	width: 170px;
	background-color: #111111;
	color: #000000;
}

#overchatmsg0,
#overchatmsg1,
#overchatmsg2 {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 8;
	width: 220px;
	background-color: #111111;
	color: #000000;
}

#logo {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 10px 0 5px 0;
	text-align: left;
}

#language {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 10px 0 5px 0;
}

#box_language table {
	margin-left: auto;
}

#box_language table td {
	font-size: 8px;
}

#box_language img {
	vertical-align: bottom;
	width: 16px;
	height: 11px;
	border: 1px solid #99aabb;
	margin-left: 7px;
}

#cookie {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 15px;
	margin-top: 5px;
	background-color: #49A0D0;
	color: #fff;
}
#cookie input {
	width: 50px;
	hegiht: 20px;
}

#page {
	text-align: left;
	width: 980px;
	position: relative;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

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

#navigation {
	border-bottom: 15px solid #49A0D0;
	/*text-align: center;*/
	text-align: left;
}

#navigation table {
	border-collapse: collapse;
	/*margin: 0 auto 0 auto;*/
}

#navigation td {
	padding: 5px 20px 5px 20px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
}

#navigation td.selected {
	background-color: #CCDFEA;
}


#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: none;
}

#navigation table {
	width: auto;
}

#websearch input {
	font-size: 11px;
	width: 125px;
	border: 1px solid #49A0D0;
	background-color: #ECECFF;
	padding: 2px;
}


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

#navigation2 {
	margin-top: 2px;
	/*background-color: #EA053E;*/
	background: #ea053e url('/pics/line_bar_red.gif') no-repeat top left;
	height: 40px;
	text-align: center;
}

#navigation2 table {
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	width: auto;
}

#navigation2 td {
	line-height: 30px;
	height: 40px;
}

#navigation2 td.selected {
	background-color: #ffffff;
}


#navigation2 td a {
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#navigation2 td a:hover {
	color: #F9BECD;
	text-decoration: none;
}

#navigation2 td.selected a {
	color: #49A0D0;
}

#navigation2 td.selected a:hover {
	color: #fA050E;
}


#navigation2 h2 {
	font-size: 24px;
	color: #ffffff;
	text-align: left;
	padding: 5px 0 5px 10px;
}

#main_header {
	margin-top: 10px;
	text-align: left;
}

#main_header h2 {
	font-size: 24px;
	color: #EA053E;
	padding: 0 0 10px 30px;
}

#main_header h2 b {
	color: #49A0D0;
	font-weight: normal;
}

#navigation2 h2 b {
	color: #CCDFEA;
	font-weight: normal;
}

#footer {
	text-align: center;
	margin-top: 30px;
	padding: 20px 0 60px 0;
	background: #f0f0f0 url('/pics/line_bar_footer.gif') no-repeat top right;
	border-top: 1px solid #e7e7e7;
}

#shortlink {
	padding-bottom: 40px;
}

#shortlink table {
	margin: 0 auto 0 auto;
}

#shortlink td {
	width: 150px;
}

#shortlink ul {
	list-style: none;
	text-align: left;
}


#shortlink li,
#shortlink li a,
#shortlink li a:hover {
	font-size: 11px;
	margin: 0 0 0 1px;
	padding: 0;
	color: #888888;
	text-decoration: none;
}

#shortlink li a:hover {
	text-decoration: underline;
	color: #555555;
}


#shortlink li.head {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

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

/* problem IE5.5
#sidebar_left {
	float: left;
	text-align: left;
	width: 250px;
	margin: 0 0 0 15px;
	background-color: pink;
}
*/

/* problem IE5.5
#sidebar_right {
	float: right;
	text-align: left;
	width: 250px;
	margin: 0 15px 0 0;
	background-color: pink;
}
*/

#sidebar_left {
	float: left;
	text-align: left;
	width: 265px;
}
#sidebar_left div#box_sidebar {
	margin-left: 15px;
	/*background-color: pink;*/
}

#sidebar_right {
	float: right;
	text-align: left;
	width: 265px;
}
#sidebar_right div#box_sidebar {
	margin-right: 15px;
	/*background-color: pink;*/
}

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

/* problem IE5.5
#container {
	text-align: left;
	width: 690px;
	margin: 0 0 0 15px;
	background-color: pink;
}
*/

/* problem IE5.5
#container_right {
	float: right;
	text-align: left;
	width: 690px;
	margin: 0 15px 0 0;
		background-color: pink;
}
*/

#container {
	text-align: left;
	width: 705px;
}
#container div#box_container {
	margin-left: 15px;
	/*background-color: pink;*/
}

#container_right {
	float: right;
	text-align: left;
	width: 705px;
}
#container_right div#box_container {
	margin-right: 15px;
	/*background-color: pink;*/
}



#container_full {
	text-align: left;
}
#container_full div#box_container {
	margin-left: 15px;
	margin-right: 15px;
	/*background-color: pink;*/
}

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

#ad_right {
	float: right;
	width: 220px;
	text-align: left;
	/*background-color: pink;*/
	/*display: block;*/
}

#ad_left {
	float: left;
	width: 220px;
	text-align: left;
	/*margin-left: 20px;*/
	/*background-color: pink;*/
	/*display: block;*/
}

#ad_top,
#ad_middle,
#ad_bottom {
	padding: 10px 0 0 10px;
	text-align: left;
	/*background-color: pink;*/
	/*display: block;*/
}

#ad_middle,
#ad_bottom {
	padding: 0 0 10px 10px;
}



#ad_under {
	width: 520px;
}

#ad_right_sqr {
	float: right;
	text-align: left;
	width: 265px;
	margin: 0 0 0 0;
	/*background-color: pink;*/
}

#ad_right_sqr table {
	margin-right: 15px;
}


#ad_left_sqr {
	float: left;
	text-align: left;
	width: 265px;
	margin: 0 0 0 0;
	/*background-color: pink;*/
}

#ad_left_sqr table {
	margin-left: 15px;
}

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

div.ad_sidebar,
div.ad_container {
	text-align: left;
	margin: 0 0 10px 0;
	/*background-color: green;*/
}

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

#overchatmsg0,
#overchatmsg1,
#overchatmsg2 {
	display: none;
	background: #111111 url('/pics/chat/top_mid.png') repeat-x top left;
	margin-right: 222px;
}

#overchatmsg0 div.chat_minmax,
#overchatmsg1 div.chat_minmax,
#overchatmsg2 div.chat_minmax {
	float: right;
	text-align: right;
	width: 40px;
	padding: 4px 2px 0 0;
}

#overchatmsg0 div.chat_minmax img,
#overchatmsg1 div.chat_minmax img,
#overchatmsg2 div.chat_minmax img {
		display: inline;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

#overchatmsg0 #chat_box0,
#overchatmsg1 #chat_box1,
#overchatmsg2 #chat_box2 {
	display: block;
}

#overchatmsg0 #chat_box0 table,
#overchatmsg1 #chat_box1 table,
#overchatmsg2 #chat_box2 table {
	margin: 3px;
	margin-top: 0;
	width: 214px;
}

#overchatmsg0 #chat_head0,
#overchatmsg1 #chat_head1,
#overchatmsg2 #chat_head2 {
	text-align: left;
	color: #ffffff;
	padding: 3px;
}

#overchatmsg0 #chat_head0 img,
#overchatmsg1 #chat_head1 img,
#overchatmsg2 #chat_head2 img {
	padding-right: 5px;
	width: 40px;
	height: 40px;
	vertical-align: top;
}

#overchatmsg0 #chat_msg0,
#overchatmsg1 #chat_msg1,
#overchatmsg2 #chat_msg2 {
	text-align: left;
	background-color: #ffffff;
	height: 300px;
	overflow: auto;
}

#overchatmsg0 li,
#overchatmsg1 li,
#overchatmsg2 li {
		border-bottom: 1px solid #cccccc;
	padding: 4px;
}

#overchatmsg0 li.b,
#overchatmsg1 li.b,
#overchatmsg2 li.b {
		background-color: #CCDFEA;
}

#overchatmsg0 li div.time,
#overchatmsg1 li div.time,
#overchatmsg2 li div.time {
		float: right;
	text-align: right;
	width: 60px;
	font-size: 10px;
}

#overchat #chat_list ul {
	list-style: none;
}

#overchat #chat_list li {
}

#overchat #chat_list li.male {
	padding-left: 18px;
	background: url('/pics/chat/user_male.png') no-repeat;
}

#overchat #chat_list li.female {
	padding-left: 18px;
	background: url('/pics/chat/user_female.png') no-repeat;
}

#overchat #chat_list li.news {
	padding-left: 18px;
	background: url('/pics/chat/comment_yellow.png ') no-repeat;
}

#overchat #chat_list li.news,
#overchat #chat_list li.news a {
	color: #EA053E;
}

#overchat #chat_list li span {
	color: #7f7f7f;
}

#overchat #chat_list li.bench {
	text-align: right;
	padding-left: 18px;
	color: #cccccc;
}


#overchat #chat_list li.head {
	font-weight: bold;
	padding: 5px 0 2px 4px;
	background-color: #ccdfea;
	color: #49a0d0;
}

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

h2 {
	padding: 10px 0 10px 15px;
	font-size: 24px;
	color: #EA053E;
	text-align: left;
}

h2 b {
	color: #49A0D0;
	font-weight: normal;
}


h3 {
	padding: 0 0 5px 20px;
	font-size: 18px;
	color: #EA053E;
}

h4 {
	padding: 0 0 5px 0px;
	font-size: 14px;
	color: #2F4F6F;
}

h5 {
	font-size: 12px;
	color: #2F4F6F;
}

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

textarea.text,
textarea.text_message  {
	width: 640px;
	height: 100px;
}

input.text,
input.text_message  {
	width: 350px;
}

input.button {
	width: 100px;
	font-weight: bold;
}

select.text,
option.text {
	width: 350px;
}

textarea.text_message,
input.text_message,
select.text_message {
	background-color: #FFFFC1;
}


/* ---------------------------- */
.box_header {
	text-align: left;
}

.box_header div.box {
}



div.box_main,
div.box_skin_profile,
div.box_skin_470,
div.box_skin_690,
div.box_skin_690_post,
div.box_skin_690_emoticon,
div.box_skin_690_comment,
div.box_skin_250 {
	text-align: left;
	margin: 0 0 10px 0;
	border: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 10px 0 20px 0;
}

div.box_main div.box,
div.box_skin_profile div.box,
div.box_skin_470 div.box,
div.box_skin_690 div.box,
div.box_skin_690_post div.box,
div.box_skin_690_emoticon div.box,
div.box_skin_690_comment div.box,
div.box_skin_250 div.box {
	padding: 0 10px 0 10px;
}




.box_clear {
	margin: 0 0 10px 0;
}



.box_page {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 16px;
}

.box_page b {
	margin: 0 5px 0 5px;
	color: #C075B8;
	font-weight: bold;
}

.box_page a {
	margin: 0 5px 0 5px;
	font-weight: bold;
}




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

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.hide,
.none {
	display: none;
}


/* ---------- FONT ------------- */

div.desc,
div.box_desc {
	font-size: 12px;
	color: #2f4f6f;
}

div.time {
	font-size: 11px;
	font-style: italic;
	color: #2f4f6f;
}

div.text,
div.box_text {
	font-size: 14px;
	color: #2f4f6f;
}

div.text b,
div.box_text b {
	color: #EA053E;
}


div.link,
div.sublink,
div.cause,
div.box_cause,
div.error,
div.box_error,
div.info,
div.box_info,
div.message,
div.box_message,
div.text_message {
	font-size: 12px;
	color: #2f0000;
}

div.text_message {
	color: #EA053E;
}

div.link {
	text-align: right;
	font-weight: bold;
}

div.sublink {
	text-align: right;
}

/* ---------- BACKGROUND ------------- */

div.cause,
div.box_cause,
div.error,
div.box_error,
div.message,
div.box_message {
	background-color: #FFFFC1;
	border: 1px solid #FFAA77;
}

div.error,
div.box_error {
	background-color: #FFDEB8;
	border: 1px solid #EA053E;
}

div.info,
div.box_info {
	background-color: #E5EEF3;
	border: 1px solid #9CBEDE;
}


/* ---------- FRAME ------------- */

div.box_message,
div.box_error,
div.box_info,
div.box_cause,
div.box_text,
div.box_desc {
	margin: 5px;
	padding: 10px;
}

/* ---------- ICON ------------- */

div.text_message,
div.box_message,
div.box_error,
div.box_info {
		padding: 8px;
		padding-left: 32px;
		background-image: url('/pics/box_error.png');
		background-repeat: no-repeat;
		background-position: top left;
}

div.box_error {
		background-image: url('/pics/box_exclamation.png');
}

div.box_info {
		background-image: url('/pics/box_information.png');
}

/* ---------- TABLE ------------- */

tr.line td,
tr.line_first td {
	padding: 10px 0 20px 0;
}

tr.line td {
	border-top: 1px solid #e0e0e0;
}


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


div.div_page {
}
/* --------- IMAGE --------- */

img.icon,
img.icon_new {
	margin-right: 5px;
	width: 16px;
	height: 16px;
	vertical-align: top;
}

/* --------- RELATIVE --------- */


b.rel {
	width: 92px;
	height: 92px;
	position: relative;
	display: block;
}

b.rel_flag,
b.rel_moder,
b.rel_block,
b.rel_sun,
b.rel_cloud,
b.rel_clouds,
b.rel_male,
b.rel_female,
b.rel_private {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
}

b.rel_sun {
	background-image: url('/pics/icon_sun.png');
}

b.rel_cloud {
	background-image: url('/pics/icon_cloud.png');
}

b.rel_clouds {
	background-image: url('/pics/icon_clouds.png');
}

b.rel_block {
	background-image: url('/pics/icon_block_16px.png');
}

b.rel_private {
	top: 73px;
	left: 3px;
	width: 16px;
	height: 16px;
	background-image: url('/pics/icon_private.gif');
}

b.rel_flag {
		font-size: 4px;
		width: 18px;
		height: 13px;
	left: 72px;
	background: #778899 url('/pics/x.gif') no-repeat center center;
}

b.rel_moder {
		top: 72px;
	background-image: url('/pics/icon_shield.png');
}


b.rel_male,
b.rel_female {
	top: 72px;
	background-image: url('/pics/icon_user_male.png');
}

b.rel_female {
	background-image: url('/pics/icon_user_female.png');
}
