﻿
/* HP Accordian */
#HP-Accordian 
{
	text-indent:0px;
	line-height: 12px;
	background-color:#E3E9F8;
	width:231px;
}
#HP-Accordian_top 
{
    background: url(../images/default/accordion/top_cap_off.gif) no-repeat 0 0;
    width: 231px;
    height: 10px;
    _margin: 0 0 -6px 0;
}
#HP-Accordian_bottom 
{
    background: url(../images/default/accordion/bot_cap_off.gif) no-repeat left bottom;
    width: 231px;
    height: 10px;
    _margin: -6px 0 0 0;
}
#HP-Accordian ul.inner_accordian_ul {
	border-left:2px solid #A4B2CB;
    border-right:2px solid #A4B2CB;
	margin:0px;
	padding:0;
	width: 226px;
	text-indent:0px;
	background-color: #E3E9F8;
}
#HP-Accordian a.head {
	cursor:pointer;
	background:url(../images/default/accordion/li_full_off.gif) no-repeat 0 0;
	width: 186px;
	height: 22px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:8px 0 0 40px;
	text-decoration: none;
	border-top: 1px solid #E3E9F8;
}
#HP-Accordian a.first 
{
    border: none;
}
#HP-Accordian a.head:hover,
#HP-Accordian a.selected,
#HP-Accordian a.current {
	background: url(../images/default/accordion/li_full_on.gif) no-repeat 0 0;
	color:#FFF;
}

#HP-Accordian ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#HP-Accordian li {
	list-style:none outside none; 
	display:inline;
	background: none;
	padding: 0;
}

#HP-Accordian li div.panel-content 
{
    padding:20px 0 20px 20px;
    font-size: 10px;
    color: #697CAA;
}
#HP-Accordian li div.panel-content li 
{
    padding: 5px 0 5px 0;
    display: block;
    float: none;
}
#HP-Accordian li div.panel-content a 
{
    text-decoration: undeline;
    color: #6699cc;
    font-size: 11px;
}
#HP-Accordian li div.panel-content a:hover 
{
    color: #004499;
}

/* ORC Drawers */
#ORC-Drawers {
	text-indent:0px;
	width:183px;
}
#ORC-Drawers_top 
{
    height: 79px;
    width:183px;
}
.top_cap_off 
{
    background: url(../images/default/drawers/top_cap.png) no-repeat 0 0;
}
.top_cap_on
{
    background: url(../images/default/drawers/top_cap_on.png) no-repeat 0 0;
}
#ORC-Drawers_bottom 
{
    background: url(../images/default/drawers/bottom_cap.png) repeat-x scroll left bottom;
    padding: 0 0 40px 0;
    width: 181px;
    margin: 0 0 0 1px;
    *margin: -10px 0 0 1px;
}
#ORC-Drawers ul.inner_accordian_ul {
	margin:0 0 0 1px;
	padding:0;
	width: 181px;
	text-indent:0px;
	background-color: #fff;
}
#ORC-Drawers a.head {
	cursor:pointer;
	background: #C5D0E5 url(../images/default/drawers/bottom_off.gif) no-repeat left bottom;
    padding:5px 0 10px 0;
	width: 181px;
	height: auto;
	color: #001965;
	display: block;
	font-weight:bold;
	margin:0px;
	text-decoration: none;
	font-size: 12px;
}
#ORC-Drawers a.head:hover,
#ORC-Drawers a.selected,
#ORC-Drawers a.current {
    display: none;
}
#ORC-Drawers li a.on_label 
{
    display: none;
    font-size: 12px;
}
#ORC-Drawers li.selected a.on_label 
{
    display: block;
}
#ORC-Drawers a.prev 
{
   background: #C5D0E5 url(/Content/images/default/drawers/bottom_on_top_off.gif) no-repeat left bottom !important;
} 

#ORC-Drawers ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#ORC-Drawers li {
	list-style:none outside none; 
	display:block;
	_height: 1%;
	_margin: -3px 0 0 0;
}

#ORC-Drawers li.selected 
{
    background: url(../images/default/drawers/bottom_off_top_on.gif) no-repeat left bottom;
    padding:8px 0 18px 0;
}

#ORC-Drawers a.on_label 
{
    background: url(../images/default/drawers/header_bullet_on.gif) no-repeat 0 0;
    padding: 0 0 0 20px;
    margin: 10px 5px 5px 10px;
    text-decoration: none;
    color: #28A8E5;
    line-height: 13px;
}
#ORC-Drawers a.off_label span.header
{
    background: url(../images/default/drawers/header_bullet.gif) no-repeat 0 0;
    padding: 0 5px 10px 20px;
    margin: 10px 0 0 10px;
    text-decoration: none;
    line-height: 13px;
    display: block;
}
#ORC-Drawers li div.panel-content 
{
    padding:10px 0 10px 20px;
    color: #004990;
}
#ORC-Drawers li div.panel-content li 
{
    padding: 5px 0 5px 0;
    display: block;
    float: none;
}
#ORC-Drawers li div.panel-content a 
{
    text-decoration: undeline;
    color: #6699cc;
}
