@charset "utf-8";

/** MINI CSS RESET **/
ol, ul {
	list-style: none;
	margin: 0;
}

ol.list {
	list-style: decimal;
	margin-top: 10px;
}

ul.list {
	list-style: disc;
	margin: 10px 0;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}
table td {
	padding: 0;
}

input[type=text], input[type=password], select, textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #cad1d9;
	border-color-top: #c9d0d8;
	width: 100%;
	font-size: 11px;
}

input[type=text], input[type=password] {
	height: 16px;
}

select {
	height: 20px;
}

input[type=checkbox], input[type=radio] {
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #1F8FCC;
	text-decoration: none;
	outline: none;
}

button:active {
	outline: none;
}

a:hover {
	color: #aac61f;
}

#fizzerleft2 a:link, #fizzerleft2 a:active, #fizzerleft2 a:visited {
	color: #353535;
	border-bottom: 1px solid #D7D7D7;
}

#fizzerleft2 a:hover {
	color: #b7c611;
	border-bottom: 1px solid #b7c611;
}

a.none {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 13px;
}
/** END OF MINI CSS RESET **/

/** GLOBAL UTILITY CLASSES **/
.clear{
    clear: both;
}

.note {
	color: #888888;
}

div.more {
	display: block;
	width: 100%;
	text-align: right;
}

.login-button {
	margin-top: 5px;
	line-height: 26px;
}

.login-button .input-button {
	min-width: 30px;
}

.login-button .input-button span {
	min-width: 30px;
}

.odd {
	background: #f8f8f8;
}

.hint {
	text-align: center;
	margin: 50px 0 30px 0;
	font-weight: bold;
}

.callendar {
	width: 18px;
	height: 14px;
	background: url(ico/callendar.png) no-repeat center center;
}

.required {
	color: #ffac35;
}

.today {
	color: #FF9E21;
	font-weight: bold;
}

.yesterday {
	font-weight: bold;
}

.added {
	color: #919191;
}

.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #696969;
}

.hidden {
	display: none;
}

.error {
	margin: 10px 0;
	color: red;
	font-weight: bold;
}
/** END OF GLOBAL UTILITY CLASSES **/


.center {
	text-align: center;
}

/** BUGS **/

#bugreport,
div.bugreport  {
	position:			fixed;
	top:				0px;
	right:				0px;
	width:				122px;
	height: 			47px;
	background:			transparent url(/skins/reportabug.png) top left;
	cursor:				pointer;
}

.bugreport-form {
	width:				400px;
	text-align:			left;
	margin-bottom:		15px;
}

.bugreport-form b {
	display:			block;
	padding: 			10px 0px 10px 0px;
}

.bugreport-form input[type=file],
.bugreport-form input[type=password],
.bugreport-form select,
.bugreport-form textarea {
	font-size: 11px;
}

/** SECTION BLOCK **/

/** LEFT MENU LIST **/
ul.leftmenu {
	padding-left: 0;
}

.leftmenu li {
	padding: 0 0 0 26px;
	margin-bottom: 13px;
	font-weight: bold;
	vertical-align: top;
}

.leftmenu li.empty {
	line-height: 0;
}

.leftmenu li.search {
	background: url(ico/search.png) no-repeat left top;
}



.leftmenu li.contests {
	background: url(ico/contests.png) no-repeat left top;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.leftmenu .submit {
	background: url(ico/search-submit.png) no-repeat right bottom;
	padding: 0;
	border: none;
	height: 24px;
	width: 22px;
	vertical-align: middle;
	display: inline-block;
}

.leftmenu .submit:hover {
	cursor: pointer;
}

.leftmenu input.search {
	width: 120px;
	margin-top: 2px;
	color: #A7A7A7;
}

.leftmenu input.search:focus {
	color: #353535;
}

.sub {
	padding: 0 0 0 10px;
}

.sub li {
	padding-left: 0;
	margin: 0;
	font-weight: normal;
	padding-top: 5px;
	font-size: 11px;
}
/** END OF LEFT MENU LIST **/

/*********************
*** GIFT LISTINGS ****
*********************/
.gifts {
	margin-top: 10px;
}

.gifts .list div {
	float: left;
	height: 90px;
	width: 100px;
	text-align: center;
}

.gifts h3 {
	margin: 12px 15px;
}
/****************************
*** END OF GIFT LISTINGS ****
****************************/

#guestbook .message, #messages .message {
	text-align: left;
}

