/* Main Settings */
td {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

a:link,
a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a:active {
	color: #FFFF00;
	text-decoration: underline;
}

/* Colors */
.white {
	color: #FFFFFF;
}

.white a:link,
.white a:visited {
	color: #FF6600;
}

.white a:hover {
	color: #FFFF00
}

.white a:active {
	color: #FFFFFF;
}

.orange {
	color: #FF6600;
}

/* General Styles */
.phrase {
	font-family: Times New Roman;
	font-size: 16px;
	font-style: italic;
}

.header {
	font-weight: bold;
}

.tools {
	font-size: 9px;
	color: #552200;
}

.tools a:link,
.tools a:visited {
	color: #993300;
}

.tools a:hover {
	color: #FF6600;
}

.tools-white {
	font-size: 9px;
	color: #FFFFFF;
}

.tools-white a:link,
.tools-white a:visited, {
	color: #FFDD99
}

.tools-white a:hover {
	color: #FFFFFF;
}

/* Structural Styles */
.title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
}

.title:first-letter {
	color: #FF0000;
}

/* Object Styles */
.event-name,
.member-name,
.message-title,
.poll-question,
.name,
.name a:link,
.name a:visited {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

.name a:hover {
	color: #000000;
	text-decoration: underline;
}

.gallery-name,
.image-name,
.name-white,
.name-white a:link,
.name-white a:visited {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
}

.name-white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.event-date,
.event-time,
.gallery-date,
.member-joindate,
.message-posttime,
.datetime {
	font-style: italic;
}

.event-location,
.event-location a:link,
.event-location a:visited,
.event-type,
.member-location,
.member-type,
.message-category,
.message-category a:link,
.message-category a:visited {
	color: #444444;
}

.event-location a:hover,
.message-category a:hover {
	color: #000000;
}

.event-coordinator,
.message-author {
}

.event-description,
.message-body,
.gallery-description,
.member-description,
.description {
	font-size: 10px;
	margin-left: 10;
	margin-right: 10;
}

.text-standard {
	font-size: 11px;
}

.gallery-name-small {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
}

.member-email {
}

.member-phone {
	color: #000066;
}

.poll-question-small {
	font-size: 9px;
	font-weight: bolder;
}

.poll-response {
	font-size: 10px;
}

.poll-response-small {
	font-size: 9px;
}

/* Sizes */
.small {
	font-size: 10px;
}

.smaller {
	font-size: 9px;
}

.smallest {
	font-size: 8px;
}

/* Special */
.transparent {
	filter: alpha ( opacity = 75 );
}

/* Interface */
input {
	border-width: 1px;
	font-size: 10 px;
	font-family: Verdana;	
}

select {
	border-width: 1px;
	border-style: inset;
	font-size: 10 px;
	font-family: Verdana;	
}

textarea {
	width: 480px;
	border-width: 1px;
	font-size: 10 px;
	font-family: Verdana;	
}

body {
  background-color: #000000;
  scrollbar-face-color: #737373;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #C1C1C1;
  scrollbar-highlight-color: #737373;
  scrollbar-3dlight-color: #B0B0B0;
  scrollbar-shadow-color: #737373;
  scrollbar-darkshadow-color: #292929;
}