/* main */ body{background:skyblue;text-align:center;} #title, #atitle{background:gold;color:darkgreen;text-align:center;font:bold 32px 'comic sans ms';display:inline;} #atitle{border:2px yellow solid;padding:10px;margin:5px 0 15px 0;} #closed{display:inline;} #enter{font:bold 24px;} .checked{background:lime;} #ticket_outer{background:steelblue;border:1px red solid;} #ticket_inner{background:yellow;border:1px orange double;margin:5px;} .ticket_nums{color:blue;font:bold 20px;} #quickpick{background:blue;color:white;font:bold 20px;} #notes{background:lightblue;color:black;padding:0 5px 0 5px;} #exists{background:lightblue;color:#555;font:14px;border:1px silver double;width:40%;margin:5px;} #confirm{background:lightblue;color:black;width:50%;font:32px;border:2px silver double;margin-top:50px;padding:15px;} #confirm_nums{background:yellow;font:bolder 40px;margin:20px 0 40px 0;width:350px;border:2px gold dashed;} #confirm_mess{font:14px;} /* admin */ .t1{background:lightblue;border:1px blue solid;width:800px;margin:5px 0 15px 0;} .t2{background:lightblue;width:398px;border:1px blue solid;margin-bottom:15px;} .t3{background:transparent;width:800px;border:0;} .col1{background:lightgreen;border-bottom:1px green solid;font:bold;} .col2{background:steelblue;} .col3{background:pink;border:1px red double;} .red{background:#f33;color:#ffc;border:2px #f33 outset;font: bold 12px tahoma;} .amber{background:darkorange;color:#ffc;border:2px darkorange outset;font: bold 12px tahoma;} .green{background:#4b4;color:#ffc;border:2px #4b4 outset;font: bold 12px tahoma;} .blue{background:#66f;color:#ffc;border:2px blue outset;font: bold 12px tahoma;} .hilite1{background:yellow;color:red;font:bold;}