/* {margin: 0; padding: 0;}*/
h1 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	padding-top: 10px;
	color: #666666;
}
h1 a{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	padding-top: 10px;
	color: #3366cc;
}
h1 a:hover{
        color: #009900;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #3366cc;
}
h3 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	color: #99cc66;
}
a {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	border-style: none;
	color: #3366cc;
}
a:hover {
	text-decoration: underline;
}
table {
	border: none;
}

#content {
	background-color: #fff;
	margin: 10px;
}
.note {
	background-color: #fff;	
	border: solid 1px #ccc;
	margin: 5px 0;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 10px;
}

/* Стили изображений */
.frame_center {
	border: solid 7px #ccc;
	display: block;
	height: auto;
	width: auto;
	margin: 15 auto;
}
.gallery {
	text-align: center;
	width: 100%;
}
.thumbs {
	background-image: url(img/sframe.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.photo {
	background-image: url(img/bframe.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

/* Подпись к изображению */
.pic {
	margin: 0 auto;
	border: 5px #666666;
}
.data {
	font-family: Arial, Helvetica;
	font-size: 13px;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;*/
        text-align: left;
	vertical-align: top;
	color: #666;
}
.center {
	font-family: Arial, Helvetica;
	font-size: 13px;
	/*padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;*/

	padding-bottom: 0;
        text-align: center;
	vertical-align: top;
	color: #666;
}
.text {
	font-family: Arial, Helvetica;
	font-size: 13px;
	text-indent: 20px;
	text-align: justify;
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
	vertical-align: top;
	color: #666;
}
.signature {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-style: italic;
	text-indent: 30px;
	text-align: right;
	vertical-align: top;
	color: #666666;
}

/*------------for journal page-----------*/
.authors {
	font-weight: bold;
}
.title {
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
}
.info {
	font-size: 12px;
	font-style: italic;
}
.keys {
	font-weight: bold;
}
.refs {
	font-size: 12px;
}
/*---------------------------------------*/

.divline {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background: transparent url(img/line.png) repeat-x scroll 0% 50%;
}

.divtext {
        font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-transform: uppercase;
	padding-right: 6px;
	background-color: #ffffff;
}

.singleline {
	height: 1px;
	width: 100%;
	background-color: #99cc66;
}

.infoblock {
	padding: 3px 5px;
	text-align: right;
	color: #fff;
	background-color: #009900;
}

.table {
	font-family: Arial, Helvetica;
	font-size: 12px;
	vertical-align: top;
	color: #666666;
}

.subscript {
	font-family: Arial;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: top;
	color: #999999;
}

.line {
        font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #99cc66;
	background-color: #ffffff;
}

.menu {
        font-family: Arial, Helvetica;
        font-weight: bold;
        font-size: 12px;
        padding-left: 5px;
        color: #3366cc;
}

.menu:hover {
        text-decoration: none;
        color: #009900;
}

.alert {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #dc143c;
}

.year {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.submit {
	background: #ffffff;
	border: 3px double #999999;
	color: #333333;
	padding: 0px;
}


