@import url(isettings.css);

/* last edit July 2008 */

/* This style is to provide alt text that is not displayed, 
for background images set in the css instead of using img */
.alt
{
	display: none;
}

#container 
{
/*height: 420px;*/
height: 468px;
width: 320px;
text-align:center;
position: absolute;
margin: 0px;
padding: 0px;
top: 0px;
left: 0px;
}


.ilogo
{
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../imgs/logo320x60.jpg);
	background-repeat: no-repeat;
}

.calculator
{
	width:320px;
/*	height:422px;  chg*/
	height: 360px;
/*	margin: -1px;  chg*/
	margin: 0px;
/*	width:320px;*/
/*	height:360px;*/
	padding: 0px;
	text-align:center;
	background-image: url(../imgs/DWbackground.jpg);
	background-repeat: no-repeat;
	left: 0px;
}

.admob
{
	height: 50px;
	width: 320px;
	padding: 0px;
	margin: 0px;
	text-align: center;
/*	margin: -2px;*/
	background-color: #e9f6fe;
	left: 0px;
}

/* this is the style for each table for each section: start, duration, end */
.boxes
{	
	width: 100%; 
	margin: 0 auto;
}

/* top label for text box start date/duration/end date*/

.boxlabel 
{
	color:#ffffff; 
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	width: 90px;
}

/* need to set default specifically because it's used in locales to fix text overflow */
.startdatelabel
{
	font-size: 16px;
	padding-top: 10px;

}
/* need to set default specifically because it's used in locales to fix text overflow */
.enddatelabel
{
	font-size: 16px;
	padding-top: 10px;

}

/* bottom label for date in start/end */
.datetext
{
	vertical-align: top;
	text-align:center;
	font-size: 13px;
	height: 13px;
	color:#ffffff;
}

.enddatetext
{
	vertical-align: top;
	text-align:center;

}

.enddatetext .gwt-Label
{
	font-size: 13px;
	height: 8px;
	
}
/* *** .gwt-xxxx styles for general styling of GWT widgets *** */
.gwt-DialogBox
{
  z-index: 99;
}

.gwt-DatePicker {
  font-family:  "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
  border: 4px solid #A2BBDD;
  background: #354265;
  padding: 2px;
  cursor: default;
  z-index: 99;
  position: absolute;
}

.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none
}

.datePickerMonthSelector td:focus {
  outline: none
}

.datePickerDays {
  width: 100%;
  background: white;
}

.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #C3D9FF;
  padding: 0px 4px 2px;
  cursor: default;
}

.datePickerDay {
  padding: 4px;
  cursor: hand;
  cursor: pointer;
}

.datePickerDayIsToday {
/*  border: 1px solid black;*/
  padding: 4px;
  background: #fce0dd;
}

.datePickerDayIsWeekend {
  background: #EEEEEE;
}

.datePickerDayIsFiller {
  color: #888888;
}

.datePickerDayIsValue {
  background: #aaccee;
}

.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}

.datePickerDayIsHighlighted {
  background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
  background: #bbddd9;
}

.datePickerMonthSelector {
/*  background: #C3D9FF;*/
  background: url(../../imgs/cal-bar.png) repeat-x top; 
/*  height: 28px;*/
/*  background: #404f7A;*/
  width: 100%;
}

.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
/*  color: blue; */
/*  color: #ccd8de;*/
  color: #e5f3fa;
  cursor: hand;
  cursor: pointer;
  padding: 0px 4px;
}

td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
/*  font-size: 70%;*/
  font-size: 80%;
  font-weight: bold;
/*  color: #ccd8de;*/
  color: #e5f3fa;
/*  color: blue;*/

}

.gwt-DateBox input {
  width: 8em;
}

.dateBoxFormatError {
  background: #ffcccc;
}

.dateBoxPopup {
}

	

	
/* overall text label for .gwt-Label widget */
.gwt-Label 
{ 
	font-family:Helvetica, Arial, sans-serif;
}

/* start/end date and duration entry box  */
.gwt-TextBox  
{
	color:#000000;
	border-style: inset; 
	border-color:#000000;
	text-align:right; 
	height:auto;
	width:90px;
}

.gwt-Button
{
	background-color:#ccd8de; 
	border-color: #ccd8de;
}

/* style for check box for today calendar */
.gwt-CheckBox 
{ 
	color:#000000;
 	vertical-align:text-bottom;

}

/* style for duration units [months/weeks/days/bus. days]  */
.calc-duration-TabBar 
{ 
	font-size:14px;
	height:29px;
	text-align:center; 
	width:10px;  
}

