/* all.css: page styles for SWL applications, version 3.5, 29/10/2013	*/

* { margin:0; padding:0; font-family:Arial, Sans-Serif; }
html, body { width:100%; height:100%; border:0; }
body { background-color:#ffffff; color:#000000; font-family:Arial, Sans-Serif; font-size:9pt; font-weight:normal; text-decoration:none; }
form { margin:0; padding:0; }
img { border-style:none; margin:0; padding:0; }
a { color:#000000; text-decoration:none; }
a:hover { color:#c00000; text-decoration:none; }
h1 { font-size:15pt; color:#ff8000; margin:10px 0 10px 5px; }
h1 a, h2 a, h3 a { color:#ff8000; }
h1 a:hover, h2 a:hover, h3 a:hover { color:#e0e000; }
h2 { font-size:13pt; color:#ff8000; margin:10px 0 10px 10px; }
h3 { font-size:11pt; color:#ff8000; margin:10px 0 10px 15px; }
p, ul, ol, li { font-size:11pt; font-weight:normal; color:#000000; }
p { margin:0 0 10px 0; }
li { margin:0 0 5px 0; }
ul, ol { margin:0 0 10px 40px; }
p.caption { color:#000000; font-size:9pt; font-weight:bold; margin:0 0 2px 0; }
p.error   { color:#ff0000; font-size:13pt; font-weight:bold; }
p.warning { color:#ff7329; font-size:13pt; font-weight:bold; }
p.success { color:#00c000; font-size:13pt; font-weight:bold; }
input, select, textarea { font-size:12px; font-family:"Courier New", Courier, mono; }
textarea { padding:4px; }
input { height:15px; padding:0; padding:1px 0 0 1px; }
select { height:17px; padding:0; padding:1px 0 0 1px; }
input.datafile { width:320px; }
input.title { width:300px; }
input.string { width:210px; }
input.decimal { width:60px; }
input.integer { width:60px; }
input.smallint { width:40px; }
input.tinyint { width:22px; }
input.timehm { width:40px; } 
input.time, input.timehms { width:60px; }
input.date { width:80px; }
input.email { width:250px; }
inout.submit { height:18px; }
select.usergroup { width:250px; }
textarea.text { width:800px; height:200px; }
span.required { color:#FF0000; font-size:18px; font-weight:bold; line-height:12px; vertical-align:bottom; }
ul.home { margin-top:25px; }
ul.home li { font-size:12pt; font-weight:bold; color:#000000; margin-bottom:25px; }

table.offset { margin:10px 0 0 10px; }

table.messagebox { margin:10px 0 10px 10px; border:2px solid #000000; background-color:#e0e0ff; }
table.messagebox td.icon { padding:5px; vertical-align:middle; }
table.messagebox td.text { text-align:left; font-size:12px; padding:5px; }
table.messagebox td.buttons { text-align:center; }
table.messagebox input.submit { margin:5px; padding:0 5px; height:20px; background-color:#e0e0ff; border:1px solid #ff8000; color:#ff8000; font-weight:bold; font-size:14px; font-family:Arial, Helvetica, sans-serif; }
