/* GLOBAL STYLES */

html { 

	min-height: 100%; 

	margin-bottom: 1px; 

}

body {

	margin: 0px 0px 20px 0px;

	text-align: center;

	background: #FFFFFF url(../images/page/page_bg.jpg) top left repeat-x;

	font-size: 8pt;

}



p {

	margin: 0px;

	padding: 0px;

}



div, td {

	font-family: arial, tahoma, serif;

	font-size: 8pt;

	color: #555555;

	line-height: 140%;

}



td.menu {

	/*background-image: url(../images/menu2_bg.gif);*/ 

	background: url(../images/page/user_menu_bg.gif) top center no-repeat;

	padding: 2px 0px 2px 5px;

}



td.menu_item {

	font-size: 10px;

	font-weight: bold;
	
	/*background:url(../images/page/boxes_bottom_bg.gif) bottom left no-repeat;*/
	
	padding-left:15px;
	
	height:30px;

}



td.topbar1 {

	padding-bottom: 5px;

}



td.topbar2, td.topbar2_right {

	background: url(../images/page/topmenu_bg_L.gif) top left no-repeat;

	font-weight: bold; 

	font-size: 11px; 

	font-family: arial, verdana, serif; 

	padding: 10px 10px 8px 15px; 

	color: #FFFFFF;
	height:35px;


}

td.topbar2_right {

	background: url(../images/page/topmenu_bg_L.gif) top right no-repeat;

	font-weight: normal;

	padding: 10px 15px 8px 10px; 

	text-align: right;

}



table.content {

	width: 1000px;
	margin-top:10px;
}



td.content {

	vertical-align: top;

	text-align: left;

	padding: 0px;

}
td.norm {
	text-align:left;
	font-weight:normal;
}


td.page {

	border-top: none;

	padding: 10px 10px 10px 10px;
	
	background:url(../images/page/content_bg.gif) top left repeat-y;
	
	border-bottom:1ox solid #d1d1d1;

}



div.page_header {

	font-size: 11pt;

	font-family: arial, verdana, serif;

	font-weight: bold;

	color: #555555;

	margin-bottom: 0px;

}



div.header {

	padding: 5px 5px 5px 7px;

	font-size: 9pt;

	font-family: arial, serif;

	font-weight: bold;

	border: 1px solid #DDDDDD;

	background:#4f84ba;
	color:#FFF;

}



div.box {

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

	border-top: none;

	padding: 10px;

}



td.shadow {

	/*background-image: url(../images/shadow.gif); 

	background-repeat: repeat-x; */

	padding-bottom: 5px;

}



input.text {

	font-family: arial, verdana, serif;

	font-size: 9pt;

	color: #333333;
	

	vertical-align: middle;

	padding-left: 2px;

	height: 21px;

}



input.search {

	vertical-align: middle; 

	background-image: url(../images/search.gif); 

	background-repeat: no-repeat; 

	color: #555555; 

	font-size: 12pt; 

	padding-left: 23px; 

	font-weight: bold;

}



input.button {

	font-family: arial, verdana, serif;

	font-size: 8pt;

	padding: 3px;

	color: #333333;

	font-weight: bold;

	background: #EEEEEE;

	vertical-align: middle;

	border-top: 1px solid #CCCCCC;

	border-left: 1px solid #CCCCCC;

	border-bottom: 2px solid #777777;

	border-right: 2px solid #777777;

}



input.radio, input.checkbox {

	vertical-align: middle;

}



textarea {

	font-family: arial, verdana, serif;

	color: #333333;

	padding-left: 2px;

	font-size: 10pt;

}



select, select.small {

	color: #333333;

	font-family: arial, verdana serif;

	font-size: 9pt;

	vertical-align: middle;

	margin-top: 1px;

}

.icon {

	vertical-align: middle;

}

.icon_big {

	float: left;

	margin-right: 5px;

	margin-bottom: 5px;

}



img.photo {

	border: 1px solid #DDDDDD;

}



