/*CSS*/
/*FONT*/
*{font-family: Tahoma;}
body,td{font-size: 16px}
.category,.subcat,.sitelink,.add,.string,.head .right,.bar,.title{font-weight: bold}
/*MARGIN*/
*{margin: 0}
.logo img,li{margin: 0 0 0 15px}

/*PADDING*/
*{padding: 1px}
head,body,table,tr,td.top,form,img,a img,.bar{padding: 0}
.string,.head .right{padding-top:5px; padding-bottom:5px}
.content{padding:1px}
.bar{padding:5px 0;}
/*BACKGROUND*/
.err{background-color: #f00}
.err:before{content: url(http://inoy.org/images/icon/err.png)}
.bar{background-image: url(http://inoy.org/images/icon/hr.png)}
h1,h2,h3,h4,h5,h6{background:#fc0 url(http://inoy.org/images/icon/tup.png) repeat-x top}
td.main{background:#ccc url(http://inoy.org/images/icon/bdown.png) repeat-x bottom}
.bar a{background-color:#fc0;}
.head{background-image: url(http://inoy.org/images/icon/dot.gif)}
body{background-image: none}
body{background-color: #999}
.head{background-color: #110}
/*.right{background-color: #ccc}*/
.content, .content table, .content2, .content2 table {background-color: #ccc}
.line{background-color: #ccc}
.box{background-color:#999}
.bar{background-color: #990}
h1,h2,h3,h4,h5,h6,.title{background-color: #fd0}
/*COLOR*/
.err{color:#ccc}
a:link:visited:active:focus, input:link:visited:active:focus{color: #4169e1}
a:hover, input:hover {color:#ff4500}
table{color: #030}
.string,.head .right{color: #fc3}
h1,h2,h3,h4,h5,h6,.title,.bar{color: #fff}
/*BORDER*/
table{border-collapse: collapse}
h1,h2,h3,h4,h5,h6,.title{border: 1px solid #000}
.content td{border: 1px dashed #663}
.content2 td{border: 0}
/*TEXT*/
*{text-align: left}
h1,h2,h3,h4,h5,h6,.string,.menu,.bar,.right,.middle,.title,.bar a{text-align: center}
/*DECORATION*/
a:link{text-decoration: underline}
a:visited{text-decoration: line-through}
a:hover,.string,.title{text-decoration: underline overline}
a:active{text-decoration: none}

/*VERTICAL*/
*{vertical-align: top}
.logo, .menu, .string, .head .right, .bar, .title, .bar a {vertical-align: middle}
/*WIDTH*/
body{width: 1000px;}
table{width: 100%;}
table.w10p tr td{width:10%;}
table.w10p tr td.w5p{width:5%;}
table.w10p tr td.w45p{width:45%;}
.left{width: 200px;}
.content{width: 650px;}
.content2{width: 800px;}
.right{width: 150px;}
.menu{width: 150px;}
.bars{width: 1px}
.feedback{width:16px}
.content td{width:25%;}
/*HEIGHT*/
.bar{height:20px;}
table.head{height:100px;}


/*LIST*/
li{list-style-type: square}
/*end*/

