/* Printer styles */
#menus, #leftart, .noprint {
display:none;
}

body {
font-family:arial, sans-serif; font-size:10pt;
}

#content {
margin:0;
padding:0;
width:100%
}

h2 {
font-size:1em;
}

h3 {
font-size:0.9em;
}

#dialog {
font-size:0.9em;
padding:0% 1em 0% 1em;
}

#dialog #help {
display:inline;
width:38%;
float:left;
}

#dialog #help ul {
margin:0.7em 1em 0 1.2em;
}

#dialog #help p {
margin:0.7em 0.2em 0 0.2em;
}

#dialog #editors {
display:inline;
width:53%;
float:left;
}

fieldset {
padding:1em;
border:2px solid black;
}

fieldset legend {
font-size: 1em;
font-weight: bold;
padding: 0 0.5em 0.6em 0.2em;
}

.editor {
font-size: 0.9em;
}

a {
display:none;
}

#dialog .editor {
height:1.6em;
}

.editor label {
font-size: 0.9em;
font-weight:normal;
display: block;
float:left;
clear:left;
width:10em;
text-align: right;
letter-spacing:-1px;
padding-right:9px;
}

.editor .field {
font-size: 0.9em;
float:left;
margin-left:1em;
}

.infobox {
float:left;
margin-right:1em;
}

#dialog #editors input, select, textarea {
float:left;
}

#dialog input, textarea {
width:18em;
}

#dialog select {
width:18em;
}

#dialog textarea {
overflow: auto;
}

#dialog .button {
width:auto;
margin:1em 0 0 1em;
background-image:url(btn.gif);
background-position:left center;
background-repeat:repeat-x;
}

/* ERROR */
#dialog #error .box-outer {
margin-bottom:2em;
}

#dialog #error .box-inner {
padding:0 2em 1em 2em;
border:4px solid red;
}

#dialog #error p {
padding:0 0 0.5em 0;
}

#error #picklist .pickitem input {
width:1em;
}

/* HELP */
#dialog #help .box-inner {
font-size: 0.88em;
padding:0.5em;
margin:0em 0.5em;
border:1px solid #774;
}

#dialog #help {
margin-left:1em;
}

#dialog #help h4 {
background-image: url(icon_info.gif);
background-repeat: no-repeat;
background-position: top left;
border-width: 0px 0px 1px 0px;
border-style:solid;
text-align:center;
margin:0;
padding:0;
font-size:1.1em;
font-weight:bold;
}

.legalese {
clear:both;
font-family:serif;
font-size:0.88em;
}

#copyright{
text-align:center;
}

#dialog .required {
background-image:url(req.gif);
background-repeat: no-repeat;
background-position:center right;
}

#personalinfo label {
width:4em;
}

#singlesinfo label {
width:5em;
}

#assmatinfo label {
width:7em;
}

.files {
width:32%;
float:left;
font-size:0.9em;
}

.files a {
text-decoration:none;
}

.filelink {
display:block;
}

.report .right{
text-align:right;
}

.report .center{
text-align:center;
}

.report table {
width:auto;
font-size:0.9em;
}

.report td {
padding-right:1em;
vertical-align:top;
}

h1, h2, h3, h4 {
font-weight:bold;
}

h1 {
font-size:1.2em;
}

h2 {
font-size:1.1em;
}

h3 {
font-size:1em;
}

h4 {
font-size:0.9em;
}

.persname, .persname a {
font-weight:bold;
text-decoration:none; 
color:#000;
}

#copyright{
text-align:center;
margin:1em;
}

.links {
display:none;
}