@charset "utf-8";
/* CSS Document */
* {margin:0px;padding:0px;}
li {list-style:none;}
.clear {clear:both;}

#container {width:785px;margin:0px auto 0px;position:relative;}

#admin #backing {position:fixed;top:0px;right:0px;background:#7B9AE7;width:100%;height:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);}
#admin #front {position:fixed;background:white;border:2px solid #7B9AE7;padding:5px;width:600px;top:60px;right:25px;}

.adminedit {margin:-10px 0px 8px;border:1px solid #FF0033;border-width:0px 1px 2px 0px;width:100px;}
.adminedit a {position:relative;left:40px;top:20px;background:#FF0033;padding:2px 10px 3px;color:white;font-weight:bold;margin-right:5px;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);}
.adminedit a:hover {background:#FF6633;opacity:0.9;-moz-opacity:0.9;filter:alpha(opacity=90);}

.hidden {display:none;}

.status, .error {margin:10px 5px;font-weight:strong;padding:5px 10px;color:black;font-weight:bold;}
.status {border:1px solid yellow;border-width:1px 0px;background:#FFFFE6;}
.error {border:1px solid red;border-width:1px 0px;background:#F7B0B3;}

p {margin:0px 0px 10px;}

img {border:none;}

.narrow label {width:70px;text-align:left;}
.narrow option, .narrow select, .narrow input, .narrow textarea, .narrow file {font-size:11px;}
.narrow select, .narrow input {margin-bottom:5px;}
.narrow input.submit {float:right;margin-top:10px;}
option {padding:1px 5px 0px 1px;}

.newpost {background:url(/images/NewPost.gif) no-repeat left;padding-left:30px;}

.narrow .editcontent_photos {display:none;}

input, textarea {margin:0px 3px;}

.clock {color:#666666;background:url(/images/ico-clock.gif) no-repeat;height:15px;padding-left:20px;margin-bottom:5px;}

a.editresult {position:absolute;background:#EFEFFF;margin-right:-20px;margin-top:-10px;width:100px;text-align:right;padding:1px 3px;color:black;border:1px solid red;border-width:2px 2px 2px 1px;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);}
a:hover.editresult {opacity:0.9;-moz-opacity:0.9;filter:alpha(opacity=90);}

tr.withdrawn td.first, tr.withdrawn td.second {background:none;border:none;}
tr.withdrawn {background:#FFF0F0 url(/images/withdrawn.png) repeat-x center center;}