﻿/* 
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Ads 
This stylesheet defines:
1.  Styles for classes used to display ads (site ads, book ads, Google ads, etc.).
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

/* Vertical product and book ad */
div.verticalAd {width:150px; background-color: #ffffee; border: solid 1px #009900;
text-align:center; padding:10px 5px 10px 5px; font-size:0.9em;}

a.verticalAdTitle:link, a.verticalAdTitle:visited, a.verticalAdTitle:active
{
    font-size: 1.3em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    color: #990000;
}

a.verticalAdTitle:hover
{
    text-decoration: underline;
    color: #990000;
}

/* Ad promoting downloads of Windows Handicap Calculator */
div.downloadCalc  
{width:150px; background-color: #006699; border: solid 1px #006699;
text-align:center; padding:10px 5px 15px 5px;
    position: relative;}

a.downloadText:link, a.downloadText:visited, a.downloadText:active
{
    font-size: 1.5em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    color: #ffffff;
}

a.downloadText:hover
{
    text-decoration: underline;
    color: #ffffff;
}

a.downloadCalc:link, a.downloadCalc:visited, a.downloadCalc:active
{
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #99ccff;
}

a.downloadCalc:hover
{
    text-decoration: underline;
    color: #99ccff;
}


/* Text ad style, described on advertising.aspx */
.AdHead
{
    font-size: 0.9em;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: #003366;     /* blue */
    text-align:left;
}

div.AdBody
{
    font-size: 0.8em;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    color: #000000;     /* black */
    text-align:left;
}

div.AdUrl, a.AdUrl:link, a.AdUrl:hover, a.AdUrl:Visited, a.AdUrl:active
{
    font-size: 0.9em;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    color: #006600; /* green */
    text-align: left;
}


/* Ad price style used price table on advertising.aspx */
table.AdPrice
{
    border: gray 2px solid;
    width:100%;
} 

tr.AdPrice
{
    padding:5px;
}  

td.AdPrice
{
    font-size:0.9em;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    color: Black;
    padding-left:.5em;
    text-align:left;
    vertical-align:top;
} 

td.AdPriceLabel
{
    font-size:0.8em;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    color: Black;
    padding-right:.5em;
    text-align:right;
} 

td.AdPriceHeader
{
    border: #dcdcdc 1px solid;
    background-color: #6699cc;
    font-size:1.0em;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    color: white;
    padding:5px;
    text-align:center;
}
  

h3.AdPrice
{
    text-align:center;
}

p.AdPriceTableFootnote
{
    text-align:left;
    font-size:0.8em;
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    margin-top:-1em;
}