@import url(settings.css);

/* Last edit, August 2009 */


td
{
	vertical-align: top;
}

/* styles for desktop header/logo */
.logo
{
	background: url(../../imgs/DWlogo.jpg) center top no-repeat;
	height: 100px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}

.header
{
	/* TODO change this 1px bkgrnd to 2 px so it renders properly on iPhone - Safari */
	background: url(../../imgs/topbackground.jpg) left top repeat;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	
}

/* 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
{ 
	width: 550px;
/*	width: 600px;*/
/*      padding-left: 10px;*/
	margin: 0 auto;
	text-align: center;
	position: relative;
/*      right: 175px;*/
/*      position: absolute;*/
        top: 93px;
/*  	top:0px; /*old way*/
	z-index:10; 
/*      z-index:12;*/
}

/* this is the table for the whole DW part: calc, infotable */
.main
{
	margin: 0 auto; /*this is the orignal margins */
	text-align: center;
/*      position: relative;*/
/*      z-index: 99;*/
}

/* this table is for the calc image background style */
.calculator
{
	width:300px;
	height:615px;
	background: url(../imgs/DWreflect.jpg) center no-repeat;
	
}

/* this is the table & cell for the DW calc content section only 
contains 3 rows: one for top spacing, one for tables for calc button layout,
and one for menubuttons - links to help, about, etc. 
M+0+20+250+20+0+M=300(.calculator)
M+B+P+W+P+B+M*/ 
.content
{
	width: 250px;
	text-align:center;
	margin: 0px;
	padding-left:26px;
/*        position: relative;*/
/*        z-index: 99;*/
}

/* new */
.startTop
{
/*	position: absolute;*/
	/* centers the panel */
	margin: 0 auto;
/*	border: solid red thin;*/
	width: 200px;
}
.todaypanel
{
	width: 43px;
}

.startMiddle
{
	margin: 0 auto;
/*	border: solid red thin;*/

}
.startBottom
{
	margin: 0 auto;
/*	border: solid red thin;*/
}

.spacerpanel
{
	width: 43px;
}

.durationTop
{
	margin: 0 auto;
/*	border: solid red thin;*/
	width: 200px;
}
.durationMiddle
{
	margin: 0 auto;
/*	border: solid red thin;*/
}
.durationBottom
{
	margin: 0 auto;
/*	border: solid red thin;*/
}
.endTop
{
	margin: 0 auto;
/*	border: solid red thin;*/
	width: 200px;
}

.endMiddle
{
	margin: 0 auto;
/*	border: solid red thin;*/
	
}
.endBottom
{
	margin: 0 auto;
/*	border: solid red thin;*/
}
/* positions the calc buttons' panels from top of image*/
.startPanel
{
	position: relative;
	top: 70px;
}
.durationPanel
{
	position: relative;
	top: 80px;
}
.endPanel
{
	position: relative;
	top: 90px;
}
/* space at the top of the image--positions the calc buttons from top of image*/
.topspace
{
/*	height: 70px;*/
/*	border: solid red thin;*/

	
}

/* space at the middle of the image--positions the end date below the tab bar*/
.topmidspace
{
/*	height: 10px;*/
/*	border: solid red thin;
	width: 100%;*/
}

.botmidspace
{
/*	height: 10px;*/
	

}






/* this is the style for each section: start, duration, end */
.boxes
{	
/*	width: 100%; 
	text-align: center;
	border: solid thin green;*/
}


/* top labels for start, duration, and end text */
.boxlabel 
{
	color:#ffffff; 
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-top: 12px;
	width: 90px;
	margin: 0 auto;
}

.startdatelabel
{
	font-size: 16px;
	padding-top: 10px;

}

.enddatelabel
{
	font-size: 16px;
	padding-top: 10px;
}

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

.datetext .gwt-Label
{
/*	font-size: 14px;
	text-align:center;
	color:#ffffff;*/
}

/* *** .gwt-xxxx styles for general styling of GWT widgets *** */
.gwt-DialogBox
{
  z-index: 99;
}
/*the outside of the popup*/
.gwt-PopupPanel
{
  z-index: 98;
  position: absolute;
}	

/*the wrapper around the content*/ 
.gwt-PopupPanel .popupContent
{
  z-index: 99;
  position: absolute;
}

.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:arial,sans-serif,helvetica;
/*	color:#ffffff;
	color: red;*/
/*	text-align:center;*/
/*	font-size:14px;*/
/*	vertical-align:top;*/
}

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

/* start/end date button, for pop ups and before prefs are selected */

.dwbutton .gwt-Button
{
	width:89px;
	background-color:#ccd8de; 
	border-color: #ccd8de;
}

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

/* style for check box for today calendar */
.gwt-CheckBox 
{ 
	color:#000000;
}

/* style for start/end date list box and assoc panel */
/* NOTE:  if we enable inline list box AND pop up list box for desktop
then this style will have to be separated so it is different for inline */
.gwt-ListBox
{
}

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

