@charset "UTF-8";
/* CSS Document */

    body {
        margin: 0;
        font-family: Helvetica;
        background: #FFF;
        color: #000;
        font-size: 18px;
    }
    
  	img {
			border:none;
	}
	
.member {background: url(member_badge.png) no-repeat;}
	
h1.memberStatus {position:absolute; top:230px;left:25px;font-size:21px;}
p.memberStatus {width: 90%;position:absolute; top:260px;left:25px;}

.notmember {background: url(member_badge_uhoh.png) no-repeat;}
h1.notmemberStatus {position:absolute; top:50px;left:25px;font-size:21px;}
p.notmemberStatus {width: 90%;position:absolute; top:70px;left:25px;}
	
a[selected], a:active {
    background-color: #194fdb !important;
    background-image: url(loading1.gif), url(selection.png)  !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

a[selected="progress"] {
    background-image: url(loading1.gif), url(selection.png)  !important;
}

ul  li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 13px;
    font-weight: bold;
    list-style: none;
}

ul > li.homeMenu {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

ul > li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(listGroup.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

ul > li.group:first-child {
    top: 0;
    border-top: none;
}

ul > li > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
}


.noFollow {
    background: url(thumb.png) repeat-x;
}


a[target="_replace"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: cornflowerblue;
    background-color: #FFFFFF;
    background-image: none;
}

/************************************************************************************************/
/* tabs */

.tab {
  float:left;
  font-weight: bold;
  text-align: center;
  color: #c1cee2;
  background: transparent;
  border: none;
}

.tab > a {
  position: relative;
  display: block;
}

.tab > a[selected="true"] {
  color: #444444;
}

.tab.set4 {
  width: 25%;
}

.tab.set4.t2 {
  left: 25%;
}

.tab.set4.t3 {
  left: 50%;
}

.tab.set4.t4 {
  left: 75%;
}

.tab.set5 {
}

.tab.set5.t5 {
  left: 0%;
}

.tab.set5.t6 {
  left: 40%;
}

.tab.set5.t7 {
  left: 70%;
}

.tab.set3 {
}

.tab.set3.t1 {
  left: 0%;
}
.tab.set3.t2 {
  left: 28%;
}

.tab.set3.t3 {
  left: 40%;
}

.tab.set3.t4 {
  left: 50%;
}

.tab.set3.t5 {
  left:60%;
}

.tab.set3.t6 {
  left: 70%;
}

.tab.set3.t7 {
  left: 80%;
}

.tab.set3b {
  width: 35%;
}

.tab.set3b.t3 {
  left: 65%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tabbar1 {
  z-index: 2;
  height: 30px;
  padding-top:40px;
  border-bottom: 1px solid #dedede;
  background: #f7f7f7;
  font-size: 14px;
}

.tabbar1 > .tab > a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: -4px;
  left: 1px;
  margin-right: 1px;
  padding-top: 6px;
  line-height: 29px;
}

.tabbar1 > .tab > a[selected="true"] {
  background: #FFFFFF url(bars.png) repeat-x 0 -1100px !important;
}

.tabbar1 > .tab {
  background: url(divider.png) no-repeat left center;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tabbar2 {
  height: 31px;
  border-bottom: 1px solid #b7b7b7;
  background: #f2f6fb url(images/bars.png) repeat-x 0 -631px;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  text-shadow: rgba(255, 255, 255, 1) 0 -1px 0;
  color: #444444;
  text-align: center;
  white-space: nowrap;
}

.tabbar2 > .tab {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 3px 12px 2px 12px;
  line-height: 25px;
}

.tabbar2 > .tab > a {
  border-width: 0 5px;
  font-size: 13px;
}

.tabbar2 > .tab > a[selected="true"] {
  text-shadow: none;
}

.tabbar2 > .tab > a[depressed="true"] {
  -webkit-border-image: url(okButton.png) 0 5;
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


body > .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}

.panel > fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: right;
}

fieldset > .row:last-child {
    border-bottom: none !important;
}

.row > input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 110px;
    min-height: 42px;
    background: none;
}

.row > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row > .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle {
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}

.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn {
    display: block;
}

.toggle[toggled="true"] > .toggleOff {
    display: none;
}

.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;    
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb {
    left: auto;
    right: -1px;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

/************************************************************************************************/

#preloader {
    display: none;
    background-image: url(loading1.gif), url(selection.png),
        url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
}



.container {
        width: 600px;
		margin:auto;
		border:1px solid #005D8D;
    background: #c8c8c8 url(pinstripes.png);
}

    
    .toolbar {
        padding: 10px 0;
        width: 100%;
        height: 20px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        text-shadow: #3F4E63 0px -1px 1px;
		color:#FFFFFF;
        background: url(iPhoneToolbar.png) #8191AA repeat-x;
    }
    

    .anchorTop {
        top: 0;
    }

    .anchorBottom {
        border-top: 1px solid #3f4e63;
        padding-bottom: 9px;
        bottom: 0;
    }

    .center {
        top: 40px;
        bottom: 40px;
		margin:0 10px;
		-moz-border-radius: 0.5em ;
		-webkit-border-radius: 0.5em;
		border-radius: 1.6em;
		background-color:#FFFFFF;
		opacity:.90;

    }

    
    .item {
        border-top: 1px solid #E0E0E0;
        padding: 8px 8px 8px 8px;
        color: #000000;
		margin:auto;
    }
	input {
		height:20px;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:18px;
		
	}

	textarea {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:18px;
		width:90%;
		
	}

