/*American Strongman Coporation*/

/*fill browser window height*/
html body {
height: 100%;
}

body {
margin: 9px 0 0 0;
background: #cfcfcf url(../images/gradient_bg.jpg) repeat-x;
background-attachment: fixed;
background-color: #b5b5b5;
}

/*main white table*/
table.outer-frame {
height: 100%;
border: 1px solid #ccc;
background-image: url(../images/body-bg.jpg);
background-repeat: repeat-x;
background-color: #fff;
}

/*main indented container table*/
table.body-frame {
margin: 0 0 0 0;
height: 100%;
}

/*global value*/
td {
vertical-align: top;
}

/*main content columns*/
table.columns-table {
margin: 1px 0 0 0;
border-top: 1px solid #093bd1;
border-bottom:1px solid #093bd1;
}

/*global text and links*/
h1 {
margin: 0 0 16px 0;
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: normal;
color: #cc0000;
}

h2 {
margin: 0 0 17px 0;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
color: #cc0000;
}

h3 {
margin: 0 0 17px 0;
padding: 2px 0 2px 4px;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fff;
background-color: #999;
}

h4 {
margin: 0 0 14px 0;
padding: 0 0 2px 0;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #cc0000;
}

p {
margin: 0 0 17px 0;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
line-height: 18px;
}

.small {
margin: 0 0 19px 0;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #333;
line-height: 16px;
}

.formfield {
margin: 0 0 0 0;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #333;
background-color: #fff;
}

.caption {
margin: 0 0 0 0;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #fff;
background-color: #999;
}

.popup-caption {
margin: 0 0 0 0;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #fff;
}

a.white:link, a.white:visited { 
color: #fff;
font-weight: normal;
text-decoration: underline;
}

a.white:hover, a.white:active {
color: #fff;
font-weight: normal;
text-decoration: none;
}

th {
margin: 0 0 0 0;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
background-color: #999;
}

.news-article-text {
margin: 0 0 19px 0;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
line-height: 18px;
}

ul {
list-style: square;
}

li {
font-family: Verdana, Arial, sans-serif;
color: #000;
font-size: 12px;
line-height: 18px;
}

a:link, a:visited { 
color: #cc0000;
font-weight: normal;
text-decoration: underline;
}

a:hover, a:active { 
color: #cc0000;
font-weight: normal;
text-decoration: none;
}

.news-nav {
padding: 19px 0 19px 0;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
border-top: 1px solid #e9e9e9;
}

/*centered link under sponsors on right column*/
p.l-sponsor-bar-bottom {
text-align: center;
}

table.rankings {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
line-height: 18px;
}

table.history {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #000;
line-height: 18px;
}

.date {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000;
}

p.upcoming {
margin: 0 0 12px 0;
padding: 12px 0 0 0;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #000;
line-height: 18px;
}

tr.rankings-shading {
background-color: #E7E6E4;
}

td.footer-td {
padding: 5px 0 5px 0;
background-color: #808080;
background-image:  url(../images/footer-bg.gif);
background-repeat: repeat-x;
}

/*footer formatting*/
p.footer {
margin: 0 0 0 25px;
font-family: Verdana, Arial, sans-serif;
color: #D5D5D5;
font-size: 10px;	
}

a:link.footer, a:visited.footer { 
color: #e4e4e4;
font-weight: normal;
text-decoration: underline;
}

a:hover.footer, a:active.footer { 
color: #fff;
font-weight: normal;
text-decoration: none;
}