#gift-archive .gift-box {
	display: block;
	width: 128px;
	height: 128px;
	background: url(extras/gift-box-l.png) no-repeat left top;
	padding-left: 3px;
}

#gift-archive .gift-box span{
	display: block;
	width: 100%;
	height: 128px;
	background: url(extras/gift-box-r.png) no-repeat right top;
}

#gift-archive .gift-box img {
	margin-top: 25%;
}

#gift-archive .link {
	display: inline-block;
	margin-top: 10px;
}

#gift-archive .message {
	vertical-align: middle;
}

#gift-archive .gift-container {
	width: 128px;
	padding-top: 23px;
	vertical-align: top;
}

/******************
*** PHOTO VOTES ***
******************/

#votes .message {
	min-width: 344px;
	padding-top: 17px;
	vertical-align: top;
}

#votes .message div {
	margin-top: 5px;
}

/*************
*** MONEY ****
*************/
.money-table {
    width: 100%;
	border-collapse: collapse;
}

.money-table td {
	height: 20px;
	padding: 10px 15px;
}

.money-table th {
	height: 26px;
	padding: 0 15px;
}

.money-table tr {
	border-bottom: 1px solid #EAEAEC;
}


.money-table th.money-comment {
	background: url(money/header_left.png) no-repeat left;
	padding-left: 15px;
	width: 70%;
}

.money-table th.money-amount {
	background: url(money/header_bg.png) repeat-x;
	width: 10%;
}

.money-table th.money-date {
	background: url(money/header_right.png) no-repeat right;
	width: 20%;
}


.money-table span.negative{
	color: #ffb95e;
	font-weight: bold;
}

.money-table span.positive{
	color: #a5c242;
	font-weight: bold;
}

/*********************
**** END OF MONEY ****
*********************/

#dialogdiv {
	margin: 0;
	padding: 0;
}

#dialogdiv a.dialoga
{
	color: #3399CC;
	border-bottom: 1px dotted #3399CC;
}

#dialogdiv a.dialoga:hover
{
	color: #3399CC;
	border-bottom: 0px dotted #3399CC;
}

/** DATE PICKER **/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/** END IF DATE PICKER **/


/******************************
**** START OF BirthDay RIGHT **
*******************************/
.bd_row_text{
	color: #ffffff;
}
.bd_row_text_tomorow{
	color: #ff8514;
}
.bd_row_text_other{
	color: #636363;
}
.bd_row{
	background: url(birthdays/bd_row.png) no-repeat top left;
	height:27px;
}

/******************************
**** END OF BirthDay RIGHT ****
*******************************/

/* EVENTS BIRTHDAYS */
.money-header .birthday-friend{
	height: 26px;
	background-image: url(money/header_bg.png);
}

.money-header div.birthday-age{
	height: 26px;
	background-image: url(money/header_bg.png);
}

.money-header div.birthday-age span.title{
    margin-left: 200px;
}


.money-header .birthday-gift{
	height: 26px;
	background-image: url(money/header_bg.png);
}
.money-header .birthday-right{
	float: left;
	width: 4px;
	height: 26px;
	background-image: url(money/header_right.png);
    background-position: right;
    background-repeat: no-repeat;
}

div.birthday-friend{
    float: left;
	width: 170px;
	margin-left: 4px;
}

div.birthday-age{
    float: left;
	width: 450px;
}

.birthday-gift{
    float: left;
	width: 70px;
}

.birthday-gift_cell{
    float: left;
	width: 70px;
	padding-top: 45px;
}


.birthday-content{
    margin-left: 4px;
    margin-right: 6px;
	line-height: 45px;
	text-align: center;
	padding-bottom: 10px;
}

div.birthday-age div.age_details{
	font-weight: bold;
	width: 177px;
	height: 44px;
	margin-top: 55px;
	margin-left: 127px;
   	line-height: 25px;
}