.button {
    float:right;
	background-image:url(iPhoneButton.png);
    -webkit-border-image: url(iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

.whiteFont {
	color:#FFFFFF;
}
.photo {
width:75px;
height:75px;
float:left;
margin-top:15px;
margin-bottom:10px;
border:#999999 solid 1px;
background-color:#FFFFFF;
}
.photoSchedule {
padding-left:25px;
width:75px;
height:94px;
float:left;
padding-top:2px;
margin-top:15px;
padding-bottom:-2px;
margin-bottom:5px;
}

.blueGradient {
background: url(bluegradient.png) 0% 0% repeat-x; 
        background-color: #899bb1; 
       height:1.3em; 
}

.displayName {
	width:400px;
	float:right;
	padding-left:10px;
}
.contactName {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:21px;
font-weight:bold;
color:#333333;
}
.companyName {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
margin-top:-21px;
}
.clear {
	clear:both;
}

.contentBlock {
	width:500px;
	margin:auto;
	background-image: none;
	background-color:#FFFFFF;
	-moz-border-radius: 0.5em ;
	-webkit-border-radius: 0.5em;
	border-radius: 1.6em;
	padding:5px;
	border:solid #999999 1px;
	
}

.contentBlock p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;

}

.contentBlock a:link, .contentBlock a:visited {
text-decoration:none;
color:#333333;
}
.contentBlock a:hover,  {
text-decoration:none;
        background-color: #899bb1; 
       height:1.3em; 
color:#333333;
}

.contentBlockList {
	background-image: none;
	background-color:#FFF;
margin-left:-10px;
}

.contentBlockList p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;

}

.contentBlockList a:link, .contentBlockList a:visited {
text-decoration:none;
color:#333333;
}
.contentBlockList a:hover,  {
text-decoration:none;
background-color:#0000CC;
color:#333333;
}

.container a:link, .container a:visited {
text-decoration:none;
color:#333333;
}
.container a:hover,  {
text-decoration:none;
background-color:#0000CC;
color:#333333;
}


.contentLabel {
font-size:14px;
padding-left:13px;
color:#215D8A;
}

.contentLabelLeft {
font-size:14px;
float:left;
padding-left:8px;
color:#215D8A;
}
.spacer {
	margin-top:-0.2em;
}
.contentField {
float:right;
width:400px;
padding-left:10px;
font-size:14px;
font-weight:normal;
}

.iPhoneList {
padding-left:10px;
font-size:18px;
font-weight:normal;
margin-bottom:-3px;
}

.iPhoneListLastNameBold {
font-size:18px;
font-weight:bold;
}

.titleHeader {
background-color:#333333;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
padding-left:10px;
height:15px;
padding:8px;
}
.titleHeader a:link, .titleHeader a:visited {
text-decoration:none;
color:#FFFFFF;
}
.titleHeader a:hover,  {
text-decoration:none;
color:#FFFFFF;
}
.devConSchedList {
padding-left:10px;
font-size:14px;
font-weight:normal;
margin-bottom:-3px;
}

.dividerOrange {
	background: url(../images/iphone/header_orange.gif) repeat-x left bottom;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	margin-left:0px;
	height:20px;
	padding:8px;
}
.dividerOrange a:link, .dividerOrange a:visited {
text-decoration:none;
color:#FFFFFF;
}
.dividerOrange a:hover,  {
text-decoration:none;
color:#FFFFFF;
}
.grayBeige {
	background-color:#E9E9E9;
}

.devConListTitle {
float:right;
width:450px;
padding-left:5px;
padding-right:5px;
font-size:14px;
font-weight:normal;
}
.devConSchedListTime {
font-size:14px;
color:#215D8A;
}
.trackNameList {
font-size:11px;
color:#215D8A;
}

.detailField {
float:right;
width:20px;
padding-left:5px;
font-size:14px;
font-weight:normal;
}

div#toolbar {
	background: url(../images/iphone/bg-toolbar.png) repeat-x left bottom;
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 7777;
}

.anchorBottom {
    bottom: 0;
	height: 50px;
}

#fixedFooter {
width: 100%;
background: #CCC;
position: absolute;
bottom: 0 !important;
bottom: -1px;
height: 40px;
}

.buttonSchedule {
	background: url(../images/iphone/iPhoneSchedule.gif);
	width:212px;
height:38px;
border:none;

}
.buttonPrevious {
	background: url(../images/iphone/iPhone_previous.gif);
	width:18px;
height:21px;
border:none;
	-moz-border-radius: 1.2em ;
	-webkit-border-radius: 1.2em;

}
.buttonNext {
	background: url(../images/iphone/iPhone_next.gif);
	width:18px;
height:21px;
border:none;
	-moz-border-radius: 1.2em ;
	-webkit-border-radius: 1.2em;

}

