/* ================================
    Default styles FOR Cafe Faster
   ================================
*/   

/* background color for the content part of the pages */
Body
{
    background-color: white;
}
A.HeaderMenu:link {
	text-decoration:    none;
	color:#FFFFFF;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 3px;
}

A.HeaderMenu:visited  {
	text-decoration:    none;
	color:#FFFFFF;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 3px;
}

A.HeaderMenu:active   {
	text-decoration:    none;
	color:#FFDEA5;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 3px;
}

A.HeaderMenu:hover    {
	text-decoration:    none;
	color:#FFDEA5;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 3px;
}

A.FooterLinks:link {
	text-decoration:    none;
	color:#552500;
	font: italic normal 11px Geneva, Georgia, Times New Roman, times;
	margin: 2px;
	padding: 3px;
}
A.FooterLinks:hover {

	text-decoration:    none;
	color:#A6430C;
	font: italic normal 11px Geneva, Georgia, Times New Roman, times;
	margin: 2px;
	padding: 3px;
}
A.FooterLinks:visited {

	text-decoration:    none;
	color:#552500;
	font: italic normal 11px Geneva, Georgia, Times New Roman, times;
	margin: 2px;
	padding: 3px;
}
A.FooterLinks:active {
	text-decoration:    none;
	color:#A6430C;
	font: italic normal 11px Geneva, Georgia, Times New Roman, times;
	margin: 2px;
	padding: 3px;
}
.FooterObject {
	color: #552500;
	text-decoration: none;
	font: italic normal 11px Geneva, Georgia, Times New Roman, times;
	margin: 2px;
	padding: 3px;
}

A.NavLinks:link {
	text-decoration:    none;
	color:#552500;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 2px;
}

A.NavLinks:visited  {
	text-decoration:    none;
	color:#552500;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 2px;
}

A.NavLinks:active   {
	text-decoration:    none;
	color:#A6430C;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 2px;
}

A.NavLinks:hover    {
	text-decoration:    none;
	color:#A6430C;
	font: italic bold 10px Geneva, Georgia, Times New Roman, times;
	margin: 0px;
	padding: 2px;
}

/* style for content headers */
.Header   {
	color: #522200;
	font: italic bold normal 14px Geneva, Georgia, Times New Roman, times;
	padding: 5px;
}

/* style of subheader */
.SubHeader    {
	color: #532400;
	font: bold 13px Geneva, Georgia, Times New Roman, times;
	padding: 5px;
}

/* style for subsubheader  */
.SubSubHead {
	color: #C06E2E;
	font: bold 12px Geneva, Georgia, Times New Roman, times;
	padding: 5px;
}

/* text style used for most text rendered by modules */
.Normal
{
	padding: 5px;
	font: italic normal 12px Geneva, Georgia, Times New Roman, times;
	color: #522200;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font: italic bold 12px Geneva, Georgia, Times New Roman, times;
	padding: 5px;
	color: #522200;
}

/* text style used for error messages */
.NormalRed
{
	font: italic bold 12px Geneva, Georgia, Times New Roman, times;
	color: #ff0000;
	padding: 5px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font: italic normal 12px Geneva, Georgia, Times New Roman, times;
	padding: 5px;
}
/* text style for the News Area in navigation */
.NewsAreaBox
{
	font: normal 11px Geneva, Georgia, Times New Roman, times;
	padding: 2px;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Geneva, Georgia, Times New Roman, times;
  background-color: #ffff99;
}

A:link  {
	text-decoration:    none;
	color:  #522300;
	font: italic normal 13px Geneva, Georgia, Times New Roman, times;
	margin: 2px;
	padding: 2px;
	list-style: circle;
	cursor: hand;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #0000CC;
}

SMALL   {
    font-size:  11px;
}

BIG {
    font-size:  16px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
	color: #522200;
    height:1pt;
    text-align:left
}
TD
{
	font: italic normal 12px Geneva, Georgia, Times New Roman, times;
	color: #522200;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}
