﻿/*Accordion*/
.accordionHeader
{
    background-image: url('../images/arrow.gif'); /* Point to your plus img */
    background-repeat: no-repeat;
    background-position: 180px 7px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */
    	
    border: 1px solid #4b91cf;
    color: white;
    background-color: #4b91cf;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.definedAccordianSelectedHeader {
    background-image: url('../images/arrowSelected.gif'); /* Point to your plus img */
    background-repeat: no-repeat;
    background-position: 180px 7px;   /* Adjust this (x y) to fix spacing of image within the line */
    padding-left: 18px; /* Adjust this for the starting point for the text in the header */
    
    border: 1px solid #4b91cf;
    color: white;
    background-color: #4b91cf;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;    
}

.accordionContent
{
    border: 1px solid #4b91cf;
    border-top: none;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white;
}

/*Reorder List*/
.dragHandle {
	background-image:url('images/drag_handle.gif');
	cursor:move;
	border:thin outset white;
	background-color	:#fAf9f8;
	height				:15px;
	width				:20px;
	background-repeat	:no-repeat;
	background-position :center;		
}

.ReorderListContainer
{
	width: 80%;
	font-size:8pt;
}
.ReorderListContainer li 
{
	background-repeat	:repeat-x;	
	list-style-image	:none;
	list-style-position	:inside;
	list-style-type		:none;
	margin				:2px;
}
.ReorderListContainer li a 
{
	color			:#FFFFFF !important;	
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

.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;
}