/*
 * box.css v1.4.3 -- Cascading Style Sheet for Portlets
 *
 * Copyright (C) 2003-2004 by Pelin Bali. This program and all
 * other external components it refers to or accesses including
 * text, graphics, audio, design, software, and other works are
 * the copyrighted works of Pelin Bali.
 *
 * All rights reserved.
 *
 * Duplication or distribution of this program or its components
 * without the express written consent of the copyright owner is
 * forbidden.
 *
 * Pelin Bali
 * pelinbali@mindspring.com
 *
 * Last updated on January 6, 2004.
 *
 */

div.outer-box {
    border: none;
    width: "100%" ;
    padding-right: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;

    background-color: white;
}

div.box {
    border: solid;
    border-width: 1px;
    border-color: #888888;
    border-color: #888888;
    width: "100%" ;
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;

    background-color: white;
}

.box-h1 {
    /* color: #cc3366; */
    color: #ffffff;
    background-color: #888888;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    text-align: text;
    /* font-style: italic */
}

.box-h1gray {
    color: #ffffff;
    background-color: #888888;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

.box-h1burgundy {
    color: #ffffff;
    background-color: #9c3156;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

.box-h1teal {
    color: #ffffff;
    background-color: #339999;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

.box-h1col {
    color: #ffffff;
    background-color: #62957C;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}
.box-h1news {
    color: #ffffff;
    background-color: #D79B9B;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 10pt;
    text-transform: none;
    font-weight: bold;
    text-align: center;
}

.box-h2 {
    color: #333366;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    text-transform: none;
    font-weight: bold;
    text-align: center
}

.box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;

    color: #333366;
    font-family: Verdana, Arial, "Times New Roman";
    font-size: 8pt;
    text-transform: none;
    font-weight: normal;
    text-align: left;
    font-style: normal;
}

