/*                                                                    */
/*  File Name:  2006style.css                                         */
/*                                                                    */
/*                                                                    */
/*  Colors:                                                           */
/*   Reds    :  FF3F3F 1st (not being used)                           */
/*           :  C00000 2nd Main/Links ( was F70008 )                  */  
/*           :  CC0000 3rd Dark                                       */              
/*                                                                    */
/*   Blacks  :  000000                                                */
/*              2F2F2F (?)                                            */
/*              3F3F3F                                                */
/*                                                                    */
/*   Grey    :  CCCCCC                                                */
/*                                                                    */
/*   White   :  FFFFFF                                                */
/*                                                                    */
/* padding: top right bottom left                                     */
/*                                                                    */
/*                                                                    */
/*                                                                    */
/* .center  <td class="center">                                       */
/* #center  <td id="center">                                          */
/*                                                                    */
/* margin                                                             */
/* border  - adds to width                                            */
/* padding                                                            */
/*                                                                    */
/*                                                                    */


body 
{
vertical-align:       top;
text-align:           center;
font-family:          Verdana, Arial, Helvetica, sans-serif;
margin:               0px 0px 10px 0px;  
background-color:     #000000; 
/* background-image:     url(http://www.waterlooblackhawks.com/graphics/bg_2008.gif); */
/* background-repeat:    repeat-x; */

}

pre
{
margin:               0px 0px 0px 0px;  
padding:              0px 0px 0px 0px;
}

hr
{

}

p 
{
display:           block;
padding:           2px 15px 2px 15px;
font-family:       Verdana, Arial, Helvetica, sans-serif;
}

p.boxoffice
{
padding:           2px 10px 2px 10px;
font-family:       Verdana, Arial, Helvetica, sans-serif;
background-color:  #cccccc; 
font-size:         80%;
}

ul 
{
margin:            5px 10px 5px 15px;   
font-size:         100%;
font-family:       Verdana, Arial, Helvetica, sans-serif;
}

li 
{
margin:            3px 10px 3px 16px;   
font-size:         100%;
font-family:       Verdana, Arial, Helvetica, sans-serif;
}

li.nomarker
{
margin:            3px 10px 3px 21px;
font-size:         100%;
font-family:       Verdana, Arial, Helvetica, sans-serif;
list-style-type:   none;
}

td 
{
vertical-align:    top;
font-family:       Verdana, Arial, Helvetica, sans-serif;
}

th 
{
color:             white;
background-color:  #3F3F3F;  
font-variant:      small-caps;
font-family:       Verdana, Arial, Helvetica, sans-serif;
}


/**********************************************************************/
/*  Button Links                                                      */
/**********************************************************************/

a.button:link           
{
text-decoration: none
}

a.button:visited        
{
text-decoration: none
}

a.button:hover          
{
text-decoration: none
}

a.button:active         
{
text-decoration: none
}


/**********************************************************************/
/*  Navagation Links                                                  */
/**********************************************************************/

a:link           
{
color: #C00000; 
text-decoration: none
}

a:visited        
{
color: #C00000; 
text-decoration: none
}

a:hover          
{
color: #ffffff; 
text-decoration: underline; 
background: #C00000
}

a:active         
{
color: #C00000; 
text-decoration: underline
}

/**********************************************************************/
/*  Navagation Bar                                                    */
/**********************************************************************/

