/* HTML TAGS */

form
{
	margin-top: 2em;
}

input
{
	width: 20em;
}

input.button
{
	height: 3em;
	background-color: #FFFFFF;
	background-image: url(../images/field_fill.gif);
	background-repeat: repeat-x;
}

input.checkbox
{
	width: auto;
	background-color: transparent;
}

textarea
{
	width: 20em;
	height: 20em;
	font-family: Arial, Helvetica, sans-serif;
}




/* OBJECTS */

#archiveList
{
	list-style-type: none;
	margin: 0 0 0.5em 18px;
	padding: 0;
	font-weight: bold;
}

#archiveList li
{
	margin: 0 20px 0 0;
	padding: 1em 0 0 0;
}

#archiveList li a
{
	text-decoration: none;
}

#archiveList li a:link
{
	color: #FFFFFF;
}

#archiveList li a:visited
{
	color: #999999;
}

#archiveList li a:hover
{
	color: #FFCC00;
}

#archiveList li.active a:link
{
	color: #FFCC00;
}

#archiveList li.active a:visited
{
	color: #FFCC00;
}

#archiveList .date
{
	color: #999999;
	font-size: 0.85em;
	font-weight: normal;
}

#titleComments
{
	background-image: url(../images/title_comments.gif);
}

#titlePerspective
{
	background-image: url(../images/title_perspective.gif);
}




/* CLASSES */

.commentAuthor
{
	padding-top: 1em;
	padding-bottom: 0;
	color: #7F7F7F;
}

.commentNumbering
{
	margin-right: 0.5em;
	color: #000000;
	font-weight: bold;
}

.commentNumbering a
{
	text-decoration: none;
}

.commentNumbering a:link
{
	color: #000000;
}

.commentNumbering a:visited
{
	color: #000000;
}

.commentNumbering a:hover
{
	color: #0066CC;
}

.currNum
{
	font-size: 1.5em;
}

.perspectiveDate
{
	color: #666666;
	font-size: 0.7em;
	font-weight: normal;
}