.foodBackground {
background-color:#C3E2FD;
margin-top:-16px;
margin-bottom:-10px;
color:#405E84;
}
.attending {
background-color:#CDEB8B;
color:#FFFFFF;
margin-top:-16px;
margin-bottom:-10px;
}
.maybeattending {
background-color:#FFFF88;
color:#FFFFFF;
margin-top:-16px;
margin-bottom:-10px;
}
.notattending {
background-color:#FF7F66;
color:#FFFFFF;
margin-top:-16px;
margin-bottom:-10px;
}
.complete {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.statusattending {
	width:500px;
	margin:auto;
background-color:#CDEB8B;
	-moz-border-radius: 0.5em ;
	-webkit-border-radius: 0.5em;
	border-radius: 1.6em;
	border:solid #999999 1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.statusmaybeattending {
	width:500px;
	margin:auto;
background-color:#FFFF88;
	-moz-border-radius: 0.5em ;
	-webkit-border-radius: 0.5em;
	border-radius: 1.6em;
	border:solid #999999 1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.statusnotattending {
	width:500px;
	margin:auto;
background-color:#FF7F66;
color:#FFFFFF;
	-moz-border-radius: 0.5em ;
	-webkit-border-radius: 0.5em;
	border-radius: 1.6em;
	border:solid #999999 1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

form h1 {
	font-size:16px;
}
#panel {
	position: absolute;
	background-color: #C5CCD3;
	z-index:1;
	-webkit-text-size-adjust: none;
	opacity: .90;
	width:600px;
	display:none;
	visibility: visible;
}
.btn-add {
	float:right;
	top: 8px;
	right: 6px;
	width:40px;
	-webkit-border-image: url(iPhoneButton.png) 0 5 0 5;
	-webkit-border-radius: 0;
	border-width: 0 5px 0 5px;
	padding: 0;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
	background-image:url(iPhoneButton.png);
	background-color:#336699;
	cursor:pointer;
	visibility: visible;
}
.btn-home {
	float:left;
	top: 8px;
	left: 6px;
	width:43px;
	-webkit-border-image: url(iPhoneBackButton.png) 0 5 0 5;
	-webkit-border-radius: 0;

	border-width: 0 5px 0 5px;
	padding: 0;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
	background-image:url(iPhoneButton.png);
	cursor:pointer;
	visibility: visible;
}
.active {
	background-position: right 12px;
}
.hidden {display:none;
}
.form {
	padding:10px;
	width:95%;
	margin:0 auto;
}
.messageYellow {
background-color:#FFFFCC;
}
h1 
{
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}


.roundDiv {
	padding: 0;	   
	margin-top:0;
	margin-right:10px;
	margin-bottom:5px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	width: 90%;
	margin:0 auto;
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 8px ;


}

.message {
    list-style: none;

	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-right:10px;		 
	padding-left:10px;
		
	font-weight:17px;		
	color: #324F85;		 /* sets the color of the link */
	cursor:pointer;

}
.key {
    list-style: none;

	padding-top:2px;		  
	padding-right:10px;		 
	padding-bottom:2px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;
		
	background-repeat: no-repeat;
	background-position: right;
		
	font-weight:17px;		
	color: #324F85;		 /* sets the color of the link */
	cursor:pointer;

}

.messagePoster {
	float:right;
	font-size:10px;
	color:#336699;
}

.showArrow /*	Add an arrow button to a link */
{  
	margin-right:5px;		
	padding-right:6px;	   /* Distance between the arrow button and a text */
	
	background-image: url(iPhoneArrow.png); 
	background-repeat: no-repeat;
	background-position: right; 
}

.secondaryWArrow /* Used for secondary content that contains a link and a button */
{
	display:block;		 /* Set the secondary content to be a block	 */
	font-weight:normal; 
	float:right;
	color: #324F85;		 /* sets the color of the link */
}
.secondaryWLink /* Used for secondary text that is a link */
{
	font-weight:normal;	
	font-size:10px;
	float:right;		  
	margin-right:10px;	  
	color: #324F85;		 /* sets the color of the link */
}
.alphebatize {
	font-size:26px;
	text-align:center;
}
.alphebatize a { padding:3px; background-color:#EAF2FF;	-webkit-border-radius: 5px; line-height:45px;	 /* Round each corner of the created rectangle */
	-moz-border-radius: 5px ;
}
.alphebatize a:link { padding:3px; background-color:#569CD1; color:#FFFFFF;	-webkit-border-radius: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 5px ;
}
.alphebatize a:visited { padding:3px; background-color:#569CD1; color:#FFFFFF;	-webkit-border-radius: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 5px ;
}
.alphebatize a:hover { padding:3px; background-color:#569CD1; color:#FFFFFF;	-webkit-border-radius: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 5px ;
 }
.alphebatize a:active { padding:3px; background-color:#569CD1; color:#FFFFFF;	-webkit-border-radius: 5px;		 /* Round each corner of the created rectangle */
	-moz-border-radius: 5px ;
 }
.required {
color:#FF0000;
font-style:italic;
font-size:11px;
}