.birthday_today{
    background-image: url(events/birthday_banner.png);
	color: #FFFFFF;
}
.birthday_tomorrow{
	color: #ff9e21;
}

/* END EVENTS BIRTHDAYS */

/* TOP MENU SUBMENU */

#userFriendMenu{
	position: absolute;
	display: block;
    list-style-type: none;
	margin-left: -10px;
	margin-top: 10px;
	padding: 0px;
	height: 113px;
	background: url(top-submenu/border-left.png) left repeat-y;
	z-index: 1000;
}

#userFriendMenu li{
    float: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#userFriendMenu li.menu_cell{
	height: 28px;
	width: 193px;
	margin-left: 7px;
	padding-left: 4px;
    background: url(top-submenu/border-right.png) right top repeat-y;
}
#userFriendMenu li.menu_cell a{
    display: block;
	width: 165px;
	height: 23px;
	color: #353535;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height: 22px;
	padding-left: 18px;
	text-shadow: none;
}


#userFriendMenu li.menu_cell a:hover{
	color: #FFFFFF;
	background-image: url(top-submenu/link_bg.png);
}
#userFriendMenu li.top{
	height:14px;
	width: 203px;
	margin-top: -14px;
	background: url(top-submenu/top.png) left bottom no-repeat;
}
#userFriendMenu li.bottom{
	height:15px;
	width: 203px;
	background: url(top-submenu/bottom.png) left top no-repeat;
}


/* END TOP MENU SUBMENU */

/* END INVITER */

span.zerro{
  font-size: 1px;
}

/** FAQ STYLES **/
h3.faq_header {
	font-size: 12px;
	clear: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #D2D2D2;
}

h3.faq_header span {
	float: right;
	margin-right: 10px;
}

h3.faq_header span a {
	font-size: 10px;
	font-weight: normal;
}

ul.faq_columns {
	list-style-type: none;
	margin: 5px 10px 20px 10px
}

ul.faq_columns li {
	padding-left: 15px;
}

ul.faq_columns li.faq_question {
	padding-left: 0px;
	margin: 10px 0px 5px 0px;
}

li.faq_question img {
	margin: 0px 5px 0px 0px;
}

li.faq_hidden {
	color: #A7A7A7;
}

li.faq_show {
	color: #000000;
	display: none;
}

dl.faq_columns {
	list-style-type: none;
	float: left;
	width: 150px;
	margin: 5px 10px 20px 10px
}

dl.faq_columns dt {
	clear: left;
	float: left;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	width: 25px;
	display: block;
}

dl.faq_columns dd {
	line-height: 14px;
	padding: 5px 5px 7px 5px;
	margin: 0px;
	display: block;
	float: left;
}

dl.faq_columns dt img {
	width: 18px;
	height: 18px;
}

img.closed {
	background: url(guidelines/expand.png) center left no-repeat;
	width: 10px;
	height: 10px;
}

img.opened {
	background: url(guidelines/expanded.png) center left no-repeat;
	width: 10px;
	height: 10px;
}

img.img-0 {
	background: url(icons.png) no-repeat scroll -28px -130px;
}

img.img-1 {
	background: url(icons.png) no-repeat scroll -3px -5px;
}

img.img-2 {
	background: url(icons.png) no-repeat scroll -153px -5px;
}

img.img-3 {
	background: url(icons.png) no-repeat scroll -128px -105px;
}

img.img-4 {
	background: url(icons.png) no-repeat scroll -153px -80px;
}

img.img-5 {
	background: url(icons.png) no-repeat scroll -103px -55px;
}

img.img-6 {
	background: url(icons.png) no-repeat scroll -3px -105px;
}

img.img-7 {
	background: url(icons.png) no-repeat scroll -103px -105px;
}
/**/

img.img-8 {
	background: url(icons.png) no-repeat scroll -28px -5px;
}

img.img-9 {
	background: url(icons.png) no-repeat scroll -78px -80px;
}

img.img-10 {
	background: url(icons.png) no-repeat scroll -53px -55px;
}

img.img-11 {
	background: url(icons.png) no-repeat scroll -53px -80px;
}

