/*****************************************************************************/
/* = Tooltip																 */
/*****************************************************************************/

#tooltip {
	width: 300px;
	position: absolute;
	display: none;
}

#tooltipArrow {
	width: 17px;
	height: 14px;
	position: relative;
	left: 15px;
	top: 1px;
	background: url(../img/tooltipArrow.gif);
}

#tooltipContent {
	padding: 5px;
	float: left;
	background: #FFFFE1;
	border: 1px solid #000;
}

#tooltipSign {
	width: 33px;
	height: 53px;
	float: left;
	background: url(../img/tooltipSign.gif) center center no-repeat;
}

#tooltipText {
	width: 250px;
	margin-left: 5px;
	float: left;
}

/*****************************************************************************/
/* = FlashBox																 */
/*****************************************************************************/

/*****************************************************************************/
/* = FlashBox Structure														 */
/*****************************************************************************/

#flashBox, #flashBoxHtml {
	width: 800px;
	overflow: auto;
	position: absolute;
	left: 50%;
	top: -100px;
	margin-left: -500px;
}

#flashBoxHtml {
	position: relative;
	top: 15px;
	margin-top: -10px;
	margin-left: -460px;
	margin-bottom: 25px;
}

#flashBoxContent {
	width: 100%;
	position: relative;
	bottom: 0px;
}

/*****************************************************************************/
/* = FlashBox Style															 */
/*****************************************************************************/

.flashError, .flashWarning, .flashNotice {
	padding: 0px;
	text-align: left;
}

.flashError {
	color: #E55216;
	border: 2px solid #E55216;
	background: #FFF2EC;
}

.flashError a {
	color: #E55216;
}

.flashWarning {
	color: #EF9603;
	border: 2px solid #EF9603;
	background: #FEF3E2;
}

.flashWarning a {
	color: #EF9603;
}

.flashOk {
	color: #2C9D80;
	border: 2px solid #2D9D3B;
	background: #F0F6EA;
}

.flashOk a {
	color: #2C9D80;
}


.flashNotice {
	color: #024264;
	border: 2px solid #417378;
	background: #D9E3E8;
}

.flashNotice a {
	color: #024264;
}

/*****************************************************************************/
/* = Calendar																 */
/*****************************************************************************/

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #DFCFBD;
  font-family: tahoma,verdana,sans-serif;
  z-index: 100;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #FFD09D;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #F48000;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #FFEFDD;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #A00;
  font-weight: bold;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #EFDFCD;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #DFCFBD;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #FFEFDD;
}

.calendar tbody .rowhilite td {
  background: #FFDFBD;
}

.calendar tbody .rowhilite td.wn {
  background: #FFD09D;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #EFDFCD;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #A00;
  font-weight: bold;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #246E92;
}

.calendar tbody .disabled { color: #999; }

.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) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #FFEFDD;
  padding: 1px;
  border: 1px solid #000;
  background: #F48000;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #EFDFCD;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #EFDFCD;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #DFCFBD;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #F48000;
  color: #000;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #FFEFDD;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #A00;
  background-color: #000;
  color: #0f0;
}

/*****************************************************************************/
/* = ConfirmBox																 */
/*****************************************************************************/

/*****************************************************************************/
/* = ConfirmBox Structure													 */
/*****************************************************************************/

#confirmBox {
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -65px;
	visibility: hidden;
	border: 1px solid #C26400;
	background: #E5EFFA;
	color: #3F769D;
	z-index: 99999;
}

#confirmBox_overlay {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}

#confirmBox #confirmBox_bar {
	width: 100%;
	height: 20px;
	background: #F48000;
}

#confirmBox #confirmBox_bar #confirmBox_bar_close {
	width: 13px;
	height: 13px;
	color: #FFF;
	font-weight: bold;
	margin: 2px;
	float: right;
	background: #D30;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 0px;
}

#confirmBox #confirmBox_bar #confirmBox_bar_label {
	line-height: 20px;
	text-indent: 5px;
	color: #000;
}

#confirmBox #confirmBox_icon {
	width: 32px;
	height: 32px;
	margin: 20px 10px 0px 18px;
	float: left;
}

#confirmBox #confirmBox_text {
	width: 290px;
	margin: 20px 10px 0px 10px;
	float: left;
}

#confirmBox #confirmBox_buttons_sep {
	width: 100%;
	height: 15px;
	clear: left;
}

#confirmBox #confirmBox_buttons {
	width: 100%;
	height: 45px;
	text-align: center;
}

#confirmBox #confirmBox_buttons button {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/*****************************************************************************/
/* = ConfirmBox icons														 */
/*****************************************************************************/

#confirmBox .confirmBox_ok, #confirmBox .confirmBox_cancel {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 5px;
	border: none;
}

#confirmBox .confirmBox_ok {
	background: url(../img/confirmBox/confirm_ok.png) !important;
	background: none;
}

#confirmBox .confirmBox_cancel {
	background: url(../img/confirmBox/confirm_cancel.png) !important;
	background: none;
}


#confirmBox .confirmBox_notice {
	background: url(../img/confirmBox/confirm_notice.png) !important;
	background: none;
}

#confirmBox .confirmBox_warning {
	background: url(../img/confirmBox/confirm_warning.png) !important;
	background: none;
}

#confirmBox .confirmBox_error {
	background: url(../img/confirmBox/confirm_error.png) !important;
	background: none;
}

/*****************************************************************************/
/* = JavaScript scroller													 */
/*****************************************************************************/

#jsScroller {
	width: 704px;
	height: 77px;
	float: left;
	border: 1px solid #000;
	margin-top: 20px;
}

#jsScroller #leftScroller, #jsScroller #rightScroller {
	width: 20px;
	height: 77px;
	line-height: 77px;
	float: left;
	background: #F48000;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
}

#jsScroller #leftScroller {
	border-right: 1px solid #000;
}

#jsScroller #rightScroller {
	border-left: 1px solid #000;
}

#jsScroller #scrollContent {
	width: 662px;
	height: 77px;
	float: left;
	overflow: hidden;
	position: relative;
}

#jsScroller #scrollSlider {
	position: relative;
}