/* CSS Document */
html { 
	margin: 0px; 
	padding:  26px 20px 20px 20px; 
 
} 

body {
	padding: 0px;
	margin:0px; 
	color:#353b40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}

img {
	border:0px solid black;
	padding: 0px;
	margin: 0px;
	}
	
.copyright {
	color: #CCCCCC;
	padding:15px 0px 50px 4px;

}

.big_contact {
	font-size:180%;
	color:#7ee6ff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.contact {
	font-size:120%;
	color:#ρρρρρρ;
	font-family:Arial, Helvetica, sans-serif;

}

.nav_link {
	color:#353b40;
	text-decoration:none;
	padding:0px 0px 2px 0px;
	border-bottom:1px dashed #CCCCCC;
}

.nav_link:hover {
	color: #7ee6ff;
}

.nav_link_show {
	color:#353b40;
	text-decoration:none;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #7ee6ff;

}

.menu {
	padding:10px 0px 2px 2px;
	text-decoration:none;
	color:#353b40;
	border-bottom:1px dashed #CCCCCC;

}

.menulink:hover {
	color: #7ee6ff;

}



.menu_show {
	padding:10px 0px 2px 2px;
	text-decoration:none;
	color:#353b40;
	border-bottom:1px solid #7ee6ff;
}


.td_show {
	background-color: #7ee6ff;
	

}
.menulink_show {


}
	
a,a:active,a:visited {
	text-decoration:none;
	color:#353b40;
}

a:hover {
	color:#7ee6ff;
}

.content {
 padding:13px 0px 0px 0px;
 
}
.content_text {
	padding: 35px 0px 22px 4px;
	width:400px;
}

.pic_descr {
	padding: 35px 0px 22px 4px;
	font-style:italic;
	width:260px;
}
.section_text {
	padding: 10px 0px 22px 4px;
	width:300px;
}
.text_block {
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}

.project_link {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:1px dashed #CCCCCC;
}

.project_link:hover {
	text-decoration:none;
}

.mail_link  {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:1px dashed #CCCCCC;
}

.mail_link:hover {
	text-decoration:none;
}

.site_link {
	border-bottom:1px dashed #CCCCCC;
}

.date {
	font-size:80%;
	color:#666666;
}



	
.form_input {

color:#ffffff;
	font-size:11px;
	height:auto;
	background-color:#333333;
	border: 0px solid silver;
	padding-left:5px;
}

.form_checkbox {
	color:#000000;
	font-size:11px;
	height:auto;
	background-color:#000000;
}

.form_button {
	color:#000000;
	background-color:#333333;
	height:auto;
	font-size: 11px; 
	border: 0px solid silver;
}

.comment {
	color: #ffffff;
	font-size:90%;
}

body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
