/* Black Layout Styles*/

/* element selectors */

*
{
	margin:0;
	padding:0;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.6875em;
    color: #505050;
    background-color: #ffffff;
    background-image: url(img/new/bgbody.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;  
}

a
{
	color: #505050;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


.error_msg {
	color: #AF1111;
}


table
{
	border: 0;
	border-collapse:collapse;
}

/*
table
{
	border:0;
	border-collapse:collapse;
}
*/

td
{

}

a img
{
	border:none;
}

h1
{
	padding:8px 0 0 20px;
	font:bold 20px Arial;
	letter-spacing:1px;
	color: #faf6f6;
}

.hdr
{
	background: url(img/h1_bg.jpg) no-repeat;
	height: 44px; 
	margin-bottom: 3px;
}

h2
{
	padding:5px 0;
	font-size:14px;
}

select,
.input_text,
textarea
{
	border:1px solid #8c8c8c;
	padding:1px;
	font:11px Verdana;
	color:#000;
}

/* end of element selectors */

/* base markup elements */

#container
{
	width:982px;
	margin:0 auto;
	text-align:left;
}

#middle
{
	background:#070707;
	border-left:1px solid #616161;
	border-right:1px solid #616161;
	margin:0pt auto;
	width:900px;
}

#content
{
	position: relative;
	float:left;
	width:718px;
	margin: 2px 0 0 3px;
}

#myspace_content
{
	float:left;
	padding:3px 0 0 3px;
	width:718px;
}

#sidebar
{
	float:right;
	width:173px;
	margin: 2px;
}
/* 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:#ACACAC;*/
	color:#ab0505;
	font-weight:bold;
}

.page_message
{
	padding:5px;
	/*background:#C0BFBF;*/
	color:#2d6803;
	font-weight:bold;
}

a.message_link:link,
a.message_link:visited,
a.message_link:hover
{
	color:#2d6803;
}

.submit,
.submit_green
{
	height:18px;
	/*background:url(img/submit_mid.jpg) repeat-x;*/
	background: none;
	border: none;;
	padding:0 5px;
	font:normal 11px Arial;
	color: #000000;
	cursor:pointer;
}

/* block functions classes */


.button_left_ear{
	background: url(img/new/button/button_left.gif) 0px 0px no-repeat;
	height: 25px;
	padding-left: 5px;
	border: none !important;
}

.button_right_ear{
	background: url(img/new/button/button_right.gif) right 0px no-repeat;
	height: 25px;
	padding-right: 5px;
	border: none !important;
}

.button_mid{
	background: url(img/new/button/button_bg.gif) top repeat-x;
	height: 25px;
	display: block;
}

td.button_mid,
td.button_left_ear,
.button_right_ear
{
	height: 19px;
}

.block_cap_wo_pre { }

.block_cap_wo_content,
.block_cap_wg_content,
.block_cap_no_content,
.block_cap_ng_content
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 3px 0 5px 0;
	color:#000000;
}

.block_cap_no_content,
.block_cap_ng_content
{
	background:url(img/ec_nw_block_cap_img.jpg) no-repeat center top;
}

.block_cap_wg_content,
.block_cap_ng_content
{
	color:#6ade15;
}

.block_body_no_border
{
	color: #faf6f6;
	padding: 5px;
	border: none;
}


.block_body
{
	padding: 0px;
}


.block_bottom
{
	text-align:right;
}


/* end of block functions classes */

/*pics blocks styles*/

.bookmark,
.unbookmark,
.block,
.unblock,
.friend,
.stranger,
.compose_msg,
.send_kiss
{
	padding:0px 0px 0px 0px;
	/*background:url(img/bookmark.gif) no-repeat*/;
	margin-top:0px;
}

.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,
.sent_friend_requests,
.got_friend_requests,
.accept,
.decline
{
	margin-top:5px;
	padding:1px 0px 5px 27px;
}

.bookmark,
.unbookmark
{
	background:url(img/useradd.png) no-repeat;
}

.block
{
	background:url(img/userremove.png) no-repeat;
}

.unblock
{
	background:url(img/unblock.png) no-repeat;
}

.friend
{
	background:url(img/friend.png) no-repeat;
}

