/* import popup calendar style */
@import "popup_calendar.css"; 

/*
 == index ==
 
 1. globals 
 2. menu    
 3. layers
 4. links
 5. buttons
 6. boxes
 7. forms
 8. tables
 9. tabs
10. messages
11. reports (needed?)
12. activites (needed?)
13. calendar (needed?)
14. project tree

*/

/* ---------------------------- */
/* globals                      */
/* ---------------------------- */

body {
  font-family: Verdana, Tahoma;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  background-color: white;
}

.plain {
  font-family: Verdana, Tahoma;
  font-size: 12px;
}

.plain_small {
  font-family: Verdana, Tahoma;
  font-size: 11px;
}

.bold {
  font-family: Verdana, Tahoma;
  font-weight: bold;
}

.bold_small {
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 11px;
}

.preformatted {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  line-height: 16px;
  text-align: justify;
}

form {
  padding: 0px;
  margin: 0px;
}

input {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
}

select {
  font-family: Verdana;
  font-size: 11px;
  color: #000000;
  padding: 0px;
  margin-bottom: 1px;

}

select.role {
  width: 350px;
}

select.roleRed {
  width: 350px;
  color: red;
}

textarea {
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  border: thin #000000 solid
}

.red {
  color: #ff0000;
}

.calendar_icon {
  position: relative;
  top: 2px;
}

.calendar_popup {
  visibility: hidden; 
  position: absolute; 
  background-color: white; 
}

.br_small {
  font-size:3px;
}

/* ---------------------------- */
/* menu                         */
/* ---------------------------- */

.menuItemContainer {
  width: 95%;
  min-height: 25px;
  height: auto; /* 25px; */
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-bottom: 4px;
  margin-top: 4px;
}

.menuItem {
  border-left: 12px solid #0080c0;
  min-height: 19px;
  height: inherit; /* 19px; */
  font-family: verdana;
  font-size: 9pt;
  font-weight: normal;
  padding-top: 6px;
  padding-left: 10px;
  cursor: pointer;
}

.menuItem-over {
  border-left: 12px solid #B5CBE7;
  min-height: 19px;
  height: inherit;/* 19px; */
  background-color: #B5CBE7;
  font-family: verdana;
  font-size: 9pt;
  padding-top: 6px;
  padding-left: 10px;
  font-weight: normal;
  cursor: pointer;
}

.menuItemLink:link {
  display: block !important; 
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
  color: black !important;
  border-bottom: none !important;
}

.menuItemLink:visited {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
  color: black !important;
  border-bottom: none !important;
}

.menuItemLink:hover {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
  color: black !important;
  border-bottom: none !important;
}

.menuItemLink:active {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  text-decoration: none !important;
  color: black !important;
  border-bottom: none !important;
}

/* ---------------------------- */
/* layers                       */
/* ---------------------------- */

#header {
  position: fixed; 
  top: 0px; 
  z-index: 2;
  height: 50px;
  background-color: #000000;
  border-bottom: 2px solid gray;
  color: white;
  font-weight: normal;
  font-size: 8pt;
}

#headerLeft {
  position: absolute;
  padding-left: 10px;
  padding-top: 10px;
}

#headerCenter {
  position: absolute;
  left: 201px;
  bottom: 0px;
  padding-left: 8px;
  padding-bottom: 5px;
  text-align: left;
  z-index: 1;
}

#headerRight {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-right: 8px;
  padding-bottom: 5px;
  text-align: right;
  z-index: 1;
}

#preMenuPanel {
	z-index: 0; 
	position: fixed; 
	top: 0px; 
	height: 52px; 
	width: 180px; 
	background-color: #f8f8f8;
	padding-right: 15px;
	padding-left: 5px; 
	border-right: 1px solid gray;
}

#menuPanel {
  position: fixed;
  top: 52px;
  width: 180px;
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 5px;
  border-right: 1px solid gray;
}

#mainContainer {
  position: absolute;
  background-color: white;
  left: 201px;
  top: 52px;
  padding: 10px;
}

#footer {
  position: absolute;
  height: 20px;
  background-color: #000000;
  border-top: 2px solid gray;
  color: white;
  font-weight: normal;
  font-size: 8pt;
  padding-top: 2px;
}

#footer #footerRight {
  position: absolute;
  right:15px;
  top: 3px;
}

