/*
	GENERAL COMPONENTS
*/
body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}

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

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

h1{
	font-size:20px;
	color:#666666;
	font-weight:normal;
	text-transform:lowercase;
}

img{
	border:none;
}


input{
	border:1px solid #999999;
	color:#999999;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 3px 4px 0px 4px;
}

textarea{
	border:1px solid #999999;
	color:#999999;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	padding: 3px 4px 3px 4px;
}

select{
	border:1px solid #999999;
	color:#333333;
	font-family: Tahoma, Verdana, Arial;
	font-size:10px;
}

/*
	GENERAL CLASSES
*/

.title_category{
	color:#000000;
	font-weight:bold;
}

	.title_category a{
		display:block;
		color:#000000;
		text-decoration:none;
	}
	
	title_category a:hover{
		color:#000000;
		text-decoration:none;
	}

/*
	OBJECTS
*/

#page{
	width: 812px;
	background-image: url(../images/all/background_shadow.jpg);
	background-repeat:repeat-y;
	background-position: left top;
}

	.bottom_info{
		width: 812px;
		background-color:#FFFFFF;
		background-image: url(../images/all/background_bottom.gif);
		background-repeat:no-repeat;
		background-position: left top;
	}
	
		.bottom_info tr td{
			padding-left:10px;
			padding-top:2px;
			color:#999999;
			font-size:10px;
		}

#page_interior{
	width: 812px;
	background-image: url(../images/all/img_top.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}


#frame {
	margin-left:1px;
	width: 780px;
	border-bottom:#E5E5E5 1px solid;
	background-image: url(../images/all/background_flowers.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}

	.menu_top{
		width:283px;
		height:21px;
		padding-top:4px;
		position:relative;
		top:0px;
		left:517px;
		text-align:center;
		text-transform:lowercase;
	}
	
		.menu_top a{
			color:#666666;
			padding:0px 11px 0px 11px;
		}
		
		.menu_top a:hover{
			color:#000000;
		}
		
#contents{
	width:780px;
}

	.menu_left{
		width:134px;
		background-image: url(../images/all/background_menu_left.gif);
		background-repeat:repeat-y;
	}
	
		.menu_left_contents{
			width:115px;
			padding:0px 9px 0px 10px;
		}
		
			.list_menu_left{
				list-style: none;
				border-bottom:1px #CCCCCC solid;
				margin: 8px 0px 12px 0px;
				padding: 0px 0px 8px 0px;
			}
				
					.list_menu_left li a{
						background-repeat:no-repeat;
						background-position:left middle;
						padding-left:22px;
						height:20px;
						display:block;	
					}
	
	.menu_right{
		padding-top:75px;
	}
	
		.menu_right_border{
			border-left:1px solid #CCCCCC;
			padding: 0px 6px 0px 6px;
			margin: 0px 0px 0px 13px;
		}
		
			.menu_right_title{
				height:18px;
				padding: 4px 0px 0px 10px;
				margin-top: 10px;
				background-color:#F2F2F2;
				color:#666666;
				font-weight:bold;
			}
	
			.menu_right_list{
				list-style: none;
				margin:0;
				padding:0;
			}
			
				.menu_right_list li a{
					background-repeat:no-repeat;
					background-position:left middle;
					padding-left:22px;
					padding-top:2px;
					margin-top: 3px;
					height: 23px;
					display:block;
					border-bottom:1px solid #E6E6E6;	
				}
	
	.contents{
		padding:0px 0px 0px 20px;
	}
	
		.textpage .style1{
			font-size:10px;
		}
		
		.contents_table{
			width:100%;
			margin-top:15px;
			padding-bottom:20px;
		}
	
			.contents_text{
				width:460px;
				line-height:1.5em;
			}
			
				.contents_text iframe{
					padding: 4px;
					border:1px solid #E6E6E6;
				}
				
				.contents_text .textpage a{
					color:#8C0702;
				}
				
				.contents_text .textpage img{
					padding:4px;
					border:solid 1px #CCCCCC;
				}
				
				
				.contents_text .textpage img.no_border{
					border:none;
					padding:none;
				}
		
		.contents_apps{
			width:100%;
			margin-top:15px;
		}
		
		

/*
	APPS
*/

.table_application{
	width:100%;
	/*background-color:#FFFFFF;*/
	padding-bottom:25px;
}

	.table_app_title{
		background-color:#CCCCCC;
		height:22px;
	}
	
	.table_app_info{
		background-color:#EDEDED;
		height:18px;
		color: #999999;
	}
	
		.table_app_info_links{
			text-align:right;
			padding-right:4px;
		}
	
	.table_app_cont{
		padding:0px 4px 0px 4px;
	}
	
		.messageRequest{
			width:418px;
			padding: 8px 15px 10px 15px;
			border:1px solid #8C0702;
			background-color:#FBF7C9;
			font-weight:bold;
		}
		
		.table_app_see_all_btm{
			width:100%;
			text-align:right;
			padding: 5px 0px 15px 0px;
			border-top:1px solid #CCCCCC;
		
		}
		

.posts_date_title{
	color:#777777;
	font-size:10px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:4px;
}

