/* ---- SkaDate Base CSS file ---- */

iframe
{
	margin: 0;
	border: none;
	padding: 0;
}

/* -- Fonts -- */
body, td, h3, h4
{
	font-family: Verdana, Tahoma, Arial;
	color: #336;
}

input, select, textarea
{
	font-family: Verdana, Tahoma, Arial;
	color: #363f4f;
}

.td_title
{
	font-weight:bold;
	color:#5b5b5b;

}

body, td, input, select, textarea
{
	font-size: 11px;
}

textarea 
{
	border:1px solid #f16f7c;
}

h1
{
	font-size: 18px;
	color:#2970C7;
	font-weight: bold;
	padding:0;
	margin:0;
}

h2 
{
    font-size: 13px;
	color:#c54100;
	font-weight: bold;
	padding:0;
	margin:0 0 10px 0;

}

.small_font
{
	font-family: Tahoma;
	font-size: 10px;
}

.no_language_value
{
	text-decoration: blink;
}

.no_language_var
{
	text-decoration: blink;
}

/* -- Links -- */
.page_nav:link, .page_nav:visited, .page_nav_active:link, .page_nav_active:visited
{
	margin-right: 1px;
	padding: 1px 3px 1px 2px;
	color: #404040;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}

.inactive
{
	color: #7f7f7f;
}

a.inactive
{
	text-decoration: none;
	cursor: default;
}

/* --- Form & inputs --- */
form
{
	display: inline;
	margin: 0px;
	padding:0;
}

input
{
	margin: 0px;
	padding: 0px;
}

.input_text
{
	background-color:#fff;
	font-family:Tahoma;
	font-size:11px;
	padding:0px;
	color:#336; 
	border:1px solid #f16f7c;
	/*margin: 1px;
	border: 1px solid #666;
	padding: 1px;
	font-size: 11px;*/
}

.input_checkbox,
.input_radio
{
	/*margin: 1px 3px 1px 1px;*/
}

.submit
{
	background:#ce4953;
	border-bottom: 1px solid #5b040a;
	border-right: 1px solid #5b040a;
	border-left: 1px solid #f8c1c4;
	border-top: 1px solid #f8c1c4;
	font-size: 10px;
	cursor:pointer;
	font-family: Verdana;
	font-weight:bold;
	color: #ffffff;
	height:16px;
	padding-bottom: 2px;
	/*padding: 1px;*/
	/*border: 1px solid #6f6f6f;
	padding: 1px 2px;
	background: #300;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;*/
}

.country_search {margin-right:4px; margin-bottom:4px;}

* html .country_search {margin-right:1px; margin-bottom:1px;}


img
{
	border: none;
}

select
{
	margin: 1px;
	font-size: 11px;
	font-weight: normal;
	border:1px solid #f16f7c;
}

.select_label
{
	color: #6f6f6f;
	font-style: italic;
}


/* --- Base blocks --- */
body
{
	margin: 0px;
	padding: 0px;
	background: #fff;
}

#page
{
	width: 767px;
	margin: 4px auto;
}

#header
{
	position: relative;
}

#page_h1
{
	margin: 8px 12px;
	margin-bottom: 22px;
	font-size: 17px;
	font-weight: bold;
}

#sidebar
{
	float: left;
	width: 162px;
	overflow: hidden;
	padding-left: 6px;
}

#sidebar .component
{
	margin-bottom: 8px;
}


#middle
{
	background: #fff;
	border-right:2px solid #c35a5f;
	border-left: 1px solid #c35a5f;
	border-bottom:1px solid #c35a5f;
	float: left;
}

#middle_index {
	border-left: 1px solid #C35A5F;
	border-right: 2px solid #C35A5F;
	border-bottom: 2px solid #C35A5F;
	padding: 5px;
	padding-top: 0px;
	background: #fff;
	clear:both;
	width:754px;
	position:relative;
}

.index_sign_in 
{
	position: absolute;
	right: 0;
	top: 0;
}

#content
{
	position: relative;
	float: left;
	background: #fff;
	width:inherit;
	padding-top: 10px;
}

#myspace_content
{
	float: left;
	background: #fff;
	width:inherit;
	padding-top: 10px;
}

#footer
{
	clear: both;
}

#footer_menu
{
	text-align: center;
}


/* --- Blocks & Tables styles --- */

.block_cap
{
	border-top: 3px solid #980611;
	border-bottom: 3px solid #980611;
	padding: 0px 0px 1px 2px;
	color: #980611;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	font-size: 10px;
	/*border-right: 1px solid #980611;
	border-left: 1px solid #980611;*/
	/*border-top: 1px solid #c35a5f;
	border-bottom: 1px solid #c35a5f;
	padding: 1px 2px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #980611;
	font-size: 10px;*/
}

.block_body
{
	background: #FFE8EA;
	border-right: 1px solid #c35a5f;
	border-left: 1px solid #c35a5f;
	border-bottom: 1px solid #c35a5f;
}

.block_bottom
{
	border-bottom: 1px solid #c35a5f;
	border-right: 1px solid #c35a5f;
	border-left: 1px solid #c35a5f;
	padding: 1px 2px;
	background: #980611;
	text-align: right;
}


.thead_tr
{

}

.left
{
	
	text-align: right;
}

.right
{
		
}

.tr_1
{
	/*background: #E9E9E9;*/
	background: #FFE8EA;
}