div#navbar
{
margin-left:       auto;
margin-right:      auto;
width:             880px;
height:            26px;
z-index:           2;
background:    url(http://www.waterlooblackhawks.com/graphics/bg_black5x26.jpg);
}

table.navbar
{ 
}

td.navgroup 
{ 
padding:       3px 0px 0px 6px;
font-family:   arial,helvetica; 
font-size:     8pt; 
color:         white; 
font-weight:   bold; 
width:         135px;
border-right:  thin inset #c0c0c0;
z-index:       2;
}

table.navlink
{ 
font-size:     100%; 
position:      absolute; 
visibility:    hidden; 
z-index:       2;
width:         135px;
}

td.navlink 
{ 
font-family:   arial,helvetica; 
font-size:     8pt; 
color:         black; 
font-weight:   bold; 
background:    #cc0000 /* #999999 */;
border-bottom: thin inset black;
z-index:       2;
width:         135px;
}


a.navlink:link
{ 
color :           white; 
text-decoration:  none; 
/* background-color: transparent */; 
}

a.navlink:visited
{ 
color:            white; 
text-decoration:  none; 
/* background-color: transparent */; 
}

a.navlink:active
{ 
color:            white; 
text-decoration:  none; 
/* background-color: transparent */; 
}

a.navlink:hover
{ 
color:            #000000 /* #CC0000 */; 
text-decoration:  none; 
/* background-color: transparent */; 
}


/**********************************************************************/
/*  Press Release                                                     */
/**********************************************************************/

.shadow 
{ 
font-size:        16pt;
font-weight:      bold;
color:            #c0c0c0; 
font-variant:     small-caps;
position:         absolute; 
left:             2.10em; 
top :             12.10em; 
background-color: transparent; 
width:            500px;
} 

.heading 
{ 
font-size:        16pt;
font-weight:      bold;
color:            black;
font-variant:     small-caps;
position:         absolute; 
left:             2.00em; 
top :             12.00em; 
background-color: transparent; 
width:            500px;
} 

.articletitle 
{
font-variant:     small-caps;
font-weight:      bold;
font-size:        100%;
}

.articlesub 
{
color:            #600000;
margin-left:      2px;
margin-right:     2px;
font-size:        85%;
font-style:       italic;
/* font-variant:     small-caps; */
font-weight:      normal;
}

.caption
{
padding:          0px 5px 0px 5px;
text-align:       left;
color:            black;
line-height:      13pt;
font-size:        9pt;
width:            400px;
font-style:       italic;
font-weight:      normal;
background-color: #cccccc; 
border: thin dotted #B4B4B4;
}

.author
{
font-style:        italic;
font-size:         70%;
color:             #505050;
}

.date 
{
font-style:        italic;
font-size:         70%;
color:             #505050;
/* font-variant:      small-caps; */
}

/**********************************************************************/
/*  Player Page                                                       */
/**********************************************************************/

.playerinfo 
{ 
color:            #000000;
font-size:        110%;
font-variant:     small-caps;
font-weight:      bold;
}

.playerhdg 
{ 
color:            #646464;
font-size:        90%;
font-variant:     small-caps;
font-weight:      bold;
}


/**********************************************************************/
/*  Text                                                              */
/**********************************************************************/

.font07pt  {font-size: 7pt}

.font08pt  {font-size: 8pt}

.font09pt  {font-size: 9pt}

.font10pt  {font-size: 10pt}

.font11pt  {font-size: 11pt}

.font12pt  {font-size: 12pt}

  
/**********************************************************************/
/*  Main Page                                                         */
/**********************************************************************/


.boxborder
{
border:            2px solid #000000;
}

.pagetext 
{
font-size:         xx-small;
width:             100%;
text-align:        left;
padding:           8px  10px 8px  10px ;
background:        white;
}

.pagetextdivider
{
width:             100%;
height:            10px; 
text-align:        left;
padding:           0px  0px 0px 0px ;
}


.promodate 
{
text-align:        center;
letter-spacing:     4px;
font-style:        italic;
font-size:         8pt;
font-weight:       bold; 
color:             black;
width:             210px;
font-variant:      small-caps;
border-top:        1px solid #000000;
border-bottom:     1px solid #000000;
background:        #e5e5e5;
}


.promobanner
{
vertical-align:    top;
display:           inline;
width:             350px;
height:            400px;
background:        #ffffff;
border:            1px dotted #000000;
padding:           1px 4px 1px 4px;
margin:            3px 3px 3px 3px;
}


tr.rowdark
{
padding:           3px 3px 3px 3px;
height:            22px;
background:        #B6B6B6;
border-bottom:     thin dotted #000000;
}

tr.rowlite
{
padding:           3px 3px 3px 3px;
height:            22px;
background:        #D8D8D8;
border-bottom:     thin dotted #000000;
}


.news_rowdark
{
width:             auto;
background:        #B6B6B6;
xxxborder-bottom:     thin dotted #666666;
}

.news_rowlite
{
width:             auto;
background:        #D8D8D8;
xxxborder-bottom:     thin dotted #666666;
}


div.rowdark
{
width:             auto;
font-size:         8pt;
background:        #B6B6B6;
}

div.rowlite
{
width:             auto;
font-size:         8pt;
background:        #D8D8D8;
}

div.rowwhite
{
width:             auto;
font-size:         8pt;
background:        #FFFFFF;
}

/**********************************************************************/
/*  Page Containers                                                   */
/**********************************************************************/

table#page-container
{
/* display:           inline; */
/* display:           block; */
margin-top:        0px;
margin-left:       auto;
margin-right:      auto;
text-align:        left;
width:             880px;

/* background-color:     #3f3f3f; */
/* background-image:     url(http://www.waterlooblackhawks.com/graphics/bg_2008_01.gif); */
/* background-repeat:    repeat; */

/* padding:           0px 0px 0px 0px; */
/* border-left:       4px solid #cc0000; */
/* border-right:      4px solid #cc0000; */
/* border-top:        4px solid #cc0000; */
/* border-bottom:     4px solid #cc0000; */
}


div#column1 
{
/* display:           inline; */
/* position:          static; */
vertical-align:    top;
float:             left;
padding:           10px 5px 0px 5px;
/* background-color:  #3f3f3f; */
width:             390px /*425px*/;
}


div#column1_and2
{
/* position:          static; */
/* display:           inline; */
float:             left;
vertical-align:    top;
padding:           10px 5px 0px 5px;
/* background-color:  #3f3f3f; */
width:             700px;

}


div#column1_2and3 
{
/* position:          static; */
/* display:           inline; */
float:             left;
vertical-align:    top;
padding:           10px 5px 0px 5px;
/* margin:            0px 0px 0px 0px; */
/* background-color:  #3f3f3f; */
/* width:             880px; */
/* width:             auto; */
}


div#column2 
{
/* position:          absolute; */
/* display:           inline; */
float:             left;
vertical-align:    top;
padding:           10px 5px 0px 5px;
/* background-color:  #3f3f3f; */
width:             310px;
}


/* #banners a:hover */
.banners a:hover 
{
background-color: transparent;
}


div#column3 
{
/* position:          static; */
/* display:           inline; */
float:             left;
vertical-align:    top;
padding:           10px 5px 0px 5px;
/* background-color:  #3f3f3f; */
width:             160px;
}


#columnx 
{
padding:           10px 5px 0px 10px;
background-color:  #ffffff;
width:             460px; 
text-align:        left;
}


.banner a:hover
{
background-color: transparent;
}


.boxheader
{
display:           block;
color:             white;
font-size:         12pt; 
font-weight:       bold; 
text-align:        left;
font-variant:      small-caps;
padding:           3px 0px 0px 10px;
height:            32px;
width:             auto;
border-bottom:     4px solid #cc0000;
background:        url(http://www.waterlooblackhawks.com/graphics/bg_black5x26.jpg);
}


.columnbox 
{
border:            1px solid #000000;
background-color:  #ffffff;
}


.column1_box
{
border:            1px solid #000000;
width:             390px /*425px*/;
text-align:        left;
background-color:  #ffffff;
}

.column1_and2_box
{
border:            1px solid #000000;
width:             700px /*415px*/;
height:1810px;
text-align:        left;
background-color:  #ffffff;
}

.column1_2and3_box
{
border:            1px solid #000000;
width:             870px /*415px*/;
margin:            0px 0px 0px 0px;
text-align:        left;
background-color:  #ffffff;
}


.column2_box
{
padding:           0px 0px 0px 0px;
border:            1px solid #000000;
background-color:  #ffffff;
}

.column3_box
{
border:            1px solid #000000;
background-color:  #ffffff;
width:             160px;
text-align:        right;
}


/**********************************************************************/
/*  Game Results                                                      */
/**********************************************************************/


div#header2008
{
height:               150px;
/* background-image:     url(http://www.waterlooblackhawks.com/graphics/header_2008.jpg); */
background-image:     url(http://www.waterlooblackhawks.com/graphics/bg_header2009.jpg);
background-position:  top center; 
background-repeat:    no-repeat; 
z-index:              5;
}


#dropcontentsubject
{
width:            100%;
font-weight:      bold;
}

#dropcontent
{
width:            100%;
height:           225px;
border:           0px solid black;
background-color: white;
padding:          2px;
display:          block;
}


/**********************************************************************/
/*  Header and Footer                                                 */
/**********************************************************************/

div#ushlnetwork
{
margin-left:       auto;
margin-right:      auto;
width:             880px;
font-family:       Verdana, Arial, Helvetica, sans-serif;
background:        #333333;
}

td.ushl
{
padding:           4px 4px 0px 10px; /*top right bottom left*/
width:             140px;
font-size:         10px;
font-weight:       bold;
color:             white;
}

a.ushl:active 
{
color: white; 
text-decoration: none;
}

a.ushl:link 
{
color: white; 
text-decoration: none;
}

a.ushl:visited 
{
color: white; 
text-decoration: none;
}

a.ushl:hover 
{
color: white; 
text-decoration: none;
background:      #C00000;
}

div#pageheader 
{
margin-left:       auto;
margin-right:      auto;
margin:            0px 0px 0px 0px;
width:             880px;
height:            145px; 
background: url(http://www.waterlooblackhawks.com/graphics/bg_2007_header01.gif) no-repeat;
}

div#pagefooter 
{
/* display:           block; */
/* clear:             both; */

float:             left; 
margin-left:       auto;
margin-right:      auto;
padding:           2px 5px 2px 5px;
text-align:        center;
width:             880px;
font-size:         70%;
/* background:        #ffffff  #333333 */;

color:             #ffffff;
background-color:     #000000; 
/* background-image:     url(http://www.waterlooblackhawks.com/graphics/bg_2008_01.gif); */
/* background-repeat:    repeat; */
}

div#pagefooter_copyright 
{
vertical-align:    top;
display:           inline;
width:             840px;
}  

div#pagefooter_sitemeter 
{
vertical-align:    top;
display:           inline;
width:             30px;
}  

/**********************************************************************/
/*  Next Game Form                                                    */
/**********************************************************************/

.nextgame input
{
width: 65px;
color: #ffffff;
background: #cc0000;
border: 2px outset #d7b9c9
} 

.nextgame form
{
font-size:  8pt;
display:    inline;
padding:    5px 0px 10px 0px;
text-align: center;
background: white;
} 

#monthSchedule
{

}   

/**********************************************************************/
/*  Buttons                                                           */
/**********************************************************************/

.button_sm
{
padding:           0px 0px 0px 0px; /*top right bottom left*/
cursor:            pointer;
line-height:       12px;
width:             30px ! important;
font-family:       Verdana, Arial, Helvetica, sans-serif;
font-size:         88%;
font-weight:       normal;
border-top:        thin   outset #FFFFFF;
border-right:      thin   outset #BEBEBE;
border-bottom:     thin   outset #BEBEBE;
border-left:       thin   outset #FFFFFF;
color:             #000000;
text-align:        center;
background-color:  #CCCCCC;
}

.button
{
padding:           0px 0px 0px 0px; /*top right bottom left*/
cursor:            pointer;
line-height:       12px;
font-family:       Verdana, Arial, Helvetica, sans-serif;
font-size:         88%;
font-weight:       normal;
border-top:        thin   outset #FFFFFF;
border-right:      thin   outset #BEBEBE;
border-bottom:     thin   outset #BEBEBE;
border-left:       thin   outset #FFFFFF;
color:             #000000;
text-align:        center;
background-color:  #CCCCCC;
}

/**********************************************************************/
/*  Banners                                                           */
/**********************************************************************/

/*
#Arrow1   
{
display:              hidden;
position:             absolute;
top:               405px;
left:              910px;
z-index:            15;
}
*/
/*
#Arrow2   
{
display:              hidden;
position:             absolute;
top:               490px;
left:              910px;
z-index:            15;
}
*/
/*
#Arrow3   
{
display:              hidden;
position:             absolute;
top:               570px;
left:              910px;
z-index:            15;
}
*/
/*
#Arrow4   
{
display:              hidden;
position:             absolute;
top:               665px;
left:              910px;
z-index:            15;
}
*/
/*
#Arrow5   
{
display:              hidden;
position:             absolute;
top:               750px;
left:              910px;
z-index:            15;
}
*/
/*
#Arrow6   
{
display:              hidden;
position:             absolute;
top:               830px;
left:              910px;
z-index:            15;
}
*/

#windowCaseys   
{
display:            none;
position:           absolute;
left:            325px;
/*top:               000px;*/
/*right:             200px;*/
z-index:            15;
padding:           40px 25px 15px 25px;
list-style-type:    none;
font-size:         9pt;
font-weight:        /*normal*/ bold;
width:           525px;
height:          250px;
color:              white;
background:         black url(http://www.waterlooblackhawks.com/backgrounds/bg_caseys2.jpg);
text-decoration:    none;
text-align:         left;
}


#windowCNRailroad   
{
display:            none;
position:           absolute;
left:            325px;
/*top:               000px;*/
/*right:             200px;*/
z-index:            15;
padding:           10px 15px 15px 15px;
list-style-type:    none;
font-size:         9pt;
font-weight:        /*normal*/ bold;
width:           525px;
height:          250px;
color:              #000000;
background:         black url(http://www.waterlooblackhawks.com/backgrounds/bg_cnrailroad.jpg);
text-decoration:    none;
text-align:         left;
}


#windowSlumberland
{
display:            none;
position:           absolute;
left:            325px;
z-index:            15;
padding:           68px  5px  5px 10px;
list-style-type:    none;
font-size:        10pt;
font-weight:        /*normal*/ bold;
width:           525px;
height:          300px;
color:              black /*#326121 #65795E*/;
background:         url(http://www.waterlooblackhawks.com/backgrounds/slumberland2.jpg);
text-decoration:    none;
text-align:         left;
}


#windowCollegeSquare
{
display:            none;
position:           absolute;
left:            325px;
z-index:            15;
padding:           10px  5px  5px 150px;
list-style-type:    none;
font-size:        9pt;
font-weight:        /*normal*/ bold;
width:           525px;
height:          350px;
color:              #ffffff;
background:         url(http://www.waterlooblackhawks.com/backgrounds/bg_collegesquare2.jpg);
text-decoration:    none;
text-align:         left;
}


#windowRoadhouse  
{
display:            none;
position:           absolute;
left:            325px;
z-index:            15;
padding:          25px 25px 25px 25px;
list-style-type:    none;
font-size:        10pt;
font-weight:        bold;
width:           525px;
height:          180px;
color:              #ffffff;
background:         url(http://www.waterlooblackhawks.com/backgrounds/bg_roadhouse.jpg);
text-decoration:    none;
text-align:         left;
}


#windowDoughyJoeys 
{
display:            none;
position:           absolute;
left:            325px;
z-index:            15;
padding:          5px 10px 5px 10px;
list-style-type:    none;
font-size:        9pt;
font-weight:        bold;
width:           525px;
height:          300px;
color:              #000000;
background:         url(http://www.waterlooblackhawks.com/backgrounds/bg_doughyjoeys.jpg);
text-decoration:    none;
text-align:         left;
}


#windowHenze
{
display:            none;
position:           absolute;
left:            325px;
z-index:            15;
padding:          5px 10px 5px 10px;
list-style-type:    none;
font-size:        9pt;
font-weight:        bold;
width:           525px;
height:          300px;
color:              #000000;
background:         url(http://www.waterlooblackhawks.com/backgrounds/bg_henze.jpg);
text-decoration:    none;
text-align:         left;
}


#wordofthemonth 
{
color:             #005280;
font-size:         9pt; 
font-weight:       bold; 
text-align:        left;
padding:           2px 2px 2px 2px ;
background-color:  #E0E0E0;
border:            thin dotted #919191;
}


.bannerbox 
{
color:             #005280;
font-size:         9pt; 
font-weight:       bold; 
text-align:        left;
padding:           2px 2px 2px 2px ;
background-color:  #E0E0E0;
border:            thin dotted #919191;
}


/**********************************************************************/
/*  Top Story                                                         */
/**********************************************************************/

.tsButtons
{
padding-top: 8px;
}

.tsButtons a:hover
{
background-color: transparent;
}

.tsImage 
{
padding:          0px 0px 0px 0px; 
height:           250px;
text-align:       center;
display:          block;
margin-left:      auto;
margin-right:     auto;
}

.tsContent 
{
padding:3px;
}

.tsButtonRow 
{
text-align:    center;
display:       block;
margin-left:   auto;
margin-right:  auto;
background:    #BCBCBD;
}

.tsHeadline 
{
margin:           8px 5px 8px 12px; 
font-variant:     small-caps;
font-weight:      bold;
font-size:        90%;
}

.tsTeaser 
{
font-size:        85%;
height:           100px; 
overflow:         auto;
padding:          4px 5px 4px 16px; 
}