.posts_list{
	list-style: none;
	border-top:1px #CCCCCC solid;
	margin: 0;
	padding: 0;
}

	.posts_list li{
		border-bottom:1px #E6E6E6 solid;
	}
	
		.posts_list li span{
			color:#999999;
			font-size:10px;
		}
		
		.posts_list li .desc_link{
			color:#666666;
			padding-left:25px;
			display:block;
		}
		
		.posts_list li a{
			display:block;
			color:#333333;
			text-decoration:none;
			height:19px;
			padding-top:4px;
		}
		
		.posts_list li a:hover{
			color:#000000;
			text-decoration:none;
			background-color:#000000;
			color:#FFFFFF;
		}
	
	.picture_app{
		text-align:center;
		margin-top:3px;
		margin-bottom:3px;
	}
	
		.picture_app a{
			border:1px solid #CCCCCC;
			padding: 4px;
			margin: 3px;
			display:block;
			background:#FFFFFF;
		}
		
		.picture_app a:hover{
			border:1px solid #8C0702;
		}
	
	.album_title{
		padding-top:10px;
		font-size:12px;
		display:block;
		font-weight:bold;
	}
	
	.album_info{
		display:block;
		font-size:10px;
		color:#999999;
		padding-left:15px;
		padding-bottom:5px;
		border-bottom:1px solid #CCCCCC;
		margin-bottom:10px;
	}
	
	.album_desc{
		display:block;
		padding-bottom:10px;
	}
	
	.album_goback a{
		display:block;
		text-align:right;
		padding-top:0px;
		margin-top:5px;
		padding-right: 16px;
		font-weight:bold;
		color:#8C0702;
		background-image:url(../images/icons/goback.png);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	.picalbum_info{
		display:block;
		font-size:10px;
		color:#999999;
	}
	
	.picalbum_title{
		display:block;
		font-size:10px;
		font-weight:bold;
	}
	
	.picalbum_date{
		display:block;
		font-size:10px;
	}
	
	

.post_user{
	border-top:1px solid #CCCCCC;
	margin-top: 6px;
	width:100%;
}

	.post_info{
		height:34px;
		background-color:#F6F6F6;
		background-image: url(../images/apps/app_post_info_background.gif);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	.post_add{
		width:100%;
		background-color:#F6F6F6;
	}
	
		.post_add_info{
			height:28px;
		}
		
			.input_name{
				height:18px;
				width:208px;
			}
			
			.input_lastname{
				height:18px;
				width:208px;
			}
			
			.input_date{
				height:18px;
				width:186px;
				/*color:#333333;*/
			}
			
			.input_email{
				height:18px;
				width:208px;
			}
			
			.textarea_comment{
				height:42px;
				width:438px;
			}
			
			.input_email_g{
				height:18px;
				width:438px;
			}
			
			.select_country{
				color:#333333;
				height:18px;
			}
			
			.select_relation{
				color:#333333;
				height:18px;
				width:170px;
			}
			
		.post_add tr td a{
			font-weight:bold;
			color:#FFFFFF;
			background-color:#8C0702;
			border-top:1px solid #FC2F29;
			border-left:1px solid #FC2F29;
			border-bottom:1px solid #000000;
			border-right:1px solid #000000;
			padding:3px 10px 3px 10px;
		}
	
	.padd{
		padding:0px 10px 0px 10px;
	}

	.name_user_post{
		font-weight:bold;
	}
	
	.date_post{
		color:#666666;
		font-size:10px;
	}
	
	.post_text{
		border-top:1px solid #E6E6E6;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.post_links{
		font-size:10px;
		padding-bottom:8px;
	}

.file{
	width:350px;
}

	.file_imgdiv{
		width:35px;
		float:left;
		padding-top:4px;
	}
	
	.file_infodiv{
		height:38px;
		padding-top:6px;
	}


	.file img.file_img{
		border:none;
	}
	
	.file_title{
		font-weight:bold;
		color:#333333;
	}
	
	.file_info{
		font-size:10px;
	}
	
	
	.file a{
		display:block;
		border:1px solid #CCCCCC;
		background:#f0f0f0;
		text-decoration:none;
		color:#333333;
		margin:8px 0px 8px 0px;
	}
	
	.file a:hover{
		display:block;
		border:1px solid #8C0702;
		background:#f0f0f0;
		text-decoration:none;
	}	

.index_languagestitle{
	font-size:12px;
	color:#000000;
}

.index_languages{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.index_languages a:hover{
	color:#8C0702;
	text-decoration:none;
}

	
/* LIGHTBOX EXTENSION */

.txt_lightbox{
	font-weight:normal;
}

.info_lightbox{
	font-weight:normal;
}

.views_lightbox{
	font-weight:normal;
	color:#999999;
}

#modal_container {  
     padding:10px;
	 padding-top:4px;  
     background-color:#fff;  
     border:1px solid #666;  
     overflow:auto;  
     text-align:left;  
 } 
 
 	#modal_container h2{
		font-size:15px;
		color:#666666;
		display:block;
		border-bottom:1px solid #CCCCCC;
		padding-bottom:10px;
	}
	
	#modal_container .span_small{
		display:block;
		padding-top:20px;
		font-size:10px;
		color: #999999;
	}
	
	#modal_container a{
		color:#8C0702;
	}
	
	#modal_container h1{
		display:block;
		text-align:right;
		font-size:11px;
		background-image:url(../images/icons/close_del.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:18px;
	}
  
 #modal_overlay {  
     background-color:#000;  
 }
 
 .video_title{
 	font-weight:bold;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
 }
 
 .video_info{
 	padding-top:10px;
	text-align:right;
 }
 
 .video_views{
 	color:#666666;
	text-align:right;
 }
 
 .video_desc{
 	padding-top:10px;
 }