/*this is the more link to the archive*/
div#more
{
font-size: 12px;
margin-top: 1px;
height: 15px;
float: right;
padding: 1px;
margin-right: 4px;
} 

div#more a:link {color: #3b75a3; font-weight: bold; font-size: 12px}
div#more a:visited {color:#3b75a3; font-weight: bold; font-size: 12px}
div#more a:hover {color: #3b75a3; font-weight: bold; font-size: 12px}
div#more a:active {color: #3b75a3; font-weight: bold; font-size: 12px}

/*sets style for comment area*/
p#comments 
{
width: 665px;
padding-bottom: 3px;
padding-top: 10px;
font-size: 10pt;
color: #3a6174;
border-bottom: 1px #dbdbdb dotted;
}

p#comments a:link {color: #3b75a3; font-size: 10pt}
p#comments a:visited {color:#3b75a3; font-size: 10pt}
p#comments a:hover {color: #92b2c9; font-size: 10pt}
p#comments a:active {color: #3b75a3; font-size: 10pt}

/*general text*/

.text {color: #3a6174; font-size: 10pt; }

div#text a:link {color: #3b75a3; font-weight: bold; font-size: 12px}
div#text a:visited {color:#3b75a3; font-weight: bold; font-size: 12px}
div#text a:hover {color: #3b75a3; font-weight: bold; font-size: 12px}
div#text a:active {color: #3b75a3; font-weight: bold; font-size: 12px}

/*main rankings table*/
table#main 
{
margin-top: 10px;
width: 665px; 
border: 0px;
padding: 0px; 
}

/*td for rank*/
table#main td.number
{ 
background: #d5e5f2;
background-image: url('http://www.faceoff.com/hockey/powerranking/images/b_left.gif'); 
background-repeat: repeat-y;
text-align: right;
padding-left: 7px;
padding-right: 2px;
}


/*orange ranking number*/
p.num
{
color: #f36420;
font-size: 50pt;
font-weight: bold;
}

/*main td*/
table#main td.wide 
{
background-image: url('http://www.faceoff.com/hockey/powerranking/images/b_right.gif'); 
background-repeat: repeat-y;
background-position: right;
padding-bottom: 10px;
}

/*last td without extra padding*/
table#main td.last 
{
background-image: url('http://www.faceoff.com/hockey/powerranking/images/b_right.gif'); 
background-repeat: repeat-y;
background-position: right;
}

/*header for last week's rank*/
div.header 
{
background: #d5e5f2;
color: #3b75a3;   
font-size: 10pt;  
text-align:left;
font-weight: bold;
text-align: right; 
padding-right: 15px;
background-image: url('http://www.faceoff.com/hockey/powerranking/images/b_right.gif'); 
background-repeat: repeat-y;
background-position: right;
}


/*header with white background*/
div.teamname
{
background: white;
padding-left: 4px;
padding-right: 4px;
text-align: center; 
float: left;
color: #3b75a3;   
font-size: 10pt;  
font-weight: bold;
text-decoration: underline;
}

div.teamname a:link {color: #3b75a3; font-size: 10pt; font-weight: bold; text-decoration: underline;}
div.teamname a:visited {color:#3b75a3; font-size: 10pt; font-weight: bold; text-decoration: underline;}
div.teamname a:hover {color: #92b2c9; font-size: 10pt; font-weight: bold; text-decoration: underline;}
div.teamname a:active {color: #3b75a3; font-size: 10pt; font-weight: bold; text-decoration: underline;}


/*team image*/
img.team {padding: 8px; float: left;}


/*notes area*/
div.notes
{
padding: 11px; 
padding-right: 18px;
font-size: 10pt; 
color: #3a6174;
}

div.notes a:link {color: #3b75a3; font-size: 10pt}
div.notes a:visited {color:#3b75a3; font-size: 10pt}
div.notes a:hover {color: #92b2c9; font-size: 10pt}
div.notes a:active {color: #3b75a3; font-size: 10pt}

