

small {
    font-size: 8pt;
}




form {
    margin: 0;
    padding: 0;
}

div {
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0 solid black;
}

img {
    border: 0 solid white;
}





/* Special Links */

small a {
    color: #B0B0B0;
}




ul.simple {
    padding: 0;
    margin: 15px;
    list-style-type: none;
}

ul.simple li {

}
















/* General Widgets and structures */
.wrapper {
    width: 624px;
    border-width: 0;
    border-color: #C0C0C0;
    border-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.box {
    border: 0;
    margin: 0;
    width: 650px;
    padding: 10px;
}

.highlighted {
    background-color: lightyellow;
}

.attached {
    border-top-width: 0;
    margin: 0;
}

.readonly {
    border-color: #000099;
}

.readwrite {
    border-color: #009900;
}

.error {
    border-color: #990000;
}

.info {
    border-color: #FFCC33;
}

#messagebox {
    margin-top: 10px;
}





img.actionbullet {
    vertical-align: middle;
}

span.searchhighlight {
    background-color: yellow;
}


a.action {
    text-decoration: none;
}

a.action span {
    text-decoration: underline;
}

a.action img {
    vertical-align: middle;
}







p.image {
    margin: 0;
}

p.image a {
    display :block;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

p.image b {
    font-size: 14pt;
}





ul.itemlist {
    list-style-type: none;
    margin: 10px 0;
    padding: 2px 4px;
    height: 300px;
    width: 600px;
    border: 1px solid #999999;
    overflow: scroll;
    background-color: #f0f0f0;
}

ul.itemlist li {
    margin: 4px 0;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

ul.itemlist li small {
    color: #aaaaaa;
}

ul.itemlist li small b {
    font-size: inherit;
    color: #888888;
}


ul.itemlist li.subitem {
    margin-left: 20px;
}

ul.itemlist li div.actions {
    padding-right: 5px;
    text-align: right;
}

ul.itemlist li small.tags {
    color: #666666;
    margin-left: 5px;
}

ul.itemlist li div.actions img {
    vertical-align: middle;
}

ul.itemlist li div.actions a {

}

.locationmap {
    width: 350px;
    height: 300px;
}











br.clear {
    margin: 0;
    padding: 0;
    clear: both;
    font-size: 1px;
}
















form.standardform  {
    margin: 0;
    padding: 0;
}

.standardform fieldset {
    padding: 5px;
    margin: 0;
    border-color: #C0C0C0;
    border: 0;
}

/* This is our standard form layout */
.standardform {
}

.standardform b {
    display: block;
    padding: 2px 2px;
}

.standardform fieldset legend {
    font-weight: bold;
    margin-top: 20px;
}

.standardform dl {
    width: 650px;
    margin: 0;
    padding: 5px 0;
}

.standardform dl.group {
    background-color: #eeeeee;
}

.standardform dl dt {
    display: block;
    width: 145px;
    float: left;
    padding: 2px;
    text-align: right;
}

.standardform dl dd {
    display: block;
    margin-left: 150px;
    left: 150px;
    padding: 2px;
}

.standardform dl dt.grouptitle {
    text-align: left;
    font-weight: bold;
    float: none;
    padding-left: 8px;
}

.standardform label.mandatory {
    font-weight: bold;
}

.standardform label.mandatory:before {
    content: '*';
}

.standardform textarea {
    height: 100px;
    width: 350px;
}

.standardform input[type=text] {
    width: 200px
}

.standardform input[type=password] {
    width: 200px
}

.standardform .mandatorytext {
    margin-left: 152px;
    font-size: 80%;
}

.standardform .controls {
    margin-top: 10px;
    margin-left: 152px;
}

.standardform .controls input {
    vertical-align: middle;
}

.standardform .controls .cancel {
    margin-left: 10px;
}

.standardform .controls .cancel {
    text-decoration: none;
}

.standardform .controls .cancel span {
    text-decoration: underline;
}

.standardform .controls .cancel img {
    vertical-align: middle;
}





.standardform .fieldpass {
    display: none;
}

.standardform .fieldfail {
    display: none;
}

.standardform .pass {
    margin-left: 152px;
    padding: 4px 0;
    display: none;
}

.standardform .fail {
    margin-left: 152px;
    padding: 4px 0;
    display: none;
}

.standardform .throbber {
    display: none;
}

.standardform .throbber img {
    vertical-align: middle;
}

.standardform .formloading {
    display: block;
}

.standardform span.searchhighlight {
    background-color: yellow;
}





.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