/* the left edge of the bar */
.gwt-TabBar .gwt-TabBarFirst 
{ 
/*	background-color:#00CCCC; */
}

/* the right edge of the bar */
.gwt-TabBar .gwt-TabBarRest 
{
/*	background-color:#CC00CC; */
}

/* unselected tabs */
.gwt-TabBarItem 
{
	color:#000000;
/*	background-image: url(../../imgs/dkbluegradient24.jpg);*/
/*  new jpg is 2px wide - trying to fix Safari rendering bug*/
	background-image: url(../../imgs/dkbluegradient24x2.jpg);
	background-repeat: repeat;
	width:auto;
	border: 1px;
	border-style: solid;
	border-color: #000066;
	padding: 4px 6px;
	cursor:pointer;
}

/*additional style for selected tabs*/ 
.gwt-TabBarItem-selected 
{ 
/*	color:#364366; */
	color:#ffffff;
	font-weight:bold;
/*	background-image: url(../../imgs/dkbluegradient24rev.jpg);*/
	background-image: url(../../imgs/dkbluegradient24x2rev.jpg);
	background-repeat: repeat;
	width:auto;
	border-top:2px;
	border-bottom:2px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
	cursor: pointer;
}

/* classes for images: today calendar, locks in various states, buttons in various states */
.today
{
	background-image: url(../imgs/todaycal.png);
	background-repeat: no-repeat;
/*	background-position: center center;*/
	background-position: right center;
	width: 29px;
	height: 25px;
	padding: 0px;
	border: 0px;
	margin-top: 3px;
}

