﻿
/* This is the background image */

	
/* This is the transparent box */
#transbox {
	width: 100%;
	background-color: #fff;
    z-index: 1;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE 	
#transbox div {
	padding: 20px;
	font-weight: bold;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
*/

#floating_div
{
	width: 100%;
	height: 100%;
    position: absolute;
    z-index: 10000;
    visibility: hidden;
    display: block;
    
    border-style: none;
	background-color: none;
    border-width: 4;
    left: 0px;
    top: 0px;
}
    
#image_bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -10;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

P.photo_title
{
    margin-bottom:2pt;
    margin-top:2pt;
    margin-left:5pt;
    margin-right:0pt;
    FONT-SIZE: 16pt;
    COLOR: white;
    font-weight:bold;
    text-align:left;
}

P.header_gallery_name
{
    margin-bottom:6pt;
    margin-top:6pt;
    margin-left:6pt;
    margin-right:0pt;
    FONT-SIZE: 20pt;
    COLOR: white;
    font-weight:bold;
    text-align:left;
}


P.photo_footer
{
    margin-bottom:0pt;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    FONT-SIZE: 11pt;
    COLOR: white;
    font-weight:bold;
    text-align: center;
    vertical-align:middle;
}

p.footer_divider
{
    margin-bottom:0pt;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    FONT-SIZE: 18pt;
    COLOR: Silver;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
}

span.header_divider
{
    margin-bottom:0pt;
    margin-top:0pt;
    margin-left:0pt;
    margin-right:0pt;
    FONT-SIZE: 18pt;
    COLOR: black;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
}

P.list_gallery_name
{
    margin-bottom:6pt;
    margin-top:6pt;
    margin-left:6pt;
    margin-right:0pt;
    FONT-SIZE: 11pt;
    COLOR: black;
    font-weight:bold;
    text-align:left;
}

P.list_gallery_details
{
    margin-bottom:2pt;
    margin-top:2pt;
    margin-left:6pt;
    margin-right:6pt;
    font-size: 8pt;
    COLOR: #666666;
    font-weight: normal;
}


P.edit_details
{
    margin-bottom:2pt;
    margin-top:2pt;
    margin-left:6pt;
    margin-right:6pt;
    font-size: 8pt;
    COLOR: #666666;
    font-weight: normal;
}


div#gallery TD.menu 
{
    
	border: 0px solid #cccccc;
	border-width:  0px 0px 0px 1px;
    
}

div#gallery ul.tabs {
	display: block;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	text-transform: none;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, sans-serif;
	font-size:10pt;
	font-weight:bold;
	}
		
div#gallery ul.tabs li {
	margin: 0px;
	display: block;
	float: left;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 0px;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 6000;
	background-image: none;
	width:100px;
	}
		
div#gallery ul.tabs li.selected {
	background-color: white;
	border-bottom: none;
	z-index: 9999;
	padding: 4px 7px 4px 7px;
	width:120px;
	}
	
div#gallery ul.tabs li.blank_tab 
{
	background-color: #ffffff;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 4px 7px 4px  7px;
	white-space: normal;
	width: 100px;
	}
	
div#gallery ul.tabs li.filler 
{
	background-color: #ffffff;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 4px 7px 4px  7px;
	white-space: normal;
	width: 302px;
	}