/* CSS style was created by Alexandr Tatanenko 2008-mar-5 */

html{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

}

#aboutphoto{
  border: solid 1px white;
}
a {
  color: black;
  text-decoration: none;
}

a:link,a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
}
.imageElement
{

}
body{
  min-width: 850px;
  text-align: center;
  font-size: 10pt;
  font-family: Arial,Tahoma;
  margin: 0px;
  padding: 0px;
}
table{
  border-collapse: collapse;
  font-family: Arial;
  font-size: 9pt;
}
div {}
img {
  border: 0px;
  border-collapse: collapse;
}

#topMenuArea{
  display: block;
  width: 800px;
  margin: 10px auto 0px auto;
  text-align: left;
  border-bottom: solid 1px white;
  
}
#mainWorkArea{
  display: block;
  width: 800px;
  margin: 30px auto 0px auto;
  text-align: left;

  
}

#topMenuLeft{
  display: block;
  width: 336px;
  float: right;
  word-spacing: 5em;
  text-align: center;
}

#topMenuRight{
  display: block;
  width: 410px;
  float: left;

}
.photoBlockElement
{
  float: left;
}


#leftMainBlock{
  display: block;
  width: 336px;
  float: right;
  text-align: left;
}

#rightMainBlock{
  display: block;
  width: 410px;
  float: left;
  
  
}


#topMenuRight a {
  color: black;
  text-decoration: none;
}

#topMenuRight a:link,a:visited {
  color: black;
  text-decoration: none;
}
#topMenuRight a:hover {
  color: red;
  text-decoration: none;
}

#topMenuLeft a {
  color: black;
  text-decoration: none;
}

#topMenuLeft a:link,a:visited {
  color: black;
  text-decoration: none;
}
#topMenuLeft a:hover {
  color: red;
  text-decoration: none;
}
input.a {
	font-size: 9pt;
	font-family: Arial,Tahoma;
	font-weight: normal;
	border-left: solid 1px silver;
	border-top: solid 1px silver;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	background-color: whitesmoke;
	color: #999999;
}
#siteLogonBlock{
	display: none;
	position: absolute;
	top: 50px;
	background-color: white;
	text-align: left;
	/* background-color: whitesmoke; */
	border: dotted 1px silver;
	padding: 2px;
	width: 340px;
	/* border-right: solid 1px #cccccc; */
	/* border-bottom: solid 1px #cccccc; */
}
#blockCaptionLogon{
	display: block;
	float: left;
	width: 30%;
	margin-top: 2px;
}
#blockCaptionLogonA{
	display: block;
	margin-top: 2px;
}


#blockAboutFotoContent{
  display: block;
  margin-top: 2px;
}
#blockAboutTextContent{
  display: block;
  margin-top: 2px;
}
#blockAboutAddPhoto{
	display: none;
	width: 450px;
	padding: 2px;
	position: absolute;
	visibility: visible;
	border: dotted 1px gray;
	background-color: white;
	z-index: 1;
}
#label_save{
	background-color: red;
	color: white;
	width: 50px;
	padding: 1px;
	position: absolute;
	visibility: hidden;
}
#blockAboutText{

}
#aboutTextContent{
	border: dotted 1px white;
	font-size: 8pt;
	width: 100%;
	
}
#aboutTextEdit{
	width: 100%;
	height: 440px;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-right: solid 0px gray;
	border-bottom: solid 0px gray;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	background-color: whitesmoke;
	padding: 1px;
}
#aboutTextContentOut{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
}