/* $Id: yellow.css 5650 2006-12-14 17:43:22Z smaxim $ */

@import url("layouts/layout-2d.css");



.calendar { border-color: #979797; }



.calendar table {

  border-color: #979797;

  color: #000;

  background-color: #FFFDE3;

}



/* Header part -- contains navigation buttons and day names. */



.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */

  background-color: #E6E4CD;

  color: #000000;

}



.calendar .nav {

  background-color: #E6E4CD;

}



.calendar thead .title { /* This holds the current "month, year" */

  background-color: #E6E4CD;

  color: #000000;

}



.calendar thead .headrow { /* Row <TR> containing navigation buttons */

}



.calendar thead .name { /* Cells <TD> containing the day names */

  border-color: #565;

  color: #000;

 

}



.calendar thead .weekend { /* How a weekend day name shows in header */

  color: #CC0000;



}



.calendar thead .hilite { /* How do the buttons in header appear when hover */

  background-color: #FFF5CC;

  color: #000;

  border-color: #ffffff;

}



.calendar thead .active { /* Active (pressed) buttons in header */

  background-color: #FFFDE3;

}



.calendar thead .daynames { /* Row <TR> containing the day names */

   background-color: #F3EEAF;

   

}



/* The body part -- contains all the days in month. */



.calendar tbody .day { /* Cells <TD> containing month days dates */

  color: #333333;

  background-color: #FFFDE3;

}

.calendar tbody .day.othermonth {

  color: #888;

}

.calendar tbody .day.othermonth.oweekend {

  color: #E68080;

}



.calendar table .wn {

  border-color: #000000;

  background-color: #A39161;

}



.calendar tbody .rowhilite td {

  background-color: #FFEA95;

}



.calendar tbody .rowhilite td.wn {

  background-color: #FFFDE3;

}



.calendar tbody td.hilite { /* Hovered cells <TD> */

  background-color: #FFEA95;

  border-color: #ffffff;

}



.calendar tbody td.active { /* Active (pressed) cells <TD> */

  background-color: #FFFDE3;

}



.calendar tbody td.selected { /* Cell showing today date */

  border-color: #FFCC00;

  background-color: #DDC16E;

  color: #000;

}



.calendar tbody td.weekend { /* Cells showing weekend days */

  color: #CC0000;

}



.calendar tbody td.today { color: #000000;



 }



.calendar tbody .disabled { color: #999; }



.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */

}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */

}



/* The footer part -- status bar and "Close" button */



.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */

  background-color: #565;

  color: #fff;

}



.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */

  background-color: #DED8B7;

  color: #000000;

}



.calendar tfoot .hilite { /* Hover style for buttons in footer */

  background-color: #afa;

  border-color: #084;

  color: #000;

}



.calendar tfoot .active { /* Active (pressed) style for buttons in footer */

  background-color: #7c7;

}



/* Combo boxes (menus that display months/years for direct selection) */



.calendar .combo {

  border-color: #AAA196;

  background-color: #FFFDE3;

  color: #333333;

}



.calendar .combo .hilite {

  background-color: #DED8B7;

}



.calendar .combo .active {

  border-color: #AAA196;

  background-color: #FFEA95;

}



.calendar .month-left-border { /* Divider line between two monthes */

  border-left:1px solid #556655;

}



/* time */



.calendar tfoot tr.time td { border-color: #8a8; }

.calendar tfoot tr.time td.hour,

.calendar tfoot tr.time td.minute { border-color: #aca; }

.calendar tfoot tr.time td.hilite { background-color: #FFEA95; }

.calendar tfoot tr.time td.active { background-color: #FFFDE3; }

.maintexts {
	font-family: Tahoma;
	font-size: 9pt;
	line-height: 13pt;
	font-weight: normal;
	color: #383838;
	letter-spacing: 0px;
}
.maintexts-menu {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 11pt;
	font-weight: normal;
	color: #383838;
	letter-spacing: 0px
}.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #579F4A;
}
