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

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

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

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
{
	margin: 0px;
	padding: 6px 0px 12px 4px;
	font-size: 18px;
	color: #77a2bf;
	font-weight: bold;
}


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

}

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

.no_language_var
{
	text-decoration: blink;
}

/* -- Links -- */
a.page_nav:link,
a.page_nav:visited,
a.page_nav:active,
a.page_nav_active:link,
a.page_nav_active:visited
{
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	color: #404040;
	font-size: 11px;
	text-decoration: none;
}


a.page_nav_active:link,
a.page_nav_active:visited
{
	color: #77A2BF;
}

a.page_nav:hover
{
	color: #77A2BF;
}

.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
{
	margin: 1px;
	border: 1px solid #b5c4cf;
	padding: 1px;
	font-size: 11px;
}

.input_checkbox,
.input_radio
{
	margin: 1px 3px 1px 1px;
	width: 13px;
	height: 13px;
}

.submit
{
	height: 19px;
	border: 1px solid #829db1;
	padding: 0px 3px;
	background: #efefef url('./img/submit_btn_bg.gif') left top repeat-x;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	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 #b5c4cf;
	color: #45586f;
}

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


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

#page
{
	position: relative;
	width: 780px;
	margin: 4px auto;
}

#index_page
{
	width: 800px;
	margin: 4px auto;
}

#header
{
	
}

#sidebar
{
	float: left;
	width: 166px;
	margin: 0 0 0 7px;
	background: #F0F7FF;
}

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


#middle
{
	width: 780px;
	background: #F0F7FF;
}

#middle_index
{
	clear: both;
	width: 780px;
	position: relative;
}

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

#content
{
	position: relative;
	float: left;
	width: 586px;
	padding: 4px;
	background-color: #f0f7ff;
	border-right: 1px solid #8AC1E8;
}

#myspace_content
{
	float: left;
	width: 586px;
	padding: 4px;
	background-color: #f0f7ff;
	border-right: 1px solid #8AC1E8;
}

#index_content
{
	position: relative;
	float: left;
}

#index_content #lang_switch_container
{
	position: absolute;
	top: -4px;
	left: 12px;
}

#footer
{
	border-top: 1px solid #a5cce3;
	clear: both;
}

#index_footer
{
	clear: both;
}


/* --- Blocks & Tables styles --- */
.block_cap
{
	height: 25px;
	border-right: 1px solid #a5cce3;
	border-left: 1px solid #a5cce3;
	background: #fff url('./img/block_cap_bg.gif') top left repeat-x;
}

#sidebar .block_cap
{
	height: 27px;
	border: none;
	background: #fff url('./img/block_cap.gif') top left no-repeat;
}

.block_cap_text
{
	padding: 6px 0 4px 6px;
	color: #85a3ba;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
}

#sidebar .block_cap_text
{
	padding: 6px 0 4px 33px;
	background: transparent url('./img/block_cap_right.gif') top right no-repeat;
}

.block_body
{
	background-color: #eff4f7;
}

#sidebar .block_body
{
	margin: 1px 2px;
	background: #eff4f7;
	border-left: 1px solid #e0e4e7;
	border-right: 1px solid #e0e4e7;
}

.block_bottom
{
	border-top: 1px solid #ccf;
	border-bottom: 1px solid #ccf;
	padding: 3px 4px;
	background: #fff;
	text-align: right;
}

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

.left
{
	padding: 1px 3px;
	text-align: right;
}

.right
{
	padding: 1px;
}

.tr_1
{
	background: #e7f2ff;
}

.tr_2
{
	background: #edf2f7;
}

.clr
{
	clear: both;
}


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

#breadcrumb_container
{
	position: absolute;
	top: 250px;
	height: 13px;
	padding: 1px 3px;
	font-size: 10px;
}

a.tag:link,
a.tag:visited
{
	color: #31709f;
	text-decoration: none;
}