.lockedUp
{
	background-image: url(../imgs/locked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.lockedDown
{
	background-image: url(../imgs/locked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.lockedUpOver
{
	background-image: url(../imgs/locked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.lockedDownOver
{
	background-image: url(../imgs/locked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.unlockedUp,.unlockedUp.enddatelock,.unlockedUp.startdatelock,.unlockedUp.durationlock
{
	background-image: url(../imgs/unlocked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.unlockedDown
{
	background-image: url(../imgs/unlocked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.unlockedUpOver
{
	background-image: url(../imgs/unlocked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.unlockedDownOver
{
	background-image: url(../imgs/unlocked.png);
	background-repeat: no-repeat;
/*	background-position: center bottom;*/
	width:51px;
	height:29px;
	text-align:left;
}

.rightarrowUp
{
	background-image: url(../imgs/rightarrowbutton.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;
}

.rightarrowDown
{
	background-image: url(../imgs/rightarrowstar.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;
}

.rightarrowUpOver
{
	background-image: url(../imgs/rightarrowbutton.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;
}

.rightarrowDownOver
{
	background-image: url(../imgs/rightarrowstar.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;	
}

.longrightarrowUp
{
	background-image: url(../imgs/longrightarrowbutton.png);
	background-repeat: no-repeat;
	background-position: right top;
/*	background-position: right center;  */	 
	width:60px;
	height:39px;
/*	margin-top: -2px;*/
}

.longrightarrowDown
{
	background-image: url(../imgs/longrightarrowstar.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:60px;
	height:39px;	
}

.longrightarrowUpOver
{
	background-image: url(../imgs/longrightarrowbutton.png);
	background-repeat: no-repeat;
	background-position: right top;
/*	background-position: right center;  */	
	width:60px;
	height:39px;	
}

.longrightarrowDownOver
{
	background-image: url(../imgs/longrightarrowstar.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:60px;
	height:39px;	
}

.leftarrowUp
{
	background-image: url(../imgs/leftarrowbutton.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;
}

.leftarrowDown
{
	background-image: url(../imgs/leftarrowstar.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;
}

.leftarrowUpOver
{
	background-image: url(../imgs/leftarrowbutton.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;
}

.leftarrowDownOver
{
	background-image: url(../imgs/leftarrowstar.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:39px;
	height:39px;
}

.longleftarrowUp
{
	background-image: url(../imgs/longleftarrowbutton.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:60px;
	height:39px;	
}

.longleftarrowDown
{
	background-image: url(../imgs/longleftarrowstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:60px;
	height:39px;	
}

.longleftarrowUpOver
{
	background-image: url(../imgs/longleftarrowbutton.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:60px;
	height:39px;	
}

.longleftarrowDownOver
{
	background-image: url(../imgs/longleftarrowstar.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:60px;
	height:39px;	
}


body
{ 
margin: 0px;
padding: 0px;
font: 12pt Helvetica, Arial, sans-serif;
color: black;
}

.footerbuttons
{
	padding: 0px;
}

.footerbuttons img
{
	border: none;
}

#helpbutton
{
/*	background-image: url(../imgs/orbredhelpi2.png);*/
	background-repeat: no-repeat;
	background-position: center center;
/*	width:47px;*/
/*	height:47px;	*/
	width:55px;
/*	height:57px;  */
}

#helpbutton img
{
	position: absolute;
/*	top: 370px;*/
	top: 419px;	
	z-index: 9;
	left: 25px;
/*	margin-top: -400px;*/
}

#aboutbutton
{
/*	background-image: url(../imgs/orbyelloworangeinfoi2.png);*/
	background-repeat: no-repeat;
	background-position: center center;
/*	width:47px;*/
/*	height:47px;*/
	width:55px;
/*	height:57px;*/
}
#aboutbutton img
{
	position: absolute;
/*	top: 370px;*/
	top: 419px;	
	left: 80px;
	z-index: 9;
/*	margin-top: 20px;*/
}


#prefsettingsbutton
{
/*	background-image: url(../imgs/orbgreengearsi2.png);*/
/*	background-repeat: no-repeat;
	height:47px;
	width:55px;*/
/*	background-position: center center;*/
/*	width:47px;*/
/*	height:57px;*/
/*	border: thin red solid;*/
}

#prefsettingsbutton
{
	position: absolute;
/*	top: 375px;*/
	top: 424px;
	left: 135px;
	z-index: 9;
/*	margin-top: 20px;*/
	margin: 0px;
}

.settingsbutton
{
	background-image: url(../../imgs/orbgreengearsi2.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:47px;
/* height function fixes GWT bug */	
	height:35px;
}

#contactbutton
{
/*	background-image: url(../imgs/orbbluecontacti2.png);*/
/*	background-repeat: no-repeat;
	background-position: center center;
/*	width:47px;*/
/*	height:47px;*/
	width:55px;
/*	height:57px;*/
}

#contactbutton img
{
	position: absolute;
/*	top: 370px;*/
	top: 419px;	
	left: 190px;
	z-index: 9;
/*	margin-top: 20px;*/
}
/* space at the top of the image--positions the calc buttons from top of image*/
.topspace
{
	height: 0px;
/*	height: 3px;  */
}

.topspace
.startPanel
{
	width: 320px;
	height: 89px;
}

.startTop
{
	margin: 0 auto;
	text-align:center;
	position: relative;
	top: 3px;
/*	left: 20px;*/
}

.datepanel
{
/*	margin-top: 3px;*/
	margin: 3px auto 0px auto;
/*	margin: 3px 20px 0px 20px;	*/
}

.todaypanel
{
	width: 51px;
	text-align: right;
	float: right;
}

.startMiddle
{
	margin: 0 auto;
	position: relative;
	top: 10px;
	width: 288px;
}

.startBottom
{
	margin: 0 auto;
	text-align:center;
	position: relative;
	top: 5px;
}

.durationPanel
{
	width: 320px;
	height: 135px;
}

.durationTop
{
	margin: 0 auto;
	text-align:center;
	position: relative;
	top: 11px;
}

.spacerpanel
{
	width: 51px;
}

.durationboxpanel
{
	margin: 5px auto 0px auto;
}

.durationMiddle
{
	margin: 0 auto;
	position: relative;
	top: 4px;
	text-align:right;
	width: 288px;
}

.durationBottom
{
	margin: 0 auto;
	text-align:center;
	position: relative;
	top: 6px;
}

.endPanel
{
	width: 320px;
	height: 89px;
}

.endTop
{
	margin: 0 auto;
	text-align:center;
	position: relative;
	top: 10px;
}

.endMiddle
{
	margin: 0 auto;
	text-align:center;
	width: 288px;
	position: relative;
	top: 11px;
}

.endBottom
{
	margin: 0 auto;
	text-align:center;
	position: relative;
	top: 5px;
}

/* need to set up better cascade to enable this rule */
.GWTCDatePicker {

  /* this should re-position the pop up calendar */
	position : absolute;
	top : 220px;
	left : 0px; 
	

}

/*  style for pop-up list, not used here */ 
/*
.DateListSelectorDialog {
  z-index: 99;
  font-family:  Helvetica, Arial, sans-serif;
  border: 4px solid #f0f0f0; 
  background-color: white; 
  width: auto;
	position : absolute;
	top : 180px;
	left : 220px;
}
#DateListSelectorDialog
{
	text-align: center;
}
*/