img { 
	vertical-align: middle;
	border: 2px solid black;
}

select {
	color: #ccc;
	background-color: black;
}

table.table-wrapper {
	border: 1px solid #333;
	background-color: black;
	width: 780px;
	margin: 5px auto;
	-moz-box-shadow: 0 0 20px 5px rgba(255,255,255,.15);
	-webkit-box-shadow: 0 0 20px 5px rgba(255,255,255,.15);
	box-shadow: 0 0 20px 5px rgba(255,255,255,.15);
}


body {
	font:small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	background-color: black;
	text-align: center;
	margin: 0;
	color: #ccc;
	padding-bottom: 1em;
}

a:link {
	color:#9ad;
	text-decoration: none;
}

a:visited {
	color:#9ad;
	text-decoration: none;
}

a:hover {
	color:#9ad;
	text-decoration: underline;
}

td {
	color: #ccc;
	text-align: left;
}

td a:link {
	text-decoration: none;
	color: #9ad;
}

td a:visited {
	text-decoration: none;
	color: #9ad;
}

td a:hover {
	text-decoration: underline;
	color: #9ad;
}

td a:active {
	text-decoration: none;
	color: #9ad;
}

table.nb td {
	padding-bottom: 1px;
	vertical-align: top;
}


#navcontainer {  
	margin: 13px auto 10px auto; 
	padding: 0;  
	height: 20px;
	font-size: 15px;
	text-align: center;
	width: 945px;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	text-decoration: none;
	color: #9ad;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	font-family: verdana, arial, sans-serif;
}


.fk {
	width: 118px;
}

#navcontainer a:hover {
	text-decoration: underline;
	color: #9ad;
}

#navcontainer a:active {
	text-decoration: none;
	color: #9ad;
}

#navcontainer a {
	text-decoration: none;
	color: #9ad;
}

#navcontainer a:hover {
	text-decoration: underline;
	color: #9ad;
}

#navcontainer a:active {
	text-decoration: none;
	color: #9ad;
}

#navcontainer a {
	text-decoration: none;
	color: #9ad;
}

.block {
  text-align: justify;
  position: relative;
  z-index: 7;
}

.right {
  margin-left: 20px;
  float: right;
  line-height: 0;
}

.right a {
  position: relative;
  z-index: 5;
}

.post-title {
	font: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	margin-bottom: 1em;
	padding-left: 2px;
	font-size:20px;
	line-height:1.4em;
	color:#ad9 !important;;
	}
.post-title a {
	text-decoration:none;
	color:#ad9 !important;;
	}
.post-title a:hover {
	color:#fff !important;;
	text-decoration:none;
	}
.post {
	margin:0 0 1em;
	line-height:1.5em;
	text-align: justify;
	position: relative;
	z-index: 4;
	font-size: small;
}

#breadcrumb {
	margin:0; /* margin: .65em 0 1em */
	font-size:20px;
	line-height:1.4em;
	color:#ad9;
	text-align: left;
	font-weight: bold;
}
#breadcrumb a {
	text-decoration:none;
	color:#ad9;
	}
#breadcrumb a:hover {
	color:#fff;
	}

