/*
  CSS for http://moretweets.com
  © 2009 Yohanes Aristianto
*/


form {margin: 0;}
form input, textarea {font-family: Verdana, Georgia, Arial, sans-serif; font-size: 12px;}
textarea {padding: 4px;}
p {margin-top: 0;}

a {color: #33C;}
a:hover {color: #006;}
a:visited {color: #339;}
a:visited:hover {color: #006;}

body {
	background-color: #FFF;
	color: #000;
	margin: 4px 8px 0 8px;
	padding: 0;
	font-family: Verdana, Georgia, Arial, sans-serif;
	text-align: center;
}

#content {
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px;
	height: 100%;
	text-align: left;
	font-size: 82%;
}

.errorjoin {
  font-size: smaller;
	color: #F00;
	white-space: nowrap;
}

.errorlogin {
  color: #C00;
  font-weight: bold;
}

.rightbar {
	padding-left: 15px;
}

.headerlink a {color: #558; margin: 0 1px 0 1px; font-weight: bold; text-decoration: none; white-space: nowrap;}
.headerlink a:hover {color: #006; background-color: #ECF3FC;}
.headerlink a:visited {color: #558;}
.headerlink a:visited:hover {color: #006; background-color: #ECF3FC;}

.logoutlink {color: #D44;}
.logoutlink a {color: #D44; font-weight: bold; text-decoration: none;}
.logoutlink a:hover {color: #F00;}
.logoutlink a:visited {color: #D44;}
.logoutlink a:visited:hover {color: #F00;}

.redlink a {color: #A22; font-weight: bold; text-decoration: none;}
.redlink a:hover {color: #C55;}
.redlink a:visited {color: #A22;}
.redlink a:visited:hover {color: #C55;}

.bluelink {color: #58F;}
.bluelink a {color: #47C; font-weight: bold; text-decoration: none;}
.bluelink a:hover {color: #00F;}
.bluelink a:visited {color: #47C;}
.bluelink a:visited:hover {color: #00F;}

.letterbox {
  margin: 0;
  line-height: 1.32;
  white-space: pre;
  font-family: Verdana, Georgia, Arial, sans-serif;
  cursor: default;
}