.stranger
{
	background:url(img/close.png) no-repeat;
}

.got_friend_requests,
.sent_friend_requests
{
	background:url(img/friend_requests.png) no-repeat;
}

.accept
{
	background:url(img/accept.png) no-repeat;
}

.decline
{
	background:url(img/decline.png) no-repeat;
}

.send_profile
{
	background:transparent url(img/document.png) no-repeat;
}

.send_kiss
{
	background:transparent url(img/heart.png) no-repeat;
}
/*pics blocks styles*/

.sign_in_head
{
	background: url(img/sign_in_top.jpg) no-repeat center;
	width: 895px;
	padding: 3px;
	height:45px;
}


/* --- Forum styles --- */
.forum_tbl
{
	border-collapse:collapse;
	border:1px solid #616161;
}
.forum_tbl td
{
	border:1px solid #616161;
}
.forum_tbl th
{
	background:#646263;
	padding:4px;
	text-align:left;
	color:#FFFFFF;
}
.sub_table_class
{

}
.sub_table_class td
{
	border:1px solid #616161;
	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 3px 1px 4px;
	background: #BEBEBE;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
	margin-right: 4px;
}
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;
}

.index_next_video a
{
	text-decoration: none;
	line-height: 20px;
}

/*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: 0 0 0 1px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0px;
	margin-right:1px;
	padding: 0;
    min-width: 111px; /* be nice to Opera */
	width: 111px;
}

#index_photos .tabs-nav li
{
	min-width: 223px; /* be nice to Opera */
	width: 223px;
}

.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: #000;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.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% -21px;
	padding-right:5px;
    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% -42px;
	padding-right:5px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 19px; /* IE 6 treats height as min-height */
    min-height: 19px;
    padding-top: 2px;
    padding-right: 0;
	text-transform:lowercase;
	font-weight: bold;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 2px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -21px;
}
.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: 5px 7px;
    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*/

.fl_right
{
	text-align: right;
}

.clr_div
{
	clear: both;
	height: 3px;
}

/* ****************************************************************************************************************************************** */

/* Header */
#header {
	background: url( img/new/bgheader.png) no-repeat top left;
	height: 147px;
	width:982px;	
	overflow: hidden;
}

* html #header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/layouts/pazintys/img/new/bgheader.png', sizingMethod='crop');
	background-image: none;
	height: 147px;
	width:982px;
}

#header-left {
	float: left;
	width: 265px;
	overflow: hidden;
}

#header-left-top {
	padding: 5px 0 0 31px; 
	height: 50px;
	overflow: hidden;
	font-size: 1.09em;
}

#header-left-top a {
	color: #ffffff;
} 

#header-right {
	float: right;
	padding: 26px 0 0 0;
	width: 700px;
	text-align :left;
	overflow: hidden;
}

#logo {
	float: left;
	height: 44px;
	width: 241px;
	margin: 0 0 0 23px;
	background: url( img/new/logo.png) no-repeat top left;
	cursor: pointer;
	display: none;
}

div.cl-bg-scnd{background:url(img/new/borders/bgbodytop.png) no-repeat top left;font-size:1px;line-height:1px;height:5px;}
div.cl-bg-frst{background:url(img/new/borders/mainbodybg.png) repeat-y top left;}
div.cl-bg-third{background:url(img/new/borders/bgbodybuttom.png) no-repeat top left;font-size:1px;line-height:1px;height:5px;}

table.class-main-buttons a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 1.18em;
}

table.class-main-buttons a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

table.class-main-buttons tr td
{
	text-align: center;
	height: 37px;	
}

table.class-main-buttons tr td.dating{background:url(img/new/buttons/dating.png) no-repeat top left;width:254px;}
table.class-main-buttons tr td.hottels{background:url(img/new/buttons/hotels.png) no-repeat top left;width:255px;}

div#top-menu-main {
	background:url(img/new/buttons/buttomborderfrom.png) repeat-x bottom left;
	padding-bottom:2px;
	margin-bottom:5px;
	height: 37px;
	display: none;
}

/* Page laynot */

div#content-left {
	float: left;
	width: 218px;
	overflow: hidden;
	display: inline;   
	padding: 0 7px 0 9px; 
}

