/* Genereal settings */
* { margin:0; padding:0; text-align:left; }
body { background:#888; font-family:Arial, sans-serif; font-size:12px; line-height:1.8; color:black;  }
a { color:#ff0; }
a:hover { color:#fff; }
.in { max-width:1024px; }
#Top { background:#48c; padding:15px; color:white;}
#Top h1 { font-size:3em; line-height:1.3; font-weight:bold; }
#Top #Motto { line-height:1.3; }

.nodisplay { display:none; }
#Content { padding:15px; background:white; }
#Content a { color:#248; }
#Content a:hover { color:#000; }
#Content a.button,
#Content .BackLink a { padding:5px 20px; border:1px solid #248; color:black; background:#def; margin-right:10px; text-decoration:none; color:#248; }  
#Content a.button:hover,
#Content .BackLink a:hover { background:#248; color:white; text-decoration:underline; } 

h2 { clear:left; color:#248; font-weight:normal; font-size:2em; line-height:1.3; padding-bottom:5px; }
h3 { color:#000; font-weight:normal; font-size:1em; margin-top:-5px; padding-bottom:5px; }
h3 strong { color:#000; }
h3 strong.main { color:#800; }
table { border-collapse:collapse; font-size:1em; margin:5px 0 15px; }
td, th { border:1px solid #248; padding:2px 4px; background:white; vertical-align:middle; line-height:1.8; }
td.right { text-align:right; }
th { background:#248; color:white; font-weight:bold; text-align:center; font-weight:bold; }
tr.even td { background:#def; }
tr:hover td { background:#ff8; }

#Footer { padding:15px; color:white; clear:both; }

/* 2.0 */
.killfloat { clear:both; }
.marginbot { margin-bottom:10px; }

.LoginMenu { margin:0 0 10px; float:right; }
.LoginMenu.full { float:none; }
.LoginMenu.full a { float:right; display:block; line-height:1.2; margin:0; }
.LoginMenu.full .fleft { float:left; }

fieldset { float:left; padding:20px; margin:10px 0; border:1px solid #888; max-width:252px; }
.loginform .error { margin-bottom:10px; color:#c00; font-weight:bold; }
.loginform .error strong { font-size:1.6em; display:block; }  
.loginform label { display:block; }
.loginform input { font-size:1.6em; width:250px; }
.loginform input.button { padding:4px 30px; font-size:1.2em; width:auto; }

.DateForm { margin:10px 0 20px; }
.DateForm .Label { font-weight:bold; }
.DateForm input { padding:0 10px; }
.DateForm input.submit { font-weight:bold; }