/* CSS Style for DotNetNuke - Tomarps Website - Martin Campbell*/
/* Created Jan 26th */

/* background color for the content part of the pages */
Body {    
background-color: #FEFFEF;
 margin-top: 1px;
}
/* hyperlink style for Tomarps Links */
A:link  {
    text-decoration:    none;
    color:  #094c12;
}

A:visited   {
    text-decoration:    none;
    color:  #094c12;
}

A:active    {
    text-decoration:    none;
    color:  #094c12;
}

A:hover {
    text-decoration:    underline;
    color:  #67120d;
}
/* Control Panel Colors */
.controlpanel {
background-color: #EAEAEA;
}
/* --  Classes for the top of the montage & to allow everything
   to line up nicely when not logged in  -- */
.LogoHome {
background-image: url(tgran.gif);
width:137px;
height: 135px;
background-repeat: no-repeat;
}
.Footer {
color: #66120e; 
font-family: Verdana, Arial, sans-serif;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
}
.Panoramic {
color: #66120e; 
font-family: Verdana, Arial, sans-serif;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
}
.SmallDWhite {
color: #ffffff; 
font-family: Verdana, Arial, sans-serif;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
}
.HeaderTab {
background-image: url(FrontPaneTopNew.jpg);
width: 730px;
height: 90px;
background-repeat: no-repeat;
}
/* Generic Spacing for all Panes */
.Panes {
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
.Head {
font-family: Verdana, Arial, sans-serif;
font-size:  12px;
font-weight: normal;
color: #333333;
}
.Breadcrumbs{
color: #000000;
}
.Block {
width: 13px;
}
.Login {
color: #333333; 
font-family: Verdana, Arial, sans-serif;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
height: 30px;
}
.Small {
color: #FFFFFF; 
font-family: Verdana, Arial, sans-serif;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
height: 13px;
padding-left: 1px;
padding-right: 1px;
}
.SmallD {
color: #404040; 
font-family: Verdana, Arial, sans-serif;
font-size: 9px; 
font-weight: normal; 
font-style: normal;
height: 13px;
padding-left: 3px;
padding-right: 3px;
}

/* Main body text font and size */

.Normal {
font-family:Verdana, Arial, sans-serif;
font-weight: normal;
font-size: 11px;
}