html {
  font-family: Verdana, sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#mainblock {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

div.topmenu div.selected {
  font-weight: bold;
  height: 60px; 
  background-color: #B1B1B1;
  color: #FF0019;
  padding-top: 20px; 
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

html>body div.topmenu div.selected {
  height: 40px;
}

div.topmenu div.notselected {
  margin-left: 10px;
  margin-right: 10px;
}

div.topmenu a {
  display: block;
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 89%;
}

div.topmenu div.selected a {
  color: red;
  cursor: default;
}

div.topmenu a:hover {
  color: #FF0019;
}

div.topmenu td {
  text-align: center;
}

div.topmenu div.leftfirst {
}

div.topmenu div.rightlast {
}

div.topmenu div.rightfirst, div.topmenu div.right {
	height: 100%;
	background-image: url(/assets/images/nk/sep.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div.topmenu div.left, div.topmenu div.leftlast {
	height: 100%;
	background-image: url(/assets/images/nk/sep.gif);
	background-position: left;
	background-repeat: no-repeat;
}


div.galimages {
  background-color: #E4E4E4;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.galimages a {
  display: block;
  border: 1px solid #E4E4E4;
  margin: 1px;
  padding: 2px;
}

div.galimages img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}

div.galimages a:hover {
  border: 1px solid #6E6E6E;
}

div.galimages a:hover img {
  filter:alpha(opacity=100);
  opacity: 1.0;
}

div.galimages a.galimgsel {
  border: 1px solid #6E6E6E;
}


a.galimgsel img {
  filter:alpha(opacity=100);
  opacity: 1.0;
}

div.gallerynav {
	position: relative; 
	width: 160px; 
	height: 100%;
}

div.gallerynavtop {
	padding-top: 10px;
}

div.gallerynavtop a {
  display: block;
  padding: 0px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div.gallerynavtop a.imgref {
  padding-top: 2px;
}

html>body div.gallerynavtop a.imgref {
  padding-top: 1px;
}


div.gallerynavtop a:hover {
  color: #FF0019;
}


div.gallerynavtop a.selected {
  color: #FF0019;
  cursor: default;
}

div.prevnext {
	padding-top: 10px; padding-bottom: 10px;
}

div.prevnext a {
  display: block;
  padding-top: 1px;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div.prevnext a:hover {
  color: #FF0019;
}

div.prevnextcont {
	height: 20px; 
	background-color: #B1B1B1;
}

div.prevnextcont img {
	display: block; 
	margin-top: 2px;
}

div.authors {
	padding-top: 10px;
}

div.authors td {
  font-size: 80%;
  font-weight: bold;
}


div.authorsgal, div.authorsname {
	height: 20px; 
	padding-left: 10px;
       	padding-right: 10px; 
	background-color: #B1B1B1;
}

div.authorsgal a, div.authorsname a {
  display: block;
  padding: 1px 0px;
  text-decoration: none;
}

div.galleryindex {
  width: 160px;
  height: 170px;
  margin: 10px 10px 0 0;
  float: left;
}

div.galleryindeximage {
  width: 170px;
  height: 170px;
}

div.galleryindextitle {
  font-size: 85%;
  font-weight: bold;
}

div.textimage {
  margin-top: 10px;
  margin-bottom: 10px;  
}

div.textimage div.title {
  margin-left: 40px;
}


p { 
  margin: 0px; 
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
} 

div.newsblock {
  padding-bottom: 20px;
}

div.newshead {
  font-size: 90%;
  margin-bottom: -10px;
}

div.newstext {
  padding-left: 20px;
}

img {
    border: none;
}

div.leftmenu {
	position: relative;
	width:112px; 
	background: none; 
	height: 100%;
}

div.separator {
	background-color: white; 
	font-size: 1px; 
	height: 10px;
}

div.leftlink, div.leftlinksel {
  margin-bottom: 0px;
  background-color: #E4E4E4;
  text-align: left;
}

div.leftlinksel {
  background-color: #B1B1B1;
  text-align: left;
}

div.backlink {
  margin-bottom: 0px;
  background-color: #B1B1B1;
}


div.leftlink a, div.leftlinksel a, div.backlink a {
  display: block;
  padding: 2px 0px;
  padding-left: 4px;
  font-size: 70%;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div.leftlink a:hover, div.backlink a:hover {
  color: #FF0019;
}

div.leftlinksel a {
	cursor: default; 
	padding-left: 0px;
 	color: #FF0019;
}

 
div.copyright {
  background-color: #B1B1B1;
  height: 20px;
  text-align: left;
}

div.copyright a {
  display: block;
  padding: 3px 0px;
  padding-left: 4px;
  font-size: 70%;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div.imgbacklink {
  height: 37px;
}

div.displayborder {
	border: 1px solid rgb(110, 110, 110); 
	position: relative; 
	text-align: center;
	height: 100%;
}

div.image {
	border: 1px solid #6E6E6E; 
	margin-top: 10px; 
	margin-bottom: 10px;
    	padding: 5px;
    	padding-bottom: 2px;
}

html>body div.image {
    padding: 5px;
}

div.imagedelim {
  margin-bottom: 7px;
}

html>body div.imagedelim {
  margin-bottom: 9px;
}

div.imagedisplay {
	position: relative; 
	width: 100%; 
	height: 100%;
}


table.text {
	position: relative; 
	clear: both;
	text-align: left; 
	padding-left: 20px;
	padding-right: 20px; 
	border: 1px solid #6E6E6E;
}

div.text {
	position: relative; 
	clear: both;
	text-align: left; 
	padding-left: 20px;
	padding-right: 20px; 
	height: 100%; 
	border: 1px solid #6E6E6E;
}
div.iconlistcont {
	position: relative; 
	clear: both;
	text-align: left; 
	padding-left: 0px;
	padding-right: 0px; 
	height: 100%; 
	border: 1px solid #6E6E6E;
}

table.iconlistcont {
	position: relative; 
	clear: both;
	text-align: left; 
	padding-left: 0px;
	padding-right: 0px; 
	border: 1px solid #6E6E6E;
}

div.iconitemlist {
	float: left; 
	width: 150px; 
	height: 130px; 
	text-align: center; 
	font-size: 89%;
    	margin-top: 20px; 
	margin-left: 0px; 
	margin-right: 0px;
}

ul.newslist {
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}

ul.newslist li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

ul.newslist li h5 {
	margin: 0px;
	padding: 0px;
}
div.mainpage {
	position: relative; 
	clear: both;
	padding-left: 20px;
	padding-right: 20px; 
	text-align: left; 
	height: 100%; 
	border: 1px solid #6E6E6E;
}
table.mainpagetable {
	position: relative; 
	clear: both;
	padding-left: 20px;
	padding-right: 20px; 
	text-align: left; 
	border: 1px solid #6E6E6E;
}

p.latestrenew {
	font-size: 89%;
	font-weight: bold;
	color: #FF0019;
}

p.renewsub {
	font-size: 89%;
	margin-left: 10px;
	margin-right: 10px;
}