@CHARSET "UTF-8";


* {
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	text-align:center;
	background: url(/image/star/goldcrisp.gif) repeat;
	font-family: "Arial";
	color: #4B4B4B;
	text-decoration: none;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
  color: #4396CA;
}
a:hover {
  text-decoration: none;
}
a img {
  border-width: 0px;
}
h1 {
  display: inline;
  color: #3F89C3;
  font-size: 16px;
  font-weight: bold;
  float: left;
  background: url(/image/sInYan2.gif) no-repeat scroll left top;
  margin: 12px 1px 9px 12px;
  padding-left: 22px;
}
h1.center {
	float: none;
}
h2 {
  display: inline;
  color: #3F89C3;
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin: 12px 1px 9px 10px;
}
h2.center {
	float: none;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-color: #A9CDE4;
	border-style: solid;
	width:100%;
	height: 1px;
}
.hrline {
	border-width: 1px 0px 0px 0px;
	border-color: black;
	border-style: solid;
	width:145px;
	height: 1px;
}

#main {
	width: 950px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}

#content {
	width: 866px;
	vertical-align: top;
	background: transparent url(/image/bt17.jpg) repeat scroll left top
}

#tailL {
	width: 42px;
	background-image: url(/image/bordersL.jpg);
	background-repeat: repeat-y;
	text-align:right;
}
#tailR {
	width: 42px;
	background-image: url(/image/bordersR.jpg);
	background-repeat: repeat-y;
	text-align:left;
}

.divide {
	width: 100%;
	background-color: #E6E6E6;
	height:13px;
	margin: 2px 0 2px 0;
}

.article {
	font-size:12px;
	text-align:justify;
	margin: 5px 5px 10px 10px;
}
.article h1 {
	margin: 12px 16px 9px 0;
}
.article-center {
	text-align:center;
}
.article-left {
	text-align:left;
}
ul.text {
	font-size:12px;
}
.text li {
	background:transparent url(/image/marker-gray.png) no-repeat scroll left center;
}

center {
	margin: 20px 0 0 20px;
}



a.marker {
	border: 1px solid #FFFFFF;
	display: block;
	float: left;
	margin: 5px 0 5px 6px;
	color: #4396CA;
	padding-left: 14px;
}
a.redD {
	background: transparent url(/image/marker-red.png) no-repeat scroll left center;
}
a.blueD {
	background: transparent url(/image/marker-blue.png) no-repeat scroll left center;
}

.sign {
	font-size: 12px;
	text-align: center;
	margin: 2px 10px 10px 10px;
	font-style: italic;
}

ul {
	color:#4B4B4B;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
li {
	background:transparent url(/image/marker-blue.png) no-repeat scroll left center;
	line-height:14px;
	margin-bottom:2px;
	margin-top:5px;
	padding-left:12px;
}
li.new {
	background:transparent url(/image/marker-lred.png) no-repeat scroll left center;
	line-height:14px;
	margin-bottom:2px;
	margin-top:5px;
	padding-left:12px;
}
li a {
	color:#0E4B8B;
	font-size:12px;
	font-weight:bold;
}

p {
	margin-top:10px;
}

div.news {
	margin: 0 0 0 12px;
}
div.news p {
	margin-top:4px;
}

.date {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

img.bordered {
   padding:1px;
   border:1px solid #AAAAAA;
   background-color:#FFCCCC;
}

.dragon {
	background: transparent url(/image/Dragon4.gif) no-repeat fixed center;
}

div.copyright {
	font-size: 9px;
}
.article div.copyright {
	font-size: 12px;
	font-style: italic;
	float: right;
	margin: 30px 40px 60px 0;
}

.article div.copyrightNotLast {
	margin: 30px 40px 4px 0;
}

div.epigraf {
	font-style: italic;
	float: right;
	margin: 30px 40px 20px 0;
}

input {
	height: 24px;
	font-family: tahoma;
	font-size: 11px;
	background-color: #ffffff;
	padding: 3px 0 0 5px;
	margin: 4px 0 4px 0;
}

textarea {
	font-family: tahoma;
	font-size: 11px;
	background-color: #ffffff;
	padding: 3px 0 0 5px;
	overflow:auto;
	margin: 4px 0 4px 0;
}

/* image view begin */
#thumbs {
	width: 100%;
}
#thumbs td {
	padding: 5px 0 5px 0;
	text-align: center;
}
#thumbs img {
	cursor: pointer;
}
#outer {
	height: 100%; 
	overflow: visible; 
	position: fixed; 
	top: 0%; 
	left: 0%; 
	right: 0%; 
	bottom: 0%; 
	width: 100%; 
	z-index: 999;
}
#outer[id] {
	display: table; 
}
#middle {
	position: absolute; 
	top: 50%; 
	width: 100%; 
	text-align: center;
	z-index: 999;
} /* for explorer only*/
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}
#inner {
	position: relative; 
	top: -50%; 
	text-align: left;
	z-index:999
} /* for explorer only */
#inner {
	margin-left: auto; 
	margin-right: auto;
} /* for all browsers*/
img.viewBorder {
	padding:8px;
	border:3px solid #AAAAAA;
	background-color:#FFCCCC;
	cursor: pointer;
}

.commentPlease {
	background-color:#F0F0F0;
	font-weight: bold;
	text-align:center;
	padding: 10px 0 10px 0;
	margin: 10px 10px 60px 10px;
}
/* image view end */
