
/* Blue background */
body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
    background-color: #004E98;
    line-height: 135%;
	margin: 0px 4px 0px;
}

img {
	border-style: none;
}

#make_event_table .rowhead {
	padding-top:13px;
}

.content {
	width: 900px;
	display: inline-block;
}

.in {
	background-color: #ECE9D8; 
	border: 1px solid #000000;
	padding: 10px 60px;
	margin-top: 20px;
	text-align: left;
}

.out {
	background-color: #F5F4EA;
	border: 1px solid #000000;
	padding: 25px;
	overflow: hidden;
}


table{
	background-color: #ECE9D8;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.light {
	background-color: #F5F4EA;
}
td {
	padding: 5px;
	border: 1px solid #000000;
}
td.embedded {
	border: none;
}
td.alt1 {
	padding: 1px;
	border-style: none;
}
td.alt2 {
	padding: 1px;
	border-style: none;
	background-color: #F5F4EA;
}
td.rowhead {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td.colhead {
  font-weight: bold;
  color: #ffffff;
  background-color: #0055A4;
}

h1 {
	font-size: 12pt;
	margin: 20px 0px;
	text-align: center;
}

h2 {
	font-size: 10pt;
	margin: 20px 0px 6px;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a.altlink {
	font-weight: bold;
	color: #A83838;
	text-decoration: none;
}
a.altlink:hover {
  text-decoration: underline;
}

input[type=submit] {
    height: 20pt;
}

p.sub { 
  margin-bottom: 4px;
  margin-top: 14px;
}

hr {
	color: #4040c0;
	height: 2px;
}

input, select, textarea {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

.nav_elem {
	padding: 10px;
	display: inline;
}

li {
    margin-top: 6px;
    margin-bottom: 6px;
}


.user_class {
	margin-top: 25px;
}

.mod_tool {
	display: inline-block;
	width: 150px;
	margin-top: 6px;
}

.quote {
	margin-left: 0px;
}
.quote td {
	padding: 10px;
	border: 1px black dashed;
	background-color: #ECE9D8;
}

#unread {
	display: inline;
	background-color: red;
	padding:10px;
	border: 1px solid #000000;
}
a.unread {
	color: white;
	font-weight: bold;
	text-decoration:underline;
}

.vote {
	margin-top: -9px;
	height: 16px;
	width: 16px;
	position: absolute;
	background-image: url('../img/star16u.gif');
}
.voteinside {
	height: 16px;
	width: 16px;
}
.voted {
	margin-top: -9px;
	height: 16px;
	width: 16px;
	position: absolute;
	background-image: url('../img/star16.gif');
}

#vote1 { margin-left: 0px; }
#vote2 { margin-left: 16px; }
#vote3 { margin-left: 32px; }
#vote4 { margin-left: 48px; }
#vote5 { margin-left: 64px; }

#vote1:hover { background-image: url('../img/star16.gif'); }
#vote2:hover, #vote2:hover ~ .vote { background-image: url('../img/star16.gif'); }
#vote3:hover, #vote3:hover ~ .vote { background-image: url('../img/star16.gif'); }
#vote4:hover, #vote4:hover ~ .vote { background-image: url('../img/star16.gif'); }
#vote5:hover, #vote5:hover ~ .vote { background-image: url('../img/star16.gif'); }

.spoilers {
	position: relative;
	display: inline;
}
.spoilers_overlay {
	background: url('../img/spoilers.gif');
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid red;
	top: 0px;
	left: 0px;
}
.spoilers_overlay:hover {
	background: none;
	border: 1px solid transparent;
}

.spoilersblock {
	position: relative;
}