/* ProDate Layout Styles*/

/* element selectors */

*
{
	margin:0;
	padding:0;
}

body
{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#8f8f8f;
}

a
{
	color: #52a700;
}

form
{
	background: none;
}

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

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

td
{
	height:20px;
}

a img
{
	border:none;
}

h1
{
	padding:0 0 10px 5px;
	font:bold 20px Arial;
	letter-spacing:1px;
	color: #2b65b4;
}

h2
{
	padding:5px 0;
	font-size:14px;
}

select,
.input_text,
textarea
{
	background: #FFFFFF;
	border:1px solid #51a300;
	padding:1px;
	font:11px Verdana;
	color:#000;
}

/* end of element selectors */

/* base markup elements */

#container
{
	width:900px;
	margin:25px auto 0;
	background: url('img/container_bg.jpg') repeat-y;
	text-align:left;
	padding: 0 13px;
}

#middle
{
	margin-top: 10px;
}

#content
{
	position: relative;
	float:right;
	width:610px;
	padding:15px 35px;
	color:#666666;
}

#myspace_content
{
	float:right;
	width:610px;
	padding:15px 30px;
}

#sidebar
{
	float:right;
	width:190px;
	margin:3px;
	margin-top:10px;
}
/* end of base markup elements */

/* common classes */

.clr
{
	clear:both;
}

#page_message
{
	font-size:12px;
	text-align:center;
}

.page_error,
.page_notice
{
	padding:5px;
	background:#C0BFBF;
	color:#ab0505;
	font-weight:bold;
}

.page_message
{
	padding:5px;
	background:#ffe401;
	color:#2d6803;
	font-weight:bold;
}

.submit,
.submit_green
{
	height:20px;
	background: url(img/submit_sign_in.jpg) repeat-x;
	border:1px solid #51A300;
	padding:0 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#000;
	cursor:pointer;
	
}

.sidebar_cont .submit_green
{
	background:url(img/submit_sign_in.jpg) repeat-x;
	margin-right: 10px;
}


/* Block Functions Styles */

.block_cap_right
{
	background: url(img/block_cap_right.png) no-repeat right ;
}

.block_cap_left
{
	background: url(img/block_cap_left.png) no-repeat left;
}

.block_cap_cont
{
	background: url(img/block_cap_bg.jpg) repeat-x;
	margin-right: 119px;
	margin-left: 7px;
	height: 21px;
}

.block_cap_text
{
	font-size: 16px;
	padding-top: 2px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-right: -119px;
	overflow: hidden;
}

*html .block_cap_text
{
	text-align: left;
	font-size: 13px;
	letter-spacing:-1px;
}

.block_body
{
	background: #b1ed76 url(img/block_body_bg.jpg) repeat-x;
	padding: 5px;
	border: 1px solid #1f6202;
	margin-top: 2px;
}

.block_bot_bg
{
	background: url(img/block_bot_bg.png) repeat-x center bottom;
	margin: 0 6px 0 7px;
	height:7px;
}

.block_bot_right
{
	background: url(img/block_bot_right.png) no-repeat right bottom;
}

.block_bot_left
{
	background: url(img/block_bot_left.png) no-repeat left bottom;
}

.bottom 
{
	padding: 0 0 7px 10px;
}

/* End of Block Functions Styles */


/*pics blocks styles*/


.bookmark,
.unbookmark,
.block,
.unblock,
.friend,
.stranger,
.compose_msg,
.send_kiss
{
	padding:1px 0px 2px 20px;
	background:url(img/bookmark.gif) no-repeat;
	margin-top:5px;
	
}

.block_info
{
	background:url(img/info.png) no-repeat 4px 6px;
	padding:10px 6px 6px 6px;
	text-indent:20px;
	text-align:left;
}

.bookmark,
.unbookmark,
.block,
.unblock,
.friend,
.send_kiss,
.compose_msg,
.send_profile,
.stranger
{
	margin-top:5px;
	margin-right: 10px;
	padding:1px 0px 5px 27px;
	float:left;
}

.bookmark a,
.unbookmark a,
.block a,
.unblock a,
.friend a,
.stranger a
{
	color: #fff;
	text-decoration: none;
}

.bookmark a:hover,
.unbookmark a:hover,
.block a:hover,
.unblock a:hover,
.friend a:hover,
.stranger a:hover
{
	color: #fff;
	text-decoration: underline;
}

.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/close1.gif) no-repeat;
}

.send_profile
{
	background:transparent url(img/user1.gif) no-repeat;
}

.compose_msg
{
	background:transparent url(img/email.gif) no-repeat;
}

.send_kiss
{
	background:transparent url(img/favorite.gif) no-repeat;
}
/*pics blocks styles*/


/* --- Forum styles --- */
.forum_tbl
{
	border-collapse:collapse;
	border:1px solid #d4efba;
}
.forum_tbl td
{
	border:1px solid #d4efba;
}
.forum_tbl th
{
	background: #d4efba;
	padding: 4px;
	text-align: left;
	color: #458a01;
}
.sub_table_class
{
	border-collapse:separate;
}
.sub_table_class td
{
	border:1px solid #BEBEBE;
	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
{
	border: 1px solid #BEBEBE;
	padding: 0px 2px 1px 3px;
	background: #d4efba;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	position:absolute;
	top:3px;
	right:6px;
}

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;
}

.block_tbl
{
	width: 96%;
	margin: 0 12px 0 9px;
	overflow: hidden;
}

/*jq.tabs.css* -BEGIN/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
	padding: 0;
    min-width: 53px; /* be nice to Opera */

}

#index_photos .tabs-nav li
{
	min-width: 111px; /* be nice to Opera */
	width: 111px;
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 1px;
    background: url(img/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #2e5b01;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	font-weight: 300;
}
.tabs-nav .tabs-selected a {
    color: #fff;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -58px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -38px;
}
.tabs-nav a span {
    width: 53px; /* IE 6 treats width as min-width */
    min-width: 53px;
    height: 17px; /* IE 6 treats height as min-height */
    min-height: 17px;
    padding-top: 2px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 3px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -19px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    padding: 3px 8px;
    background: transparent; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(img/loading.gif) no-repeat 0 50%;
}
/*jq.tabs.css -END*/

/*jq.tabs-ie.css -BEGIN*/
/*
Tabs - additional IE specific bug fixes

Recommended usage (Conditional Comments):
<!--[if lte IE 7]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<![endif]-->

*/
.tabs-nav { /* auto clear */
    display: inline-block;
}
.tabs-nav .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
.tabs-nav .tabs-disabled a span {
    _height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}

/*jq.tabs-ie.css -END*/

*html .index_photos_cont .tabs-nav a span
{
	width: auto;

}

*html .index_events_forums_cont .block_cap_text
{
	text-align: left;
	padding-left: 10px;
}