﻿/* tagBox - default skin */
 @font-face { font-family: Helvetica; font-weight: 650; src: url('../apps/ttf/helveticalight.woff'); }
 
html {
overflow-y:no !important;
}

body {
margin:0;
background: transparent;
}

body,td,th,div {
font-family:Helvetica;
font-size:17px;
color:#fff;
vertical-align:top;
text-align:left;
cursor:default
}

#h, #i, #a {
color:#fff;
}

div {
overflow:hidden;
word-wrap:break-word /* IE ONLY */
}

a {
color:#fff;
text-decoration:underline
}

a:hover {
color:#fff;
text-decoration:none;
cursor: pointer
}

li {
font-size:8px;
color:#fff;
}

.poweredby{
font-size:85%
}

.admin_online{
color:#0f0
}

.admin_offline{
color:#fff
}

.ip{
color:#f00;
font-style: bold;
}

.online{
color:#f00
}

.taga {
text-shadow: 2px 4px 2px #000000;
background-color:transparent;
padding:1px
}

.taga a {
color:#fff;
font-size:16px
}

.tagb {
text-shadow: 2px 4px 2px #000000;
background-color:transparent;
padding:1px
}

.tagb a {
color:#fff;
font-size:16px
}

img{max-width:150px}

.tagcount{
text-align:center;
margin-top:0;
font-size:10px;
}

.formarea {
text-align:center;
background-color:transparent;
padding-bottom:0;/* IE ONLY */
color:#fff
}

form{
max-width:250px;
margin: 0 auto;
}

input {
border:1px solid #fff;
background-color:#fff;
font-weight:bold;
text-align:center;
margin-bottom:1px;
cursor:default;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff
}

input.inputname {
width:100%;
cursor:text;
padding-top:3px;
color:#000
}

input.inputmsg {
width:100%;
cursor:text;
padding-top:3px;
color:#000
}

input.inputbutton {
width:50%;
background-color:#000;
position:relative;
cursor:pointer;
color:#fff;
padding-top:3px;
}

.inputbutton:hover {
background-color:#0C438F;
}

.footer {
text-align:center;
color:#fff;
font-size:10px;
text-decoration:underline;
}




