

/* Social Networking Colored Layout Styles*/

/* General Styles */

*
{
	margin:0;
	padding:0;
}

body
{
	background:#c0c0c0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

h1
{
	font:bold 20px "Trebuchet MS";
	color:#fff;
	letter-spacing:1px;
}

h2
{
	padding:5px 0;
	font-size:13px;
}


table
{
	border:none;
	border-collapse:collapse;
}

table td
{
	padding:0;
	height:20px;
}

a
{
	color:#666;
}

select, input, textarea
{
	font-family:inherit;
	font-size:11px;
	color:#787676;
	padding:1px;
}


a:hover
{
	text-decoration:none;
}

a img
{
	border:none;
}

.clr
{
	clear:both;
}


/* page mark up styles*/

#container
{
	width:902px;
	margin:0 auto;
	text-align:left;
}

#sub_container
{
	border:1px solid #666;
}

#middle
{
	background:#DEDDDD;
}

#content
{
	position: relative;
	float:right;
	width:728px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#myspace_content
{
	float:right;
	width:728px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

#sidebar
{
	float:right;
	background:url(img/cld_sidebar_bg_mid.jpg) repeat-y;
	width:169px;
	border:1px solid #fff;
	border-left:none;
}

#page_message
{
	font-size:12px;
	text-align:center;
}

.page_error,
.page_notice
{
	padding:5px;
	color:#F80202;
	font-weight:bold;
}

.page_message
{
	padding:5px;
	color:#048C04;
	font-weight:bold;
}


/* end of page mark up styles*/

.submit_left
{
	background:url(img/cld_submit_bg_left.png) no-repeat;
	float:right;
}

.submit_right
{
	background:url(img/cld_submit_bg_right.png) no-repeat right top;
}

.submit
{
	height:18px;
	background:url(img/cld_submit_bg_mid.png) repeat-x;
	margin:0 5px;
	border:none;
	padding:0 3px 0 5px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	cursor:pointer;
}

.submit_cont
{
	text-align:right;
	padding:5px;
}

.input_text
{
	border:1px solid #9e9d9d;
}

.page_heading_cont
{
	height:44px;
	width:718px;
	background:url(img/cld_page_heading_bg.jpg) no-repeat;
	border:1px solid #fff;
	border-right:none;
	border-left:none;
	padding:5px;
	font:13px "Trebuchet MS";
	
}

/* block elements styles */

.block_cap_left
{
	background:url(img/cld_block_cap_left.jpg) no-repeat;
}

.block_cap_right
{
	background:url(img/cld_block_cap_right.jpg) no-repeat right top;
}

.block_cap_content
{
	background:url(img/cld_block_cap_mid.jpg) repeat-x;
	margin:0 7px;
	padding:1px 0;
	font:bold 13px "Trebuchet MS";
	color:#787676;
	text-align:center;
}

.block_body
{
	background:#fff url(img/cld_block_body_bg.jpg) repeat-x bottom;
	border:1px solid #b1b0b0;
	padding:10px;
	margin-top:1px;
}


.sidebar_cap
{
	height:30px;
	background:url(img/cld_sidebar_cap_bg.png) no-repeat 0 20px;
	padding-top:3px;
	font:bold 17px "Trebuchet MS";
	color:#3073a7;
	text-align:center;
	text-transform:lowercase;
}

.sidebar_body
{
	padding-left:15px;
	padding-top:5px;
}

.sidebar_body input
{
	width:135px;
	margin:2px 0 5px 0;
}

.sidebar_bottom
{
	padding:5px 16px 15px 0;
	text-align:right;
}

.block_bottom
{
	text-align:right;
	padding:10px;
}

/* end of block elements styles */


/* --- Forum styles --- */
.forum_group_label 
{
	background:#77DEEF;
	border:1px solid #fff;
	font-size:14px;
	font-weight:bold;
	margin:8px 0pt;
	padding:8px 12px;
	text-transform:uppercase;
}
.forum_tbl
{
	border-collapse:collapse;
	border:1px solid #B1B0B0;
}
.forum_tbl td
{
	border:1px solid #B1B0B0;
}
.forum_tbl th
{
	background:#BEBEBE;
	padding:4px;
	text-align:left;
	color:#FFFFFF;
}
.sub_table_class
{
	border-collapse:separate;
}
.sub_table_class td
{
	border:1px solid #B1B0B0;
	padding:2px 4px;
}
.center
{
	text-align:center;
}
.page_num
{
	width:45px;
}
.last_post
{
	font-size: 11px;
	margin: 2px 1px;
}
a.close_forum_cont:link,
a.close_forum_cont:visited
{
	float: right;
	border: 1px solid #fff;
	padding: 0px 4px 1px 4px;
	background: #FF9933;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
}
a.close_topic:link,
a.close_topic:visited,
a.open_topic:link,
a.open_topic:visited,
a.del_topic:link,
a.del_topic:visited,
a.move_topic:link,
a.move_topic:visited,
a.for_aprrove:link,
a.for_aprrove:visited,
a.edit_topic:link,
a.edit_topic:visited
{
	display:block;
	float:left;
	padding:2px 0 3px 3px;
	line-height:normal;
	text-decoration:none;
	margin-right:12px;
}
.closed
{
	width:100%;
	height:30px;
	background:url(img/locked.gif) no-repeat center center;
}
.active
{
	width:100%;
	height:30px;
	background:url(img/check.gif) no-repeat center center;
}
a.forum_top_link
{
	text-decoration:none;
}
.banned_list
{
	padding:8px;
	width:200px;
	float:right;
	text-align:right;
}

/* End Of General Styles */


.sidebar_bot_bg_cont
{
	background:url(img/cld_sidebar_bg_bot.jpg) no-repeat bottom left;
	padding-bottom:11px;
}

.sidebar_bg_cont
{
	background:url(img/cld_sidebar_bg_top.jpg) no-repeat top left;
	min-height:535px;
}


/*pics blocks styles*/
.bookmark,
.unbookmark,
.block,
.unblock,
.friend,
.stranger,
.compose_msg,
.send_kiss,
.send_profile
{
	padding:1px 0px 2px 20px;
	background:url(img/bookmark.gif) no-repeat;
	margin-top:5px;
}
.block_info{
background:url(img/info.gif) no-repeat 4px 6px;
padding:10px 6px 6px 6px;
text-indent:20px;
text-align:left;
}

.bookmark,
.unbookmark
{
	background:url(img/bookmark.gif) no-repeat;
}

.block
{
	background:url(img/locked.gif) no-repeat;
}

.unblock
{
	background:url(img/unlocked.gif) no-repeat;
}

.friend
{
	background:url(img/check.gif) no-repeat;
}

.stranger
{
	background:url(img/close.gif) no-repeat;
}

.send_profile{
background:transparent url(img/document.gif) no-repeat;
}
.compose_msg{
background:transparent url(img/email.gif) no-repeat;
}
.send_kiss{
background:transparent url(img/user.gif) no-repeat;
}
/*pics blocks styles*/