img.img-12 {
	background: url(icons.png) no-repeat scroll -53px -105px;
}

img.img-13 {
	background: url(icons.png) no-repeat scroll -78px -105px;
}
/** END OF FAQ STYLES */

/** THUMBNAIL CORNERS **/
a.photo-corner {
	position: absolute;
	width: 39px;
	height: 42px;
	background: url(global/photo-corner.png) no-repeat top right;
	text-align: right;
	top: 5px;
	right: 4px;
	z-index: 1;
	border: none;
	font-size: 9px;
}

a.photo-corner span {
	margin: 3px 3px 0 0;
}

a.photo-corner span.level1 {color: #353535;}
a.photo-corner span.level2 {color: #353535;}
a.photo-corner span.level3 {color: #353535;}
a.photo-corner span.level4 {color: #353535;}
/** END OF THUMBNAIL CORNERS **/

/** THUMBNAILS DIV'S **/
div.thumbnails {
	width: 100%;
    display: block;
}

div.thumbnails .item {
	float: left;
	width: 164px;
	height: 180px;
	text-align: center;
}

div.thumbnails .stats {
	margin: 0 10px;
	font-size: 9px;
}

div.thumbnails .first {
	font-size: 11px;
}

div.thumbnails .stats .place {
	color: #CF8B4F;
	font-weight: bold;
	background: url(competitions/place.png) no-repeat left center;
	padding-left: 10px;
}

div.thumbnails .first .place {
	background: url(competitions/first.png) no-repeat left center;
	width: 30px;
	padding: 0;
	display: inline-block;
	margin-bottom: -3px;
}

div.thumbnails .vote-button {
	margin-top: 5px;
	display: inline-block;
	width: 55px;
	text-align: center;
	height: 14px;
	color: #FFFFFF;
	background: url(competitions/vote-button.png);
	border: none;
}

div.thumbnails .stats .dl {
	color: #B1B1B1;
	font-weight: bold;
}

div.thumbnails-center .item {
	float: none;
	width: 164px;
	height: 180px;
	text-align: center;
}

div.thumbnails .user {
	width: 146px;
	height: 146px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 0 auto;
}

div.thumbnails .online {
	/*background: url(global/online.gif) no-repeat center;*/
}

div.thumbnails .offline {
	/*background: url(global/offline.png) no-repeat center;*/
}

div.thumbnails table {
	height: 146px;
	text-align: center;
}

div.thumbnails table.td {
	vertical-align: center;
}

div.thumbnails .img {
	position: relative;
	display: block;
}

div.thumbnails .gift {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

div.thumbnails .name a:link, div.thumbnails .name a:active, div.thumbnails .name a:visited {
	color: #353535;
	border-bottom: 1px solid #D7D7D7;
}

div.thumbnails .name a:hover {
	color: #b7c611;
	border-bottom: 1px solid #b7c611;
}
/** END OF THUMBNAILS DIV'S **/

/** THUMBNAILS TABLES **/
table.thumbnails {
	text-align: center;
	width: 100%;
}

table.thumbnails .item {
	width: 146px;
	height: 180px;
	margin: 0 auto 0 auto;
	text-align: center;
}

table.thumbnails .online {
	/*background: url(global/online.gif) no-repeat center;*/
}

table.thumbnails .offline {
	/*background: url(global/offline.png) no-repeat center;*/
}

table.thumbnails table {
	height: 146px;
}

table.thumbnails .user {
    width: 146px;
	height: 146px;
	vertical-align: middle;
	margin: 0 auto 0 auto;
	position: relative;
}

table.thumbnails table td {
	vertical-align: middle;
	text-align: center;
}

table.thumbnails .name {
	padding-top: 3px;
	color: #000000;
}

table.thumbnails .img {
	position: relative;
	display: block;
}

table.thumbnails .gift {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

table.thumbnails .birthday {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

table.thumbnails .name a:link, table.thumbnails .name a:active, table.thumbnails .name a:visited {
	color: #353535;
	border-bottom: 1px solid #D7D7D7;
}

table.thumbnails .name a:hover {
	color: #b7c611;
	border-bottom: 1px solid #b7c611;
}

/** END OF THUMBNAILS TABLES **/


/** SMALL THUMBNAILS DIV'S **/
div.thumbnails-small {
	width: 100%;
    display: block;
}

div.thumbnails-small .item {
	float: left;
	width: 59px;
	height: 59px;
	text-align: center;
}

div.thumbnails-small .user {
	width: 59px;
	height: 59px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 0 auto;
}

div.thumbnails-small .online {
	/*background: url(global/online-small.png) no-repeat center;*/
}

div.thumbnails-small .offline {
	/*background: url(global/offline-small.png) no-repeat center;*/
}

div.thumbnails-small table {
	position: relative;
	height: 59px;
	text-align: center;
}

div.thumbnails-small table.td {
	vertical-align: center;
	position: relative;
}

div.thumbnails-small .img {
	position: relative;
}

div.thumbnails-small .gift {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
/** END OF SMALL THUMBNAILS DIV'S **/

/** SMALL THUMBNAILS TABLES **/
table.thumbnails-small {
	text-align: center;
	width: 100%;
}

table.thumbnails-small .item {
	width: 59px;
	height: 59px;
	margin: 0 auto 0 auto;
	text-align: center;
}

table.thumbnails-small .online {
	/*background: url(global/online-small.png) no-repeat center;*/
}

table.thumbnails-small .offline {
	/*background: url(global/offline-small.png) no-repeat center;*/
}

table.thumbnails-small table {
	position: relative;
	height: 63px;
}

table.thumbnails-small .user {
    width: 63px;
	height: 63px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 0 auto;
}

table.thumbnails-small table td {
	vertical-align: middle;
	text-align: center;
	position: relative;
}

table.thumbnails-small .name {
	padding-top: 3px;
	color: #000000;
}

table.thumbnails-small .img {
	position: relative;
}

table.thumbnails-small .gift {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

table.thumbnails-small .birthday {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

/** END OF SMALL THUMBNAILS TABLES **/

table.thumbnails img.img, div.thumbnails img.img {
	border: 3px solid #e9e9e9;
	padding: 2px;
}

table.thumbnails .online img.img, div.thumbnails .online img.img {
	border: 3px solid #ced98a;
	padding: 2px;
}

table.thumbnails-small img.img, div.thumbnails-small img.img {
	border: 1px solid #e9e9e9;
	padding: 1px;
}

/** CONTEXT MENU */
.contextmenu {
	position: absolute;
	visibility: visible;
	z-index:1003;
	top: -900px;
	width: 180px;
}

.content_menu{
    border: none;
	width: 186px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.content_menu td{
    border: 0px;
    border-collapse: collapse;
    font-size: 11px;
}

.content_menu tr.header .center_header{
    background: url(context/top.png) top repeat-x;
	width: 186px;
	height: 11px;
}

.content_menu .side_left{
    background: url(context/left.png) right repeat-y;
	width: 7px;
}

.content_menu .side_center{
	background: #FFFFFF;
	width: 172px;
	padding-bottom: 2px;
}

.content_menu .side_right{
    background: url(context/right.png) left repeat-y;
	width: 7px;
}

.content_menu .center_bottom{
    background: url(context/bottom.png) bottom repeat-x;
	width: 186px;
	height: 17px;
}

.content_menu .side_center p {
    height: 26px;
	color: #767676;
	line-height: 25px;
	color: #767676;
	cursor: pointer;
	margin: 0 3px;
}
.content_menu .side_center p:hover{
    background-color: #353535;
    color: white;
	cursor: pointer;
}

.content_menu p img {
	width: 18px;
	height: 14px;
	margin: 0 9px -3px 13px;
}

.content_menu img.preview{
    background: url(context/preview.png) 1px 2px no-repeat;
}

.content_menu .sendmessage{
    background: url(icons.png) no-repeat -78px -56px;
}
.content_menu .view-gallery{
    background: url(icons.png) no-repeat -104px -82px;
}
.content_menu .guestbook{
    background: url(icons.png) no-repeat -3px -82px;
}
.content_menu .makegift{
    background: url(icons.png) no-repeat -53px -56px;
}
.content_menu .friends{
    background: url(icons.png) no-repeat -153px -7px;
}
.content_menu .messages{
    background: url(context/messages.png) 13px no-repeat;
}
.content_menu .complain{
    background: url(icons.png) no-repeat -3px -56px;
}

.content_menu .remove {
	background: url(icons.png) no-repeat -128px -31px;
}

.content_menu .invite {
	background: url(icons.png) no-repeat -103px -31px;
}

.content_menu .status {
	background: url(icons.png) no-repeat -153px -31px;
}

.content_menu .viewprofile {
	background: url(icons.png) no-repeat -129px -82px;
}

.content_menu .setdefault {
	background: url(icons.png) no-repeat -129px -180px;
}

.content_menu .deletephoto {
	background: url(icons.png) no-repeat -53px -180px;
}

.content_menu .editcomment {
	background: url(icons.png) no-repeat -103px -180px;
}

.content_menu .movephoto {
	background: url(icons.png) no-repeat -78px -180px;
}

.content_menu .addremovefriend {
	background: url(icons.png) no-repeat -29px -59px;
}

.content_menu .blogs {
		background: url(icons.png) no-repeat -103px -204px;
}



/* ============================ CONTENT MENU GALLERY ================================== */
.content-menu-gallery .side-center {
	background: url(gallery/content_menu.png) repeat-y top left;
	width: 140px;
}

.content-menu-gallery table {
	width: 140px;
}
/* ==================================================================================== */

/** TOOLTIP **/

/* FORM TOOLTTIP */

#inputtip {
	display:			none;
	height: 			31px;
	min-width:			200px;
}

#inputtip #input-tooltip-left {
	float:				left;
	display:			block;
	width:				10px;
	height:				31px;
	background:			transparent url(icon/formtip-l.png) no-repeat top center;
}

#inputtip #input-tooltip-center {
	float:				left;
	display:			block;
	height:				31px;
	padding: 			7px 5px 2px 5px;
	background:			transparent url(icon/formtip-c.png) repeat-x top center;
	color: 				white;
	font-size: 			12px;
}

#inputtip #input-tooltip-right {
	float:				left;
	display:			block;
	width:				5px;
	height:				31px;
	background:			transparent url(icon/formtip-r.png) no-repeat top center;
}

/* ICON TOOLTIP */

#icontip {
	display:			none;
	height: 			26px;
	position: relative;
	z-index: 50;
}

#icontip #tooltip-left {
	float:				left;
	display:			block;
	width:				5px;
	height:				26px;
	background:			transparent url(icon/tooltip-l.png) no-repeat top center;
}

#icontip #tooltip-center {
	float:				left;
	display:			block;
	height:				26px;
	padding: 			4px 5px 2px 5px;
	background:			transparent url(icon/tooltip-c.png) no-repeat top center;
	color: 				white;
	font-size: 			9px;
}

#icontip #tooltip-right {
	float:				left;
	display:			block;
	width:				5px;
	height:				26px;
	background:			transparent url(icon/tooltip-r.png) no-repeat top center;
}

/** CONTACT US **/
.div-fizzer-img {
	width: 200px;
	float: right;
}

.div-contact-form {
	width: 410px;
	float: left;
}

font-big {
	font-size: 18px;
	color: #B7C611;
}

.font-mid {

}

.font-small {

}

/** GUESTS **/
#guests .details {
	width: 110px;
}

#guests .visited {
	text-align: center;
	vertical-align: middle;
	min-width: 438px;
}

#guests-details tr {
	border-bottom: 1px dotted #C3C6BF;
}

