@CHARSET "UTF-8";
html, body,  span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption {
  margin:0; padding:0; border:0; outline:0; vertical-align:baseline;
  font:normal normal 100%/100% tahoma, verdana, sans-serif;
}

body{
    color: #777777;
    font-family: tahoma, verdana, sans-serif;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
    text-align: center;
    background:transparent url(/img/bg777.gif) no-repeat fixed center center;
}

h1,h2,h3,h4 {padding-bottom: 2px; margin: 0;}
ol, ul { list-style:none; position:relative; display:block; clear:both; }

h1{
    color: #777777;
    font-size: 1.6em;
    font-weight: bold;    
}

h3{
    color: #3F79A2;
    font-size: 1.2em;
    /*border-bottom: solid 1px #ccc;*/
    font-weight: bold;    
}

h4{
    color: #fff;
    font-size: 1.3em;
}

p{
    padding: 2px;
	margin-bottom: 5px;
}

a, a:link {
    color: #3F79A2;
    text-decoration: underline;
}

a:hover, a:active, a.sel {
    color: #000;
    text-decoration: underline;
}

h3 a{
    text-decoration: none;
}

.hr{
    background-color: #ccc;
    color: #ccc;
    /*border-bottom: solid 1px #ccc;*/
    height: 1px;
    margin-top: 10px;
}

.clear{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
}

#banners_top{
    width: 1000px;
    margin: 0 auto!important;
    /*border: solid 1px #cccccc;*/
    margin-bottom: 2px!important;
    text-align: left;
    /*height: 70px;*/
    margin-top: 4px !important;
}

#header{
    width: 1000px;
    margin: auto!important;
    margin-top: 10px!important;
    text-align: left;
    background-color: #3F79A2;
    /*height: 50px;*/
}

#path{
    width: 1000px;
    margin: 0 auto!important;
    margin-bottom: 14px!important;
    text-align: left;
    margin-top: 14px!important;
}

#general{
    width: 1000px;
    margin: 0 auto!important;
    /*border: solid 1px #cccccc;*/
    margin-bottom: 2px!important;
    text-align: left;
    min-height: 700px;
    _min-height: 700px;
}

#content{
    margin-left: 10px;
    margin-right: 10px;
}

#footer{
    width: 1000px;
    margin: 0 auto!important;
    /*border: solid 1px #cccccc;*/
    margin-bottom: 2px!important;
    text-align: center;
    background-color: #3F79A2;
}

/* header */

#outer {width: 1000px; border-top:1px solid #3F79A2; margin: 0 auto!important; margin-top:1px!important; text-align: left;} /* margin for this demo only */

#point {display:table; padding:0; margin:0 auto; list-style:none; background:#3F79A2 url(/img/right2.gif) no-repeat right bottom; white-space:nowrap;}
#point li {display:table-cell; margin:0; padding:0;}
#point li.first {background: url(/img/left2.gif) no-repeat left bottom;}
#point li a {float:left; font-family:arial; font-size:11px; letter-spacing:1px; padding:5px 10px; text-decoration:none; color:#fff; font-weight:bold;}
#point li a:hover, #point li a.current {background: url(/img/down_arrow.gif) no-repeat center top; color:#FF9900;}

#search INPUT{
    border: solid 1px #fff;
    /*background-color: #3F79A2;*/
    color: #777777;
}

#homecat li{
    display: block;
    float: left;
    width: 200px; 
    margin-top: 5px;
}

.home-a {
	text-decoration: underline;
}

#boardcat li{
    display: block;
    float: left;
    width: 300px; 
    margin-top: 5px;
}

#topboard li{
    display: block; 
    margin-top: 5px;
}

.error{
    border: solid 1px red;
    color: red;
    background-color: #FFE0E0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

table .data {
    border: solid 1px #ccc;
    margin: 3px 0 3px 0;
}

table .data th {
    background-color: #EEEEEE;
    border-bottom: solid 1px #ccc;
}

table .data td {
    border-bottom: solid 1px #ccc;
    padding: 5px;
}

table .data td.big {
    padding: 10px;    
}

table .data tr:hover {
    background-color: #F1F1F1;   
}

table .data a {
	font-size: 12px;
    text-decoration: none;
}

.txt {
	border: solid 1px  #ccc;
}


