/* Start of CMSMS style sheet 'carribean' */
html{    font-size: 100%;margin: 0;padding: 0;}

body
{
	margin: 0;
	padding: 0;
	background-color: #5C5D58;
}

#wrapper{
    background: url(images/background.gif) repeat-y 50% 0;
    margin: 0 auto;
    margin-top: 0;
    padding: 0;
    width: 800px;
}

#header{
    background: #FE7701;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;   /* RK: changed 110px to 10px */;
	height: 130px;  /*RK: 230px; */
	margin: 0;
	padding: 0;
}

#menu_horiz{
    background: #FE7701;
    height: 2em;
    margin: 0;
    padding: 0;
    width: auto;
}

#menu_horiz ul{
    display: inline;
    float: left;
    list-style-type: none;
    height: 2em;
    margin: 0;
    padding: 0;
}

#menu_horiz ul li{
    display: inline;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
}

#menu_horiz ul a{
    background: #FE7701;
    color: #222;
    display: block;
    float: left;
    font: normal .75em/2.7em Arial, Helvetica, Verdana, sans-serif;
	list-style-type: none;
    height: auto;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
}

#menu_horiz ul a:hover{
    background: #FFBB7F;
}

#menu_horiz ul li.currentpage h3{
    background: #f0f0f0;
    display: block;
    float: left;
    font: normal .75em/2.7em Arial, Helvetica, Verdana, sans-serif;
    height: auto;
    margin: 0;
    padding: 0 8px;
    }

#menu_horiz ul li.activeparent, #menu_horiz ul .activeparent a{background: #f0f0f0;}

body#start #menu_horiz li#one a,
body#sale #menu_horiz li#three a{background: #f0f0f0;}

#menu_vert{
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}

#menu_vert ul{
   	list-style-type: none;
   	margin: 30px 0 0 0;
    padding: 0;
    width: auto;
}

#menu_vert ul a{
	background: #eee;
	border: 1px solid #fff;
	border-right: none;
	border-left: none;
	display: block;
	font: normal .8em/1.8em Arial, Helvetica, Verdana, sans-serif;
	height: auto;
	list-style-type: none;
	margin: -1px 0 0 0;
	padding: 0;
	text-indent: 15px;
}

#menu_vert ul a:hover{
    background: #ddd;
    text-decoration: none;
}

#menu_vert ul li.currentpage h3{
    background: #fff;
    color: #000000;
    font: bold .8em/1.8em Arial, Helvetica, Verdana, sans-serif;
	height: auto;
	margin: -1px 0 0 0;
	padding: 0;
	text-indent: 15px;
}

#menu_vert ul li.currentpage ul, #menu_vert ul li.currentpage ul li{
    background: #fff;
    margin: 0;
	padding: 0;
}

#menu_vert ul li.currentpage ul li a{background: #fff; padding: 0 0 0 10px;}

#menu_vert ul li.activeparent a, #menu_vert ul li.activeparent a.activeparent{background: #fff;}

#menu_vert ul li.activeparent ul, #menu_vert ul li.activeparent ul, #menu_vert ul li.activeparent ul li.currentpage, #menu_vert ul li.activeparent ul li.currentpage h3{
    background: #fff;
	margin: 0;
	padding: 0;
}

#menu_vert ul li.currentpage ul li a{
   background-image: url(images/cms/pfeil.gif); 
   background-position: 10px center; 
   background-repeat: no-repeat; 
}

#menu_vert ul li.activeparent ul li.currentpage h3{
   background-image: url(images/cms/currentpfeil.gif); 
   background-position: 10px center; 
   background-repeat: no-repeat; 
}

#menu_vert ul li.activeparent ul li a{
   background-image: url(images/cms/pfeil.gif); 
   background-position: center left; 
   background-repeat: no-repeat; 
}

#menu_vert ul li.activeparent ul li, #menu_vert ul li.activeparent ul li.currentpage h3{padding-left: 10px;}

li.sectionheader{
    color: #FE7701;
    font: bold .8em/1.8em Arial, Helvetica, Verdana, sans-serif;
	height: auto;
	margin: -1px 0 0 0;
	padding: 0;
	text-indent: 15px;
    }
/*--------------> breadcrumbs <-------------*/

#breadcrumbs{
    font: normal .8em/1.8em Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 0 190px;
    padding: 0;}

#breadcrumbs a{color: #FE7701;}

#breadcrumbs strong{color: #333;}

/*------------>search<----------*/
#search{
    float: right;
    margin: 8px 5px 0 0;
    padding: 0;
}

