/*  Neil Ramsden
    11 Dec 11 -> 25 Jan 11
        New, frameless layout.
    31 Jan 07        NR 
        Added td; removed unused styles.
    6 Aug 04 -> 23 Sep 04

    CSS definitions for word searcher.
*/

/* ???
body * {
    margin: 0;
    padding: 0;
}


/* ???
h1 {
    padding: 10px;
}
*/

.alert { /*???*/
    background-color: #E0FFE0;
    margin: 1em 0em;
    padding: 0.5em 1em;
}

body, td {
    font-size: 12px;
}


#UserArea {
    overflow: auto;
    position: absolute;
    top: 1em;
    left: 0;
    right: 20em;
    bottom: 0;
    border-right: groove;
    padding-left: 1em;
    padding-right: 1em;
}

#ControlArea,
input  {
    font-size: 14px;
}  

fieldset {
/*    height: 2em; */
    margin: 1em 0em;
    border-color: #C0C0FF;
    padding: 1em;
}

legend {
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
    padding: 0 0.2em;
}

#pool-help-button {
    margin-left: 3.1em;
}

#RegexTable {
    margin-top: 0em;
}

#RegexTable td {
    vertical-align: top;
}


#ResultsArea {
    overflow: auto;
    position: absolute;
    top: 1em;
    right: 0;
    width: 18em;
    bottom: 0;
    padding: 0em 1em;
    font-size: 12px;    
}

#pane-header {
    display: block;
    background-color: #C0C0FF;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

#instructions {
    background-color: #E0FFE0;
}

#instructions li {
    padding: 1em 0.5em;
    line-height: 1.5em;
}

.invisible {
    display: none;
}

.found-word {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 100%;
}

.no-matches-message {
    background-color: #E0FFE0;
    margin: 1em 0em;
    padding: 0.5em 0em;
    line-height: 1.5em;
}

.no-matches-message p {
    margin: 1em;
}