.tr_2
{
	/*background: #F3F3F3;*/
	background: #FFF0F2;
}

.clr
{
	clear: both;
}


#title
{
	font-weight: bold;
	font-size: 17px;
	color: #878787;

}

#breadcrumb_container
{
	margin-bottom: 5px;
	height: 10px;
	font-size: 10px;
}


a.tag:link
{
	color: #144f6f;
	text-decoration: none;
}

a.tag:visited
{
	color: #6b848f;
}

a.tag:hover
{
	color: #33338F;
	text-decoration: underline;
}

a:link, a:visited
{
	color: #33338F;
	text-decoration: underline;
}

a:hover
{
	/*color: #fff;*/
	text-decoration: underline;
}

a.active_step:link, a.active_step:hover
{
	color: #b74a00;
	text-decoration: none;

}

a.active_step:active, a.active_step:visited
{
	color: #b74a00;
	text-decoration: none;


}


a.inactive_step:link, a.inactive_step:hover
{
	color: #b74a00;
	text-decoration: none;
}

a.inactive_step:active, a.inactive_step:visited
{
	color: #b74a00;
	text-decoration: none;
}

.unbookmark,
.bookmark,
.block,
.unblock,
.friend,
.stranger,
.send_profile,
.compose_msg,
.send_kiss
{
	background: transparent url('img/bookmark.gif') no-repeat;
	/*height: 15px;*/
	padding: 2px 0px 2px 20px;
}

.bookmark
{
	background: transparent url('img/bookmark.gif') no-repeat;

}

.block
{
	background: transparent url('img/locked.gif') no-repeat;
}

.unblock
{
	background: transparent url('img/unlocked.gif') no-repeat;
}

.friend
{
	background: transparent url('img/check.gif') no-repeat;
}
.stranger
{
	background: transparent 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/favorite.gif') no-repeat;
}

a.im_invite_img:link,
a.im_invite_img:active,
a.im_invite_img:visited
{
	background: url('img/comment.gif') no-repeat top left;
	text-decoration: none;
	color: #669933;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	height: 20px;
}

a.im_invite_img:hover
{
	color: #448811;
}

a.im_invite_txt:link,
a.im_invite_txt:active,
a.im_invite_txt:visited
{
	text-decoration: none;
	color: #669933;
	font-weight: bold;
	display: block;
	height: 20px;
}

a.im_invite_txt:hover
{
	color: #448811;
}

.im_invite 
{


	background: transparent url('img/im_invite.gif') no-repeat;
	background-position:top right;
	height:16px;
	padding:0 27px 0 0;
	float:left;
	font-size:11px;
	font-weight:normal;

}

a.profile_list_active:link, a.profile_list_active:hover
{
	color: #2a9201;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;

}

a.profile_list_active:active, a.profile_list_active:visited
{
	color: #2a9201;
	text-decoration: underline;
	font-size:11px;
	font-weight:normal;

}

/* --- Sign in master page --- */
#sign_in_page
{
	width: 767px;
	margin: 4px auto;
}

#sign_in_header_right
{
	position: relative;
	float: right;
	height: 78px;
	width: 274px;
	background: #000 url('img/naked_girl.gif') no-repeat;
}

#sign_in_content
{
	height: 350px;
	border-left: 1px solid #C35A5F;
	border-right: 2px solid #C35A5F;
	border-bottom: 2px solid #C35A5F;
	/*background: #fff url('img/sign_in_pic.gif') no-repeat;*/
	padding: 5px;
	padding-top: 0px;
}

#sign_in_logo
{
	position: absolute;
	z-index: 10;
	bottom: -39px;
	right: 0px;
	height: 78px;
	width: 420px;
	background: #000 url('img/logo.gif') no-repeat;
}

#top_menu
{
	float: left;
}

#right_side 
{
	float: left;
	width: 586px;	
	padding-right: 5px;
	padding-left: 5px;
}

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

.warning
{
	background:#FFE8EA url( 'img/exclamation.gif' ) no-repeat 4px 6px;
	padding: 10px 6px 6px 6px;
	text-indent: 20px;
	text-align: left;
}

#page_header
{
	text-align:center;
	overflow:hidden;
	border-top:1px solid #c35a5f;
	border-right:2px solid #c35a5f;
	border-left:1px solid #c35a5f;
	padding: 5px;
}

#header_logo
{
	width:752px;
	height:108px;
	background:url('img/header_logo.gif');
	background-repeat:no-repeat;
	margin:auto auto;
}

#page_message
{
	text-align: center;
	font-weight: bold;
	background: #FFCFD3;
	color: #980611;
}
/* --- Forum styles --- */
.forum_group_label 
{
	background:#CF5A62;
	border:1px solid #FF5400;
	font-size:14px;
	font-weight:bold;
	margin:8px 0pt;
	padding:8px 12px;
	text-transform:uppercase;
	color: #fff;
}
.forum_tbl
{
	border-collapse:collapse;
	border:1px solid #C46233;
}
.forum_tbl td
{
	border:1px solid #C46233;
}
.forum_tbl th
{
	background:#DE8E91;
	padding:4px;
	text-align:left;
	color:#FFFFFF;
}
.sub_table_class
{
	border-collapse:separate;
}
.sub_table_class td
{
	border:1px solid #C46233;
	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 #999;
	padding: 0px 2px 1px 3px;
	background: #600;
	color: #dfdfdf;
	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
{
	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;
}