﻿p.exp, ul.exp, ul.exp li 
{
    font-style: italic;
    width: 400px;
}
ul.exp li
{
    margin: .4em 0;
}
li 
{
    display: block;
}
/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 7px;
}

/* Reorder list */

.dragHandle
{
    height: 11px;
    width: 11px;
    margin-right: 6px;
    background-image: url(  "../../shared/images/drag.gif" );
    cursor: move;
}

.callbackStyle
{
    border: thin red inset;
}

.callbackStyle table
{
    background-color: #F7364A;
}

.reorder
{
}
.reorder li
{
    list-style-type: none;
    text-indent: 0;
}
.reorder ul
{
    margin-top: 3px;
    padding-left: 8px;
}
.reorderCue
{
    border: dashed thin black;
    height: 15px;
}

.itemArea
{
    margin-left: 0px;
}
.WrapperDiv
{
    height: 400px;
    border: 1px solid black;
    overflow: auto;
    clear: none;
}
.WrapperDiv TH
{
    position: relative;
    background-color: #F5B330;
    color: #fff;
}
.WrapperDiv TR
{
    height: 0px;
}
.clear
{
    clear: both;
}
ul.alternatingList
{
    width: 500px;
}
ul.alternatingList li
{
    padding: 7px;
}
ul.alternatingList li.altEl
{
    background-color: #eaeaea;
}
p
{
    padding: .4em 0;
    margin: 0;
}
.survey, .surveyquestion
{
    padding: 0;
    margin: 0.6em 0;
    width: 500px;
}
.classified 
{
}
.classifiedLast 
{
    color: #777;
    /*font-style: italic;*/
    font-size: .9em;
}
.classified a.single
{
    text-decoration: underline;
}
div.success, div.warning, div.notice
{
    margin: 0.4em;
    font-style: italic;
    padding: 6px 12px;
    max-width: 270px;
}
div.success a, div.warning a, div.notice a 
{
    text-decoration: underline;
}
div.success p, div.warning p, div.notice p 
{
    margin: .2em 0;
    padding: 0;
}
div.success
{
    background-color: #FFFFD1;
    border: solid 3px #ff0;
}
div.warning
{
    background-color: #FCECEC;
    border: solid 3px #d66;
}
div.notice
{
    background-color: #EDF4FF;
    border: solid 3px #9CCBF4;
}
span.caption 
{
    font-size: 1em;
    margin: .4em .4em;
    font-style: italic;
}
span.note 
{
    font-size:0.9em;
    font-style:italic;
}
table.reservations td span.small
{
    font-size: .8em;
}
div.instructions
{
    margin: 20px;
    font-style: italic;
    padding: 10px 20px;
    max-width: 400px;
    border: solid 2px #9CCBF4;
    background-color: #EDF4FF;
}
.post
{
    width: 450px;
    border-bottom: solid 1px #dfdfdf;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.postfooter 
{
    font-style: italic; 
    text-align: right;
    padding: .5em 0 .2em 0;
}
.footer 
{
    margin: 2em auto 3em auto;
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
    text-transform: none;
}
.jqmOverlay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#simplemodal-overlay {background-color:#333;}
#simplemodal-container {background-color:#fff; border:4px solid #444; padding:12px;}

