﻿
/* Accordion */
.Accordion-Container
{
    position: relative;
    left: 10px; 
    top: 0px;
    width: 500px;  

}
#Bg-Weather
{
 background: url('../../ResV/layout/bg_panel_weather80x30.gif') no-repeat;   
}
#Bg-America
{
 background: url('../../ResV/layout/bg_panel_america80x30.gif') no-repeat;   
}
#Bg-Destination
{
 background: url('../../ResV/layout/bg_panel_dest80x30.gif') no-repeat;   
}
.accordionHeader
{
    /*border: 1px solid #2F4F4F;*/
    color: white;
    background-color: #e1e1e1;
    background: url('../../ResV/layout/bg_acc_header.gif') no-repeat;
	font-family: Courier New, Serif;
	font-size: 12px;
    font-weight: 700;
    padding: 1px;
    height: 17px;
    margin-top: 5px;
    cursor: pointer;
    
}

#WideBox .accordionHeader a
{
	color: #6699cc;
    font-size: 12px;
    font-weight: 700;
	background: none;
	text-decoration: none;
	padding-left: 90px;
}

#WideBox .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: #ffffff;
    background-color: #6699cc;
	font-family: Courier New, Serif;
	font-size: 12px;
    font-weight: 700;
    padding: 1px;
    margin-top: 5px;
    cursor: pointer;
    /*height:15px;*/
}

#WideBox .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
		padding-left: 90px;
}

#WideBox .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dotted #e1e1e1;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
