﻿/*
nemExpandable.css
Paul Graves Oct '08
Styles for the nemExpandable widget
*/
/*EDITABLE STYLES - Edit tha styles below to change the widgets look and feel */
.xnemExpandableOpen
{
     background:url(../../images/arrow16.gif) no-repeat scroll 0% !important;
      margin: 0px 4px 0px 2px;
}

.xnemExpandableClosed
{
    background:url(../../images/arrow16d.gif) no-repeat scroll 0% !important;
    margin: 0px 4px 0px 2px;
}

.xnemExpandable
{
    padding:5px 5px 7px 5px;
    background:url(../../images/club-finder-bar.gif) no-repeat;
	margin-top:10px;
	margin-bottom:10px;
}
.xnemExpandable strong{
    color:#0e5996;
	font-size:1.25em;
	line-height:1.2em;
	margin-left:8px;
	width:321px;
	font-weight:bold;
	float:left;
}

.xnemExpandableContent
{
    padding: 5px;
}

.xnemExpandableHandle
{
    font-weight:bold;
    padding: 3px;
}
/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.xnemExpandableHandle img
{
    float:right;
    height:19px;
    overflow:hidden;
    width:19px;
}
/*END STATIC STYLES */
