﻿/* Alternating backgrounds for posts, and several other sections of the forum. */
.ditto_documentInfo
{
	color: #000000;
	background-color: #ECEDF3;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ditto_pageTitle
{
	color: #000000;
	background-color: #F6F6F6;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.ditto_introText
{
	color: #000000;
	background-color: #E0E1E8;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.ditto_item
{
	background-color: #EEEEEE;
	padding: 0px;
}


/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.ditto_Table
{
	background-color: #ecedf3;
	padding: 0px;
}

.ditto_pTable
{
	background-color: #ADADAD;
	padding: 1px;
}


/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* List styles for ditto */

#foldheader
{
	cursor:hand ; font-weight:bold ;
	list-style-image:url(/main/images/116_fold.jpg)
}

#foldinglist
{
	list-style-image:url(/main/images/116_list.jpg)
}

