/* ===============================================
The style for the table where the categories are
shown.
=============================================== */
table.bbbcategory
	{
	width: 100%;
	border-collapse: collapse;
	color: #708BC3;
	}

td.bbbcategoryleft
	{
	width: 55px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	background-color: ;
	color: #708BC3;
	}

td.bbbcategoryright
	{
	vertical-align: top;
	background-color: ;
	color: #708BC3;
	}

/* ===============================================
The style for the category links
=============================================== */
A.categorylink:hover
	{
    	font-weight: 900;
	color: #708BC3;
	}

A.categorylink
	{
	font-weight: 900;
	color: #708BC3;
	}

A.categorylink:active
	{
    	font-weight: 900;
	color: #708BC3;
	}

A.categorylink:visited
	{
	font-weight: 900;
	color: #708BC3;
	}

/* ===============================================
The style for the table where all posts and 
headlines are shown.
=============================================== */
table.bbbmainheadline
	{
	width: 100%;
	color: #708BC3;
	}

td.bbbmainheadlinecounter
	{
	width: 20px;
	color: #708BC3;
	}

td.bbbmainheadlinetitle
	{
	color: #708BC3;
	}

td.bbbmainheadlinedate
	{
	width: 100px;	
	text-align: right;
	color: #708BC3;
	}

table.bbbmainpost
	{
	width: 100%;
	color: #708BC3;
	}

td.bbbmainpostcounter
	{
	width: 20px;
	color: #708BC3;
	}

td.bbbmainposttitle
	{
	color: #708BC3;
	}

td.bbbmainpostdate
	{
	width: 100px;
	text-align: right;
	color: #708BC3;
	}

/* ===============================================
The style for the links within the table where
all posts and headlines are shown.
=============================================== */
A.bbbmain:hover
	{
	color: #708BC3;
	}

A.bbbmain
	{
	color: #708BC3;
	}

A.bbbmain:active
	{
	color: #708BC3;
	}

A.bbbmain:visited
	{
	color: #708BC3;
	}


/* ===============================================
Modulepage Top X headlines + link style
=============================================== */
td.bbbtopxheadlines
	{
	color: #708BC3;	
	}

A.bbbtopxheadlines:hover
	{
	color: #708BC3;
	}

A.bbbtopxheadlines
	{
	color: #708BC3;
	}

A.bbbtopxheadlines:active
	{
	color: #708BC3;
	}

A.bbbtopxheadlines:visited
	{
	color: #708BC3;
    	}

/* ===============================================
The first td row where the image is shown on 
the modulepage mainstartpage.
=============================================== */
td.bbbmainfirstrowheadlines
	{
	color: #708BC3;
	}	
td.bbbmainfirstrowposts
	{
	color: #708BC3;
	}


/* ===============================================
The style for the show headline page
=============================================== */
table.bbbshowheadline
	{
	width: 100%;
	border-collapse: collapse;
	color: #708BC3;
	}

td.bbbshowheadlineleft
	{
	width: 75px;
	vertical-align: top;
	text-align: center;
	color: #708BC3;
	}

td.bbbshowheadlineright
	{
	vertical-align: top;
	color: #708BC3;
	}

table.bbbshowpost
	{
	width: 100%;
	border-collapse: collapse;
	color: #708BC3;
	}

td.bbbshowpostleft
	{
	width: 75px;
	vertical-align: top;
	text-align: center;
	color: #708BC3;
	}

td.bbbshowpostright
	{
	vertical-align: top;
	color: #708BC3;
	}

/* ===============================================
The style for the personal post page
=============================================== */
table.bbbpersonalpost
	{
	width: 100%;
	border-collapse: collapse;
	color: #708BC3;
	}

td.bbbpersonalpostleft
	{
	width: 75px;
	vertical-align: top;
	text-align: center;
	color: #708BC3;
	}

td.bbbpersonalpostright
	{
	vertical-align: top;
	color: #708BC3;
	}


/* ===============================================
The style for the stats page
=============================================== */
A.bbbstats:hover
	{
	color: #708BC3;
	}

A.bbbstats
	{
	color: #708BC3;
	}

A.bbbstats:active
	{
	color: #708BC3;
	}

A.bbbstats:visited
	{
	color: #708BC3;
	}

/* ===============================================
The style for the phpwebmail page
=============================================== */
table.bbbphpmail
	{
	width: 100%;
	color: #708BC3;
	}

td.bbbphpmail
	{
	vertical-align: top;
	width: 100px;
	color: #708BC3;
	}


/* ===============================================
The style for the search page
=============================================== */
table.bbbsearchresults
	{
	width: 100%;
	color: #708BC3;
	}

td.bbbsearchresults
	{
	color: #708BC3;
	}

td.bbbsearchresultsnavigate
	{
	text-align: center;
	color: #708BC3;
	}

table.bbbsearchsmallform
	{
	width: 100%;
	color: #708BC3;
	}

td.bbbsearchsmallformbutton
	{
	text-align: center;
	color: #000000;
	}

td.bbbsearchsmallform
	{
	color: #708BC3;
	}

