/* ---- SkaDate Base CSS file ---- */

iframe
{
	margin: 0;
	border: none;
	padding: 0;
}

/* -- Fonts -- */
body, td, h3, h4
{
	font-family: Verdana, Tahoma, Arial;
	color: #CB5C02;
}

input, select, textarea
{
	font-family: Verdana, Tahoma, Arial;
	color: #DD4811;
}

.td_title
{
	font-weight:bold;
	color:#fff;

}

body, td, input, select, textarea
{
	font-size: 11px;
}

h1
{
	font-size: 18px;
	color: #DF520D;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


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
{
	margin: 1px;
	border: 1px solid #666;
	padding: 1px;
	font-size: 11px;
}

.input_checkbox,
.input_radio
{
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 13px;
}

.submit
{
	border: 1px solid #fff;
	padding: 3px;
	background: url( 'img/button_submit.gif' ) 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: #f29f00 url('img/bg.gif') repeat-x;
}

#page
{
	width: 780px;
	margin: 4px auto;
}

#header
{
}


#page_h1
{
	margin: 8px 12px;
	margin-bottom: 22px;
	font-size: 17px;
	font-weight: bold;
}

#lang_switch
{
	
}

#sidebar
{
	float: right;
	width: 155px;
	padding: 0px;
	margin:0px;
	overflow: hidden;
}

#sidebar .component
{
	margin-bottom: 8px;
}


#middle
{
	background: #fff url('img/middle_bg.gif') repeat-y;
	clear:both;
	width:780px;
}

#middle_index 
{
	background: #fff;
	clear:both;
	width:780px;
	position:relative;
}

.index_sign_in 
{
	position: absolute;
	right: 0;
	top: 0;
}

#content
{
	position: relative;
	float: left;
	width: 600px;
	padding: 4px 0px 4px 10px;
}

#myspace_content
{
	float: left;
	width: 600px;
	padding: 4px 0px 4px 10px;
}

#top_menu
{
	text-align: center;
}

#top_menu .main_menu_cont
{
	margin: auto;
}

#index_top_menu
{
	clear: both;
	margin-left: 30px;
}

#index_top_menu .main_menu_cont
{
	float: left;
}

#sign_in_top_menu .main_menu_cont
{
	margin: auto;
}

/* --- Blocks & Tables styles --- */

.block_cap
{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url( 'img/block_cap_center.gif' ) repeat-x;
	text-align: center;
}

.block_cap_left
{
	background: url( 'img/block_cap_left.gif' ) no-repeat top left;
	float: left;
	height: 23px;
	width: 7px;	
}

.block_cap_right
{
	background: url( 'img/block_cap_right.gif' ) no-repeat top right;
}

.block_cap_text
{
	padding: 6px 0 4px 0;
}

.block_body
{
	background: url( 'img/block_body.gif' ) repeat-x;
	background-color: #FDF3D4;/*#E15C10;*/
	color: #CB5C02;
	padding: 3px;
}

.block_bottom
{
	color: #fff;
	padding: 3px 4px;
	background: #E15C10;
	text-align: right;
}

.block_info
{
	background: url( 'img/info.gif' ) no-repeat 4px 6px;
	border: 1px solid #C06236;
	padding: 10px 6px 6px 6px;
	text-indent: 20px;
	text-align: left;
}

.thead_tr
{

}

.tr_1
{
	background: #E9E9E9;
}

.tr_2
{
	background: #F7F7F7;
}

.clr
{
	clear: both;
}

.left
{
	left: 0px;
	text-align: right;
	padding: 5px;
}

.right
{
	padding: 5px;
	right: 0px;
	text-align: left;
}


#title
{
	font-weight: bold;
	font-size: 17px;
	color: #878787;

}

#page_message
{
	text-align: center;
	font-weight: bold;
	margin: 5px;
	background: #E9E9E9;		
	font-size: 13px;
}

#breadcrumb_container
{
	margin: 6px;
	height: 12px;
	font-size: 10px;
	display: inline;
}


a.tag:link
{
	color: #144f6f;
	text-decoration: none;
}

a.tag:visited
{
	color: #6b848f;
}

a.tag:active, a.tag:hover
{
	color: #053a4f;
	text-decoration: underline;
}

a.page_nav:link,
a.page_nav:active,
a.page_nav:visited
{
	color: #FFA059;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.page_nav:hover
{
	color: #C50000;
}

a.page_nav_active:link,
a.page_nav_active:active,
a.page_nav_active:visited,
a.page_nav_active:hover
{
	color: #C50000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a:link, a:visited
{
	color: #D85B0C;
	text-decoration: underline;
}

a:hover
{
	color: #F19212;
	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;
}

.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;
}

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;
}

.bookmark,
.unbookmark,
.block,
.unblock,
.friend,
.stranger,
.send_profile,
.compose_msg,
.send_kiss
{
	padding:1px 0px 2px 20px;
	background: url( 'img/bookmark.gif' ) no-repeat;
	margin-top: 5px;
}

.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/favorite.gif') no-repeat;
}

/* --- Sign in master page --- */
#sign_in_page
{
	padding: 0px 0px 10px 10px;
	width: 768px;
}

#sign_in_top_menu
{
	padding-right: 150px;
}

#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;
}

/* --- Forum styles --- */
.forum_group_label 
{
	background:#E15C10;
	border:1px solid #F4C128;
	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:#F4C128;
	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 #fff;
	padding: 0px 2px 1px 3px;
	background: #E15C10;
	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;
}
