/*   ------------------------------------------------------------------------------------------------------------------   MISC          */

#table_1 {
-moz-border-radius: 7px;
background: #707D69;
padding: 17px;
border: solid 3px #dddeb6;
z-index: 2;
}

.text_1 {
font-size: 13px;
color: white;
font-family: arial, sans-serif;
}

.text_2 {
color: #e0e0cf;
font-family: arial, sans-serif;
font-size: 11px;
line-height: 15px;
}

A:hover {
color: #E7FC7C;
}

A.plainlink:hover {
background: #333333;
display: block;
}

.plainlink {
text-decoration: none;
}

.current {
text-align: center;
font-family: arial, sans-serif;
font-size: 10px;
font-weight: bolder;
padding: 1px;
color: #aeb6a5;
cursor: default;
}

.date {
font-weight: bolder;
font-size: 11px;
color: #4d5548;
background: #d7dbd5;
border: solid 1px white;
width: 100%;
}

#avlogo {
position: fixed;
bottom: 0;
right: 13;
z-index: -10;
}

a img {
border: none;
}


/*   ------------------------------------------------------------------------------------------------------------------   NAVIGATION BAR          */

	
	
	#newnavbar {
		-moz-border-radius: 5px;
		background: #393f36;
		padding: 3px;
		text-align: center;
		width: 500px;
		padding-top: 1px;
	}
	
	img.spacer {
		padding-left: 16px;
		padding-right: 16px;
		vertical-align: middle;
	}
	