font.small {

	font-size: 7pt;

	font-family: arial, serif;

}



font.big {

	font-size: 9pt;

	font-family: verdana, arial, serif;

	font-weight: bold;

}



font.bold {

	font-weight: bold;

}



font.disabled {

	color: #AAAAAA;

}



form {

	margin: 0px;

}



div.center {

	text-align: center;

}



div.error {

	vertical-align: middle;

	color: #FF0000;

}



a { color: #336699; text-decoration: none; }

a:hover { color: #3399FF; text-decoration: underline; }


/*
a.menu_item:link { color: #336699; text-decoration: none; }

a.menu_item:visited { color: #336699; text-decoration: none; }

a.menu_item:hover { color: #3399FF; text-decoration: underline; }
*/
.menu_item {
	margin:0;
	padding:0;
}
a.menu_item {
	color:#999;
	text-transform:uppercase;
	border:1px solid #DDD;
	border-bottom:none;
	text-align:left;
	line-height:14px;
	height:14px;
	background:#f6f6f6 url(../images/page/menu_out.gif) 5px center no-repeat;
	padding:5px 15px;
	padding-left:30px;
}
a.menu_item:hover, .menu a.menu_item.active {
	color:#06C;
	text-decoration:none;
	background:#FFF url(../images/page/menu_over.gif) 5px center no-repeat;
}
td.topbar2 a {
	margin-right:12px;
	text-transform:uppercase;
	padding-bottom:7px;
}
td.topbar2_right a {
	padding-bottom:7px;
	margin-left:6px;
}
to.topbar2 a:hover {
	background:url(../images/page/arrow.gif) center bottom no-repeat;
}

a.top_menu_item:link { color: #FFFFFF; text-decoration: none; }

a.top_menu_item:visited { color: #FFFFFF; text-decoration: none; }

a.top_menu_item:hover, a.top_menu_item.active { color: #FFFFFF; background:url(../images/page/arrow.gif) bottom center no-repeat; }


label:hover { color: #3399FF; text-decoration: underline; }


.box_top {
	color:#FFF;
	background:url(../images/page/boxes_top_bg.gif) top left no-repeat;
	height:25px;
	line-height:25px;
	padding-left:20px;
	font-weight:bold;
}


table.tabs {
}
.tabs td {
	vertical-align:bottom;
}
.tabs a {
	color:#999;
	text-transform:uppercase;
	border:1px solid #DDD;
	border-bottom:none;
	border-top:3px solid #AAA;
	text-align:left;
	line-height:14px;
	height:14px;
	background:#f6f6f6 url(../images/page/menu_out.gif) 5px center no-repeat;
	padding:5px 8px;
	padding-left:25px;

}
.tabs a:hover, td.tab1 a {
	color:#06C;
	text-decoration:none;
	background:#FFF url(../images/page/menu_over.gif) 5px center no-repeat;
	border-top:3px solid #CCC;
}
td.tab1 a {
	font-weight:bold;
}

.tabs .tab3 a {
	font-size:10px;
	text-transform:lowercase;
}

td.tab {

	/*background: #FFFFFF;*/

	padding-left: 1px;

	border-bottom: 1px solid #CCCCCC;

}

td.tab0 {

	font-size: 1pt;

	padding-left: 7px;

	border-bottom: 1px solid #CCCCCC;

}

td.tab1 {

	/*border: 1px solid #CCCCCC;

	border-top: 3px solid #AAAAAA;

	border-bottom: none;

	font-weight: bold;

	padding: 6px 8px 6px 8px;*/
	

}


td.tab2, td.tab1 {

	/*background: #F8F8F8;

	border: 1px solid #CCCCCC;

	border-top: 3px solid #CCCCCC;

	font-weight: bold;

	padding: 6px 8px 6px 8px;*/
	padding-right:35px; /*bugfix FF */

}



* html td.tab2, * html td.tab1 {
	padding:0;
}

td.tab3 {

	/*background: #FFFFFF;*/

	border-bottom: 1px solid #CCCCCC;

	padding-right: 12px;

	width: 100%;

	text-align: right;

	vertical-align: middle;

}



table.list {

	width: 100%;

	border: 1px solid #DDDDDD;

	border-bottom: none;

}



td.list_header {

	background: #EEEEEE;
	background: #4F84BA;

	font-weight: bold;

	padding: 3px 5px 3px 7px;

	border-bottom: 1px solid #DDDDDD;

	vertical-align: middle;

}



tr.list_item1 {

	padding: 5px 7px 5px 7px;

	border-bottom: 1px solid #DDDDDD;

}



tr.list_item2 {

	padding: 5px 7px 5px 7px;

	background: #F5F5F5;

	border-bottom: 1px solid #DDDDDD;

}



td.form1 {

	padding: 12px 0px 5px 10px;

	font-weight: bold;

	text-align: right;

	vertical-align: top;

}

td.form2 {

	padding: 10px 0px 5px 10px;

}



div.form_desc {

	font-size: 8pt;

	padding-bottom: 5px;

}

div.form_error {

	margin-bottom: 10px;

	color: #FF0000;

}

div.success {

	line-height: 16pt;

}

td.button {

	text-align: left;

	border: 1px solid #DDDDDD;

	border-left: 5px solid #DDDDDD;

	background: #FFFFFF;

	padding: 7px 8px 7px 6px;

	font-weight: bold;

}

td.result {

	text-align: center;

	border: 1px dashed #CCCCCC;

	background: #FFFFFF;

	padding: 7px 8px 7px 7px;

}

td.error {

	color: #FF0000;

	text-align: center;

	background: #FFFFFF;

	padding: 7px 8px 7px 7px;

	background: #FFF3F3;

}



/* STYLES FOR POPUP TIPS */

#dhtmltooltip {

	text-align: left;

	position: absolute;

	left: -300px;

	visibility: hidden;

	z-index: 100;

	background: #FFFFFF;

	border: 1px solid #AAAAAA;

	padding: 10px;

	width: 300px;

}



#dhtmlpointer{

	position: absolute;

	left: 0px;

	z-index: 100;

	visibility: hidden;

}



/* STYLES FOR FRIEND SUGGEST FEATURE */

.suggest_item a {

	padding: 3px 3px 3px 5px; 

	background: #F7F7F7; 

	border-bottom: 1px solid #CCCCCC;

	width: 181;

	display: block;

}

.suggest_item a:hover {

	background: #003366;

	color: #FFFFFF;

}

#suggest {

	position: absolute; 

	background-color: #FFFFFF; 

	text-align: left; 

	border: 1px solid #AAAAAA;

	padding: 0px;

	display: none;

} 

a.suggest:link { color: #555555; text-decoration: none; }

a.suggest:visited { color: #555555; text-decoration: none; }

a.suggest:hover { color: #FFFFFF; text-decoration: none; }







/* LOGIN PAGE */

td.login_middle {

	vertical-align: middle;

	text-align: center;

	padding-bottom: 30px;

	font-weight: bold;

	font-size: 16pt;

}

td.login_right {

	vertical-align: middle;

	text-align: center;

	padding-bottom: 30px;

}

















/* PORTAL PAGE (HOME.PHP) */

td.portal_text {

	vertical-align: top; 

	padding: 10px 20px 10px 10px;

}

table.portal_table {

	border: 1px solid #BBBBBB;

}

div.portal_header {

	border: 1px solid #BBBBBB;

	padding: 5px 5px 5px 8px;

	font-weight: bold;

	background: #EEEEEE;
	background: #4F84BA;

}

div.portal_box {

	border: 1px solid #BBBBBB;

	border-top: none;

	padding: 10px;

	background: #FFFFFF;

}

table.portal_login {

	
	margin-bottom: 15px;

	width: 170px;


}
table.portal_login input {
	font-size:10px;
}
td.portal_login2 {

	padding: 10px;

	background: #FFFFFF url(../images/page/boxes_bottom_bg.gif) bottom left no-repeat; 
	
	height:170px;

}
.portal_header_L {
	background:url(../images/page/boxes_top_bg_L.gif) top left no-repeat;
	height:25px;
	line-height:25px;
	color:#FFF;
	font-weight:bold;
	padding-left:20px;
}
.portal_box_L {
	background:url(../images/page/boxes_bottom_bg_L.gif) bottom left no-repeat;
	padding-bottom:0px;
	height:170px;
}
td.portal_header {

	padding: 5px 5px 5px 8px;

	border-bottom: 1px solid #BBBBBB;

	font-weight: bold;
	
	color:#FFF;

	background: #EEEEEE;
	background: #4F84BA;

}

td.portal_member {
	padding: 7px 4px 7px 4px;
	text-align: center;
	width: 120px;
	vertical-align: top;
}
.portal_box_L td.portal_member img {
	border:3px solid #FFF;
}
.portal_box_L td.portal_member a:hover {
	text-decoration:none;
}
td.portal_box {

	padding: 10px;

	background: #FFFFFF;

}









/* USER HOME PAGE */

td.home_left {

	padding: 5px 10px 0px 0px;

	vertical-align: top;

	text-align: center;

}

td.home_middle {

	vertical-align: top;

	padding: 5px 10px 0px 0px;

}

td.home_right {

	vertical-align: top;

	padding-top: 5px;

}

td.home_stats {

	padding: 10px;

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

	text-align: center;

	vertical-align: middle;

}

td.home_notification {

	text-align: left;

	border: 1px solid #DDDDDD;

	background: #FFFFFF;

	padding: 7px 8px 7px 6px;

}

div.home_photo {

	border: 1px solid #DDDDDD;

	padding: 10px;

	background: #FFFFFF;

}

td.home_header {

	border: 1px solid #DDDDDD;

	padding: 5px 10px 5px 10px;

	background: #EEEEEE;
	background: #4F84BA;
	
	color:#FFF;

	font-weight: bold;

}

td.home_status {

	padding: 10px;

	border: 1px solid #DDDDDD;

}

td.home_news {

	border: 1px solid #DDDDDD;

	border-top: none;

	padding: 5px 10px 10px 10px;

	background: #FFFFFF;

}

table.home_button {

	margin-top: 10px;

	border-left: 4px solid #DDDDDD;

}

td.home_button0 {

	font-size: 1pt;

	padding-top: 8px;

}

td.home_button1 a, td.home_button2 a, td.home_button3 a, td.home_button4 a, td.home_button5 a, td.home_button6 a {

	padding: 10px 10px 10px 40px;

	border: 1px solid #DDDDDD;

	background-repeat: no-repeat;

	background-color: #FFFFFF;

	background-position: top left;

	display: block;

}

td.home_button1 a {

	margin-top: 0px;

	background-image: url(../images/home_bg_profile.gif);

}

td.home_button2 a {

	background-image: url(../images/home_bg_editprofile.gif);

}

td.home_button3 a {

	background-image: url(../images/home_bg_friends.gif);

}

td.home_button4 a {

	background-image: url(../images/home_bg_groups.gif);

}

td.home_button5 a {

	background-image: url(../images/home_bg_photos.gif);

}

td.home_button6 a {

	background-image: url(../images/home_bg_search.gif);

}

td.home_button1 a:hover {

	text-decoration: none;

	background-image: url(../images/home_bg_profile2.gif);

}

td.home_button2 a:hover {

	text-decoration: none;

	background-image: url(../images/home_bg_editprofile2.gif);

}

td.home_button3 a:hover {

	text-decoration: none;

	background-image: url(../images/home_bg_friends2.gif);

}

td.home_button4 a:hover {

	text-decoration: none;

	background-image: url(../images/home_bg_groups2.gif);

}

td.home_button5 a:hover {

	text-decoration: none;

	background-image: url(../images/home_bg_photos2.gif);

}

td.home_button6 a:hover {

	text-decoration: none;

	background-image: url(../images/home_bg_search2.gif);

}







/* VIEW PROFILE AND VIEW GROUP PAGES */

td.profile {

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

	padding: 5px 7px 5px 7px;

	margin-bottom: 12px;

}

td.profile_header {

	padding: 4px 5px 5px 6px;

	border: 1px solid #DDDDDD;

	border-bottom: none;

	font-weight: bold;

	background: #EEEEEE;
	background: #4F84BA;

	color: #FFF;

}

.profile_header div { 	color: #FFF; }
.profile_header a { color: #fff; }

td.profile_leftside {

	padding-top: 5px;

	vertical-align: top;

}

td.profile_rightside {

	padding-left: 10px;

	padding-top: 5px;

	width: 550px;

	vertical-align: top;

}

td.profile_friend {

	padding: 10px;

	text-align: center;

	font-weight: bold;

}

div.profile_image {

	float: left;

	padding: 5px;

	text-align: center;

	width: 111px;

}

div.profile_bar {

	padding: 0px;

	margin-top: 15px;

	margin-bottom: 10px;

}

td.profile_item1 {

	padding: 5px;

	text-align: center;

	vertical-align: top;

}

td.profile_item2 {

	padding: 5px 5px 5px 5px;

	vertical-align: top;

}

td.profile_comment_author {

	padding: 5px 7px 5px 7px;

	background: #F1F1F1;

}

td.profile_comment_body {

	padding: 5px 7px 5px 7px;

}

div.profile_blogentry {

	padding: 5px 2px 0px 2px;

	font-weight: bold;

}

div.profile_blogentry_date {

	padding-left: 25px;

	color: #666666;

	margin-bottom: 5px;

}

table.profile_menu {

	border: 1px solid #DDDDDD;

	border-left: 5px solid #DDDDDD;

	border-bottom: none;

	margin-top: 12px;

	margin-bottom: 12px;

}

td.profile_menu1 {

	padding: 5px 5px 5px 5px;

	border-bottom: 1px solid #DDDDDD;

}

td.profile_photo {

	vertical-align: middle; 

	text-align: center; 

	border: 1px solid #DDDDDD;

	padding: 10px;

	background: #FFFFFF;

}











/* BROWSE PAGE */

td.browse_field {

	padding: 5px;

}

div.browse_field_radio {

	padding: 0px 5px 0px 1px;

	margin-top: 1px;

}

div.browse_submit {

	padding: 10px 10px 5px 5px;

}

td.browse_fields {

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

	padding: 5px 7px 5px 7px;

	margin-bottom: 12px;

}

td.browse_header {

	padding: 5px 5px 3px 7px;

	font-size: 9pt;

	font-family: arial, serif;

	font-weight: bold;

	border: 1px solid #DDDDDD;

	border-bottom: none;

	background: #EEEEEE;
	background: #4F84BA;

}

td.browse_result {

	vertical-align: top;

	text-align: center;

	width: 150px;

	padding: 5px 5px 10px 5px;

	font-weight: bold;

}



/* SEARCH PAGE */

div.search {

	width: 475px;

	padding: 10px;

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

}

div.search_header {

	font-weight: bold;

	background: #F3F3F3;

	border: 1px solid #CCCCCC;

	padding: 5px 5px 5px 10px;

	font-size: 9pt;

}

div.search_results {

	background: #FFFFFF;

	padding: 10px;

	border: 1px solid #CCCCCC;

	border-top: none;

}

div.search_result {

	font-size: 9pt;

	font-family: verdana, arial, serif;

	font-weight: bold;

}

div.search_context {

	color: #555555;

}

div.search_url {

	color: #115599;

}



/* HELP PAGES */

div.faq {

	margin: 10px;

	padding: 5px 5px 5px 10px;

	border-left: 3px solid #DDDDDD;

}

div.faq_questions {

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

	border-top: none;

	padding: 5px 7px 5px 8px;

}





/* ALBUMS */

td.album_left {

	width: 100%;

	text-align: left;

}

td.album_right {

	text-align: right;

	vertical-align: bottom;

}

div.album_row {

	background: #FFFFFF;

	padding: 10px;

	border: 1px solid #DDDDDD;

	margin-top: 10px;

}

td.album_row1 {

	padding: 0px 10px 10px 10px;

	vertical-align: top;

}

td.album_row2 {

	text-align: right;

	vertical-align: top;

}

table.album_photooptions {

	margin-top: 10px;

}

input.album_uploadstatus {

	border: none; 

	background: none; 

	font-weight: bold;

	font-family: verdana, arial, serif;

	font-size: 8pt;

	color: #333333;

	padding: 3px;

	height: 22px;

	vertical-align: middle;

}

td.album_photo {

	padding: 7px;

	height: 150px;

	vertical-align: middle; 

	text-align: center; 

	border: 1px solid #CCCCCC;

}

div.album_thumb1 {

	margin: 5px;

	width: 150px; 

	height: 130px; 

	float: left;

}

div.album_thumb2 {

	padding: 7px; 

	border: 1px solid #DDDDDD; 

}

div.album_commentauthor {

	margin-bottom: 5px;

	background: #F1F1F1;

	padding: 5px 7px 5px 7px;

}

div.album_commentbody {

	padding: 0px 7px 0px 7px;

}

div.album_title {

	font-size: 12pt;

	font-weight: bold;

}

td.album_comment1 {

	vertical-align: top; 

	padding: 0px 5px 5px 0px;

}

div.album_comment2 {

	margin-bottom: 3px;

	padding-bottom: 2px;

	border-bottom: 1px solid #DDDDDD;

}

td.album_list1 {

	vertical-align: top;

	text-align: center;

}

td.album_list2 {

	padding: 0px 10px 10px 5px;

	vertical-align: top;

}

div.album_bar {

	border-bottom: 1px solid #DDDDDD;

	padding: 0px;

	margin-top: 10px;

	margin-bottom: 10px;

}

td.album_item1 {

	padding: 5px;

	text-align: center;

	vertical-align: top;

}

td.album_item2 {

	padding: 5px 5px 5px 5px;

	vertical-align: top;

}





/* BLOG */

div.blog_search {

	width: 475px;

	padding: 10px;

	background: #FFFFFF;

	border: 1px solid #CCCCCC;

	font-weight: bold;

}

table.blog_table {

	border: 1px solid #AAAAAA;

}

td.blog_header {

	background: #DFECF8;

	font-weight: bold;

	padding: 5px;	

}

td.blog_entry {

	background: #FFFFFF;

	border-top: 1px solid #DDDDDD;

	padding: 5px;

	vertical-align: middle;

}

div.blog_title {

	padding: 5px 5px 0px 0px;

	font-weight: bold;

	font-size: 11pt;

}

div.blog_date, div.blog_category {

	padding: 0px 5px 0px 0px;

	font-size: 8pt;

	font-family: tahoma, verdana, arial, serif;

}

div.blog_body {

	padding: 7px 5px 0px 0px;

}

div.blog_commentauthor {

	margin-bottom: 5px;

	background: #F1F1F1;

	padding: 5px 7px 5px 7px;

}

div.blog_commentbody {

	padding: 0px 7px 0px 7px;

}

div.blog_bar {

	border-bottom: 1px solid #DDDDDD;

	padding: 0px;

	margin-top: 10px;

	margin-bottom: 10px;

}

td.blog_item1 {

	padding: 5px;

	text-align: center;

	vertical-align: top;

}

td.blog_item2 {

	padding: 5px 5px 5px 5px;

	vertical-align: top;

}

td.blog_options {

	padding: 5px 5px 5px 5px; 

	font-weight: bold; 



}

div.blog_settings {

	padding: 10px;

	border: 1px dashed #CCCCCC;

	background: #FFFFFF;

}













/* GROUPS */

td.group_left {

	width: 100%;

	text-align: left;

	vertical-align: middle;

}

td.group_right {

	width: 0%;

	text-align: right;

	vertical-align: bottom;

}

div.group_row {

	background: #FFFFFF;

	padding: 10px;

	border: 1px solid #DDDDDD;

	margin-top: 10px;

}

td.group_row1 {

	padding: 0px 10px 10px 10px;

	vertical-align: top;

}

td.group_row2 {

	text-align: right;

	vertical-align: top;

}

td.group_cat {

	padding: 5px 35px 5px 0px;

}

div.group_list {

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

	border-top: 0px;

	padding: 5px 7px 5px 7px;

}

div.group_bar {

	border-bottom: 1px solid #DDDDDD;

	padding: 0px;

	margin-top: 10px;

	margin-bottom: 10px;

}

td.group_item1 {

	padding: 5px;

	text-align: center;

	vertical-align: top;

}

td.group_item2 {

	padding: 5px 5px 5px 5px;

	vertical-align: top;

}





/* MESSAGES */

table.messages_table {

	border: 1px solid #AAAAAA;

}

td.messages_header {

	padding: 7px 7px 4px 7px;

	font-weight: bold;

	background: #DFECF8;

}

td.messages_left {

	width: 100%;

	text-align: left;

	vertical-align: middle;

}

td.messages_right {

	text-align: right;

	vertical-align: middle;

}

tr.messages_unread {

	background: #F5F5F5;

	font-weight: bold;

}

tr.messages_read {

	background: #FFFFFF;

}

td.messages_message {

	border-top: 1px solid #CCCCCC;

	padding: 7px;

	vertical-align: top;

}

div.messages_view1 {

	padding: 5px 5px 3px 7px;

	font-family: arial, serif;

	font-weight: bold;

	border: 1px solid #DDDDDD;

	border-bottom: none;

	background: #EEEEEE;
	background: #4F84BA;

}

div.messages_view2 {

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

	padding: 5px 7px 5px 7px;

	margin-bottom: 12px;

}

td.messages_view1 {

	vertical-align: top;

}

td.messages_view2 {

	vertical-align: top; 

	padding: 0px 0px 0px 10px;

}

div.messages_author {

	padding-bottom: 10px;

	font-weight: bold;

	text-align: center;

}

div.messages_convo {

	border-bottom: 3px solid #DDDDDD;

	background: #F5F5F5;

	padding: 5px 5px 5px 7px;

	font-weight: bold;

	margin-bottom: 10px;

}







/* EVENTS */

div.event_row {

	background: #FFFFFF;

	padding: 10px;

	border: 1px solid #DDDDDD;

	margin-top: 10px;

}

td.event_row1 {

	padding: 0px 10px 10px 10px;

	vertical-align: top;

}

td.event_row2 {

	text-align: right;

	vertical-align: top;

}





/* MY FRIENDS */

div.friends_search {

	width: 450px;

	padding: 10px;

	background: #FFFFFF;

	border: 1px solid #DDDDDD;

}

td.friends_sort {

	padding-top: 5px;

}

div.friends_result {

	padding: 5px;

	border: 1px solid #DDDDDD;

	margin-top: 10px;

	background: #FFFFFF;

}

td.friends_result0 {

	padding: 5px;

}

td.friends_result1 {

	vertical-align: top;

	padding: 5px;

}

td.friends_result2 {

	padding: 5px;

	vertical-align: top;

	text-align: right;

}





/* BROWSE FRIENDS */

td.browse_friends_sort {

	padding-top: 5px;

}

div.browse_friends_result {

	padding: 5px;

	border: 1px solid #DDDDDD;

	margin-top: 10px;

	background: #FFFFFF;

}

td.browse_friends_result0 {

	padding: 5px;

}

td.browse_friends_result1 {

	padding: 5px;

}

td.browse_friends_result2 {

	padding: 5px;

	text-align: right;

}





/* BROWSE GROUP MEMBERS */

div.group_member {

	padding: 5px;

	border: 1px solid #DDDDDD;

	margin-top: 10px;

	background: #FFFFFF;

}

td.group_member0 {

	padding: 5px;

}

td.group_member1 {

	vertical-align: top;

	padding: 5px;

}

td.group_member2 {

	padding: 5px;

	vertical-align: top;

	text-align: right;

}





/* EDIT PROFILE */

td.editprofile_photoleft {

	padding-right: 10px;

}

td.editprofile_photoright {

	vertical-align: top;

}

td.editprofile_photo {

	height: 150px;

	vertical-align: middle; 

	text-align: center; 

	border: 1px solid #CCCCCC;

	background: #FFFFFF;

	padding: 10px;

}

table.editprofile_options {

	margin-left: 10px;

}

div.editprofile_bar {

	border-bottom: 1px solid #DDDDDD;

	padding: 0px;

	margin-top: 10px;

	margin-bottom: 10px;

}

td.editprofile_item1 {

	padding: 5px;

	text-align: center;

	vertical-align: top;

}

td.editprofile_item2 {

	padding: 5px 5px 5px 5px;

	vertical-align: top;

}





/* EDIT ACCOUNT SETTINGS */

td.account1 {

	padding: 5px 5px 5px 7px;

	font-weight: bold;

	border: 1px solid #CCCCCC;

	background: #EEEEEE;

}

td.account2 {

	padding: 7px 5px 5px 5px;

	border: 1px solid #CCCCCC;

	border-top: none;

}







/* SIGNUP PAGE */

img.signup_code {

	border: 1px solid #CCCCCC;

	margin-top: 4px;

}

div.signup_header {
	padding-left:7px;
	background:url(../images/page/sign_in_top.gif) top left repeat-x;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
	height:18px;
	line-height:18px;
	color:#FFF;
	width:498px;

}
div.sign_up_box {
	width:500px;
	border:1px solid #D1d1d1;
	background:#FFF;
}
div.signup_photo_desc {

	padding: 5px 5px 5px 0px;

}

td.signup_photo {

	padding: 10px; 

	background: #FFFFFF; 

	border: 1px solid #CCCCCC;

}
.skybanner {
	padding:1px;
	background:#FFF;
	border:1px solid #D1D1D1;
}
.homeContent {
	border:1px solid #bfcadf;
	border-left:none;
}
.new_members_info {
	text-align:left;
	margin-bottom:2px;
}
.new_members_info a {
	color:#555;
	font-size:10px;
	line-height:14px;
}
.new_members_info a:hover {
	color:#333;
}
.new_members_img {
	padding:7px 0;
	background:#d8e7ee;
	border:1px solid #D1D1D1;
	text-align:center;
}
.new_members_img.woman {
	background:#eed8d8;
}
.top_menu_item2 {
	color:#ec5b0e;
	color:#555;
	text-decoration:none;
	padding:0 4px;
}
.top_menu_item2:hover {
	color:#eb580a;
	text-decoration:none;
}
.footer {
	padding-top:7px;
	text-align:right;
	width:1000px;
	margin:0 auto;
}
.footer a {
	color:#000;
	text-decoration:none;
}
.footer a:hover {
	color:#000;
	text-decoration:undeline;
}
.credits {
	font-size:10px;
	text-align:center;
}
.credits a {
	color:#000;
}
.tour_img, .sponsor_img {
	float:left;
}
.sponsor_img {
	float:left;
}
.tour_liste {
	padding-left:135px;
}
.tour .group_row {
	overflow:hidden;
}
.sponsor_liste {
	padding-left:170px;
}
/**html .tour_liste {
	padding-left:15px;
	width:600px;
}*/
div.group_row {
	padding-bottom:15px;
	width:600px;
}
.tour a, .page a , .homeContent a{
	text-decoration:underline;
}

.invite td {
	line-height:15px;
}
.invite a {
	text-decoration:none;
}
