/*
This file is part of phpMyMsgBox.

phpMyMsgBox 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.

phpMyMsgBox 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 phpMyMsgBox; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

/* CSS Document */

<!--
body {
        background-color: #666666;
}
body,td,th {
        color: #CCCCCC;
}
.hyperlink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
}

A:link {
        text-decoration: none;
        color: #EEEEEE;
        font-weight: bold
}

A:visited {
        text-decoration: none;
        color: #EEEEEE;
        font-weight:bold
}

A:hover {
        text-decoration: underline;
        color: #ffff00;
        font-weight: bold;
}

body {
        scrollbar-face-color: #C0C0C0;
        scrollbar-shadow-color: #C0C0C0;
        scrollbar-highlight-color: #E0E0E0;
        scrollbar-3dlight-color: #C0C0C0;
        scrollbar-darkshadow-color: #000000;
        scrollbar-track-color: #C0C0C0;
        scrollbar-arrow-color: #66666;
}

img {
        border: 0;
}

input {
        border-width: 1px;
        border-color: #FFFFFF;
        background-color: #C0C0C0;
        font-family: Verdana;
        font-size: 10px;
        color: #5C5C5C;
        font-style: normal;
        font-weight: bold;
}

textarea {
        border-width: 1px;
        border-color: #FFFFFF;
        background-color: #C0C0C0;
        font-family: Verdana;
        font-size: 10px;
        color: #5C5C5C;
        font-style: normal;
        font-weight: bold;
}

select {
        border-width: 1px;
        border-color: #FFFFFF;
        background-color: #C0C0C0;
        font-family: Verdana;
        font-size: 10px;
        color: #5C5C5C;
        font-style: normal;
        font-weight: bold;
}

.normtext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px
}

.hinttext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px
}

.copytext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 10px;
}

.viewtext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
        font-size: 10px;
		color: #ffffff;
}

.viewtextblack {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: 500;
        font-size: 10px;
		color: #000000;
}

.topictext {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
}

.error {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FF4400;
        font-weight: bold;
}

.success {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #00CC00;
        font-weight: bold;
}
-->
