body {
    margin: 0;
    font: 11px tahoma;
    color: #000000;
}

table {
    font: 11px tahoma;
}

p {
    font: 11px tahoma;
}

#content {
    text-align: center;
}

#tablecontainer {
    margin-top: 5px;
}

td {
    text-align: left;
    vertical-align: top;
    font: 11px tahoma
}

#staticheader {
    position: fixed;
    margin-top: -180px;
    background-color: #ffffff;
    width: 100%;
    z-index: 50;
}

#bluecontainer {
    width: 1250px;
    border: 0;
    margin: auto;
    margin-top: 10px
}

.bluecontainer {
    width: 1250px;
    border: 0;
    margin: auto;
    margin-top: 25px
}

#bluecontainerheadertext {
    font: 18px tahoma;
    color: orange;
    font-weight: bold;
    margin-top: 8px;
    width: 1000px;
}

.bluecontainerheadertext {
    font: 18px tahoma;
    color: orange;
    font-weight: bold;
    margin-top: 8px;
    width: 1000px;
}

div#userbar {
    background: #ebf5db;
    overflow: hidden;
    margin-top: 0;
    border-bottom: 1px solid #0f8c02;
    text-align: right;
    padding: 4px 10px;
}

#userbar a:link {
    color: green;
    text-decoration: underline;
}

#userbar a:visited {
    color: green;
    text-decoration: underline;
}

#userbar a:hover {
    color: green;
    text-decoration: underline;
}

#userbar a:active {
    color: green;
    text-decoration: underline;
}

div#titlebar {
    font: 20px tahoma;
    color: black;
    font-weight: bold;
    width: 1250px;
    margin: auto;
    vertical-align: text-bottom;
    background: url(/images/barback.gif) repeat-x;
    min-height: 30px;
    line-height: 30px;
    margin-top: 0;
}

div#navbar {
    width: 1250px;
    margin: auto;
    vertical-align: text-bottom;
    background: url(/images/barback.gif) repeat-x;
    min-height: 30px;
    line-height: 30px;
    margin-top: 0;
    font-size: 12px;
}

#subcategorylinks {
    float: left;
}

/*a:link {
    color: navy;
    text-decoration: underline;
}

a:visited {
    color: navy;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:active {
    color: navy;
    text-decoration: underline;
}*/

input {
    color: 000000;
}

input[type=text], input[type=password] {
    border: 1px solid #0f8c02;
    background: #ffffdd;
    font: 11px tahoma;
}

.styleoption {
    background-color: #ffffdd;
    border: none;
}

select {
    background-color: #ffffdd;
    border: 1px solid #0f8c02;
}

textarea {
    border: 1px solid #0f8c02;
    background: #ffffdd;
    font: 11px tahoma;
}

option {
    background-color: #ffffdd;
    font: 11px tahoma;
}

select {
    font: 11px tahoma;
}

.info {
    background-color: #BDE5F8;
    color: #00529B;
    border: 1px #00529B solid;
    padding: 10px 0 0 0;
    background-image: url('../images/knobs/Knob Info.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    min-height: 30px;
    min-width: 400px;
    text-align: left;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.success {
    background-color: #ebf5db;
    color: #0f8c02;
    border: 1px #0f8c02 solid;
    padding: 10px 0 0 0;
    background-image: url('../images/knobs/Knob Valid Green.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    min-height: 30px;
    min-width: 300px;
    text-align: left;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.cancelsuccess {
    background-color: #ebf5db;
    color: #0f8c02;
    border: 1px #0f8c02 solid;
    padding: 10px 0 0 0;
    background-image: url('../images/knobs/Knob Valid Green.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    min-height: 30px;
    width: 100px;
    text-align: left;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.error {
    background-color: #FFBABA;
    color: #D8000C;
    border: 1px #D8000C solid;
    padding: 10px 0 0 0;
    background-image: url('../images/knobs/Knob Cancel.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    min-height: 30px;
    width: 400px;
    text-align: left;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.warning {
    background-color: #FEEFB3;
    color: #9F6000;
    border: 1px #9F6000 solid;
    padding: 10px 0 0 0;
    background-image: url('../images/knobs/Knob Attention.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    min-height: 30px;
    min-width: 400px;
    text-align: left;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.ok {
    background-color: #ebf5db;
    background-image: url('../images/knobs/Knob Valid Green Sml.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    color: #0f8c02;
    border: 1px #0f8c02 solid;
    padding: 10px 0 0 0;
    text-align: left;
    min-height: 30px;
    min-width: 400px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.failed {
    background-color: #FFBABA;
    background-image: url('../images/knobs/Knob Cancel Sml.png');
    background-repeat: no-repeat;
    background-position: 20px 5px;
    color: #D8000C;
    border: 1px #D8000C solid;
    padding: 10px 0 0 0;
    text-align: left;
    min-height: 30px;
    min-width: 400px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.pagebuttons {
    padding: 2px;
    font: 11px tahoma;
    background: #ebf5db;
    border: 1px #569661 solid;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagebuttons:hover {
    background: #b2fcba;
    border: 1px #569661 solid;
}


.pagebuttons2 {
    padding: 2px;
    font: 11px tahoma;
    background: #b2fcba;
    border: 1px #569661 solid;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagebuttons2:hover {
    background: #b2fcba;
    border: 1px #569661 solid;
}


.pagetextboxes {
    padding: 2px;
    border: 1px solid #569661;
    font: 11px tahoma;
    background: #ffffdd;
    margin: auto;
}

.centercell {
    text-align: center;
}

#livesearch {
    z-index: 10;
    position: absolute;
    background: #ebf5db;
    width: 269px;
    margin-top: -3px;
}

#livesearch a:link {
    width: 98%;
    display: inline-block;
    padding: 3px;
    color: green;
    text-decoration: none;
}

#livesearch a:visited {
    width: 98%;
    display: inline-block;
    padding: 3px;
    color: green;
    text-decoration: none;
}

#livesearch a:hover {
    color: white;
    text-decoration: none;
    background: #0f8c02;
}

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

#pagenumbers {
    display: block;
    display: -moz-inline-block;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #569661;
    color: black;
    background-color: #ebf5db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#currentpage {
    display: inline-block;
    display: -moz-inline-block;
    float: left;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #569661;
    color: black;
    background-color: #b2fcba;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#pagenumbers a {
    display: block;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#pagenumbers a:link {
    color: black;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

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

#pagenumbers a:hover {
    color: black;
    background-color: #569661;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#pagenumbers a:active {
    color: black;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#pagenumbers a:link {
    color: black;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#pagenumbers a:visited {
    color: black;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#pagenumbers a:hover {
    background-color: #b2fcba;
}

#pagenumbers a:active {
    color: black;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

#bluecontainer a:link {
    color: #198c12;
    text-decoration: none;
    font-weight: bold;
}

#bluecontainer a:visited {
    color: #198c12;
    text-decoration: none;
    font-weight: bold;
}

#bluecontainer a:hover {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

#bluecontainer a:active {
    color: #198c12;
    text-decoration: none;
    font-weight: bold;
}

#prevnext {
    font-size: 14px;
}

#prevnext a:link {
    color: green;
    text-decoration: none;
}

#prevnext a:visited {
    color: green;
    text-decoration: none;
}

#prevnext a:hover {
    color: green;
    text-decoration: none;
}

#prevnext a:active {
    color: green;
    text-decoration: none;
}

