html, body { padding:0px; margin:0px; height:100%; }

body { font-family:Arial; font-size:13px; color:#333333; line-height:18px; background:url(images/bg_outer.png) repeat-x #E5E5E5; }

a { color:#003366; text-decoration:none; }
a:hover { text-decoration:underline; }

img { border:none; }
form { display:inline; }

#wrapper { width:800px; min-height:100%; height:auto; margin:auto; background:url(images/bg.png) repeat-x #FFFFFF; }

#logo { float:left; width:600px; padding-top:20px; }

#language { float:right; width:200px; text-align:right; color:#AAAAAA; padding-top:40px; }

#tabs { font-weight:bold; padding-top:12px; clear:both; color:#AAAAAA; }
#tabs a { color:#FFFFFF; text-decoration:none; }
#tabs a:hover { color:#99CC00; }
#tabs div { padding:6px 10px; border-right:1px solid #FFFFFF; float:left; }
#tabs div.selected { color:#003366; background-color:#FFFFFF; }

#main { padding:20px; clear:left; }

#errorbox { padding:5px; border:1px dashed #AA0000; }
.error { color:#FFFFFF; background-color:#AA0000; }

#info { float:left; width:360px; }
#buttons { float:right; width:400px; text-align:right; }

#copyright { text-align:left; color:#AAAAAA; border-top:1px solid #DDDDDD; padding-top:5px; font-size:11px; letter-spacing:1px; }

.clear { clear:both; }

h1 { margin:15px 0px; padding-bottom:2px; font-size:15px; text-transform:uppercase; border-bottom:1px solid #CCCCCC; letter-spacing:1px; }

small { font-size:12px; color:#666666; line-height:1em; }

.form { margin-left:20px; border-collapse:collapse; }
.form th { padding:8px 4px 2px 0px; vertical-align:bottom; font-weight:normal; text-align:left; width:250px; background:url(images/bg_th.png) bottom repeat-x; } 
.form td { padding:8px 0px 0px 5px; vertical-align:bottom; }
.form td.required { vertical-align:middle; }
.form td.spacer { height:10px; }

.textbox { font-family:Arial; font-size:13px; border:1px solid #AAAAAA; background-color:#F5F5F5; width:350px; }
.textbox:hover { border-color:#003366; }
.selectbox { font-family:Arial; font-size:13px; border:1px solid #AAAAAA; background-color:#F5F5F5; }
.selectbox:hover { border-color:#003366; }

.button { font-family:Arial; font-size:13px; border:1px solid #AAAAAA; padding:2px 15px; background:url(images/bg_button.png) repeat-x; cursor:pointer; }
.button:hover { border-color:#003366; }

.deactivated { color:#777777; }