/* 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 */
/*.duration .gwt-TabBar .gwt-TabBarItem 
.gwt-TabBar .gwt-TabBarItem
*/
/*
.gwt-TabBarItem
.calc-duration-TabBar-TabBarItem
*/
.gwt-TabBarItem
{
	color:#000000;
	background-image: url(../../imgs/dkbluegradient24.jpg);
	background-repeat: repeat;
	width:auto;
/*	background-color:#009999; */
	border: 1px;
	border-style: solid;
	border-color: #000066;
/*	height: 16px;  */
/*	vertical-align: middle; */
/*	line-height: 20px; */
	padding: 4px;
	cursor: pointer;
}

/*additional style for selected tabs*/ 
/*
.gwt-TabBar .gwt-TabBarItem-selected 
*/
.gwt-TabBarItem-selected
{ 
/*	color:#364366; */
	color:#ffffff;
	font-weight:bold;
	background-image: url(../../imgs/dkbluegradient24rev.jpg);
	background-repeat: repeat;
	width:auto;
/*	background-color:#006666; */
	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: url(../imgs/todaycal.png) no-repeat;
	width:25px;
	height:25px;
	margin-top: 3px;
	margin-bottom: -3px;
}
.startTodayIcon,.endTodayIcon
{
/*  note: all styles work for the two by using the .today style */
/*	padding-top: 4px;*/
/*	border: red thin solid;*/
/*	margin-top: 4px;
	margin-bottom: -3px;*/
}

.lockedUp
{
	background-image: url(../imgs/locked.png);
	background-repeat: no-repeat;
/*	background-position: center center;*/
/*	width:41px;*/
/*  extra width to help center the middle text */
	width:43px;
	height:29px;
	text-align: left;
}

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

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

.lockedDownOver
{
	background-image: url(../imgs/locked.png);
	background-repeat: no-repeat;
/*	background-position: center center;*/
	width:43px;
	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 center;*/
	width:43px;
	height:29px;
	text-align: left;
}

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

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

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

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

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

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

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

.longrightarrowUp
{
	background-image: url(../imgs/longright43x24.png);
	background-repeat: no-repeat;
/*	background-position: center center; */
	width:43px;
	height:24px;
/*	margin-top: -2px;*/
}

