﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
 width: auto;
 margin: 0px 0px 0px 0px;
 padding:   0px 0px 0px 0px;
}
.navigation
{
    width:auto;
    text-align:center;
    padding: 5px 0 0 0;
}

a:link, a:visited
{
    color: #204a84;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana;
    padding-right: 5px;
    
}

a:hover
{
    color: #FF8306;
    text-decoration: underline;
}

a:active
{
    color: #FF8306;
    text-decoration: underline;
}

.ui-button
{
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana;
    color: #204a84;
}

.ui-widget 
{
    font-size: 0.7em;
}
p
{
    font-size: 12px;
    font-family: arial;
    color: #204a84;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
  
}


/* HEADINGS   
----------------------------------------------------------*/
h1
{
    font-size: 48px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #8cc63f;
    font-family: calibri;
    padding: 0px;
    margin: 0px;
}

h2
{
    font-size: 26px;
    font-family: calibri;
    font-weight: 100;
    color: #920052;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

h3
{
    font-size: 11px;
    font-family: arial;
    color: #204a84;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

h4
{
    font-size: 12px;
    font-family: Arial;
    color: #204a84;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

tr td
{
    font-family: Arial;   
    font-size: 12px; 
    width: 100px;
    color: #920052;
    font-weight: bold;
}

tr td:LAST-CHILD
{
    color: #204a84;
    width: auto;
}

table
{
    margin: 0px 0px 0px 0px;
        
}
#delta
{
    font-family: Calibri;
    font-size: 26px;
    font-family: calibri;
    font-weight: 100;
    color: #920052;
    font-weight: bold;
    line-height: 100%; 
}
#price
{
    font-size: 48px;
    font-weight: bold;
    color: #8cc63f;
    font-family: calibri;
    line-height: 100%;  
}

#containerFilter
{
    display: none;
}

#releaseFilter 
{
    display: none;    
}