@charset "utf-8";
@import "./margin.css";
@import "./form.css";
@import "./font.css";

div#error {
    padding : 5px ;
    margin  : 5px ;
    color   : red ;
    font-weight : bolder ;
}

.left   { text-align  :   left ; }
.right  { text-align  :  right ; }
.center { text-align  : center ; }

td.left   { text-align  :   left ; }
td.right  { text-align  :  right ; }
td.center { text-align  : center ; }


#diplay_debug {
    width  : 800px ;
    height  : 500px ;
    overflow    : visible ;
    overflow-y   : scroll ;
    overflow-x   : auto ;
}

fieldset.description {
    margin  : 10px auto ;
    padding : 5px ;
    width   : 90% ;
}

/*-------------------------------------------
    FORM
-------------------------------------------*/

input {
    display : inline ;
}

input.inactive  { ime-mode : inactive ; }
input.active    { ime-mode :   active ; }

a.sort_up      { /*text-decoration :none;*/  }
a.sort_down    { /*text-decoration :none;*/  }
a.sort_default { /*text-decoration :none;*/  color : #cccccc ; }


.floatL { float:left;}
.floatR { float:right;}

a.uline {
    text-decoration : underline ;
}
.pointer {
    cursor  : pointer ;
}


#rules_flame {
    height  : 400px ;
	width:660px;
    overflow-y  : auto ;
	margin:20px auto;
	font-size:12px;
}


.rules_sub {
	width:120px;
}

.attention {
    font-size   : 1em ;
}