#search form{
    margin: 0;
    padding: 0;
}

#search input{
    border: 1px solid #333;
    font: normal .7em/.5em Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 0 5px;
    height: auto;
    width: auto;
}
/*------------>content stuff<------------*/
#outer{
/*    clear: both;  RK */
    min-height: 300px;
    width: 800px;
    background: #f0f0f0;  /*RK: added*/
}

#content{
    background: #fff;
    float: right;
    font-size: .85em;
    margin: 0;
    padding: 0;
    width: 620px;
}

/*only sitemap*/
ol{
    line-height: 1.5em;
    /*list-style: none;*/
    font: normal .9em/1.3em Arial, Helvetica, Verdana, sans-serif;;
    margin: 0 0 10px 20px;
    padding: 0;
}

ol li{
    list-style: none;
    margin: 10px 0 0 10px;
    padding: 0;
}

ol li ul{margin: 0;}

ol li a, ol li a ol li a{
    margin: 0 0 0 20px;
    padding: 0;
}

#content ul{
    color: #666;
    font: normal 0.9em/1.8em Arial, Helvetica, Verdana, sans-serif;
    margin: 20px 20px 0 25px;
    padding: 0;
}

#content ul li{
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	list-style-image: url(images/ul-dot.gif);
	list-style-position: default;
}

body#gallery #content ul{
    margin: 0;
}

body#gallery #content ul li{
    line-height: 1em;
    list-style: none;
    padding: 0;
    }

#contentgallery{
    background: #fff;
    float: right;
    margin: 30px 0 0 10px;
    padding: 0;
    width: 170px;
}

#clearfooter{
    background: #fff;
/*    clear: both;   RK */
    float: right;
    height: 50px;
    margin: 0;
    width: 620px;
}

#footer{
    background: #FE7701;
    clear: both;
    height: 150px; 
    margin: 0;
    padding: 0;
}

#footer ul{
    display: inline;
    float: right;
    list-style-type: none;
    height: 2em;
    margin: 0;
    padding: 0;
}

#footer ul li{
    display: inline;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
}

#footer ul a{
    background: #FE7701;
    color: #222;
    display: block;
    float: left;
    font: normal .8em/2.5em Arial, Helvetica, Verdana, sans-serif;
	list-style-type: none;
    height: auto;
    margin: 0;
    padding: 0 8px;
    text-decoration: none;
}

#footer ul li.currentpage h3{
    background: #fff;
    display: block;
    float: left;
    font: normal .8em/2.5em Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0 8px;}

#footer ul a:hover{
    background: #FFBB7F; padding: 0 8px;
}

#footer ul li.activeparent, #footer ul li a.activeparent{background: #fff;}