div#content-right {
	float: right;
	width: 227px;
	overflow: hidden;
	padding: 0 0 0 7px;
}

div#content-center {
	width: 512px;
    float: left;
    overflow: hidden;    
}

/* Infobox */
div.infobox
{
	background:url(img/new/infobox/infoboxbody.png) repeat-y top left;
} 

div.infobox-top
{
	background:url(img/new/infobox/infoboxtop.png) no-repeat top left;
}

div.infobox-buttom
{
	background:url(img/new/infobox/infoboxbuttom.png) no-repeat bottom left;
	padding:9px;
}

/* Infobox main  */
div.infoboxmain {
	background:url(img/new/infobox/main_r_bg.jpg) repeat-y top left;	
}

div.infoboxmain-top {
	background:url(img/new/infobox/main_top_bg.jpg) no-repeat top left;
	padding: 5px 0 0 0;
}

div.infoboxmain-botton {
	background:url(img/new/infobox/main_bottom.jpg) no-repeat bottom left;
	padding: 0 5px 5px 5px;
}

/* Infobox small */
div.infobox-small { 
	background-color:#FFFFFF;
	width:197px;
}

div.infobox-small-top {
	background:url(img/new/infobox/infoboxsmltop.png) no-repeat top left;
}

div.infobox-small-buttom{
	background:url(img/new/infobox/infoboxsmlbuttom.png) no-repeat bottom left;
	padding:7px 11px;
}

div.infobox-small-container {
	margin-bottom:7px;
	position: relative;
}

div.infobox-small-container h2 {
	font-size:1.18em;
	padding-left:10px;
	display: block;
	color: #000000;
}

/* Aukcionas infobox */

div.infobox-auction { 
	background-color:#d3d7e3;
	width:197px;
}

div.infobox-auction-top {
	background:url(img/new/infobox/infoboxauctiontop.jpg) no-repeat top left;
}

div.infobox-auction-buttom{
	background:url(img/new/infobox/infoboxauctionbottom.jpg) no-repeat bottom left;
	padding:7px 11px;
}

div.participate {
	height: 20px;
	border: 1px solis red;
}

/* Infobox titles */

div.infobox-small-container h2.search {
	background:url(img/new/infobox/titles/paieska.jpg) no-repeat top right;
	padding-top:5px;
	margin-right:14px;
}

div.infobox-small-container h2.poll {
	background:url(img/new/infobox/titles/apklausa.jpg) no-repeat top right;
	padding-top:5px;
	margin-right:24px;
}

div.infobox-small-container h2.user-zone {
	background:url(img/new/infobox/titles/user_zone.jpg) no-repeat top right;
	padding-top:5px;
	padding-bottom: 4px;
	margin-right:24px;
}

div.infobox-small-container h2.events {
	background:url(img/new/infobox/titles/renginiai.jpg) no-repeat top right;
	padding-top:5px;
	margin-right:14px;
}

div.infobox-small-container h2.games {
	background:url(img/new/infobox/titles/naujausi_zaidimai.jpg) no-repeat top right;
	padding-top:5px;
	margin-right:14px;
}

div.infobox-small-container h2.vardadieniai {
	background:url(img/new/infobox/titles/vardadieniai.jpg) no-repeat top right;
	padding-top:5px;
	margin-right:14px;
}

div.infobox-small-container h2.orai {
	background:url(img/new/infobox/titles/weather.jpg) no-repeat top right;
	padding-top:10px;
	margin-right:14px;
}

div.infobox-small-container h2.auction {
	background:url(img/new/infobox/titles/aukcionas.jpg) no-repeat top right;
	padding-top:5px;
	padding-bottom: 2px;
	margin-right:24px;
} 

div.infobox-small-container h2.nowomline {
	background:url(img/new/infobox/titles/online.jpg) no-repeat top right;
	padding-top:5px;
	padding-bottom: 2px;
	margin-right:24px;
} 

div.infobox-small-container h2.toptowns {
	padding-top:5px;
	padding-bottom: 2px;
	margin-right:24px;
} 
div.infobox-small-container h2.toptowns span.top {
	color: #fe0000;
}

div.infobox-small-container p.toptowns {
	font-size: 1em;
	padding: 0 0 8px 10px;
} 

