
p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
   text-decoration: none;
   color: #333399; 
}

a:visited {
   color: #2222aa; 
}

a:hover {
   text-decoration: underline;
}



.formatter_table {
    border: none 0px;
}

table.formatter_table td {
    border: none 0px;
}

#title_pane {
    text-align: center;
    margin-bottom: 15px;
}

#content_pane {
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #fff;
    padding: 4px;
    border: solid 1px #000;
}

#logo_pane {
    text-align: center;
}
    
    
#group {
    width: 100%;
}

#group_1 {
    vertical-align: top;
}

#group_2 {
    vertical-align: top;
    width: 125px;
}

body {
    font-family: sans-serif;
    font-size: 13px;
    background:#c1e4f0;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
h1 {
    font-size: 15pt; margin-top: 5px;
}

.error, .empty {
    color: #f00;
}

a:visited {
    color: #000077;
}

div.navigation {
    font-size: small;
}

div.toolbar a {
   border-left: solid 10px #b0d3e0;
   padding-left: 2px;
}

div.toolbar a:hover {
   border-left: solid 10px #000099;
   text-decoration: none;
   padding-left: 2px;
}

div.toolbar {
    margin-left: 5%;
    text-align: left;
}



#mytoolbar {
   float: right;
   padding-right: 5%;
}

div#mytoolbar a {
   border-right: solid 10px #b0d3e0;
   padding-right: 2px;
}

div#mytoolbar a:hover {
   border-right: solid 10px #000099;
   text-decoration: none;
   padding-right: 2px;
}


input {
   border: solid 1px #000000;
   padding: 1px; 
}

/*
input[type="text"] {
   border: none;
   border-bottom: solid 1px;
   background-color: #c1e4f0;
}
*/

textarea {
   border: solid 1px #000000;
   padding: 1px; 
}

#user_name_title {
   text-align: right;
   display: block;
   padding-right: 5%;
}

#status_pane { height: 0px }
div.status { height: 0px }