/*---------->links stuff<----------*/
a{color: #333;font-weight: bold;text-decoration: none;}
a:link{text-decoration: none;}
a:hover{text-decoration: underline;}
a:visited{}


#footer a{}
/*---------->typo<----------*/

h1, h2{
    border-bottom: 1px solid #999;
    color: #FE7701;
    font: bold 1.3em/1em Arial, Helvetica, Verdana, sans-serif;
    margin: 0 10px 30px 10px;
    padding: 20px 0 20px 20px; 
}

h3{color: #FE7701;font: bold 1.2em/1em Arial, Helvetica, Verdana, sans-serif;margin: 10px 10px 10px 20px;}
h4{color: #FE7701;font: bold 1.1em/1em Courier;margin: 10px 10px 10px 20px;}

p{
    color: #666;
    font: normal 0.9em/1.8em Arial, Helvetica, Verdana, sans-serif;
    margin: 0 20px 0 10px;
}

#content p{text-align: justify;}

strong, b{color: #FE7701;font-weight: bold;}

/*---------->class stuff<----------*/
.floatright{float: right;}
.floatleft{float: left;}

.margintop10{margin-top: 10px;}
.marginright10{margin-right: 10px;}
.marginleft5{margin-left: 5px;}
.marginleft10{margin-left: 10px;}
.marginleft20{margin-left: 20px;}
.marginbottom20{margin-bottom: 20px;}
.marginbottom30{margin-bottom: 30px;}

.ularrow{
	background-image: url(images/ul-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
}

/*---------->image stuff<----------*/
img{border: none;margin: 0;}
#content img{border: 1px solid #666; margin: 5px 10px 0 20px;}
#contentgallery img{margin: 0 0 10px 10px;}
#header img{margin-top: 23px;}

/*------------------------->table stuff*/
/*table{
    color: #666;
    font: normal 1em/1.4em Arial, Helvetica, Verdana, sans-serif;
    margin: 0 0 0 20px;
    width: 550px;
}

tr{
    margin: 0;
    padding: 0;
}

tr.text{
    background: #eee;
    border-bottom: 1px solid #fff;
    margin: 0 0 1px 0;
    padding: 0;
    }
td{
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 3px;
}*/

/*----------------->news*/
.NewsSummary{
    color: #666;
    margin: 0 0 25px 10px;
    padding: 0;
}

.NewsSummaryPostdate, .NewsSummaryMorelink a{font: bold .8em/1em Arial, Helvetica, Verdana, sans-serif;}

.NewsSummaryLink{
    font: bold 1em/1em Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 5px 0;
}

.NewsSummaryLink a{color: #FE7701;}
.NewsSummaryCategory{margin-left: 15px;}

.NewsSummary p, .not-pspace{margin-left: 0;}

.NewsSummaryMorelink a{color: #FE7701;margin: 10px 0 0 0; }


/*----------------> news on detailed page*/
#NewsPostDetailSummary p{color:#FE7701;font-weight: bold;margin-bottom: 20px;}
#NewsPostDetailCategory{margin-top: 20px;}
.bottomlinks{font: bold .8em Arial, Helvetica, Verdana, sans-serif;margin-top: 30px;}
.bottomlinks a{margin: 0 20px 0 0; padding: 0 0 0 0;}

/*form design*/
form.contact{
	border:none;
    clear: both;
	color:#666;
	display: block;
	margin:3em 0 0 0;
	text-align: left;
	padding:0;
	width: 100%;
}

.contact fieldset{
	border: none;
	font-size: .9em;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	width: 400px;
}

.contact legend{
	border: none;
	color: #666;
	font: normal 1.2em Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 0 0;
	padding: 30px .2em 0 .2em;
	width: auto;}

.contact label{
	border: none;
	float: left;
	font: bold .9em/300% Helvetica, Arial, Verdana, sans-serif;
	margin: 0 10px 0 20px;
	padding: 0;
	width: 100px;}

.contact input{
	background-color:#f0f0f0;
	font: normal .9em Helvetica, Arial, Verdana, sans-serif;
	border:1px solid #FE7701;
	margin:.5em 0 1em 0;
	padding: 0;
	height: 1.5em;
	width: 200px;
}

.contact #message{
	border:1px solid #FE7701;
	background-color:#f0f0f0;
	font: normal .9em Helvetica, Arial, Verdana, sans-serif;
	margin:1em 0 0 20px;
	padding: 0;
	width:310px;
}

input.button{
	clear: both;
	color: #666;
	float: right;
	font: normal .9em Helvetica, Arial, Verdana, sans-serif;
	margin: 2em 70px 20px 0;
	padding: 0;
	width: 100px;
}

div.formError p{
	color: #222;
	font: bold 1em courier;
	margin: 2em 0 2em 130px;
	padding: 0;
}

div.formError ul{
	color: #222;
	font: bold .9em courier;
	margin: 0 0 0 130px;
	padding: 0;
}

div.formError ul li{
list-style: none;
	margin: 0 0 1.3em 0;
	padding: 0;
}

/*newsletter*/

#m3moduleform-1{
    color: #666;
    font: normal 1em Helvetica, Arial, Verdana, sans-serif;
    margin: 25px 0 0 20px;
    padding: 0;
    width: 400px;}

input#m3email, input#m3username{
	background-color:#f0f0f0;
	color: #666;
	display: block;
	float: right;
	font: normal 1em Helvetica, Arial, Verdana, sans-serif;
	border:1px solid #FE7701;
	margin:0 200px 15px 0;
	padding: 0;
	height: 1.5em;
	width: 200px;
}

#m3moduleform-1 label{
    color: #666;
    font: normal 1em Helvetica, Arial, Verdana, sans-serif;
    float: right;margin: 5px 0 10px 0;width: 400px;}

#m3moduleform-1 input{
	border:1px solid #FE7701;
	background-color:#f0f0f0;
	color: #666;}
	
.nms_message{
    margin: 0 0 0 20px;
}

/*form builder*/

#m4moduleform-2{margin: 30px 0 0 0; padding: 0;}

.formbuilderform input{background:#f0f0f0;border: 1px solid #FE7701;}

.formbuilderform{
    color: #666;
    font: normal .9em/1em Helvetica, Arial, Verdana, sans-serif;
    margin: 30px 0 0 20px;
    padding: 0;
    text-align: left;
    width: 550px;
}

 .formbuilderform .inputtext{
    clear: both;
    height: 2em;
    line-height: auto;
    margin: 0 0 20px 0;
    padding: 0 20px 0 0;
    width: auto;
    }

.formbuilderform .inputtext label{
    float: left;
    height: 2em;
    margin: 10px 10px 0 0;
    padding: 0;
    width: auto;
    }

.formbuilderform .inputtext input{
    border: 1px solid #FE7701;
	background-color:#f0f0f0;
    float: right;
    margin: 0 100px 0 0;
    padding: 0;
    width: 300px;
}

.formbuilderform .inputtext1{
    clear: both;
    height: 2em;
    margin: 35px 0 20px 0;
    padding: 0 20px 0 0;
    width: auto;
    }

.formbuilderform .inputtext1 label{
    float: left;
    height: 2em;
    line-height: 1em;
    margin: 10px 10px 0 0;
    padding: 0;
    width: auto;
    }

.formbuilderform .inputtext1 input{
    border: 1px solid #FE7701;
	background-color:#f0f0f0;
    float: right;
    margin: 0 100px 0 0;
    padding: 0;
    width: 300px;
}

.checkbox{
    clear: both;
    margin: 10px 0 15px 0;
    padding:0;
}

.checkbox label{line-height: 2em;margin: 0 10px 0 0;}

.checkbox input{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.pulldown{
    display: inline;
    float: left;
    margin: 15px 10px 15px 0;
    padding: 0;
    width: auto;
}

.statictext{clear: both;color: #FE7701;margin: 20px 0 0 0;}

select{
    color: #666;
    font: normal .9em/1.9em Helvetica, Arial, Verdana, sans-serif;
    margin: 0 30px 0 10px;
    padding: 0;
    }

.clearinput{
    clear: both;
    line-height: 2em;
    margin: 10px 0 10px 0;
    padding: 0;
}

.clearinput label{float: left; margin: 0 10px 10px 0;}

.clearinput input{float: right;margin: 0 320px 10px 10px;}
.clearinput textarea{
    height: 150px;
    float: right;
    margin: 0 120px 10px 10px;
    width: 330px;}

textarea{
	border:1px solid #FE7701;
	background-color:#f0f0f0;
    width: 400px;}

.formMessage{
    color: #FE7701;
    font: bold 1.1em/1em Arial, Helvetica, Verdana, sans-serif;
    margin: 0 10px 30px 10px;
    padding: 20px 0 20px 20px;  }
    
.submit input{border:1px solid #FE7701;color: #666;}
/* End of 'carribean' */

/* Start of CMSMS style sheet 'Album Template Stylesheet' */
/*
This template is needed if you use the default, Simple-Separate-Pages  ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

/*
This template is needed if you use the default, Simple-Separate-Pages  ImageGallery, or Thickbox templates in the Album module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist{
	margin-left:0;
	padding-left:0;
}

/* Picture List UL */
.picturelist{
	margin-left:0;
	padding-left:0;
}

.picturelist ul, .picturelist ul li{list-style-image: none !important;}

/* Album and Picture Lists */
.thumb{
	float:left;
	list-style-type:none;
	margin:0 5px 10px 0;
	padding:0;
	text-decoration:none;
	width:auto;
}

.thumb a{
	display:block;
	height:80px;
	margin:0;
	padding:5px 0;
	text-decoration:none;
	width:150px;
}

.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname{
    font-size: .9em;
    line-height: 1.1em;
    margin-left: 20px;
	text-align:center;
}

.albumpicturecount{
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext{
	color: #666;
    font: normal .9em/1.8em Arial, Helvetica, Verdana, sans-serif;
}

ul.albumlist li.thumb p.albumname .albumcomment{display: none;}

/* Big Picture */
.bigpicture{
	padding:0.5em 0 0;
	clear:left;
	border-top:1px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:18px;
/* Image padding to form photo frame. */
	width:80%;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:1px solid #eee;
/* Borders of picture frame */
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
#TB_window {
  font: 14px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 12px Arial, Helvetica, sans-serif;
  color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: red;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;

}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
  height:25px;
  padding:3px 30px 10px 25px;
  float:left;
}

#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:10px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#TB_closeWindow a, #TB_closeWindow a:link, #TB_closeWindow a:visited {
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#TB_closeWindow a:hover {
	background: red;
	color: white;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#TB_closeWindow a:active{
	color: #f6f7f0;
	background: #d40d0e;
	text-decoration: none;
	padding:2px 5px 2px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

/* CSS for Lightbox follows */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(modules/Album/templates/db/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 97%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* End of 'Album Template Stylesheet' */

