select {
	border: 1px solid #99A7AF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
	padding:2px;
}

textarea {
	border: 1px solid #99A7AF;
	padding: 3px;
	font-size: 12px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #99A7AF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 3px; 
}

input[type="button"],
input[type="submit"] {
	padding: 2px 15px 3px 15px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	background-color: #A6B3BB;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
}

.label {
	font-weight: bold;
}

.small {
	font-size: 70%;
}

.align-right {
	text-align: right;
}

.user-status {
	color: gray;
}

.status-online {
	color: #769F7A;
	font-weight: bold;
}

.status-offline {
	color: #E28891;
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.bold-green {
	color: green;
	font-weight: bold;
}

.bold-red {
	color: red;
	font-weight: bold;
}

ul.plain-list {
list-style: none;
list-style-type: none;
padding: 0px;
margin: 0px;
}

.user-banned {
	text-decoration: line-through;
}

.vote-box {
	margin-right: 0px;
}

.vote-box img {
	border: 0px;
}

.vote-box .vote-score {
	font-weight: bold;
}


dt {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}



.label {
font-weight: bold;
}

.align-right {
text-align: right;
}

.align-center {
text-align: center;
}

p.report-warning {
background: url('/images/icons/warning.gif') center no-repeat;
background-color: #FFF6BF;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color:#996666;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
}

p.report-alert {
background: url('/images/icons/alert.gif') center no-repeat; 
background-color: #FBEEF1;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color: #8E6A64;
border-top: 2px solid #FEABB9;
border-bottom: 2px solid #FEABB9;
}

p.report-info {
background: url('/images/icons/info.gif') center no-repeat; 
background-color:#F8FAFC ; 
background-position: 15px 50%; 
text-align: left; 
padding: 5px 20px 5px 45px; 
color:#5E6273; 
border-top: 2px solid #B5D4FE; 
border-bottom: 2px solid #B5D4FE;
}

p.report-complete {
background: url('/images/icons/sun.gif') center no-repeat;
background-color: #E6FFE1;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color:#48793F;
border-top: 2px solid #BCDFB5;
border-bottom: 2px solid #BCDFB5;
}

p.report-feed {
background: url('/images/icons/feed.gif') center no-repeat;
background-color: #E0E0E8;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color: #333333;
border-top: 2px solid #85BBDB;
border-bottom: 2px solid #85BBDB;
}

p.report-download {
background: url('/images/icons/download.gif') center no-repeat;
background-color: #F0F0F0;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 45px;
color: #666666;
border-top: 2px solid #c0c0c0;
border-bottom: 2px solid #c0c0c0;
}

.expandarea {
background-color: #F0F0F0;
text-align: center;
padding: 5px 20px 5px 45px;
color: #666666;
border-top: 2px solid #c0c0c0;
border-bottom: 2px solid #c0c0c0;
}

.expandarea a {
color: #666666;
text-decoration: none;
font-weight: bold;
}

.expandarea a:hover {
color: #000000;
text-decoration: none;
font-weight: bold;

}