/*****************************/
/*** Glasini.pl stylesheet ***/
/*****************************/

/* Main styles */

body {
background: url('../images/core/_background.png') repeat-x #020935 scroll;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
}

a:link {
color: #FFB500;
text-decoration: none;
}
a:visited {
color: #FFB500;
text-decoration: none;
}
a:hover {
color: #FFB500;
text-decoration: underline;
}

a.tl:link {
font-size: 10px;
color: #020935;
text-decoration: none;
}

a.tl:visited {
font-size: 10px;
color: #020935;
text-decoration: none;
}

a.tl:hover {
font-size: 10px;
color: #020935;
text-decoration: underline;
}

table {
font-size: 11px;
}

input {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
background: transparent;
border: 1px solid #FFFFFF;
}

textarea {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
background: transparent;
border: 1px solid #FFFFFF;
}

/* Main text styles */

.copyrights {
color: #7F5900;
}

a.copyrights {
color: #7F5900;
text-decoration: none;
}

a.copyrights:hover {
color: #7F5900;
text-decoration: underline;
}

td.frame_main {
text-align: left;
vertical-align: top;
}

.contacttable {
border: 1px dashed #FFFFFF;
}

.descriptiontable {
border: 1px none #FFFFFF;
background-color: #222A4F;
}

.description {
font-size: 10px;
}

.hiddenimage {
visibility: hidden;
display: none;
position: absolute;
top:0px;
left:0px;
}

.submenu {
font-size: 13px;
}

.button {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #020935;
background: #FFB500;
border: 1px solid #000000;
}

.about_title {
font-size: 15px;
font-weight: bold;
color: #FFB500;
}

/* Main image styles */

.flag {
border: 1px solid #3083B2;
width: 20px;
height: 12px;
}

.thumb {
border: 1px solid #FFB500;
}

.line {
height: 20px;
text-align: center;
font-weight: bold;
}

.aboutus_image {
margin: 5px;
border: 1px solid #FFFFFF;
}

.aboutus_bg {
background: url('../images/core/_bg_aboutus.jpg') no-repeat;
}

/* Theme background and text styles */

td.logo_top {
background: url('../images/core/_logo_top.png') repeat-x;
}

td.logo_middle {
background: url('../images/core/_logo_middle.png') repeat-x;
text-align: center;
vertical-align: middle;
}

td.logo {
background: url('../images/core/_logo.png') no-repeat;
}

td.logo_bottom {
background: url('../images/core/_logo_bottom.png') repeat-x;
}

td.topbar_left {
background: url('../images/core/_topbar_left.png') no-repeat;
}

td.topbar_center {
background: url('../images/core/_topbar_center.png') repeat-x;
text-align: left;
vertical-align: middle;
font-size: 10px;
color: #020935;
}

td.topbar_right {
background: url('../images/core/_topbar_right.png') no-repeat;
}

td.topspacer_left {
background: url('../images/core/_topspacer_left.png') no-repeat;
}

td.topspacer_center {
background: url('../images/core/_topspacer_center.png') repeat-x;
}

td.topspacer_right {
background: url('../images/core/_topspacer_right.png') no-repeat;
}


td.bottombar_left {
background: url('../images/core/_bottombar_left.png') no-repeat;
}

td.bottombar_center {
background-color: #FFB500;
text-align: center;
vertical-align: middle;
font-size: 10px;
color: #020935;
}

td.bottombar_right {
background: url('../images/core/_bottombar_right.png') no-repeat;
}

td.spacer {
background-color: #020935;
}

/* Loader bar styles */

#loader_container {
	text-align:center;
	position:absolute;
	top:40%;
	width:722px
}
#loader {
	background-color:#020935;
	margin:0 auto;
	display:block;
	width:250px;
	height:100px;
	border:1px solid #FFB500;
	text-align:center;
	z-index:255;
}
#loader_tx {
	position:relative;
	top:30px;
	text-align:center;
}
#loader_bg {
	position:relative;
	top:40px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #FFB500;
	width: 195px;
	height: 13px;
	background: url('../images/core/_loader.gif') no-repeat;
}

/* Lightbox styles */

#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/lightbox/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('../images/lightbox/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/lightbox/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; color: #020935;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #020935;	}			
#imageData #bottomNavClose{ width: 26px; 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;
}
	
.loverlay{
	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 */
	}	
	
span.map {
	font-size: 20px;
}

#map {  
	width: 100%;
	height: 90%;
}
	
