/* Main selectors */
body {
	color: #000000; 
	background: #ffffff; 
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}

A:link
{
	/*color: #00aaff;*/
	color: #009aef;
}

A:visited
{
	/*color: #00aacc;*/
	color: #009abc;
}

/*td {
	color: #24ed82; 
	background: #666666; 
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}*/

/* Albums */
td.albumheader {
	color: #24ed82; 
	background: #666666; 
	font-size: 14pt; 
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}

td.album {
	color: #24ed82; 
	background: #666666; 
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}

/* Log books */
td.lightrow {
	color: #24ed82; 
	background: #757575; 
	font-size: 14pt; 
	font-family: Helvetica, sans-serif;
}

td.darkrow {
	color: #24ed82; 
	background: #666666; 
	font-size: 14pt; 
	font-family: Helvetica, sans-serif;
}

/* Logs */
td.logsubject {
	color: #24ed82; 
	background: #666666; 
	font-size: 14pt; 
	font-weight: bold; 
	font-family: Helvetica, sans-serif;
}

td.logname {
	color: #24ed82; 
	background: #666666; 
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}

td.logcontent {
	color: #222222; 
	background: #00dddd;
	/*background: #494949; */
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}

/* Posted comments */
td.subject {
	color: #24ed82; 
	background: #666666; 
	font-size: 14pt; 
	font-weight: bold; 
	font-family: Helvetica, sans-serif;
}

td.name {
	color: #24ed82; 
	background: #666666; 
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}

td.comment {
	color: #000000; 
	background: #ffffff; 
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}

td.reply {
	color: #000000; 
	background: #ffffff; 
	font-size: 10pt; 
	font-family: Helvetica, sans-serif;
}

a.postcomment {
	font-size: 10pt; 
	font-family: Helvetica, sans-serif;
}

/* Misc */
td.caption {
	color: #24ed82; 
	background: #666666; 
	text-align: center;
	font-size: 14pt; 
	font-weight: bold; 
	font-family: Helvetica, sans-serif;
}

a.nav {
	font-size: 12pt; 
	font-family: Helvetica, sans-serif;
}

/*
td.logsubject  {color: #2f2f2f; background: #f25050; font-size: 14pt; font-weight: bold; font-family: Helvetica, sans-serif;}
td.logcontent  {color: #cfe338; background: #2f2f2f; font-size: 12pt; font-family: Helvetica, sans-serif;}
td.logcontent  {color: #e0e0a8; background: #2f2f2f; font-size: 12pt; font-family: Helvetica, sans-serif;}
table.comment {padding: 0; margin: 0; border: 0;}
table {background: transparent}
*/