#guests-details tr:first-child {
	border: none;
}

#guests-details td {
	line-height: 32px;
}

#guests-details td,  #guests-details th {
	text-align: left;
	width: 50%;
	padding-left: 25px;
}

.guests-details-total {
	margin: 7px 0 38px 0;
}

/** GAMES **/

table.games-list {
	width: 100%;
	border-bottom: 1px solid #eee;
}

table.games-list td {
	padding: 0 15px 15px;
	width: 25%;
}

table.games-list td a {
	line-height: 20px;
}

table.games-thumb {
	width: 100%;
}


table.games-thumb td {
	width: 25%;
	text-align: center;
	padding: 10px;
}

div.games-back {
	text-align: right;
}

div.games-obj{
	width: 100%;
	text-align: center;

}

/** SEARCH BLOCK **/
#search-failed {
	width: 100%;
	height: 28px;
	background: url(global/failed.png) repeat-x;
	font-weight: bold;
	line-height: 28px;
	margin-top: 1px;
	color: #FE5151;
}

#search-failed img {
	background: url(global/failed-ico.png) no-repeat top left;
	width: 30px;
	height: 22px;
	vertical-align: bottom;
	margin-left: 15px;
}

#search {
	background: url(search/search-l.png) no-repeat left top;
	height: 414px;
	padding-left: 5px;
	margin-top: 20px;
}

