﻿body
{
    width: auto;
    font-size: 10pt;
    background-color: #ff8888;
    margin: 0;
    padding: 0;
    font-family: Calibri,Lucida, Times,Arial,"Lucida Grande",sans-serif;
    font-weight:  lighter; 
}

input, select
{    
    font-weight: bold;
    font-size: 10pt;
    font-family: "Lucida Grande" ,Calibri,Arial,sans-serif;
}

a
{    
    color: #222222;
}

.title
{    
    font-weight: bolder;
    font-size: 11pt;
    font-family: "Lucida Grande" ,Calibri,Arial,sans-serif;
    /* text-decoration: none; */
    color: Black;
}

.phTitle
{    
    font-weight: bolder;
    font-size: 12pt;
    font-family: "Lucida Grande" ,Calibri,Arial,sans-serif;
    /* text-decoration: none; */
    color: Black;
}

.phStory
{    
    font-weight: normal;
    font-size: 11pt;
    color: Black;
}

.image
{        
    vertical-align: top;
    border: 0;
    width: 120px;    
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    background-color: #D6DDE9; /* #2E4d7B;  	font-family: Arial, Sans-Serif; 	font-size: 12px;     color: white; */
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background: #D6DDE9 url(../images/bg-header.gif) repeat-x 0 0;
}

.accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    background: silver url(../images/bg-selected.png) repeat-x 0 0;
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
    border: 1px solid #2F4F4F; /*  color: green;     	font-family: Arial, Sans-Serif; 	*/        
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    /*    background-color: #D3DEEF;     border: 1px dashed #2F4F4F;     border-top: none; */
    padding: 0px;
    padding-top: 0px;
}

