







/*

Red             990000
Blue            000099
Green           009900

Grey            C0C0C0

Orange          FF9900

Yellow          FFCC33
Light Yellow    FFFFCC

*/
/* Primitives */

body {
    padding: 0;
    margin: 0;
}

pre {
    font-family: Courier, Sans-Serif;
}

a {
    color: blue;
}





/* Font styles */
/*

Helvetica
Tahoma

*/
* {
    font-family: "Trebuchet MS", Geneva, Sans-Serif;
    font-size: 10pt;
}

p {

}

small {
    font-size: 8pt;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 120%;
}

ul {
}

ul li {
}


form {
    margin: 0;
    padding: 0;
}

div {
    border-color: #C0C0C0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0 solid black;
    border-color: #C0C0C0;
}

img {
    border: 0 solid white;
}





/* Special Links */

small a {
    color: #B0B0B0;
}




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

ul.simple li {

}





/*  */
#maincontent {
    width: 960px;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}



#body {
    background-image: url(/images/gradient.png);
    background-repeat: repeat-x;
}

/* Header */
#header {
    position: relative;
    color: #ffffff;
    padding: 5px;
    margin: 0 auto;
    height: 65px;
    width: 1000px;
}

#header b {
    font-size: 16pt;
}

#header a {
    text-decoration: none;
    color: black;
}

#header #subnav {
    position: absolute;
    top: 0;
    right: 10px;
}

#header #subnav small a {
    font-size: 8pt;
}

#header #subnav small a {
    text-decoration: underline;
    color: blue;
    font-size: 8pt;
}





#adminbar {
    color: #eee;
    background-color: #0066cc;
    margin: 5px 0 0 0;
    padding: 5px;
}

#adminbar a {
    color: #ccc;
}




/* Main Content Area */
#content {
    position: relative;
    padding: 0;
    width: 1000px;
    margin: 5px auto 0 auto;
    min-height: 400px;
}


#sidecontent {
    margin: 0;
    width: 165px;
    float: right;
}





ul#navigation {
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    width: 900px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#navigation li {
    float: left;
    text-align: center;
    margin: 0 2px;
    background-color: #0066FF;
}

ul#navigation li:hover {
    margin-bottom: 4px;
    border-bottom: 4px solid black;
}

ul#navigation li.active {
    background-color: #009900;
}

ul#navigation li a {
    display: block;
    color: #eeeeee;
    height: 25px;
    line-height: 25px;
    width: 100px;
}





ul#utilities {
    clear: both;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    margin: 0;
    padding: 2px;
    list-style-type: none;
}

ul#utilities li {
    float: left;
    text-align: center;
    margin: 0 4px;
    vertical-align: middle;
}

ul#utilities li img {
    vertical-align: middle;
    margin-right: 5px;
}

ul#utilities li a {
    display: block;
    color: #eeeeee;
    font-size: 10pt;
    text-decoration: underline;

}



/* Menu */
ul.menu {
    width: 900px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.menu li {
    float: left;
    height: 75px;
    width: 250px;
    margin: 5px;
    padding: 8px;
    border: 1px solid #999999;
}

ul.menu li a {
    font-size: 14pt;
}



/* Footer */
#footer {
    padding: 5px;
    background-color: #000000;
    color: #ffffff;
    margin: 0 auto;
    height: 15px;
    width: 1000px;
    vertical-align: center;
}


#content h2 {
    padding: 10px 0;
    margin: 0;
}


/* 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-style: solid;
    border-width: 2px;
    border-color: #C0C0C0;
    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;
}







ul.imagelist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    clear: left;
}

ul.imagelist li {
    float: left;
    position: relative;
    margin: 5px;
    padding: 5px;
    text-align: center;
    height: 175px;
    width: 175px;
    border: 1px solid #cccccc;
}

ul.imagelist li div.actions {

    bottom: 0;
    right: 0;
    margin: 5px 0;
    padding-right: 5px;
    text-align: right;
}

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

ul.imagelist li div.actions a {

}

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;
}







ul.currenttags {
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0;
background-color: red;
}

ul.currenttags li {
    float: left;
border: 1px solid #cccccc;
background-color: #eeeeee;
padding: 2px 5px;
margin: 2px;
}



ul.tags {
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0;
background-color: red;
}

ul.tags li {
    float: left;
border: 1px solid #cccccc;
background-color: #eeeeee;
padding: 2px 5px;
margin: 2px;
}




/* Expandable/Collapsable styles */
.collapsible {

}


/* The collapsable section that starts closed */
.collapsible .closed {
    display: block;
}

/* The collapsable section that starts open */
.collapsible .open {
    display: none;
}


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;
}

/* 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;
}





.pagination {

}

.pagination ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14pt;
    font-weight: bold;
}

.pagination ul li {
    display: inline;
    padding: 2px 5px;
    margin: 0 2px;
    border: 1px solid #cccccc;
    text-align: center;
}

}

.pagination ul li a img {
    vertical-align: bottom;
}

.pagination ul li.spacer {
    border: 0 solid black;
}

.pagination ul li.current {
    background-color: #ffffff;
}

.pagination p {
    text-align: center;
    color: #666666;
}


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

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







/* Big box with list of options */
#ajax_listOfOptions {
    position:absolute;	/* Never change this one */
    width:175px;	/* Width of box */
    height:250px;	/* Height of box */
    overflow:auto;	/* Scrolling features */
    border:1px solid #cccccc;	/* Dark green border */
    background-color:#ffffff;	/* White background color */
    text-align:left;
    font-size:0.9em;
    z-index:100;
}
#ajax_listOfOptions div {	/* General rule for both .optionDiv and .optionDivSelected */
    margin:1px;
    padding:1px;
    cursor:pointer;
    font-size:0.9em;
}
#ajax_listOfOptions .optionDiv {	/* Div for each item in list */

}
#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
    background-color:#dddddd;
    color:#000000;
}
#ajax_listOfOptions_iframe {
    background-color:#ff0000;
    position:absolute;
    z-index:5;
}
