.HighlightText
{
   font-size: 11px;
   color: #ffffff;
}

.BoldText
{
   font-size: 11px;
   color: #000000;
   font-weight: bolder;
}

.ErrorText
{
   font-size: 11px;
   color: #cd0000;
   font-weight: bolder;
}

.StoreText
{
   font-size: 12px;
   color: #cd0000;
   font-weight: bolder;
}
a {
   color: #FFFFFF;
   text-decoration: none;
}

a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

body {
   background-color: #000000;
   font-family: arial, verdana; 
   font-style: plain;
   font-size: 11px;
   color: #272727;
}

td {
   border: 0px solid #cd0000;
   font-family: arial, verdana; 
   font-style: plain;
   font-size: 11px;
   color: #272727;  
}

.TopLine
{
   background-color: #808080;
   height: 1px;
}

.SideLine
{
   background-color: #808080;
   width: 1px;
}

.MenuBar
{
   background-image: url('../images/Menus/MenuTile.jpg');
   background-repeat: repeat-x;  
}

.MainBackground
{
   background-image: url('../images/Backgrounds/Background05.jpg');
   background-repeat: no-repeat;     
}

.MembershipBackground
{
   background-image: url('../images/Backgrounds/Background04.jpg');
   background-repeat: no-repeat;     
}

.WhatIsBackground
{
   background-image: url('../images/Backgrounds/Background07.jpg');
   background-repeat: no-repeat;     
}

.PitBullBackground
{
   background-image: url('../images/Backgrounds/BackgroundPittBull.jpg');
   background-repeat: no-repeat;     
}

.JudgeBackground
{
   background-image: url('../images/Backgrounds/BackgroundJudge.jpg');
   background-repeat: no-repeat;     
}

.JeffBackground
{
   background-image: url('../images/Backgrounds/BackgroundJeff.jpg');
   background-repeat: no-repeat;     
}

.EventsBackground
{
   background-image: url('../images/Backgrounds/Background08.jpg');
   background-repeat: no-repeat;     
}

.OtherEventsBackground
{
   background-image: url('../images/Backgrounds/Background10.jpg');
   background-repeat: no-repeat;     
}

.CharitiesBackground
{
   background-image: url('../images/Backgrounds/Background09.jpg');
   background-repeat: no-repeat;     
}

.GalleryBackground
{
   background-image: url('../images/Backgrounds/Background12.jpg');
   background-repeat: no-repeat;     
}

.ContactBackground
{
   background-image: url('../images/Backgrounds/Background11.jpg');
   background-repeat: no-repeat;     
}

.MerchandiseBackground
{
   background-image: url('../images/Store/BackgroundStore.jpg');
   background-repeat: no-repeat;     
}

.HoldPageBackground
{
   background-image: url('../images/Backgrounds/HoldPageContent.jpg');
   background-repeat: no-repeat;     
}

.AdBorder
{
   border: 1px solid #272727;
   display: block;  
}

.AdBorder:hover
{
   border: 1px solid #808080;
   display: block;  
}

.BioArea
{
   background-color: #272727;
   height: 235px;
   display: block;
   overflow: auto;
   color: #000000;  
}

.EventsArea
{
   background-color: #272727;
   height: 230px;
   display: block;
   overflow: auto;  
}

.PastEventsArea
{
   height: 150px;
   display: block;
   overflow: auto;  
}

.ContactArea
{
   height: 180px;
   display: block;
   overflow: auto;  
}

.GalleryArea
{
   height: 276px;
   width: 451px;
   display: block;
   overflow: auto;
}

.MerchandiseArea
{
   background-color: #272727;
   height: 270px;
   display: block;
   overflow: auto;
   padding-right: 20px;
}

.AdminTreeText
{
   color: #cdcdcd;  
   font-weight: bolder;
}

.AdminTreeText:hover
{
   color: #cd0000;
   text-decoration: underline;
}


.DeleteText
{
   color: #272727;  
   font-weight: normal;
}

.DeleteText:hover
{
   color: #272727;
   text-decoration: underline;
}