body 
{
	background-color: #000000;
   font-size: 13px;
	color: #FFD3A8;
	font-family: "Tahoma";
}

.table_background_empty
{
	background-image: url(../images/background_empty.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.text:link 
{
	font-family: "Times New Roman";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCA986;
}

.gallery_thumbnail 
{
	border: 3px solid #FFFFFF;
}

.gallery_folder 
{
	border: 3px solid #FFFFFF;	
}

.menu-style2
{
	text-decoration: none;
	color: orange;
}

.menu-style2:hover
{
	text-decoration: none;
	color: #FFDFC1; 
}

.menu-style 
{
	text-decoration: none;
	/*
	color: #e8c198;
	*/
	color: #f9ca9f;
}

.menu-style:hover 
{
	text-decoration: none;
	color: #FFDFC1; 
}

a:link 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}
a:active 
{
	text-decoration: none;
}
.gallery_thumbnail2 
{
	border: 3px solid #FFFFFF;
}

.border
{
	border: 1px solid Black;
}

.login-msg-back
{
	background-color: White;
	height: 18px;
	opacity: 0.30;
}

.login-msg
{
	color: #8E0000;
	font-weight: bolder;
   font-size: 13px;
}

#waiting_background
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	background-color: #000;
}

#waiting_box
{
	position: absolute;
	top: 30%;
	left: 35%;
	width: 350px;
	height: 64px;
	z-index: 100; 	
	/*
	border: 2px solid #888888;			
	*/
	background-color: #000;
	background-image: url(../images/waiting_box_background.jpg);
	background-position: center;
	background-repeat: no-repeat;	
}

#upload_box
{
	position: absolute;
	top: 30%;
	left: 35%;
	width: 350px;
	height: 165px;
	z-index: 100;
	/*
	border: 2px solid #888888;
	*/
	background-color: #000;
	background-image: url(../images/upload_box_background.jpg);
	background-position: center;
	background-repeat: no-repeat;	
}

.button-text
{
	font-size: 9px;
   font-weight: normal;
	text-decoration: none;
	color: #e8c198;	
}

.button-text:hover 
{
	text-decoration: none;
	color: #FFDFC1; 
}


.contact_text
{
	font-size: 16px;
	
}

.contact_text:a
{
	color: #fff;	
}