.tableheader {
    font-weight: bold;
}

#DeleteLink {
    font-weight: normal;
}

#DeleteLink a:link {
    color: green;
    text-decoration: none;
}

#DeleteLink a:visited {
    color: green;
    text-decoration: none;
}

#DeleteLink a:hover {
    color: green;
    text-decoration: none;
}

#DeleteLink a:active {
    color: green;
    text-decoration: none;
}

#Subject a:link {
    color: green;
    text-decoration: none;
}

#Subject a:visited {
    color: green;
    text-decoration: none;
}

#Subject a:hover {
    color: green;
    text-decoration: none;
}

#Subject a:active {
    color: green;
    text-decoration: none;
}

#invoices a:link {
    color: #1d8c16;
    text-decoration: none;
}

#invoices a:visited {
    color: #F0F;
    text-decoration: none;
}

#invoices a:hover {
    color: #0F0;
    text-decoration: none;
}

#invoices a:active {
    color: #1d8c16;
    text-decoration: none;
}

.locklink a:link {
    color: #1d8c16 !important;
    text-decoration: none;
}

.locklink a:visited {
    color: #1d8c16 !important;
    text-decoration: none;
}

.locklink a:hover {
    color: #0F0 !important;
    text-decoration: none;
}

.locklink a:active {
    color: #1d8c16 !important;
    text-decoration: none;
}

.message_links {
    font-weight: normal;
}

.doc_options {
    background: #ebf5db;
    color: #000;
    position: absolute;
    max-width: 150px;
    min-width: 150px;
    border: 1px solid #0f8c02;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
}

.doc_options a {
    color: green;
}

.vcard_options {
    display: none;
    background: #ebf5db;
    color: #000;
    position: absolute;
    max-width: 150px;
    min-width: 150px;
    border: 1px solid #0f8c02;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.5);

}

.vcard_options a {
    color: green;
}

#close_vcard_options {
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid black;
    border-radius: 8px;
}

#close_vcard_options:hover {
    background-color: #0f8c02;

}

.vcard_icon {
    border: 0;
}

#cancellation_options {
    display: none;
    background: #ebf5db;
    color: #000;
    position: absolute;
    max-width: 180px;
    min-width: 180px;
    border: 1px solid #0f8c02;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.5);

}

#cancellation_title_container {
    margin: 10px;
}

#cancellation_reason {
    margin: 10px auto 10px auto;
}

#cancellation_button {
    margin: 10px;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

table.preview td {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
}

table.withborders, table.withborders td {
    border: 1px solid #777;
    border-collapse: collapse;
}

.tooltip {
 /*   border-bottom: 1px dotted #000000; */
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

.tooltip span {
    margin-left: -999em;
    position: absolute;
}

.tooltip:hover span {
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: 1em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 150px;
    padding:  5px 5px 5px 20px;

    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 8px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 8px 8px rgba(0, 0, 0, 0.4);

}

.tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}

.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}

.ttclassic {
    padding: 0.8em 1em;
}

.custom {
    padding: 0.5em 0.8em 0.8em 2em;
}

* html a:hover {
    background: transparent;
}

.ttclassic {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}

.ttcritical {
    background: #FFCCAA;
    border: 1px solid #FF3334;
}

.tthelp {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}

.ttinfo {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
    color: #000099;
}

.ttwarning {
    background: #FFFFAA;
    border: 1px solid #FFAD33;
}
.pp_red {
	background-color: red;
}
.pp_blue {
	background-color: blue;
}
.pp_green {
	background-color: green;
}
.pp_amber {
	background-color: orange;
}
.pp_nofill, .pp_ {
	background-color: #d7d7d7;
}
.pp_key {
	display: inline-block;
	width: 11px;
	height: 11px;
	border: 1px solid black;
	margin: 1px 4px 0 0;
}

