﻿/* General Styles */ 


body 
{
    font-size: 12px;
    color: #666666;
    font-family: Arial;
}

p
{
    line-height: 2em;
    }
    
    
blockquote
{
   line-height: 1.75em;
   text-indent: 6em;
   font-style: italic;
   margin-left: 5em;
   margin-right: 5em;
   text-align: justify;
    
    }
    
a 
{
    text-decoration: none;
    color: #AE2024;
    }

a:hover
{
    text-decoration: none;
    color: #666666;
    }



h1
{
    font-size: 1.8em;
    font-weight: normal;
    margin-top: 0.5em;
    color: #AE2024;
    }

h2
{
    font-size: 1.6em;
    font-weight: normal;
    margin-top: 0.5em;
    color: #AE2024;
    
    }
    
h3
{
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0.5em;
    color: #AE2024;
    margin-bottom: 0px;
    
    }
    


h4
{
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 0.5em;
    color: #AE2024;
    }
h5
{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0.5em;
    color: #AE2024;
    }


    
/* Main Menu Styles*/ 

.StaticMenuItem
{
    color: #AE2024;
    padding: 0em 0.25em 0em 0.25em;
    border-right: solid 1px #AE2024;
    margin-top: 0.1em;
    margin-bottom: 0.08em;
    }
    
.DynamicMenuItem
{
    padding: 0.16em 0.12em 0.16em 0.25em;
    border-bottom: dotted 1px #cccccc;
    text-align: left;
    color: #AE2024;
    }
    
.StaticMenuItemHover, .DynamicMenuItemHover
{ 
    color: #666666;
    }
 

.DynamicMenu
{
    border: solid 1px #cccccc;
    }


/* Footer Menu Styles */ 


#FooterWrapper a
{
    font-size: 0.9em;
    }
    
    
 .FooterUl
 {
     text-align: left;
     margin: 0em;
     padding: 0em;
     float: left;
     display: inline; 
      
     }
     
 .FooterUl li
 {
     
     list-style:none;
     float: left;
     padding: 0px 0.4em 0px 0.4em;
     border-left: solid 1px #666666;
     }
     
 .FooterUl a, .GreyA
 {
   text-decoration: none;
   color: #666666;
   
     }
     
 .FooterUl a:hover, .GreyA:hover
 {
   color: #AE2024;
     }
     
     
/* End Footer Menu Styles */   


   

/* Forum Styles */   
    
   
    
    
    
.ThreadsTable
{
    background-color: #eeeeee;
    border: solid 1px #cccccc;
    margin-bottom: 1em;
    }
    
.ThreadsTable th
{
    background-color: #efefef;
    padding: 0.2em;
    }
    
.ThreadsTable td
{
    background-color: #ffffff;
    padding-left: 0.2em;
    }
    
.ThreadsTable .RowEdit td
{
    padding: 1em;
    }

.MessageForm
{
    margin: 1em 0em 1em 0em;
    border: solid 1px #cccccc;
    background-color: #efefef;
    float: left;
    width: 62.5em;
    text-align: center;
    padding: 2em 0em 2em 0em;
    display:inline;
    }
    

.MessageForm li
{
    padding-left: 1em;
    width: 60em;
    }
    
.MessageForm li input, .MessageForm li textarea, .tiny
{
    width: 480px;
    margin-right: 0em;
    padding-right: 0em;
    float: left;
   
    }
    
.MessageForm .tiny
{
    width: 43em;
    height: 20em;
    }

.MessageQuote
{
    
    padding: 1em;
    background-color: #efefef;
    border: solid 1px #cccccc;
    color: #669933;
   
    text-indent: 1em;
    
    }

.MessageQuoteWrapper
{
    margin-left: 2em;
    }

th a 
{
   color: #666666;
   text-decoration: underline;
  
    }
    
th a:hover
{
    color: #AE2024;
    text-decoration: none;
    
    }
    
.Post
{   float: none;
    clear: both;
    margin: 1em 0em 1em 0em;
    background-image: url(images/nav/postheadbg.jpg);
    background-repeat: repeat-x;
    border:  solid 1px #cccccc;
    
    
    }
    
    
.PostUser
{
    margin: 0.2em 1em 1em 1em;
    width: 12em;
    float: left;
    
 
    }
    
.PostBody
{
    margin: 0.2em 1em 1em 1em;
    float: none;
    margin-left: 12em;
 
    }
    
.PostFooter
{
    clear: both;
   
    }
 
.Post .PostHead
{ 
   height: 20px;
   float: none;
    margin-bottom: 0.5em;
    }
    
.Post p
{
    clear: none;
    }
    
.Post .tiny
{
    width: 43em;
    height: 20em;
    }
    
/* End Forum Styles */ 

.Reviews div
{
    border-bottom: dotted 1px #cccccc;
    text-align: right;
    padding-bottom: 1em;
    color: #669933;
    font-size: 1.1em;
    }

.Reviews blockquote
{
    color: #666666;
    }
    
.DiscussionHead
{
    
   
   margin-bottom: 0.5em;
    
    }
    
.DiscussionBody
{
    padding-bottom: 0.5em;
    border-bottom: dotted 1px #cccccc;
    
    }