#search-inner {
	background: url(search/search-r.png) no-repeat right top;
	height: 414px;
	padding-right: 5px;
}

#search-content {
	background: url(search/search-c.png) repeat-x left top;
	height: 414px;
	padding: 20px 15px;
}

#search td {
	padding-bottom: 15px;
	white-space: nowrap;
}

#search input.age {
	width: 45px;
}

#search .label {
	width: 120px;
}

#search .data {
	width: 265px;
}

#search .inputs {
	line-height: 19px;
}

#search .inputs span {
	display: inline-block;
	width: 100px;
}

#search .inputs input[type=radio] {
	margin-bottom: 3px;
	vertical-align: bottom;
}

#search .inputs input[type=checkbox] {
	vertical-align: bottom;
}

#editor-toolbar input {
	width: 18px;
	height: 18px;
	border: none;
	background: none;
	margin: 0 2px;
}

#editor-toolbar input:hover {
	border:1px solid;
	border-color: #dadada #c5c5c5 #c5c5c5 #dadada;
	cursor: pointer;
	background: none;
}

#editor-toolbar input.b-bold {
	background: url(toolbar.gif);
}

#editor-toolbar input.b-italic {
	background: url(toolbar.gif) -17px;
}

#editor-toolbar input.b-underline {
	background: url(toolbar.gif) -36px;
}

