/* Cascading Style Sheet for WWW.NorthIceHockey.ORG iLIST */

.iListHeader { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 12pt; 
   font-weight: bold;
   color: #000000;
}

.iListDivider {
   border: solid #20602b;
   height: 1px;
}

#w4Button a {
   background-color: #6A9571;
   background-color: #D1D1D1;
   border: solid 1px;
   color: #20602b;
   display: block;
   font-weight: bold;
   padding: 3px;
   text-align: center;
   text-decoration: none;
   width: 100%;
}

#w4Button a:hover {
   background-color: #20602b;
   color: #FFFFFF;
}

#w4Button li { 
   margin: 0 0 0 0; 
}

#w4Button ul {
   margin: 0;
   padding: 3px;
   list-style-type: none;
}
 
.iListLink:active { 
   color:#20602b; 
}
            
.iListLink:link { 
   color:#20602b; 
   text-decoration: none;
   font-weight: bold;
}

.iListLink:visited 	{
   color:#20602b; 
   text-decoration: none;
   font-weight: bold;
}

.iListLink:hover { /* Must be last or won't hover over visited links. */
   color:#929291;
}

.iListStatusMessage {
   color: #FF0000;
   font-family: Arial, Helvetica, Verdana; 
   font-size: 12pt; 
   font-weight: bold;
   padding: 5px;
}

.iListTable {
   background: #B4CAB7;
   border: solid #20602b;
   border-width: 1px;
   text-align: justify;
   width: 495px;
}

.iListTableCell {
   font-size: 10pt; 
   padding: 5px;
}

.iListTableCellArea {
   border-style: solid;
   border-width: 1px;
   color: #20602b;
   font-size: 16px;
   font-weight: bold;
   height: 110px;
   width: 480px;
}

.iListTableCellInput {
   border-color: #20602b;
   border-style: solid;
   border-width: 1px;
   color: #20602b;
   font-size: 16px;
   font-weight: bold;
   height: 22px;
   width: 300px;
}

.iListTableCellLabel {
   font-size: 10pt; 
   padding: 5px;
   text-align: right;
}

.iListTableHeader {
   color: #20602b;
   font-family: Arial, Helvetica, Verdana; 
   font-size: 12pt; 
   font-weight: bold;
   padding: 5px;
}