.longrightarrowDown
{
	background-image: url(../imgs/longrightdown43x24.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:43px;
	height:24px;
/*	margin-top: -2px;	*/
}

.longrightarrowUpOver
{
	background-image: url(../imgs/longrightstar43x24.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:43px;
	height:24px;
/*	margin-top: -2px;*/
}

.longrightarrowDownOver
{
	background-image: url(../imgs/longrightdown43x24.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:43px;
	height:24px;
/*	margin-top: -2px;*/
}

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

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

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

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

.longleftarrowUp
{
	background-image: url(../imgs/longleft43x24.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:43px;
	height:24px;
/*	margin-top: -2px;*/
}

.longleftarrowDown
{
	background-image: url(../imgs/longleftdown43x24.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:43px;
	height:24px;
/*	margin-top: -2px;*/
}

.longleftarrowUpOver
{
	background-image: url(../imgs/longleftstar43x24.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:43px;
	height:24px;
/*	margin-top: -2px;*/
}

.longleftarrowDownOver
{
	background-image: url(../imgs/longleftdown43x24.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:43px;
	height:24px;
/*	margin-top: -2px;*/
}




/* This is the default css file for datewheel */

body,td,a,div,.p{font-family:arial,sans-serif;/*color:#000000*/}
/*div,td{color:#000000}*/
a:link,.w,.w a:link{color:#0000cc}
a:visited{color:#551a8b}
a:active{color:#ff0000}


/* this is for the date popup list.   */
.DateListSelectorDialog {
  z-index: 99;
  font-family:  "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
  border: 4px solid #f0f0f0; 
  background-color: white;
  width: auto;
  position: absolute;
  top: 180px;
  left: 220px;
}
#DateListSelectorDialog
{
	text-align: center;
}


.infotable
{
	border-collapse: collapse;
	width: 300px;
/*	margin-left: 300px;*/
	
}
.footerlinks
{
/*	position: relative; /*added to fix location*/
/*	top: 93px;*/
        font-size: 12px;
	vertical-align: bottom;
/*	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #364366;  */
	background-color: #ffffff;
	text-align:center;
}
.footerbuttons
{
	margin: 0 auto;
}

.footerbuttons img
{
	border: none;
}

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

#aboutbutton
{
/*	background-image: url(../../imgs/orbyelloworangeinfo.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	width:59px;
	height:57px;
}

#prefsettingsbutton
{
	background-image: url(../../imgs/orbgreengears.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:59px;
	height:57px;
}
.settingsbutton
{
	background-image: url(../../imgs/orbgreengears.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:59px;
	height:57px;
}

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

.description
{
/*	width:280px; */
	font-size: 14px; 
	color: #364366;
/*	vertical-align: bottom; */
/*	border-top-style: solid;
	border-top-width: thin;  */
/*	border-top: thin solid #6a83c8; */
	border-left: 1px solid #6a83c8;
	border-right: 1px solid #6a83c8;
	border-bottom: 1px solid #6a83c8;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	text-align:left;
	height: 175px;
	background-image: url(../../imgs/gradientbkgrd175.jpg); 
	background-repeat: repeat;
}
.aboutheader
{
/*	width: 300px;  */
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	vertical-align:bottom; 
	border-top: solid thin #364366;
/*	border-bottom: solid thin #364366; */
	background-image: url(../../imgs/titlebox.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right: 0px;
	border-left: 0px;
}

#storeinfo
{
	position: relative; /*added to fix location*/
	top: 93px;
        font-size: 12px;
	vertical-align: bottom;
/*	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #364366;  */
	background-color: #ffffff;
	text-align:center;
}

/* adverts for desktop */
#topbanner
{
   	position : absolute;
	top : 127px;
        height: 90px;
        width: auto;
        z-index : 12;
 	padding : 3px; 
}
#rightsidebox
{
	position : absolute;
/*	left : 89%;*/
	left: 70%;
	top : 220px;
        height: 600px;
	width : 336px;
	padding-left : 10px;
	z-index : 3;
	padding : 3px;

}
#rightsideboxbottom
{
	position : absolute;
/*	left : 89%;*/
	left: 70%;
	top : 835px;
	width : 336px;
	padding-left : 10px;
	z-index : 11;
	padding : 3px;

}
#rightsideboxbottom3
{
	position : absolute;
/*	left : 89%;*/
	left: 70%;
	top : 1130px;
	width : 336px;
	padding-left : 10px;
	z-index : 11;
	padding : 3px;

}

#rightsideboxbottom4
{
	position : absolute;
/*	left : 89%;*/
	left: 70%;
	top : 1425px;
	width : 336px;
	padding-left : 10px;
	z-index : 11;
	padding : 3px;

}


/* adverts for desktop */
#leftsidebox
{
	position : absolute;
/*        position: static;*/
        top : 220px;
/*        width : 300px; /*takes advantage of more ad sizes*/
	width : 160px; /* min size for minimizing the calculator w/out ad rollover*/
	height: 600px;
/*	padding-right : 10px;
        padding-left: 3px;*/
        z-index : 12;
 	padding : 3px;

}


#leftsideboxlwr
{
	position : absolute;
	top : 835px;
	width : 336px;
	padding-left : 10px;
	z-index : 12;
	padding : 3px;

}

#leftsidebox3
{
	position : absolute;
	top : 1130px;
	width : 336px;
	padding-left : 10px;
	z-index : 12;
	padding : 3px;

}

/* footer for desktop */
#footer 
{

	position: relative;
/*	top: 0px;*/
        top: 93px;
	height:70px; width:450px;
	margin: 0px auto 0px auto;
	text-align:center;
	background:url(../../imgs/footergrad450x70.jpg) no-repeat 50% 0;
}

#footer p
{
	position:relative;
/*	top: 10px;*/
        top: 103px;
	padding: 0px 5px 0 10px;  
	font-size: 12px; color: #adb8bd;
	margin-top: -1px; 
	vertical-align: middle;
}

#footer p a:link{color:#adb8bd}

#footerlogo
{
/*	background-image: url(../../imgs/CAlogo60x33trans.png);
	background-repeat: no-repeat;
	width: 60px; */
	text-align: left;
	vertical-align:-90%;
}

#footerlogo a:visited img {border-style: none;}
#footerlogo a:link img {border-style: none;}

/* these id styles are placeholders for the JS objects */
.startdatebox
{
/*	text-align: center;*/
}

.durationbox
{
/*	text-align: center;*/
}

.enddatebox
{
/*	text-align: center;*/
}

.panelstartdatetext
{
/*	text-align: center;*/
}

.enddatetext
{
/*	text-align: center;*/
}

.startdatetext
{
/*	text-align: center;*/

}

.durationtypes
{

}

.startleftarrow
{
	
}

.startrightarrow
{
	
}

.startlongleftarrow
{
	
}

.startlongrightarrow
{

}

.durationleftarrow
{
	
}

.durationrightarrow
{
	
}

.durationlongleftarrow
{
	
	
}

.durationlongrightarrow
{
	
	
}

.endleftarrow
{
	
	
}

.endrightarrow
{
	
	
	
}

.endlongleftarrow
{
	
}

.endlongrightarrow 
{
	
}

.startdatelock
{
/*	height: auto;*/
}

.enddatelock
{
/*	height: auto;*/
}

.durationlock
{
/*	height: auto;*/
}

.starttodaycheckbox
{
	width: 16px;
	text-align:right;
}

.endtodaycheckbox
{
	width: 16px;
	text-align:right;
}




