﻿ 
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #000;
    background-color: #c3caf4;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .accordionHeader a
{
	color: #000;
	background: none;
	text-decoration: none;
}

 .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #7078b6;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-image:url(../images/drag_handle.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:move;
}

.hoverText
{
	text-decoration:underline;
}


.noneUnderline
{
	text-decoration:none;
}
/*
.reorderList td
{
  vertical-align:top;
}
*/
/*
.callbackStyle {
	border:thin blue inset;		
}
*/

/*
.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}
*/
.reorderList li {
	list-style:none;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	
}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
}
.popupHover{
background-color:#FFCF9B

}
 /* Reorder List
     End */