a:link, a:visited { text-decoration: none; }

.b1 {background-color:#71b50a;}
.b2 {background-color:#d81630;}
.b3 {background-color:#e18329;}
.b4 {background-color:#004883;}
.b5 {background-color:#099;}
.b6 {background-color:#fc0;}
.b7 {background-color:#578092;}

ul#nav {margin:0;}
ul#nav li a:hover, ul#nav li em a {background-color:#fff;font-style:normal;}
ul#nav li.b1 a:hover, ul#nav li.b1 em a {color:#71b50a;}
ul#nav li.b2 a:hover, ul#nav li.b2 em a {color:#d81630;}
ul#nav li.b3 a:hover, ul#nav li.b3 em a {color:#e18329;}
ul#nav li.b4 a:hover, ul#nav li.b4 em a {color:#004883;}
ul#nav li.b5 a:hover, ul#nav li.b5 em a {color:#099;}
ul#nav li.b6 a:hover, ul#nav li.b6 em a {color:#fc0;}
ul#nav li.b7 a:hover, ul#nav li.b7 em a {color:#578092;}
ul#nav {clear:both;height:1em;padding:0;}
ul#nav li {float:left;/* display:inline-block; */list-style:none inside;margin-right:4px;padding:2px;}
ul#nav li.b7 a {width:120px;}
ul#nav li a {display:block;width:90px;float:center;text-align:center;font-weight:bold;color:#fff;text-decoration:none;line-height:1.6em;white-space:nowrap;}

#page {width:870px;margin:0 auto;padding:0;text-align:left;}

/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: normal;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

table.literal {
	border-width: 1px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
        margin-left: 5%;
}
table.literal td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	background-color: lightgrey;
	-moz-border-radius: 0px 0px 0px 0px;
        font-family: monospace;
}

