﻿body
{
  margin: 0px;
  padding: 0px;
  background-color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;

}

a:link   { color: #000000; text-decoration: underline }
a:visited {  color: #000000; }
a:hover   { color: maroon; text-decoration: underline }
a:active   { color: #000000; text-decoration: none }


p
{
    margin:2px 0px;
}

h3
{
    font-size:1.3em;
}

fieldset
{
    border: solid 1px #336699;
    background-color:transparent;
}

fieldset legend
{
    color:#336699;
    font-weight:bold;
}

ul
{
    list-style-type:square;
    list-style-position:inside;
    margin-left:0px;
    margin-top:3px;
    padding-left:0px;
}

ul li
{
    margin-left:0px;
    padding:1px 0px;
}

ol
{
    list-style-position:inside;
    margin-left:0px;
    padding-left:0px;
}

ol li
{
    margin-left:0px;
    padding-left:0px;
}

table
{
    border-collapse:collapse;
    border-spacing:0px;
}

th
{
    background:#880000;
    color:White;
    padding:5px;
    text-align:left;
}

th a,th a:visited,th a:link,th a:active
{
    text-decoration:none;
    color:White;
}

/* change heading style for page header that has images in it */
table#pageLayout > tbody > tr > th
{
    padding:0px;
    background:white;
}

td
{
    padding:3px;
}

tr
{
    vertical-align:top;
}

label
{
   color:#336699;
   font-weight:bold;
   white-space:nowrap;
}

input[type="checkbox"]
{
    margin-bottom:-1px;
}

input[type="checkbox"] + label
{
    margin-left:5px;
}

tr.divider td
{
    padding:2px 0px;
    border-bottom:solid 1px black;
}

input[type="text"], select, textarea, input[type="password"]
{  
    font-family:arial;
    font-size:8pt;
}

textarea.autogrow
{
    line-height:14px;
}

input[type="text"], textarea, input[type="password"]
{
    padding-left:2px;
    border:solid 1px silver;   
}

a img
{
    border:none;    
}

input[type="text"].numeric
{
    text-align:right;
    padding-right:2px;
}

.extraNoteText
{
    font-size:8pt;
    font-style:italic;
}

.fileUpload
{
    width:5px;
}

input.date
{
    text-align:right;   
}



.editEntryScreen
{
    margin-top:3px;
    margin-bottom:10px;
    background:#E6EEF6;
    width:100%;
    border-top:solid 1px #336699;
    border-bottom:solid 1px #336699;
}

.altRow
{
    background:#efefef;
}

.success
{
    color:Green;
}

div.success
{
    padding:10px;
    font-weight:bold;
    font-size:.9em;
    border:solid 2px green;
    background:#ffffdd;
    margin:10px 0px;
}

.error
{
    color:Red;   
}

div.error
{

    padding:10px;
    font-weight:bold;
    font-size:.9em;
    border:solid 2px red;
    background:#ffffdd;   
        margin:10px 0px;
}

div.changeInfo
{
    background-color:#FFFFC0;
    padding:10px;
    font-weight:bold;
    border:solid 1px #FFFF40;
}

div.noRecords
{
    padding:10px;
}

.formInstructions
{
    padding:10px;
    line-height:125%;
    font-size:.95em;
    background:#efefef;
    margin-bottom:5px;
    border:solid 1px silver;
    text-align:justify;    
}

div#adminpage
{
    width:950px;
    background:white;
    margin:0px auto 0px auto;
}

div#header
{
    width:945px;
    padding:5px 0px 5px 5px;
    background:#f3f3f3;
    margin-bottom:0px;
}

div#menubar
{
    width:935px;
    background:#880000;
    color:White;
    padding:10px 10px 10px 5px;
    text-align:left 
}

div#menubar a, div#menubar a:hover
{
    text-decoration:none;
    color:White;
    font-weight:bold;
    display:inline-block;
}

div#content
{
    margin-top:5px;
    width:940px;
    background:white;
    padding:5px 5px 25px 5px;
    
}

div.sectionHeading
{
    background:#880000;
    color:White;
    font-weight:bold;
    font-size:1.1em;
    padding:5px;
    margin-bottom:10px;
}

div.printLink
{
    text-align:right;
    width:99%;
    margin-bottom:10px;
    margin-right:10px;
}

div.printLink a
{
    font-size:1.1em;
    text-decoration:none;
}

div.printLink img
{
    margin-bottom:-8px;
}

/* for image upload section of business edit */
#uploadImage
{
    position:absolute;
    width:330px;
    display:none;
}

div.imageLinks
{
    width:370px;
    float:left;
    margin-top:30px;
}

div.imageBox
{
    background:#efefef;
    border:solid 1px #ccc;
    padding:5px;
    text-align:center;
    margin-bottom:5px;
    margin-right:5px;
    float:left;
}



/* these are all related to the tab interface style */
UL.tabButton {
    list-style: none;
    margin: 0;
    padding: 0;
}

UL.tabButton LI {
    display: inline;
}

UL.tabButton LI A {
    padding: 3px 5px;
    background-color: #f3f3f3;
    color: #666;
    text-decoration: none;
    border: solid 1px silver;
    font-weight:bold;
}

UL.tabButton LI A.selected,
UL.tabButton LI A:hover {
    background-color: #fff;
    color: #000;
    border-bottom:solid 2px white;
}

UL.tabButton LI A:focus {
	outline: 0;
}

div.tabbedContent > div {
	padding: 10px;
	margin-top: 3px;
	border: solid 1px silver;
}

div.tabbedContent 
{
    margin-top:10px;
}

/* used with admin menu items */
ul.adminMenu
{
    list-style-type:none;
    list-style-image:none;
    color:White;
    margin:0px;
}

ul.adminMenu li
{
    position: relative;
    display: inline;
    padding:1px 5px;
}

/* used with resizeable textarea plugin */
 div.grippie {
background:#EEEEEE url(/images/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
width:95%;
height: 20%;
}

/* used with criteria display of search results pages */
ul.criteriaList
{
    margin-top:2px;
    list-style-type:none;
}
ul.criteriaList li
{
    padding-left:10px;
}

.homeText
{
font-size:1.2em;
margin:10px 5px;
line-height:1.2em;
}

.content 
{ 
font-size:1.2em; 
margin:10px 5px; 
line-height:1.2em; 
}
h3
{
font-size:1.2em;
margin:10px 5px; 
line-height:1.2em; 
}