html {
  font-family: Lucida Sans Unicode;
}

body {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  color: #000000;
  background: #FFFFFF;
  font-size: 80%;
}

table {
  font-size: 100%;
}

a:link {
  color: 000066;
  text-decoration: none;
} 

a:visited {
  color: 000066;
  text-decoration: none;
}

a:active {
  color: 000066;
  text-decoration: none;
}

a:hover {
  color: 000066;
  text-decoration: underline;
}

a img {
  border: 0px;
}

input {
  border: 1px solid #000000;
}

textarea {
  border: 1px solid #000000;
  z-index: 101;
  overflow: scroll;
  overflow-x: hidden;
  scrollbar-face-color: #FFFFFF;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000;
  crollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #000000;
}

select {
  border: 1px solid #000000;
}

.row {
  background-color: #fff;
}

.row:hover {
  background-color: #eee;
}

.error
{
  color: #ff0000;
}


.button
{
	border: 1px solid #ff0000;
	color: #ff0000;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
	cursor: pointer;
}

.button:hover
{
	color: #000;
}

.button_inactive
{
	border: 1px solid #777;
	color: #bbb;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

.button_invisible
{
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

.story
{
  margin-left: 10px;
  margin-bottom: 20px;
  width: 750px;
  border: 1px solid #eee;
  padding: 5px 5px 5px 5px;
}

.story-image
{
  float: right;
}

.story-image a img
{
  border: 0px;
  margin: 0px 0px 5px 5px;

}

.story-title
{
  font-size: 1.4em;
  font-weight: bold;
}

.story-posted
{
  font-size: 0.7em;
  margin-top: 5px;
  margin-bottom: 10px;
}

.story-tags
{
  font-weight: bold;
}

.story-tags a
{
  color: #333;
}

.story-tags a:hover
{
  text-decoration: none;
}

code, pre {background:url("../images/code_bg.png") repeat scroll 0 0 #FFFFFF; border:1px solid #DDDDDD; color:#000000; display:block; font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; font-size:12px; line-height:20px; margin:10px 0 20px; overflow:auto; padding:0 3px;}


