@import "reset.css";

.top { vertical-align:top; }
.larger { font-size: larger; }
.il { display:inline; }
.bl { display:block; }
.nu { width:30px; }
.nb { border:none; }
.nw, .nowrap { white-space:nowrap; }
.cb { 
    clear:both;
    display:none;
}
.bg { padding:5px; background:#ddd; }
.fr { display:block; float:right;}
.fl { display:block; float:left;}
.fortyfive { width:45%; }
.ignore { color: #483D8B; }
.in { display:inline; }
.indent { margin-left:20px; }
.nobkgrnd { background:#fff; }
.noborder { border:none; }
.nowrap { white-space:nowrap; }
.nu { width:30px; }
.rt { text-align:right; }
.sm { font-size: 75%; font-weight:normal;  }
span.date, div.date { font-size: smaller; color: #ccc;}
.striped { background:#eee; }
.hl { font-weight:bold; }
.bold { font-weight:bold; }
.tc { text-align: center; }
.padded { padding:5px; }
img.center {
    margin:auto;
    display:block;
}
.center {
    vertical-align:middle;
    text-align:center;
    margin:auto;
}
.tr { text-align: right; }
textarea.big { height:200px; }
textarea.huge { height:400px; }
input.sm { width:10%; }
input.md { width:50%; }
input.lg { font-size: 140% !important; }
input.date { width:100px !important; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.hidden {
    visibility: hidden;
}
.clearfix {
    display: block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
input.er { 
    border:1px solid #B22222;
}
label.er {
    color:#B22222;
    font-weight:bold;
}
form.search fieldset {
    background:transparent;
    border:0;
    margin:0 !important;
}
form.search fieldset input[type=text] {
    background-image: url('/img/icon/search.png');
    background-size:.8em;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-color:#aaa;
    text-indent:40px;
    border-radius:15px;
    width:500px !important;
    border: 1px solid #555;
    border-left:none;
    display:inline-block;
    font-size: 2em;
    padding:3px 0;
    margin:0;
    padding:10px;
    color: #eee;
}
input[type="text"]:focus {
    text-indent:0px;
    background-image: none;
}
input[type="text"]:focus::placeholder {
    color:#aaa;
}
form.search ::placeholder {
    color:#ddd;
    font-weight:bold;
}
form.search button {
    float:left;
    font-size:120%;
    margin:0 5px;
    padding:2px 10px;
}
fieldset {
    background:#eee;
    border:1px solid #aaa;
    padding:15px;
    text-align:left;
    width:500px;
}
fieldset hr, .hr {
    border: 0;
    color: #ccc;
    background-color:#ccc;
    height: 1px;
    padding:0;
    margin:0;
}
legend {
    background:#fff;
    border:solid 1px #aaa;
    padding: 2px 4px;
    color:#555;
}
.indented {
    padding:0;
    margin-left:200px !important;
    display:inline-block;
    width:300px !important;
}
input[type=text],
input[type=password],
input[type=file],
select,
textarea,
span.cke_skin_kama {
    color:#555;
    margin-left:5px;
    display:inline-block;
    border: 1px solid #aaa;
    padding:1px;
    width:300px;
    font-family: courier, sans-serif;
}
fieldset input[type=checkbox],
input[type=radio] {
    padding:0;
    margin:0 0 10px 158px;
    display:inline-block;
}
select {
    display:inline-block;
    width:auto;
}
select:focus,
textarea:focus {
    background:#fff;
    color:#333;
}
fieldset .er {
    border:1px solid #B22222;
}
input[type=radio] {
    border:none;
    background:transparent;
    display:inline;
    margin-bottom:10px;
    width:auto;
}
div.legend {
    margin:5px 0 5px 154px;
    color:#777;
    font-weight:bold;
    font-size:larger;
}
.profile {
    width: 780px;
}
.text {
    color:#555;
    margin-left:5px;
    display:inline-block;
    padding:1px;
    width:300px;
}
label.er {
    border:none;
    color:#B22222;
    font-weight:bold;
}
#pagenumbers {
    margin:10px 0;
}
p.er,
div.er,
div.error,
p.error {
	color:#B22222;
	background:#FFFFF0;
	border:solid thin #B22222;
	font-size: larger;
	font-weight:bold;
	padding:5px;
	margin:5px 0;
}
.error p {
    color: #b22222;
}
.success { 
    padding: 10px;
    margin:5px 0;
    color: #228b22;
    background: #adff2f;
    border:1px solid green;
    font-weight:bold;
}
.success a {
    color: green !important;
}
.warning {
	color:#B22222;
	background:#FFFFF0;
	border:solid 1px #B22222;
	font-size:larger;
	font-weight:bold;
	padding:10px;
	margin:5px 0;
}
div.photo {
    padding: 10px;
    background:#ddd;
    border:1px solid #999;
    text-align:center;
}
div.photo img {
    border:1px solid #999;
    padding:1px;
}

ul.basic li {
    border:0;
    padding:0;
    padding-left:20px;
    margin-left:10px;
    background: url(/img/icon/li.gif) no-repeat left;
}
ul.bc {
    border:none;
    disc-style: none;
    white-space:nowrap;
    margin:0;
    padding:2px;
}
ul.bc li {
    background: url(/img/icon/li.gif) no-repeat left;
    border:none !important;
    display:inline;
    white-space:nowrap;
    padding:0px 0px 0 12px;
} 
.box {
    padding:5px;
    background:#f9f9f9;
    border: 1px dotted #ddd;
}
blockquote {
    margin:20px;
    padding:5px;
    background:#f9f9f9;
    border: 1px dotted #ddd;
}
table.profile td {
    padding:2px 4px;
    vertical-align:top;
}
table.profile tr td:first-child {
    font-weight:bold;
    text-align:right;
}
.spaced      {
    margin-top:    10px !important;
    margin-bottom: 10px !important;
}
.pn {
    font-family: "Courier New";
    font-size: larger;
    padding:5px 0;
}
.bc {
    font-family: "Courier New"
}
.sm {
    font-family: "Courier New"
}
h1 {
    color: #fff;
    font-size: 36px;
    padding:5px 0;
    font-weight: bold;
}
h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin:5px 0;
}
p {
    padding: 5px 0;
}
input,
textarea {
    font-family: courier;
}

a {
    color: navajowhite;
    text-decoration: none;
}
body, html {
    background:#333;
    font:14px courier, sans-serif;
    color:#fff;
    margin:0;
}
#top {
    width:100%;
    padding:5px;
    color: #aaa;
    position: fixed;
    background:#212121;
    left: 50%;
    transform: translateX(-50%);
    vertical-align:bottom;
    text-align:center;
    top:0;
}
#top a {
    color: #ccc;
}
#main {
    margin: auto;
    margin-top:30px;
    background:#555;
    min-height:50em;
    padding:10px 20px;
    width: 1130px;
    font: 16px courier, sans-serif;
}
#banner {
    padding:10px;
    height:141px;
    font: bold 24px courier, sans-serif;
    background: #111 url(/img/thaabit/joemoon.jpg) no-repeat top right;
    width:1154px;
    margin: auto;
}
#banner h1,
#banner h2 {
    color: #aaa;

}
#nav {
    color:#ddd;
    padding:0;
    margin:auto;
    font-size:120%;
}
#nav li {
    display:inline;
    padding:0;
    border:0;
}