/* Search infobox */
#search-box {

}
/* Infoboes end */

div.break {
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* Content BOX start */
div.content {
	background:url(img/new/infobox/content_r_bg.jpg) repeat-y top left;	
}

div.content-top {
	background:url(img/new/infobox/content_top_bg.jpg) no-repeat top left;
	padding: 0px 0 0 0;
}

div.content-botton {
	background:url(img/new/infobox/content_botton_bg.jpg) no-repeat bottom left;
	padding: 0px 4px 0px 4px;
}
/* Content BOX end */

div.mostpopularmembers-title {
	padding: 5px 0 2px 55px;
	height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 1.09em;
	background:url(img/new/categoryimg/mostpopular.jpg) no-repeat 18px top;
}

div.auction-title {
	padding: 5px 0 2px 55px;
	height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 1.09em;
	background:url(img/new/categoryimg/auction.jpg) no-repeat 18px 5px;
}

div.newestmembers-title {
	padding: 5px 0 2px 55px;
	height: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 1.09em;
	background:url(img/new/categoryimg/newmembers.jpg) no-repeat 18px top;
}

/* Button style */
span.button_left {
	background: url(img/new/button/button_left.gif) 0px 0px no-repeat;
	height: 22px;
	padding-left: 5px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

* html span.button_left {
	width: 1%;
}

span.button_right {
	background: url(img/new/button/button_right.gif) right 0px no-repeat;
	height: 22px;
	padding-right: 5px;
	display: block;
}

span.button {
	background: url(img/new/button/button_bg.gif) top repeat-x;
	height: 22px;
	display: block;
}

span.button input.button {
	border: 0px;
	background: none;
	color: #000000;
	font-size: 1em;
	padding: 2px 2px 0px 2px;
	margin: 0 0 0 0;
	overflow: visible;
	cursor: pointer;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}

/* Profile sex color links */
a.female {
	color: #d20200;
}

a.male {
	color: #157fef;
}

a.prsex-1 {
	color: #d20200;
}

a.prsex-2 {
	color: #157fef;
}

a.prsex-4 {
	color: green;
}

div.message-line a.prsex-1,
div.message-line a.prsex-2,
div.message-line a.prsex-4 {
	font-weight: bold;
} 

/* Infobox attributes */

div.infobox-attributes { 
	background-color:#eeeeee;
	width:197px;
}

div.infobox-attributes-top {
	background:url(img/new/infobox/infoboxattributes_top.jpg) no-repeat top left;
}

div.infobox-attributes-buttom{
	background:url(img/new/infobox/infoboxattributes_botton.jpg) no-repeat bottom left;
	padding:10px 8px;
}

/* Infobox orange attributes */

div.infobox-orange { 
	background-color:#f27500;
	width:293px;
}

div.infobox-orange-top {
	background:url(img/new/infobox/infoboxorangetop.jpg) no-repeat top left;
}

div.infobox-orange-buttom {
	background:url(img/new/infobox/infoboxorangebuttom.jpg) no-repeat bottom left;
	padding: 10px 10px 10px 10px;
}

/* ------------------ */
div.conten-padding {
	padding: 5px 0 5px 0;
}

div.page-navigation {
	padding: 10px 0 0 0;
	text-align: center;
}

div.page-navigation a.page_nav{
	padding: 0 3px 0 3px;
}

/* Defaul profile list style */
div.noprofiles {
	text-align: center;
	padding: 10px;
}

.profile_list_details_card_container {
	float: left;
	padding: 3px 0 0 29px;
	width: 87px;
	/*height: 137px;
	overflow: hidden;*/
}

.photo_username
{
	text-align: center;
	display: block;
	float: left;
	width: 85px;
	/*overflow: hidden;*/
	padding: 3px 0 0 0;
}

.thumb_con {
	border: 1px solid #989898; 
	cursor: pointer;
}

.town {
	text-align: center;
	display: block;
	float: left;
	padding: 3px 0 3px 0;
	width: 85px;
}

/* Activity */
div.online {
	height: 13px;
	width: 85px;
	background: url(img/new/online/online.gif) no-repeat top center;
	position:relative;	
	z-index: 5;
	margin-top: -17px;
}

/*
div.online {
	height: 114px;
	width: 85px;
	background: url(img/new/online/online.gif) no-repeat center 98px;
}
*/

div.offline {

}

table.no-border {
	border-style:none;
}

table.no-border tr td {
	border-style:none;
}

.profile-block { 
	border: 1px solid #cccccc;
	margin: 0 0 5px 0;
	padding: 5px;
}

div#footer {
    text-align: center;
	margin: 8px 0 0 0;
}

div#footer-top {
	background:url(img/new/borders/footer_top.jpg) no-repeat top left;
	padding: 6px 0 0 0;
}

