﻿/*
div.eform ul.nav
{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #538620 url(images/toolbar-bg.gif) repeat-x top left;
}

div.eform ul.nav li
{
	float: left;
	margin: 0;
	padding-right: 1px;
	list-style: none;
	background: url(images/toolbar-li-bg.gif) no-repeat top right;
}

div.eform ul.nav input
{
    height: 1.3em;
    width: 1em;
    margin-right: 5px;
}

div.eform ul.nav a, div.eform ul.nav span
{
	display: block;
	color: #fff;
    font: "Lucida Grande", verdana, sans-serif;
}

div.eform ul.nav a
{
	padding: 8px 13px;
	text-decoration: none;
}

div.eform ul.nav a:hover
{
	background: #404040;
}

 div.eform ul.nav span
 {
	padding: 8px 13px 6px 13px;
 }

div.eform ul.nav li ul,
div.eform ul.nav li ul li
{
	background: #404040;
}

div.eform ul.nav li ul
{
	width: 25em;
    margin: 0;
    padding: 0;
	position: absolute;
	left: -9999px;
	border: solid 2px #404040;
}

div.eform ul.nav li ul li
{
    width: 100%;
    clear: left;
    padding-right: 0;
}

div.eform ul.nav li:hover ul,
div.eform ul.nav li.hover ul
{
    left: auto;
}

div.eform ul.nav li:hover a,
div.eform ul.nav li.hover a
{
	color: #fff;
	background: #404040;
}

div.eform ul.nav li:hover ul li a,
div.eform ul.nav li.hover ul li a,
div.eform ul.nav li ul li a
{
	display: block;
	padding: 4px 0;
    width: 100%;
}

div.eform ul.nav li ul li a:hover
{
	background: #4682b4;
	color: #fff;
}
*/
div.eform span.required
{
    color: Red;
}

div.eform a
{
    padding-left: 10px;
	text-decoration: none;
	color: #a84122;
}

#Contents
{
    margin: 5px 0 5px 15px;
    padding: 0;    
}

#Contents li
{
    list-style: none;
}

#Contents li a
{
    padding-left: 0;
    line-height: 1.5em;
	text-decoration: none;
	color: #a84122;
}

div.eform div.section
{
	/*border-top: solid 2px #666;*/
	margin: 5px 0;
}
            
div.eform h3
{
	margin: 10px;
	font: normal georgia;
	text-transform: uppercase;
	color: #a84122;
}

div.eform legend
{
	font: normal 120% georgia;
	color: #a84122;
}

div.eform fieldset
{
    clear: left;
    background: #fbfaf4;
    margin: 6px 0;
    border: none;
}

div.eform fieldset fieldset
{
    border: solid 1px #666;
    margin: 6px 10px;
}

div.eform fieldset div.field
{
    margin: 6px 10px;
    padding: 5px;
    clear: left;
    background: #edebe5;
}

div.eform br
{
    display: none;
}

div.eform label
{
    font: "Lucida Grande", verdana, sans-serif;
    display: block;
    float: left;
    width: 45%;
    /*text-align: justify;*/
    margin-right: 10px;
}

div.eform .edit-control
{
    margin-left: 50%;
    padding: 0;
}

div.eform .edit-control label
{
    display: inline;
    float: none;
}

div.eform .edit-control table
{
    border-collapse: collapse;
}

div.eform .edit-control .calendar
{
    font: "Lucida Grande", verdana, sans-serif;    
}

div.eform .edit-control textarea
{
    width: 100% !important;
    overflow: auto;
}

div.eform .edit-control textarea.LargeTextArea
{
    height: 15em !important;
}

div.eform .edit-control span.list-item
{
    white-space: nowrap;
}

div.eform div.trigger
{
    padding: 5px 10px;
}

div.eform ul.trigger a,
div.eform ul.repeat a
{
	padding: 6px 13px;
	text-decoration: none;
	color: #fff;
	text-align: center;
    font: "Lucida Grande", verdana, sans-serif;
    border: solid 2px;
	background: #867220 url(images/toolbar-bg.gif) repeat-x top left;
	border-top-color: #78ae43;
	border-left-color: #78ae43; 
	border-bottom-color: #538620;
	border-right-color: #538620; 
}

div.eform ul.trigger a
{
	display: inline-block;
}

div.eform ul.trigger a:hover,
div.eform ul.repeat a:hover
{
    background: #404040;
	border-top-color: #606060;
	border-left-color: #606060; 
	border-bottom-color: #202020;
	border-right-color: #202020; 
}

div.eform ul.trigger,
div.eform ul.repeat
{
    margin: 0;
    padding: 0;
}

div.eform ul.trigger
{
    margin-left: 10px;
}

div.eform ul.trigger li,
div.eform ul.repeat li
{
    margin-right: 5px;    
    float: left;
	list-style: none;
}

div.eform ul.repeat a
{
	display: block;
	width: 4em;
}

div.eform table.repeat
{
    clear: left;
    width: 100%;
    border-top: solid 1px #666;
    border-left: solid 1px #666;
    border-collapse: collapse;
    table-layout: fixed;
}

div.eform caption, div.eform h4
{
	font: normal 120% georgia;
	color: #a84122;
	text-transform: uppercase;
    padding-bottom: 6px;
}

div.eform h4
{
    clear: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.eform table.repeat th, div.eform table.repeat td
{
    padding: 10px;
    border-right: solid 1px #666;
    border-bottom: solid 1px #666;
}

 div.eform table.repeat td
 {
    padding: 0;
 }

div.eform table.repeat th
{
	font: normal georgia;
	background: #f5f7f8;
}

div.eform table.repeat td
{
    font: "Lucida Grande", verdana, sans-serif;
    text-align: center;
}

div.eform table.repeat colgroup.delete
{
    width: 10%;
    background-color: #e6ebed;
}

div.eform table.repeat th.delete
{
    color: #a84122;
}

div.eform fieldset div.delete
{
    color: #a84122;
    background-color: #e6ebed;
    border: solid 1px #666;
}

div.eform table.repeat .edit-control
{
    margin-left: 0;
}

div.eform table.repeat input
{
    width: 100%;
}

div.eform table.repeat table td
{
    border: none;
}

div.eform p.version
{
    margin: 10px 0 0 0;
	color: #999;
    font: "Lucida Grande", verdana, sans-serif;
}