/*
    This file is part of slidePresenter: real-time slideshow presentations via web browser

    Copyright (C) 2006  Allen Shaw

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

    $Id: slidePresenter.css 152 2008-03-13 20:16:37Z ashaw $
*/

body, a, td, th {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

form {
    padding: 0px;
    margin: 0px;
}

p {
    width: 500px;
}

#bodyViewport {
    margin: 0px;
    height: 90%;
    overflow:auto;
}

#bodyContent {
    padding:5px 5px 5px 35px;
}

#adminArea {
    top: 0px;
    right: 0px;
    position: absolute;
    text-align: center;
    padding: 2px;
    margin: 2px;
    max-width: 23em;
    background-color:lightgrey;
    border: 1px solid darkgray;
}

#statusReport {
    width: 500px;
    border: 1px solid black;
    background-color: lightyellow;
    padding: 5px;
    text-align: center;
    color: black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

a:link, a:visited, a:active {
    color: 990000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.caption {
    font-size: 10px;
}

.warning {
    width: 500px;
    border: 1px solid black;
    background-color: tomato;
    padding: 5px;
}


.pipelist li{
    display:inline;
    list-style-type: none;
    border-left: 1px solid black;
    padding: 0px 10px 0px 7px;
    margin: 0px 0px 0px -7px;
}

.pipelist ul {
    margin:0;
    padding:0;
    overflow:hidden;
}


#plug{
    white-space: nowrap;
    padding: 20 4 2 2;
}

#plug, #plug a {
    font-family: arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
}
