/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */


.HeadBg {
    background-color: #fffaf0;
    background-image: url(../images/buffalowaller/bison2a.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border-bottom: solid 2px #999999;
    height: 104px;
}


.HeadBgAlt {
    background-color: #880000;
}

/* background color for the content part of the pages */
Body
{
   background-color: #fffaf0;
   background-image: url(../images/buffalowaller/wallpaper.gif);
   background-repeat: repeat;
   font-family: Lucida Casual;
}

.ProductListPanel
{
	border: solid 1px #fffaf0; 
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Lucida Casual;
    font-size: 20px;
    font-weight: bold;
    color: #cccc99;
}

/* background/border colors for the selected tab */
.TabBg 
{
    font-size: 14px;
    font-family: Lucida Casual;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    font-size: 14px;
    font-family: Lucida Casual;
    color: #0059B3;
}

/* text style for the selected tab */
.SelectedTab {
    font-size: 14px;
    font-family: Lucida Casual;
    color: #0059B3;
    font-weight: bold;
    text-decoration: underline;
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-size: 14px;
    font-family: Lucida Casual;
    color: #0059B3;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    
{
	font-size: 14px;
	font-family: Lucida Casual;
    text-decoration:    none;
    color: #0059B3;
}

A.OtherTabs:visited 
{
	font-size: 14px;
	font-family: Lucida Casual;
    text-decoration:    none;
    color: #0059B3;
}

A.OtherTabs:active  
{
	font-size: 14px;
	font-family: Lucida Casual;
    text-decoration:    none;
    color: #0059B3;
}

A.OtherTabs:hover   
{
	font-size: 14px;
	font-family: Lucida Casual;
    text-decoration:  underline;
    color: #FF0000;
}

/* styles for the panes holding literal and user controls */
.LeftPaneStyle
{
	width: 170px;
	font-family: Lucida Casual;
    font-size: 12px;
}
.ContentPaneStyle
{
	font-family: Lucida Casual;
    font-size: 12px;
}
.RightPaneStyle
{
	width: 230px;
	font-family: Lucida Casual;
    font-size: 12px;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Lucida Casual;
    font-size: 11px;
    font-weight: bold;
    color:#333333;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#333333;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#333333;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#333333;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#000000;
}

/* style for separator between site links */
.Accent
{
    color: #333333;
    font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Lucida Casual;
    font-size:  11px;
    font-weight:  bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Lucida Casual;
    font-size:  20px;
    font-style: italic;
    font-weight:  bold;
    color: #143f42;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Lucida Casual;
    font-size:  11px;
    font-weight:  bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Lucida Casual;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Lucida Casual;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Lucida Casual;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Lucida Casual;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Lucida Casual;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Lucida Casual;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #0059B3;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0059B3;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0059B3;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FF0000;
}


/* GENERIC */
H1  {
    font-family: Lucida Casual;
    font-size:  20px;
    font-weight:  normal;
    color: #666644;
}

H2  {
    font-family: Lucida Casual;
    font-size:  20px;
    font-weight:  normal;
    color: #666644;
}

H3  {
    font-family: Lucida Casual;
    font-size:  12px;
    font-weight:  normal;
    color: darkred;
}

H4  {
    font-family: Lucida Casual;
    font-size:  12px;
    font-weight:  normal;
    color: darkred;
}

H5, DT  {
    font-family: Lucida Casual;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Lucida Casual;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Lucida Casual;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Lucida Casual;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  14px;
    text-decoration:    none;
    color:  #0059B3;
}

A:visited   
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  14px;
    text-decoration:    none;
    color:  #0059B3;
}

A:active    
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  14px;
    text-decoration:    none;
    color:  #0059B3;
}

A:hover 
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  14px;
    text-decoration: underline;
    color:  #FF0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

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: dimgrey;
    height:1pt;
    text-align:left
}


.FooterItem 
{
    font-family: Lucida Casual;
    font-size: 12px;
    font-weight: bold;
}
.FooterItem:link
{
	font-family: Lucida Casual;
	color: #0059B3;
	text-decoration: none;
}  
.FooterItem:hover    
{
	font-family: Lucida Casual;
	color: #FF0000;
	text-decoration: underline;
}
	

.ErrorMessage
{
	font-family: Lucida Casual;
    font-size: 10px;
    font-weight: bold;
    color: #cc0000;
}



.WallerText
{
    font-family: Lucida Casual;
    font-size:  12pt;
    font-weight: bold;   
    color: #143f42;
    line-height: 12pt;
}

.WallerLink A:link  
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  12pt;
    text-decoration:    none;
    color:  #0059B3;
}

.WallerLink A:visited   
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  12pt;
    text-decoration:    none;
    color:  #0059B3;
}

.WallerLink A:active    
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  12pt;
    text-decoration:    none;
    color:  #0059B3;
}

.WallerLink A:hover 
{
	font-family: Lucida Casual;
	font-weight: bold;
	font-size:  12pt;
    text-decoration: underline;
    color:  #FF0000;
}