#helpRight {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left:1px;
  text-align: right;
  z-index: 1;
}

/* ---------------------------- */
/* links                        */
/* ---------------------------- */


a.alter:link {
  font-weight: normal; 
  font-size: 12px;
  color: white;
  text-decoration: none;
  border-bottom: 1px dashed white;
}

a.alter:visited {
  font-weight: normal;
  font-size: 12px;
  color: white;
  text-decoration: none;
  border-bottom: 1px dashed white;
}

a.alter:hover {
  font-weight: normal;
  font-size: 12px;
  color: darkorange; 
  text-decoration: none; 
  border-bottom: 1px dashed darkorange;
}

a.normal:link {
  color: #006699;
  font-size: 12px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.normal:visited {
  color: #006699;
  font-size: 12px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.normal:hover  {
  color: darkorange;
  font-size: 12px;
  border-bottom: 1px dashed darkorange;
  text-decoration: none;
}

a.normal:active {
  color: #006699;
  font-size: 12px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.small:link {
  color: #006699;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.small:visited {
  color: #006699;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.small:hover {
  color: darkorange;
  font-size: 11px;
  border-bottom: 1px solid darkorange;
  text-decoration: none;
}

a.small:active {
  color: #006699;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.small-blue:link {
  color: #2d5be0;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.small-blue:visited {
  color: #2d5be0;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.small-blue:hover {
  color: darkorange;
  font-size: 11px;
  border-bottom: 1px solid darkorange;
  text-decoration: none;
}

a.small-blue:active {
  color: #2d5be0;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

a.help:link {
  font-weight: normal; 
  font-size: 12px;
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed white;
}

a.help:visited {
  font-weight: normal;
  font-size: 12px;
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed white;
}

a.help:hover {
  font-weight: normal;
  font-size: 12px;
  color: darkorange; 
  text-decoration: none; 
  border-bottom: 1px dashed darkorange;
}

/* cause people were too lazy to point me where to inject class from editor into DB, go figure... */
/* [sza] */

.tms-message a:link, .tms-message-read a:link, .tms-message-over a:link, .tms-message-read-over a:link  {
  color: #006699;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

.tms-message a:hover, .tms-message-read a:hover, .tms-message-over a:hover, .tms-message-read-over a:hover  {
  color: #006699;
  font-size: 11px;
  border-bottom: 1px solid #006699;
  text-decoration: none;
}

.tms-message a:active, .tms-message-read a:active, .tms-message-over a:active, .tms-message-read-over a:active  {
  color: #006699;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}

.tms-message a:visited, .tms-message-read a:visited, .tms-message-over a:visited, .tms-message-read-over a:visited  {
  color: #006699;
  font-size: 11px;
  border-bottom: 1px dashed #006699;
  text-decoration: none;
}


font.marked{
	color: #0080c0;
}

/* ---------------------------- */
/* buttons                      */
/* ---------------------------- */

.button {
  border: 1px solid #999999;
  margin-left: 3px;
  margin-right: 3px; 
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ECE9D8;
  color: #333333;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;  
  width: 0px;
  overflow: visible;
}

.button[class] {  /* IE ignores [class] */
  width: auto;  /* cancel margin fix for other browsers */
}

.button-over {
  border: 1px solid #999999;
  margin-left: 3px;
  margin-right: 3px; 
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffcc;
  color: #333333;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  cursor: pointer;
  width: 0px;
  overflow: visible;
}

.button-over[class] {  /* IE ignores [class] */
   width: auto;  /* cancel margin fix for other browsers */
}

/* 
add style="position:relative;padding-left:20px" to button with icon and text
generally its fucked in FF right now, leave that 
*/

/*
.button-icon-for-text {
  position:absolute;
  top:0px;
  left:0px;
  border:1px solid gray;
}

.button-icon {
  border:1px solid gray;
}
*/

/* ---------------------------- */
/* boxes                        */
/* ---------------------------- */

.tms-button-box {
  text-align: center;
  border: 0px;
  padding: 16px;
}

.tms-title-box { 
  border-bottom: solid 10px #0080c0;
  background-color: white;
  padding: 5px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.tms-title {
  margin-left: 10px;
  padding: 3px;
  font-size: 24pt;
}

.tms-subtitle {
  margin-left: 10px;
  padding: 3px;
  font-size: 14pt;
}

.tms-error-box { 
  border: 1px solid gray;
  padding: 3px;
  font-size: 13px;
  background-color: #ff9999;
  text-align: center;  
}

.tms-error {
  margin-left: 10px;
  padding: 3px;
}

.tms-info-box { 
  background-color: whitesmoke;
  border: 1px solid gray;
  padding: 3px;
  font-size: 13px;
  width: 300px;
  text-align: center;  
}

.tms-info {
  margin-left: 10px;
  padding: 3px;
}

.tms-msgstatus-box { 
  background-color: white;
  border-top: 1px solid #84A8D4;
  border-right: 1px solid #84A8D4;  
  padding: 3px;
  font-size: 13px;
  width: 500px;
  text-align: left;  
}

.tms-msgstatus {
  margin-left: 10px;
  padding: 3px;
  font-size:11px;
}


.tms-infoplain-box { 
  background-color: whitesmoke;
  border: 1px solid gray;
  padding: 3px;
  font-size: 13px;
  text-align: left;  
}

.tms-infoplain {
  margin-left: 10px;
  padding: 3px;
}

/* ---------------------------- */
/* forms                        */
/* ---------------------------- */

.tms-formbox-header {
  color: #000033;
  font-size: 12px;
  font-family: Verdana, Arial;
  font-weight: bold;
  text-align: right;

  padding: 5px;
  
  border-right: 3px solid black;
  border-bottom: 0px;
  border-top: 0px;
  /*border : 1px solid #84A8D4;
  background-color: #adc7e7;*/
}

.tms-formbox-item {
  color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;
  
  padding: 5px;
  
  border-bottom: 0px;
  border-top: 0px;
  /*border-right: 1px solid #84A8D4;
  border-top: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;
  
  background-color: #eff5fb;
  empty-cells: show;*/
}

.tms-formbox-item-disabled {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;
  
  padding: 5px;
  
  border-right: 1px solid #84A8D4;
  border-top: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;
  
  background-color: #DDDDDD;
  empty-cells: show;
}

.tms-formbox-item-vert {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;
  
  padding: 5px;
  
  border-right: 1px solid #84A8D4;
  border-left: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;
  
  background-color: #eff5fb;
  empty-cells: show;
}

.tms-formbox-item-disabled-vert {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;
  
  padding: 5px;
  
  border-right: 1px solid #84A8D4;
  border-left: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;
  
  background-color: #DDDDDD;
  empty-cells: show;
}

.tms-formbox-item-void {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;
  
  padding: 5px;
  
  border: 1px solid white;
  
  background-color: #ffffff;
  empty-cells: show;
}

.field_disabled {
  background-color: #DDDDDD; 
  border: 0px solid #7f9db9;
}

.field_disabled_normal {
  background-color: #eff5fb; 
  border: 0px solid #7f9db9;
}

.field_disabled_fake {
  background-color: white; 
  border: 1px solid #7f9db9;
  color: #000000;  
}

/* ---------------------------- */
/* tables                       */
/* ---------------------------- */

.tms-table-header {
  color: #000033;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: bold;
  text-align: center;

  margin-right: 1px;
  padding: 5px;
  border: 1px solid #84A8D4;

  background-color: #adc7e7;
}

.tms-table-header-over {
  color: #000033;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: bold;
  text-align: center;

  margin-right: 1px;
  padding: 5px;
  border: 1px solid #84A8D4;

  background-color: #ffffcc;
}

.tms-table-cell {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 4px;
  border-bottom: 1px solid #84A8D4;

  background-color: #ffffff;
}

.tms-table-cell_single {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 4px;
  border-left: 1px solid #84A8D4;
  border-right: 1px solid #84A8D4;  
  border-bottom: 1px solid #84A8D4;

  background-color: #eff5fb;
}

.tms-table-cell_leftmost {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 4px;
  border-left: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;

  background-color: #ffffff;
}

.tms-table-cell_rightmost {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 4px;
  border-right: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;

  background-color: #ffffff;
}

/* --------------------------------- */
/* tabs                              */
/* --------------------------------- */

#tabs {
  position: relative;
  z-index:20;
  margin-left:5px;
  top:-4px;
}

#tabs A {
  border-right: #999999 1px solid; 
  border-left: #999999 1px solid; 
  border-top: #999999 1px solid; 
  border-bottom: #999999 1px solid;
  padding-right: 6px; 
  padding-left: 6px; 
  padding-bottom: 9px; 
  padding-top: 8px; 
  color: black; 
  position: relative; 
  top: 12px; 
  background-color: #E6E6E6;
  text-decoration: none
}

#tabs .inactive {
  border-right: #999999 1px solid; 
  border-bottom: #999999 1px solid; 
  border-top: #999999 1px solid;
  border-left: #999999 1px solid; 
  padding-right: 6px; 
  padding-left: 6px;
  padding-bottom: 9px;
  padding-top: 8px; 
  cursor: default;
  color: #999999;
  position: relative; 
  top: 12px;
  background-color: #DCDCDC;
  text-decoration: none;
}

#tabs .active {
  border-right: #999999 1px solid; 
  border-top: #999999 1px solid; 
  border-left: #999999 1px solid;
  border-bottom: white 0px solid;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 2px;
  padding-top: 2px;
  cursor:pointer;
  color: black;
  position: relative;
  top: 2px;
  background-color: #e0e0e0;
  text-decoration: none;
}

#tabs .selected {
  border-left: #999999 1px solid;
  border-right: #999999 1px solid; 
  border-bottom: white 1px solid;
  border-top:2px solid #004080;
  padding-right: 6px;
  padding-left: 6px; 
  padding-bottom: 5px;
  padding-top: 2px; 
  cursor: pointer;
  color: black;
  position: relative;
  top: -1px; 
  background-color: white;
  text-decoration: none;
}

.spacer {
  background-color: transparent;
  font-size:1px;
}

.tabContainer {
 border :1px solid gray;
}

/* --------------------------------- */
/* messages                          */
/* --------------------------------- */


.tms-message-header {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: center;
  
  padding: 5px;
  
  border-right: 1px solid #84A8D4;
  border-top: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;
  border-left: 1px solid #84A8D4;  
  
  background-color: #d8e5f4;

}

.tms-message {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  
  border-right: 1px solid #84A8D4;
  border-top: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;

  background-color: white;
}

.tms-message-over {
  color: #000000;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;

  border-right: 1px solid #84A8D4;
  border-top: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;

 background-color: #d8e5f4;
}

.tms-message-read-header {
  color: #666666;
  font-size: 10px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: center;

  padding: 2px;
  padding-left: 4px;
  padding-right: 4px; 
  
  border : 1px solid #84A8D4;

  background-color: #d8e5f4;
}

.tms-message-read {
  color: #888888;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  
  border-right: 1px solid #84A8D4;
  border-top: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;

  background-color: whitesmoke;
}

.tms-message-read-over {
  color : #888888;
  font-size: 11px;
  font-family: Verdana, Arial;
  font-weight: normal;
  text-align: left;

  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;

  border-right: 1px solid #84A8D4;
  border-top: 1px solid #84A8D4;
  border-bottom: 1px solid #84A8D4;

  background-color: #d8e5f4;
}

/* --------------------------------- */
/* reports                           */
/* --------------------------------- */

.reportCategory {
  background-color: #adc7e7;  
  color: #000033;
  font-size: 9px;
  font-family: Verdana, Arial;
  padding: 2px;
}

.reportCell {
  text-align: center;
  padding: 8px;
  width: 33%;
}

.noReportsCell {
  text-align: center;
  padding: 8px;
  color: #000;
  font-size: small;
}

.reportDesc {
  font-size: 9px;
}

.reportLink:link, .reportLink:visited, .reportLink:hover, .reportLink:active {
  display: block !important;
  text-decoration: none !important;
  color: black !important;	
}

/* --------------------------------- */
/* activities                        */
/* --------------------------------- */
/* grah, WTF is this??? [SZA] */

.activity{
  background-color:   #a4bad6;
  font-size:        9px; 
  font-family:          Verdana, Arial;
  width:          100%;
  
  cursor:         pointer;
}

.activity-acc{
  background-color:   #a4bad6;
  font-size:        xx-small;
  font-family:          Verdana, Arial;
  width:          100%;
}

.activity-sel{
  background-color:   lightgrey;
  font-size:        xx-small;
  font-family:          Verdana, Arial;
  width:          100%;
  
  cursor:         pointer;
}
.activity-acc-sel{
  background-color:   lightgrey;
  font-size:        xx-small;
  font-family:          Verdana, Arial;
  width:          100%
}

.activity-highlighted {
  background-color:   white;
  font-size:        9px; 
  font-family:          Verdana, Arial;
  width:          100%;
  
  cursor:         pointer;
}

.task{
  background-color:   #FFCCCC;
  font-size:        xx-small;
  font-family:          Verdana, Arial;
  width:          100%
}

.task-noacs{
  background-color:   #FF99CC;
  font-size:        xx-small;
  font-family:          Verdana, Arial;
  width:          100%
}

.activityTd{
  vertical-align:     top;
}

.tabpan-user-1, .tabpan-user-2, .tabpan-1, .tabpan-2 {
  cursor:         pointer;
}

.popMenuPosition{
  
  color:          #002B55;
  font-size:        small;
  font-family:          Verdana, Arial;
  width:          100%
}

/* --------------------------------- */
/* calendar                          */
/* --------------------------------- */
/* grah, WTF is this??? [SZA] */

.tms-cal-table {
  border: 0px solid black;
}

.tms-cal-header {
  color:      #000033;
  font-size:    x-small;
  font-family:    Verdana, Tahoma, Arial;
  font-weight:    bold;
  text-align:   center;
  background-color: #b5cbe7;
}

.tms-cal-cell {
  color:      #000033;
  font-size:    x-small;
  font-family:    Verdana, Tahoma, Arial;
  font-weight:    bold;
  text-align:   center;
  background-color: #dedede;
}

.tms-cal-cell-inactive {
  color:      #000033;
  font-size:    x-small;
  font-family:    Verdana, Tahoma, Arial;
  font-weight:    bold;
  text-align:   center;

  background-color: #cccccc;
}

.tms-cal-cell-today {
  color:      #000033;
  font-size:    x-small;
  font-family:    Verdana, Tahoma, Arial;
  font-weight:    bold;
  text-align:   center;
  border:     0px dashed #0080ff;
  background-color: #d8e4f3;
}

.tms-cal-cell-tasks {
  font-size:    7pt;
  font-weight:    bold;
  text-align:   left;
}

.tms-cal-cell-header {
  font-size:    7pt;
  font-weight:    bold;
  text-align:   right;
}

.tms-exceed-header {
  font-size:    7pt;
  font-weight:    bold;
  text-align:   center;
}

.tms-cal-progress-8 {
  color:      #ffffff;
  background-color: #0080ff;
  font-size:    7pt;
  font-weight:    bold;
  text-align:   right;
}

.tms-cal-progress-8-bg {
  color:      #000000;
  background-color: #c0d5ed;
  font-size:    7pt;
  font-weight:    bold;
  text-align:   left;
}

.tms-cal-progress-16 {
  color:      #ffffff;
  background-color: #ff0000;
  font-size:    7pt;
  font-weight:    bold;
  text-align:   right;
}

.tms-cal-progress-16-bg {
  color:      #000000;
  background-color: #ff9d9d;
  font-size:    7pt;
  font-weight:    bold;
  text-align:   left;
}

.tms-cal-progress-24 {
  color:      #ffffff;
  background-color: #000000;
  font-size:    7pt;
  font-weight:    bold;
  text-align:   right;
}

.tms-cal-progress-24-bg {
  color:      #000000;
  background-color: #b0b0b0;
  font-size:    7pt;
  font-weight:    bold;
  text-align:   left;
}

/* --------------------------------- */
/* project tree                      */
/* --------------------------------- */

/* 
yes, i know, placing images as spans with &nbsp; in html code
and then resizng them using font-size is fuckin' crazy, but I've failed
to achieved desired effect with divs or img in IE and FF. 
hopefully, you will find a decent solution one day?
(SZA) 
*/

.treeMarkPlus {
  cursor: pointer;
  background-image: url('../images/tree_plus.gif');
  background-repeat: no-repeat;  
  font-size: 8px;
}

.treeMarkMinus {
  cursor: pointer;
  background-image: url('../images/tree_minus.gif');
  background-repeat: no-repeat;
  font-size: 8px;
}

.treeMarkVoid {
  font-size: 8px;
}

a.archived:visited, a.archived:link, a.archived:hover, a.archived:active {
 color: #CCC;
}

.archived {
 color: #CCC;
}