#editor-toolbar input.b-url {
	background: url(toolbar.gif) -126px;
}

#editor-toolbar input.b-image {
	background: url(toolbar.gif) -324px;
}

#editor-toolbar input.b-color {
	background: url(toolbar.gif) -1px;
}
#editor-toolbar input.b-quote {
	background: url(toolbar.gif) -216px;
}


/* container for slides */
.imagesx {
	position:relative;
	height:266px;

	width:695px;
	float:left;
	cursor:pointer;

	/* CSS3 tweaks for modern browsers
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;*/
}

/* single slide */
.imagesx div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	/*height:266px;
	width: 695px;*/
	font-size:12px;
}

/* header */
.imagesx h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

.ad-slide1 {
	background: url(advertise/slide1.jpg) no-repeat top left;
	width: 360px;
	height: 186px;
	text-align: left;
	font-size: 26pt;
	font-weight: bold;
	padding-left: 335px;
	padding-top: 80px;
}

.ad-slide2 {
	background: url(advertise/slide2.jpg) no-repeat top left;

	height:266px;
	width: 695px;
}

.ad-slide3 {
	background: url(advertise/slide3.jpg) no-repeat top left;

	height:266px;
	width: 695px;

}

.ad-slide4 {
	background: url(advertise/slide4.jpg) no-repeat top left;

	height:266px;
	width: 695px;

}

.ad-slide5 {
	background: url(advertise/slide5.jpg) no-repeat top left;
	width: 295px;
	height: 95px;
	padding-left: 400px;
	padding-top: 171px;
}

#adsl a:link, #adsl a:visited  {
	color: #fff498;
	border-bottom: 1px solid #fff498;
}

#adsl a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.ref-img {
	background: url(advertise/reflection.jpg) no-repeat top center;
	width: 100%;
	height: 98px;
	text-align: center;
}

.mvis {
	background: url(advertise/mv.jpg) no-repeat top center;
	width: 100%;
	height: 39px;
	margin-top: 300px;
	margin-bottom: 20px;
}

