/* Base Element Styles */

html {
    overflow: auto;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    background-color: #FFFFFF;
    color: #000000;
}

h1 {
    font-size: 120%;
    font-weight: bold;
}

img {
    border: 0;
}

a:visited {
    color: #808080;
}

/* Class Styles */

.ad_banner {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ad_halfbanner {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ad_largerec {
	margin-top: 10px;
	text-align: center;
}

.ad_leaderboard {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.flatButton { /* flat button style */
    padding: 0;
    background-color: #EEEEEE;
    color: #000000;
    border: 1px solid black;
    font-size: 8pt;
    cursor: pointer;
}

.geobox {
    position: absolute;
    top: 50px;
    right: 10px;
    font-family: Tahoma, Sans-Serif;
    font-size: 8pt;
}

.smaller {
    font-size: 80%;
}

.tab { /* Blue tab above a .tabBox */
    margin: 0;
}

.tabBox { /* Standard box containing information. Usually topped with a .tab and followed with a .tabFoot. */
    border: 1px solid #265496;
    padding: 10px 10px 10px 10px;
    margin: 0;
}

.tabFoot { /* Blue line under a .tabBox; sometimes contains text */
    height: 13px;
    padding: 1px 3px 2px 1px;
    background-color: #265496;
    text-align: right;
    font-size: 80%;
    color: #FFFFFF;
    margin-top: 0;
}

.tabFoot a { /* Links in .tabFoot should alway be white */
    color: #FFFFFF;
}

/* ID Styles */

#pagehead { /* for the main logo */
    position:absolute;
    height: 75px;
    top: 0;
    left: 0;
    margin: 0 0 0 10px;
    padding: 0;
    overflow: hidden;
}

#pagehead h1 { /* the logo is inside an h1 */
    margin: 0;
    padding: 0;
}

#geoAddress { /* input box for the user's address */
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    color: Gray;
}

#linkbar { /* the linkbar! */
    position: absolute;
    top: 0px;
    right: 0px;
    height: 18px;
    margin: 0;
    padding: 5px 10px 5px 20px;
    text-align: right;
    font-size: 8pt;
    color: #404040;
    background-color: #EEEEEE;
    background-image: url('graphics/linkbar.gif');
    background-repeat: no-repeat;
    z-index: 1;
}

#copyright { /* copyright notice */
    font-size: 8pt;
    color: #808080;
}

