/* ---- SkaDate Base CSS file ---- */

iframe
{
	margin: 0;
	border: none;
	padding: 0;
}

/* -- Fonts -- */
body, td, h3, h4
{
	font-family: Verdana, Tahoma, Arial;
	color: #5f5f5f;
}

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;
}

h1
{
	font-size: 18px;
	color: #c54100;
	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 -- */
a.page_nav:link,
a.page_nav:visited,
a.page_nav_active:link,
a.page_nav_active:visited
{
	margin-right: 1px;
	padding: 1px 3px 1px 2px;
	color: #447C90;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}

.inactive
{
	color: #7f7f7f;
}

a.inactive
{
	text-decoration: none;
	cursor: default;
}

.error_msg {
	color: #AF1111;
}

/* --- Form & inputs --- */
form
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

input
{
	margin: 0px;
	padding: 0px;
}

.input_text
{
	margin: 1px;
	border: 1px solid #93abd2;
	padding: 1px;
	font-size: 11px;
}

.input_checkbox,
.input_radio
{
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 13px;
}

.submit
{
	border: 0px;
	height: 20px;
	padding: 2px 4px;
	background: #9e3f36 url('img/btn_submit.bmp') repeat-x;
	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 #57757f;
}

.select_label
{
	color: #6f6f6f;
	font-style: italic;
}


/* --- Base blocks --- */
body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#page
{
	width: 772px;
	margin: 4px auto;
}

#page_index
{
	width: 720px;
	margin: 4px auto;
}

#header
{
	margin: 0px;
	margin-bottom: 6px;
	padding: 0px;
	overflow: hidden;
}

#page_h1
{
	margin: 8px 12px;
	margin-bottom: 22px;
	font-size: 17px;
	font-weight: bold;
}

#sidebar
{
	float: left;
	width: 160px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#sidebar .component
{
	margin-bottom: 8px;
}


#middle
{
	background: #fff;
	clear: both;
	width: 772px;
}

#middle_index
{
	background: #fff;
	clear: both;
	width: 710px;
	position: relative;
}

#middle_index #lang_switch_container
{
	position: absolute;
	top: 26px;
	right: -10px;
	z-index: 10;
}

.index_sign_in
{
	position: absolute;
	right: 0;
	top: 0;
}

#content
{
	position: relative;
	float: right;
	width: 597px;
	margin: 0px;
	border: 1px solid #efb297;
	background: #fff;
	padding: 3px;
}

#myspace_content
{
	float: right;
	width: 597px;
	margin: 0px;
	border: 1px solid #efb297;
	background: #fff;
	padding: 3px;
}

#footer
{
	clear: both;
}

#footer_menu
{
	text-align: center;
}


/* --- Blocks & Tables styles --- */

.block_cap_top
{
	background: #fdf9f8;
	border-top: 1px solid #c49d9b;
	border-right: 1px solid #c49d9b;
	border-bottom: 0px;
	border-left: 1px solid #c49d9b;
}

.block_cap
{
	border-top: 1px solid #B7554A;
	border-right: 0px solid #c49d9b;
	border-bottom: 1px solid #B7554A;
	border-left: 0px solid #c49d9b;
	padding: 5px;
	margin-top:11px;
	background: #A2BEC2 url('img/block_cap.gif') repeat-x;
	color: #B7554A;
	font-weight: bold;
	text-transform: uppercase;
}

.block_body
{
	background: #fdf9f8;
	border-right: 1px solid #c49d9b;
	border-left: 1px solid #c49d9b;
	padding-top: 6px;
}

.block_bottom
{
	border-top: 0px;
	border-right: 1px solid #c49d9b;
	border-bottom: 1px solid #c49d9b;
	border-left: 1px solid #c49d9b;
	padding: 5px 9px 9px 5px;
	background: #fdf9f8;
	text-align: right;
}

.block_info
{
	background: url( 'img/info.gif' ) no-repeat 4px 6px;
	border: 1px solid #d7d7d7;
	padding: 10px 6px 6px 6px;
	text-indent: 20px;
	text-align: left;
}

a.gallery_href:link, 
a.gallery_href:visited
{
	text-transform: none;
	text-decoration: none;
}

a.gallery_href:hover,
a.gallery_href:active
{	
	text-transform: none;
	text-decoration: none;
}

.thead_tr
{

}

.left
{
    text-align: right;
	padding: 5px;
}

.right
{
    text-align: left;
	padding: 5px;
}

.tr_1
{
	background: #edf5fb;
}

.tr_2
{
	background: #e3eff7;
}

.clr
{
	clear: both;
}


#title
{
	font-weight: bold;
	font-size: 17px;
	color: #878787;

}

#page_message
{
	text-align: center;
	font-weight: bold;
	padding: 2px;
}


#breadcrumb_container
{
	margin: 6px;
	height: 12px;
	font-size: 10px;
}


a.tag:link
{
	color: #144f6f;
	text-decoration: none;
}

a.tag:visited
{
	color: #8ba4af;
}

a.tag:hover
{
	color: #9f0909;
	text-decoration: underline;
}

a:link, a:visited
{
	color: #31697d;
	text-decoration: underline;
}

a:hover
{
	color: #B85549;
	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,
.accept,
.decline
{
	background: transparent url('img/bookmark.gif') no-repeat;
	height: 15px;
	padding: 2px 0px 0px 20px;
}

.bookmark
{
	background: transparent url('img/bookmark.gif') no-repeat;
}

.got_friend_requests,
.sent_friend_requests
{
	padding: 0px 0px 0px 5px;
	height: 20px;
	padding-left:24px;
	float:none;
	padding-top:4px;
	background:url(img/friend_requests.png) 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;
}
.accept,
.decline
{
	float:right;
	height:20px;
	margin-left:5px;
	padding:0px;
}

.accept
{
	background:url(img/check.gif) no-repeat;
}

.decline
{
	background:url(img/locked.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_label
{
	color: #669933;
}

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: 366px;
	margin: 4px auto;
	text-align: center;
}

#sign_in_content
{
	height: 513px;
	background: transparent url('img/sign_in_bg.gif') no-repeat;
}

#sign_in_logo
{
	width: 366px;
	height: 90px;
	background: transparent url('img/logo.gif') no-repeat;
}
/* --- Forum styles --- */
.forum_group_label 
{
	background:#ACC3C9;
	border:1px solid #EFB297;
	font-size:14px;
	font-weight:bold;
	margin:8px 0pt;
	padding:8px 12px;
	text-transform:uppercase;
	color: #B7554A;
}
.forum_tbl
{
	border-collapse:collapse;
	border:1px solid #C49D9B;
}
.forum_tbl td
{
	border:1px solid #C49D9B;
}
.forum_tbl th
{
	background:#EDF5FB;
	padding:4px;
	text-align:left;
}
.sub_table_class
{
	border-collapse:separate;
}
.sub_table_class td
{
	border:1px solid #C49D9B;
	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 2px 1px 3px;
	background: #B7554A;
	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
{
	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;
}