#nav a {
    font-weight: bold;
    text-decoration:none;
    padding:5px 10px;
    color:#aaa;
    white-space:nowrap;
}   
#nav a:hover {
    background:#777;
}
#sidebar {
    background:#dedede;
    clear:both;
    position:absolute;
    top:167px;  
    vertical-align:top;
    width:200px;
}
#pagenumbers {
    margin:10px;
    font-size: 10px;
    letter-spacing: 1px;
}
#footer {
    clear:both;
    padding:5px;
    margin:auto;
    margin-top:10px;
    width:1160px;
}
dl {
    border-bottom: 1px dotted #ddd;
}
dt {
    border-top: 1px dotted #ddd;
    font-size:larger;
    padding-top: 15px;
    width:100%;
}
dt a {
    font-size: larger;
    text-decoration:none;
}
dd {
    padding-bottom: 15px;
}
ul.autowrap {
    border:0;
    background:#ccc;
}
ul.autowrap li {
    border:1px dotted #ccc;
    padding:5px;
    margin:5px;
    background:#fffff0;
    color:#777;
    overflow:hidden;
    float:left;
    width:150px;
    height:150px;
}
ul.quote {
    border:0;
    background:#888;
}
ul.quote li {
    border:1px dotted #aaa;
    padding:10px;
    margin:5px;
    background:#555;
    color:#fff;
    overflow:hidden;
    float:left;
    width:232px;
    height:210px;
}
ul.poem {
    border:0;
    background:#888;
}
ul.poem li {
    border:1px dotted #aaa;
    padding:10px;
    margin:5px;
    background:#555;
    color:#fff;
    overflow:hidden;
    float:left;
    width:490px;
    height:350px;
}
div.edit a {
    font-family:  "Courier";
    font-size: smaller;
    margin-right: 8px;
}
table.basic th {
    padding: 4px 8px;
    border: 1px solid #777;
    background: #777;
    font-size:120%;
}
table.basic td {
    padding: 2px 4px;
    border: 1px solid #777;
}
table.basic tr {
    background:#777;
    opacity: 0.5;
}
table.basic a {
    background:transparent;
}
table.basic tr.watched {
    font-weight:bold;
    background:#555;
    opacity:.6;
}
table.basic tr:hover, tr.watch:hover {
    background:#999;
    opacity:1;
}
.link:hover {
    background:#bbb;
    cursor: pointer;
}
ul.bc {
    background: #999;
    padding: 10px;
}
ul.bc li {
    background: url(/img/icon/li.gif) no-repeat left;
    border:none !important;
    display:inline;
    white-space:nowrap;
    padding:0 0 0 12px;
} 

