/* External style sheet for template - Green Field    */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
}
.linkError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}
.linkNoline {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}
.linkSmall {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}
.linkSmallNoline {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
	line-height: 30px;
}
.textSubSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
	line-height: normal;
}
.textSubSubTitle-blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	line-height: normal;
}
.textSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
	line-height: normal;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.textSmallColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.textWhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	font-variant: normal;
	color:   #FFFFFF;
}
.textColored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
}
.textBoldColored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
}
.textInputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-left: 1px;
	list-style-position: inside;
	list-style-image: url(<% =SkinPath %>icon-bullet.gif);

}
.textWhiteSmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: bold;
	font-variant: normal;
	color:   #FFFFFF;
}

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #990000;
  font-size: 11px;
  color: #990000;
  cursor: default;
  background: #FFFFFF;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background:   #FFFFFF;
  color: #990000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #00CC00;
  color:   #FFFFFF;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #CCCCCC;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #505060;
  padding: 2px;
  text-align: center;
  color: #000000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #333333;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #FFCC00;
  color: #000000;
  border: 1px solid #00CC00;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #FFFF33;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #445566;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000000;
  background: #FFCC00;
}

.calendar tbody .rowhilite td {
  background: #FFFFCC;
}

.calendar tbody .rowhilite td.wn {
  background: #FF0000;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #FFCC00;
  padding: 1px 3px 1px 1px;
  border: 1px solid #FFFFFF;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #FFCC00;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000000;
  padding: 1px 3px 1px 1px;
  background:   #FFFFFF;
  color: #000000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #AA6666;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #990000;
}

.calendar tbody .disabled { color: #999999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #FFFF00;
  color:    #FFFFFF;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background:   #FFFFFF;
  color: #990000;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #FFCC33;
  color: #000000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #FF9900;
}

.combo .active {
  background: #FF9900;
  font-weight: bold;
}

/* Styles for tables */

.menuBoxHeaderContent {
	font-weight: bold;
	font-size: 10px;
	color:   #FFFFFF;
	background-color:  #00CC00;
	font-family: Verdana, Arial, Helvetica, sans-ser
}
.menuBoxHeaderBGColor {
	background-color:  #009900
}
.mainBoxHeaderContent {
	font-weight: bold; 
	font-size: 12px; 
	color:  #FFFFFF
}
a.pathLink {
	font-weight: bold;
	font-size: 10px;
	color:   #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.pathLink:hover {
	font-weight: bold;
	font-size: 10px;
	color:   #33FFCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.menuBoxContentLink {
	font-weight: normal; 
	font-size: 12px; 
	color: #006600; 
	text-decoration: none
}
.linkTitleNoline {

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
}
.linkTitleNoline:hover {
	color: #009900;
	text-decoration: underline;

}
.linkSmallColor {

	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
}
.InputBox-Categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	border: 1px solid #999999;
	padding-left: 2px;
	list-style-position: inside;
	width: 218px;
}
