/*
    Shotbox
    Copyright (C) 2009  Morten Svendsen
    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 3 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, see <http://www.gnu.org/licenses/>.
*/
#name
{
display:block; 
width:50%; }

#msg
{
display:block; 
width:50%; }

.sb_msg
{
font-family:Verdana,"lucida grande",sans-serif; 
font-size:100%; 
font-weight:normal; 
background:url("/img/shoutbox.png"); 
width:60%; 
padding:2%; 
margin-bottom:1em; }
.sb_msg_info
{
font-family:Verdana,"lucida grande",sans-serif; 
font-size:100%; 
font-weight:normal; 
background:url("/img/shoutbox.png"); 
/*color:#F93; */
width:60%; 
padding:2%; 
margin-bottom:1em; 
/*border-style:dashed; 
border-width:thin; 
border-color:#F93; */
}
.sb_msg_date
{
font-style:italic; 
font-size:80%; 
float:right; }

.sb_msg_name
{
margin-bottom:2em; 
color:#DDD; 
font-weight:bold; }

.sb_errormsg
{
    font-family:Verdana,"lucida grande",sans-serif; 
    font-size:100%; 
    font-weight:normal; 
    background:url("/img/errorbox.png"); 
 width:60%; 
 padding:2%; 
margin-bottom:2em; }
.sb_info
{
margin-bottom:2em; }

.sb_navbar
{
margin-bottom:1em; }

.sb_input
{
margin-bottom:0.5em; }

.sb_input2
{
display:none; }

.sb_input_submit
{
margin-top:6px; 
padding-left:1em; 
padding-right:1em; }

/********************************************************************************************************
 *Admin*
 ********************************************************************************************************/
#user
{
display:block; 
width:50%; }

#pass
{
display:block; 
width:50%; }

.sb_admin_ip_date
{
font-size:60%; 
width:18em; }

.sb_admin_links
{
margin-bottom:1em; }

.sb_admin_links li
{
display:inline-block; 
font-weight:bold; 
margin-right:.4em; 
padding:.2em .4em; 
background-color:rgba(0%,0%,0%,.35); 
/*opacity:.5; */
}

.sb_admin_links li:hover
{
background-color:rgba(0%,0%,0%,1); }

.sb_admin_menu
{
margin-bottom:1em; }

.sb_admin_menu.input
{
margin-right:1em; }

.sb_admin_info
{
margin-bottom:1em; 
font-size:200%; 
color:#F30; 
background-color:inherit; }

.sb_admin_input
{
margin-bottom:1em; }

.sb_admin_input_submit
{
margin-top:6px; 
padding-left:1em; 
padding-right:1em; }

.sb_admin_msg
{
font-family:Verdana,"lucida grande",sans-serif; 
font-size:100%; 
font-weight:normal; 
background:url("/img/shoutbox.png"); 
width:60%; 
padding:2%; 
margin-bottom:1em; 
border-color:#F00; 
border-style:dashed; 
border-width:medium; 

}

.sb_admin_msg_name
{
margin-bottom:2em; 
color:#DDD; 
font-weight:bold; }

.sb_admin_msg_left
{
 float:left; }

.sb_admin_msg_left.input
{
 margin-right:1em; }

.sb_admin_msg_right
{
 float:right; }

.sb_admin_msg_clear
{
float:none; 
clear:both; }

/********************************************************************************************************
 *Bannedip*
 ********************************************************************************************************/
.iptable
{
/*border-style:outset; 
border-width:thin; */
margin-bottom:1em; }

.iptable td, .iptable th
{
/*border-style:outset; 
border-width:medium; */
padding-left:1em; 
padding-right:1em; 
padding-top:.2em; 
padding-bottom:.2em; 
text-align:center; }

/********************************************************************************************************
 *Admin_Configuration*
 ********************************************************************************************************/
.conf_input
{
margin-bottom:1em; }

.conf_input input
{
width:35em; }

.conf_inputl
{
margin-bottom:1em; }

.conf_inputl input
{
width:45em; }

.conf_checkbox
{
margin-bottom:1em; }

.conf_textarea
{
margin-bottom:1em; }

.conf_textarea textarea
{
width:45em; 
height:10em; }

.conf_submit
{
margin-bottom:1em; }

.conf_ipfields
{
margin-bottom:1.5em; 
border-width:5px; 
border-style:solid; 
border-color:#8B0000; }

.conf_sbfields
{
margin-bottom:1.5em; 
border-width:5px; 
border-style:solid; 
border-color:green; }

.conf_iplegend
{
color:white; 
background-color:#8B0000; 
font-weight:bold; 
font-size:2em; 
border-width:5px; 
border-style:solid; 
border-color:#8B0000; 
padding:.2em .8em; }

.conf_sblegend
{
color:white; 
background-color:green; 
font-weight:bold; 
font-size:2em; 
border-width:5px; 
border-style:solid; 
border-color:green; 
padding:.2em .8em; }

.conf_iplabel
{
font-weight:bold; 
color:red; }

.conf_sblabel
{
font-weight:bold; 
color:green; }