a.tag:hover
{
	color: #07456f;
	text-decoration: underline;
}

a:link,
a:visited
{
	color: #29445f;
	text-decoration: underline;
}

a:hover
{
	color: #476b8f;
	text-decoration: underline;
}

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

}

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

.send_profile 
{
	background: transparent url('img/document.gif') no-repeat;
	height: 20px;
	margin-left: 5px;
	float: right;
}

.compose_msg
{
	background: transparent url('img/email.gif') no-repeat;
	height: 20px;
	margin-left: 5px;
	float: right;
}

.send_kiss
{
	background: transparent url('img/favorite.gif') no-repeat;
	height: 20px;
	margin-left: 5px;
	float: right;
}

.im_invite_label
{
	color: #669933;
}

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;
	width: 100px;
}

a.im_invite_img:hover
{
	color: #45596F;
}

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

a.im_invite_txt:hover
{
	color: #45596F;
}

.bookmark,
.unbookmark,
.block,
.unblock,
.friend,
.stranger
{
	float: right;
	margin-left: 5px;
	padding: 2px 2px 2px 20px;
	height: 16px;
}

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

.unbookmark
{
	background: url( 'img/bookmark.gif' ) no-repeat top left;
}

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

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

.friend
{
	background: url( 'img/check.gif' ) no-repeat top left;
}

.stranger
{
	background: url( 'img/close.gif' ) no-repeat top left;
}

a.references:link,
a.references:visited
{
	color: #45596F;
	text-decoration: none;
}

a.references:hover
{
	color: #476B8F;
	text-decoration: none;
}



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

}

.box_container 
{
	width:200px;
	float:left;

}

.box_header 
{
	height:22px;
	background: transparent url('img/box_bg.gif') repeat-x;

}

.box_left 
{
	
	width:10px;
	float:left;
	height:22px;

}

.box_right 
{
	
	width:10px;
	height:22px;
	float:right;

}

.box_title
{
	
	padding:5px 0 5px 0;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;

}

.box_body 
{
	background:#ffeebd;
	clear:both;
	padding:5px 0;
	font-size:11px;
	color:#cb5c02;

}

#page_message div
{
	margin: 1px;
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.page_notice
{
	border: 1px solid #8AC1E8;
	background: #D9EEFC;
	color: #1f1700;
}

.page_notice a:link,
.page_notice a:visited
{
	color: #3f3008;
}

.page_notice a:hover
{
	color: #7f610f;
}

/* --- Sign in master page --- */
#sign_in_page
{
	width: 750px;
}

#sign_in_header_right
{
	position: relative;
	float: right;
	height: 78px;
	width: 274px;
}

#sign_in_content
{
	height: 402px;
	border: 1px solid #666;
}

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

.index_site_name_cont
{
	width: 343px;
	height: 55px;
	background: url( 'img/head.gif' ) no-repeat;
	float: left;
}

.index_site_name_cont .usemap
{
	position:relative;
}

.usemap a:link,
.usemap a:active,
.usemap a:visited
{
	position:absolute;
	display: block;
	text-decoration: none;
	top: 0px;
	left: 10px;
	width: 270px;
	height: 60px;
}

/* --- Forum styles --- */
.forum_group_label 
{
	background:#E3696A;
	border:1px solid #FF5400;
	font-size:14px;
	font-weight:bold;
	margin:8px 0pt;
	padding:8px 12px;
	text-transform:uppercase;
}
.forum_tbl
{
	border-collapse:collapse;
	border:1px solid #A5CCE3;
}
.forum_tbl td
{
	border:1px solid #A5CCE3;
}
.forum_tbl th
{
	background:#AFDFFF;
	padding:4px;
	text-align:left;
	color:#FFFFFF;
}
.sub_table_class
{
	border-collapse:separate;
}
.sub_table_class td
{
	border:1px solid #A5CCE3;
	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,
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;
}