div#footer-botton {
	background:url(img/new/borders/footer_botton.jpg) no-repeat bottom left;
	padding: 0 0 5px 0;
}

div#footer-content {
	background-color: #d3d7e3;
	padding: 14px 170px 14px 170px;
	color: #666666;
}

div#footer a {
	color: #666467;
	padding: 0 5px 0 5px;
	text-decoration: none;
	/*text-transform: lowercase;*/
}

div#footer a:hover {
	text-decoration: underline;
}

/* ------------- */

/* component Profile Comments style */

span#profile_comment_list_info
{
	margin: 2px;
	color: #bfbfbf;
}

a#load_profile_comment_form
{
	text-decoration: none;
}

div.profile_comment_container
{
	position: relative;
	margin: 0;
	padding: 5px 5px 10px 5px;
	background: url('img/new/dot.gif') repeat-x bottom left;
}

table.coment tr td {
	vertical-align: top;
}

.comment_profile_thumb {
	height: 55px;
	width: 40px;
	border: 1px solid #979797;
}

div.comment-left
{
	float: left;
	width: 45px;
	overflow: hidden;
}

div.comment-right
{
	float: right;
	width: 387px;
	overflow: hidden;
}

div.comment-right span.user {
	color: #1480ed;
	font-weight:bold;
}

a.delete_profile_comment:link,
a.delete_profile_comment:visited
{
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	color: #ffffff;
	text-decoration: none;
}

a.delete_profile_comment:active,
a.delete_profile_comment:hover
{
	color: #ffffff;
}


div#profile_comment_form_container
{
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	height: 120px;
}

textarea#profile_comment_form_body
{
	width: 410px;
	height: 100px;
	margin: 0 auto;
}

input#profile_comment_form_submit_btn
{
	position: absolute;
	right: 2px;
	bottom: 5px;
}

div#profile_comments_bottom
{
	text-align: right;
}

/* Top phrase */
div.profile_phrase_container {
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 5px;
	background: none;
}

div#profile_phrase_form_container {
	position: relative;
	margin-bottom: 5px;
	text-align: center;
	height: 120px;
}

textarea#profile_phrase_form_body {
	width: 410px;
	height: 100px;
	margin: 0 auto;
}

input#profile_phrase_form_submit_btn {
	position: absolute;
	right: 2px;
	bottom: 0px;
}

div#profile_phrase_bottom {
	text-align: right;
}


div.advertising-bottom {
	padding: 10px 0 0 0;
	text-align: center;
}

div.ads_sidebar object {
	position: relative;
	z-index: 10;
}

.div_pr_thumb{
	/*
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	*/
	cursor: pointer;
	width: 85px;
	height: 114px;
	text-align: center;
	background-color: #ffffff; 
	overflow: hidden;
}
.div_pr_photo{
	/*
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	*/
}

.float-break {
    height: 1%; /* Fix for IE */
}

#album_item_0 {
	display: none;
}

/* New events */
div.new-event {	
	color: #505050;
	padding-top: 10px;
	font-family: Tahoma;
}

div.new-event h1.title {
	
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.09em;
	font-family: Tahoma;
	letter-spacing:0px;
}

div.new-event h1.title a {
	color: #b475ae;
	text-decoration: underline;
	font-family: Tahoma;
}

div.new-event h1.title a:hover {
	text-decoration: none;
}

div.new-event div.attribute-short {
	padding: 0 0 2px 0;
}

div.new-event div.read-more {
	text-align: right;
}

div.new-event div.read-more a {
	color: #b475ae;
	text-decoration: underline;
}

div.new-event div.read-more a:hover {
	text-decoration: none;
}
