﻿/* BOARD IMAGES */
IMG.Board
{
	padding: 4px;
	margin: 4px;
}
/* //BOARD IMAGES */

/* INSTRUCTIONS BOXES */
DIV.InstructionsBox
{
	font-size: 11px;
	padding: 4px;
	border: solid 1px #336699;
	color: Black;
	height: 140px;
}
DIV.InstructionsBox .Title
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	color: #336699;
}
DIV.InstructionsBox A
{
	color: #336699;
	text-decoration: underline;
}
DIV.InstructionsBox A:hover
{
	color: Blue;
	text-decoration: none;
}
/* //INSTRUCTIONS BOXES */

/* BOARD ENTRY BOX */
DIV.BoardEntryBox
{
	background-color: #eeeeee;
	padding: 4px;
	font-size: 12px;
}
DIV.BoardEntryBox .TagLabel
{
	font-size: 10px;
}
DIV.BoardEntryBox .Dates
{
	color: #336699;
	font-size: 10px;
}
DIV.BoardEntryBox .DateLabel
{
	color: black;
	font-size: 10px;
}
DIV.BoardEntryBox .BoardEntryTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}
DIV.BoardEntryBox A.BoardEntry
{
	color: #336699;
	text-decoration: underline;
	font-size: 14px;
	font-weight:bold;
}
DIV.BoardEntryBox A.BoardEntry:hover
{
	color: Blue;
	text-decoration: none;
}
DIV.BoardEntryBox IMG.BoardEntryImage
{
	padding: 4px;
	margin: 4px;
}
/* //BOARD ENTRY BOX */

/* PATH PANEL */
DIV.PathPanel
{
	border: solid 1px #eeeeee;
	padding: 5px;
	width: 591px;
	text-align: left;
	font-size: 12px;
}
DIV.PathPanel A
{
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
DIV.PathPanel A:hover
{
	text-decoration: none;
}
/* //PATH PANEL */

A.TagBoard
{
	color: #336699;
	text-decoration: underline;
	font-size: 10px;
}
A.TagBoard:hover
{
	color: Blue;
	text-decoration: none;
}