blockquote {
    margin: 0;
    font-size: larger;
    padding:25px;
    background:#777;
    border: 0;
}
.box {
    padding:20px;
    background:#777;
}
div.bc {
    padding:5px;
    background:#999;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
form {
}
fieldset {
    margin:auto !important;
    background:#777;
    border:1px solid #999;
    padding:15px;
    text-align:left;
    width:800px;
}
fieldset.submit {
    border-top:none;
    margin: 0;
    background: #777;
}
fieldset hr, .hr {
    border: 0;
    color: #ccc;
    background-color:#ccc;
    height: 1px;
    padding:0;
    margin:0;
}
legend {
    background:#fff;
    border:solid 1px #aaa;
    padding: 2px 4px;
    color:#555;
}
input[type=text],
input[type=password],
input[type=file],
select,
textarea,
span.cke_skin_kama {
    color:#555;
    margin-left:5px;
    display:inline-block;
    border: 1px solid #aaa;
    padding:2px;
    width:480px;
    font-size:16px;
}
input[type=checkbox] + label,
input[type=radio] + label {
    margin:0;
    padding:0;
    padding-left:5px;
    width:280px;
    text-align:left;
}
fieldset input[type=checkbox],
input[type=radio] {
    padding:0;
    margin:0 0 10px 158px;
    display:inline-block;
}
select {
    display:inline-block;
    width:auto;
}
select:focus,
textarea:focus {
    background:#fff;
    color:#333;
}
fieldset input.er {
    border:2px solid red;
}
label.er {
    color: inherit;
    font-weight: bold;
}
fieldset button {
    background-color:#166e06 !important;
    border-radius: 15px;
    color: #fff;
    border: none;
    margin:10px 0 0 204px;
    display:block;
    padding: 8px 16px;
    font: bold 18px courier, sans-serif;
}
fieldset button:hover {
    background-color:orange !important;
    cursor: pointer;
}
input[type=radio] {
    border:none;
    background:transparent;
    display:inline;
    margin-bottom:10px;
    width:auto;
}
.label, label {
    font-size: 16px;
    width:190px;
    text-align: right;
    display:inline-block;
    color:#eee;
    font-weight: bold;
    margin-bottom:10px;
}
p.er,
div.er,
div.error,
p.error {
	color:#B22222;
	background:#FFFFF0;
	border:solid thin #B22222;
	font-size: larger;
	font-weight:bold;
	padding:5px;
	margin:5px 0;
}
input[type=file] {
    color: #fff;
}
.progress-bar {
    background:green;
}
ul.photo {
    background:transparent;
}
ul.photo li {
    border:none;
    background:#212121;
    color:#fff;
    padding:10px;
    margin:1px;
    border-radius:5%;
}
.search_icon {
    background: #999;
    display:inline-block;
    padding:8px;
    height:26px;
    border:1px solid #555;
    border-right:none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

table.basic td.a, td.a a {
    background:#fff;
    color: #313131;
    opacity:1;
}
table.basic td.b, td.b a {
    background:#313131;
    color: #fff;
    opacity:1;
}
ul.selectmenu {
    padding:0;
    margin:0;
    font-size:larger;
}
ul.selectmenu li {
    padding:0;
}
ul.selectmenu li:hover {
    background:#FFFFcc;
    cursor:pointer;
    font-weight: bold;
    color: #333;
}
dialog {
    border-radius:10px;
    padding:10px;
}
dialog::backdrop {
    background: hsla(0, 0%, 0%, .5);
}
dialog h2 {
    color:#333;
    font-size:larger;
    font-weight:bold;
}
.reset_animation {
    animation: none;
}
.animated_hl {
    animation: hl 1s reverse;
}
@keyframes hl {
    to {
        background-color: #ffffcc; 
        color:#333;
    }
}
