﻿body
{
	background-color: #3E3E3C;
}

#footer
{
	text-align: right;
}

.menu
{
	color: White;
}

.menu a
{
	color: White;
	text-decoration: none;
}

.menu a:hover
{
	color:#D5C184;
	text-decoration: underline;
}

.sprite
{
	display:inline;  
	overflow:hidden; 
	height:16px; 
	padding-left:16px; 
	padding-bottom:5px; 
	background-repeat:no-repeat;  
}

.sprite_lock
{
	background-image:url(/image/sprite/lock.png); 
}

/* Juitter Styling */
.twittList
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.twittLI
{
	border: solid 1px #CCC;
	border-style: dotted;
	list-style-type: none;
}

.twittTime
{
	padding: 2px 2px 2px 8px;
	background-color: #CCC;
	text-align: left;
}

.twittMessage
{
	padding: 2px 2px 2px 8px;
}
