/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
font-size: 16px;
padding-bottom: 4px;
margin: 0px;
}

H2  {
font-size: 14px;
padding-bottom: 4px;
margin: 0px;
}

H3  {
font-size: 12px;
padding-bottom: 4px;
margin: 0px;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #ff9c00;
text-decoration: underline;
}

A:visited   {
color: #cc0033;
text-decoration: underline;
}

A:hover {
border: none;  /* GETS RID OF BORDER ON HOVER IMAGES IN FIREFOX */
color: #CC0033;
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL {
font-size: 13px;
list-style-type: none;
padding: 0px;
margin: 0px;
}

UL LI
{
list-style-type: none;
background-image: url("/Portals/0/Images/common_items/list_double_arrow.gif");
background-repeat: no-repeat;
background-position: 0px 2px; 
padding: 0px 0px 2px 16px;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

P {
font-size: 13px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* Horizontal Scroller Styles */
#Hscrolloutercontainer {
  position: relative;
  width: 880px;
  height: 110px;
  overflow: hidden;
  border: 0px none;
}

#Hscrollcontainer {
  position: relative;
  width: 875px;
  height: 110px;
  overflow: hidden;
  border: 0px none;
}

#Hscroller {
  width: 909px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}

.Hscrollcontent {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 0px none;
  font-size: .8em;
}

.HscrollNav, .HscrollNav a:link, .HscrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}



/* ---------------------------------------------LARRY'S ADDED STYLES------------------------------------------------ */

/*-----padding for fishing and premier banners. To overide the default value------- */

.pad_topright {padding-left: 4px;}

/*---------------------------------COMMON CLASSES FOR TEXT ----------------------------------------*/

.greentext {color: #009900;}
.greytext {color: #808080;}
.redtext {color: #cc0033;}
.orangetext {color: #ff9c00;}
.bluetext {color: #3399ff;}

.orangelink {color: #ff9c00 !important;
text-decoration: underline !important;}

.orangelink:hover {color: #cc0033 !important;}


img {
border: none;    /* GETS RID OF BORDER ON HOVER IMAGES IN FIREFOX */
}

/*------Color grey background past bottom of main container--------*/

body {
background-color: 3E3E3E;
}


/* THESE STYLES ARE FOR THE BOXES THAT HOLD "NEWS" "CUSTOM EVERYTHING!" "TIPS ON CHOOSING A DESIGN" ETC.*/

/*THIS CLASS ".notation_boxes" NEEDS TO BE APPLIED TO THE CONTAINING TABLE or DIV*/

div.notation_boxes {
background-color: rgb(240,240,240);
width: 210px;
padding: 12px;
margin: 18px 0px 18px 0px;
border: 1px dotted #999999;
}

div.notation_boxes hr {
margin: 6px 0px 10px 0px;
padding: 0px;
color: #999999;
}

div.notation_boxes h1 {
margin: 0px;
padding: 0px;
color: #cc0000;
font-size: 18px;
}

div.notation_boxes p {
padding: 0px;
color: #cc0000;
font-size: 12px;
}

/*-------------------- FOR FISHING PROMO BANNER -------------------------*/

#fishing_promo {
width: 221px;
height: 146px;
background: url("Images/common_items/roll_over_fishingpromo.jpg") no-repeat 0px 0px;
overflow: hidden;
}

#fishing_promo:hover {
background: url("Images/common_items/roll_over_fishingpromo.jpg") no-repeat 0px -146px;
}


/*--------------Styles for CATEGORY_MAIN container---------------------*/

.main_h2 {
font-size: 18px;
color: #cc0000;
}

.greyital {
font-size: 13px;
color: #808080;
font-style: italic;
margin: 0px;
}

.main_p {
font-size: 14px;
color: black;
}

/*-------------------------------------------TABLE STYLES FOR THUMBNAIL IMAGE ON LEFT OF DISPLAY AND APPAREL PAGE ---------------------------------------------*/

#thumbtable {
width: 510px; /*TD WIDTHS */
margin-left: 100px;
}

.cell1 {
width: 160px; /*IMAGE WIDTH AND PADDING*/
padding-right: 10px;
}

.cell2 {
width: 350px;
}

/*-------------------------------------------STYLES FOR THUMBNAIL IMAGE ON LEFT OF DISPLAY AND APPAREL PAGE ---------------------------------------------*/

.thumbnail {
width: 130px;
height: 100px;
border: none;
}


/*     ------      Sidebar buttons ROLL OVERS     ----------     */

#contact_but {
width: 236px;
height: 60px;
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_contact.png") top left no-repeat;
}

#contact_but:hover {
background: url("Images/common_items/roll_over_contact.png") 0px -60px no-repeat;
}

#banner_stand_but {
width: 236px;
height: 60px;
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_banner.png") top left no-repeat;
}

#banner_stand_but:hover {
background: url("Images/common_items/roll_over_banner.png") 0px -60px no-repeat;
}

#art_req_but {
width: 236px;
height: 60px;
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_artreq.png") top left no-repeat;
}

#art_req_but:hover {
background: url("Images/common_items/roll_over_artreq.png") 0px -60px no-repeat;
}

#dye_sub_but {
width: 236px;
height: 60px;
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_dyesub.png") top left no-repeat;
}

#dye_sub_but:hover {
background: url("Images/common_items/roll_over_dyesub.png") 0px -60px no-repeat;
}

#table_cloths_but {
width: 236px;
height: 60px;
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_tablecloths.png") top left no-repeat;
}

#table_cloths_but:hover {
background: url("Images/common_items/roll_over_tablecloths.png") 0px -60px no-repeat;
}

#tradeshow_but {
width: 236px;
height: 60px;
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_tradeshow.png") top left no-repeat;
}

#tradeshow_but:hover {
background: url("Images/common_items/roll_over_tradeshow.png") 0px -60px no-repeat;
}

#stockdesign_but {
width: 236px;
height: 60px;
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_stockdesigns.png") top left no-repeat;
}

#stockdesign_but:hover {
background: url("Images/common_items/roll_over_stockdesigns.png") 0px -60px no-repeat;
}

#file_uploads_but {
width: 236px;
height: 60px; 
margin: 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_upload.png") top left no-repeat;
}

#file_uploads_but:hover {
background: url("Images/common_items/roll_over_upload.png") 0px -60px no-repeat;
}

#announcements_banner {
width: 236px;
height: 120px;
margin: 0px;
border: 0px;
padding: 0px;
display: block;
background: url("Images/common_items/bassmaster_2012.jpg") top left no-repeat;
}

/*----- For roll over image on announcements 
#announcements_banner:hover {
background: url("Images/common_items/2up_motorsports.png") 0px -120px no-repeat;
}
----*/

#jersey_order_but {
width: 700px;
height: 60px;
margin: 8px 0px;
border: 0px;
padding: 0px;
background: url("Images/common_items/roll_over_order_button.gif") 0px 0px no-repeat;
}

#jersey_order_but:hover {
background: url("Images/common_items/roll_over_order_button.gif") 0px -60px no-repeat;
}


/* ---- End Roll overs ----*/



/*------------------Division of PPL box -------------------------*/

#ppl_box {
padding-top: 4px;
width: 221px;
height: 50px;
}


/*------------------REMOVE PADDING AND MARGINS NARROW BANNER -------------------------*/

.narrow_banner {
padding: 0px;
margin: 0px;
}

#flash_banner{
padding: 0px;
margin: 0px;
cursor: pointer;
width: 740px;
height: 200px;
background: url(Flash/ipad_background_banner.jpg) top left no-repeat;
}












































































































































































































































