@import url("http://www.halalfire.com/code/system.css");

.container {
	position: absolute;
	width: 100%;
}
body[orient="profile"] .container {
	height: 416px;
}
    
body[orient="landscape"] .container {
	height: 268px;
}

.toolbar {
	position: absolute;
	width: 100%;
	height: 60px;
	font-size: 28pt;
}

body[orient="landscape"] .toolbar {
	height: 30px;
	font-size: 16pt;
}
.anchorTop {
	top: 0;
}
.anchorBottom {
	border-top: 1px solid #3f4e63;
	padding-bottom: 9px;
	bottom: 0;
}
.center {
	position: absolute;
	top: 60px;
	bottom: 60px;
}
body[orient="landscape"] .center {
	top: 50px;
	bottom: 30px;
}

/* 
   Coupon formatting
*/

.coupon {
  border: 2px dashed #ffcc33;
  background: #ffffcc;
}

/* grad begins here */

body {
	margin: 0;
	padding: 0;
	width: 320px;
	height: 416px;
    font-family: Helvetica, Arial, sans-serif;
	-webkit-user-select: none;
	cursor: default;
	-webkit-text-size-adjust: none;
	text-shadow: #cccccc 1px 1px 2px;
	font-size: 14pt;
}
.main {
	overflow: hidden;
	position: relative;
}
.headerGradient {
	width: 100%;
	height: 44px;
}
.header {
	position: relative;
	height: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: 663300;
	border-top: 1px solid rgb(179, 186, 201);
	border-bottom: 1px solid rgb(73, 95, 144);
	color: white;
	font-size: 20px;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
}
.header .button {
	position: absolute;
	font-weight: bold;
	line-height: 28px;
	top: 6px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(images/button.png) 0 8 0 8;
	height: 29px;
	max-height: 29px;
	min-height: 29px;
	min-width: 32px;
	font-size: 12px;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	font-weight: bold;
	line-height: 28px;
	color: white;
	z-index: 100;
	right: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.add {
	line-height: 26px;
	font-size: 18px;
	padding-left: 1px;
}
.back {
	position: absolute;
	border-width: 0 8px 0 14px;
	min-width: 20px;
	height: 30px;
	-webkit-border-image: url(images/backButton.png) 0 8 0 14;
	font-size: 12px;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	font-weight: bold;
	line-height: 28px;
	top: 6px;
	left: 6px;
	padding: 0 3px 0 2px;
	color: white;
	z-index: 100;
	opacity: 1;
}
.main-title {
	position: absolute;
	width: 100%;
}
.main-title {
	top: 0;
	left: 0;
}

.item {
	background: url(iPhoneArrow.png) no-repeat right center;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 32px 8px 8px;
	color: #000000;
}


/* 
   Normal bold, but uppercase.
*/
.upperBold {
 color: #000000;
 font-family: helvetica;
 font-size:  12px; 
 text-transform:uppercase;
 font-weight:  bold;
}

/* 
   Normal w/normal links.
*/
.normalLink {
 font-family: helvetica;
 font-size:  11px; 
 font-weight:  normal;
}
.normalLink a:link    { color: #663300; font-size: 11px; font-weight: normal; text-decoration: none; font-family: helvetica; }
.normalLink a:visited { color: #663300; font-size: 11px; font-weight: normal; text-decoration: none; font-family: helvetica; }
.normalLink a:active  { color: #333333; font-size: 11px; font-weight: normal; text-decoration: none; font-family: helvetica; }
.normalLink a:hover   { color: red; font-size: 11px; font-weight: normal; text-decoration: none; font-family: helvetica; }


/*  
    Smaller version of the above links.  Blue.
*/
.smlink, .smlink a:link, .smlink a:active, .smlink a:visited, .smlink a:hover{ 
 color:           #333333;
 font-family:     helvetica;
 font-size:       10px; 
 font-weight:     bold;
} 
.smlink a:link    { color:  #663300; }
.smlink a:visited { color:  #663300; }
.smlink a:active  { color:  #333333; }
.smlink a:hover   { color:  #aaaaaa; } 

/*  
    This is for tiny text.
*/
.tinyLink, .tinyLink a:link, .tinyLink a:active, .tinyLink a:visited, .tinyLink a:hover{ 
 color:       #000000;
 font-family: helvetica;
 font-size:   10px; 
 font-weight: normal;
}
.tinyLink a:link    { color:  #663300; }
.tinyLink a:visited { color:  #663300; }
.tinyLink a:active  { color:  #333333; }
.tinyLink a:hover   { color:  #aaaaaa; } 

/*  
    This is for tiny white text.
*/
.tinyLinkW, .tinyLinkW a:link, .tinyLinkW a:active, .tinyLinkW a:visited, .tinyLinkW a:hover{ 
 color:       #ffffff;
 font-family: helvetica;
 font-size:   10px; 
 font-weight: normal;
}
.tinyLinkW a:link    { color:  #ffffff; }
.tinyLinkW a:visited { color:  #ffffff; }
.tinyLinkW a:active  { color:  #ffffff; }
.tinyLinkW a:hover   { color:  #cccccc; } 

/*  
    This is for tiny bold text.
*/
.tinyLinkB, .tinyLinkB a:link, .tinyLinkB a:active, .tinyLinkB a:visited, .tinyLinkB a:hover{ 
 color:       #000000;
 font-family: helvetica;
 font-size:   10px; 
 font-weight: bold;
}
.tinyLinkB a:link    { color:  #663300; }
.tinyLinkB a:visited { color:  #663300; }
.tinyLinkB a:active  { color:  #333333; }
.tinyLinkB a:hover   { color:  #aaaaaa; } 

/*  
    This is for tiny bold white text.
*/
.tinyLinkBW, .tinyLinkBW a:link, .tinyLinkBW a:active, .tinyLinkBW a:visited, .tinyLinkBW a:hover{ 
 color:       #ffffff;
 font-family: helvetica;
 font-size:   10px; 
 font-weight: bold;
}
.tinyLinkBW a:link    { color:  #ffffff; }
.tinyLinkBW a:visited { color:  #ffffff; }
.tinyLinkBW a:active  { color:  #ffffff; }
.tinyLinkBW a:hover   { color:  #cccccc; } 

/* 
   This is for tiny text.
*/
.tinyText {
 color: #000000;
 font-family: helvetica;
 font-size:  10px; 
 font-weight:  normal;
}

/* 
   This is for ad text.
*/
.adText {
 color: #000000;
 font-family: helvetica;
 font-size:  10px; 
 font-weight:  normal;
}

/*  
   White tab text & links.
*/
.tabLinkW, .tabLinkW a:link, .tabLinkW a:active, .tabLinkW a:visited, .tabLinkW a:hover{ 
 color:       #ffffff;
 font-family: helvetica;
 font-size:   14px; 
 font-weight: bold;
 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
 text-decoration: none;
}
.tabLinkW a:link    { color:  #ffffff; }
.tabLinkW a:visited { color:  #ffffff; }
.tabLinkW a:active  { color:  #cccccc; }
.tabLinkW a:hover   { color:  #cccccc; } 

.tabTextW {
 color: #ffffff;
 font-family: helvetica;
 font-size:  14px; 
 font-weight:  bold;
 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}


/*  
   This formats the title links.
*/
.titleLink, .titleLink a:link, .titleLink a:active, .titleLink a:visited, .titleLink a:hover{ 
 color:       #663300;
 font-family: helvetica;
 font-size:   17px; 
 font-weight: bold;
 text-decoration: none;
}
.titleLink a:link    { color:  #663300; }
.titleLink a:visited { color:  #663300; }
.titleLink a:active  { color:  #663300; }
.titleLink a:hover   { color:  red; } 

.titleText {
 color: #663300;
 font-family: helvetica;
 font-size:  17px; 
 font-weight:  bold;
 text-decoration: none;
}

/*  
   White title text & links.
*/
.titleLinkW, .titleLinkW a:link, .titleLinkW a:active, .titleLinkW a:visited, .titleLinkW a:hover{ 
 color:       #ffffff;
 font-family: helvetica;
 font-size:   17px; 
 font-weight: bold;
 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
 text-decoration: none;
}
.titleLinkW a:link    { color:  #ffffff; }
.titleLinkW a:visited { color:  #ffffff; }
.titleLinkW a:active  { color:  #cccccc; }
.titleLinkW a:hover   { color:  #cccccc; } 

.titleTextW {
 color: #ffffff;
 font-family: helvetica;
 font-size:  17px; 
 font-weight:  bold;
 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}

/*  
   This formats the subtitle links.
*/
.subtitleLink, .subtitleLink a:link, .subtitleLink a:active, .subtitleLink a:visited, .subtitleLink a:hover{ 
 color:       #663300;
 font-family: helvetica,arial,verdana,geneva,sans-serif;
 font-size:   16px; 
 font-weight: bold;
 text-decoration: none;
}
.subtitleLink a:link    { color:  #663300; }
.subtitleLink a:visited { color:  #663300; }
.subtitleLink a:active  { color:  #663300; }
.subtitleLink a:hover   { color:  red; } 

/*  
   White subtitle text & links.
*/
.subtitleLinkW, .subtitleLinkW a:link, .subtitleLinkW a:active, .subtitleLinkW a:visited, .subtitleLinkW a:hover{ 
 color:       #ffffff;
 font-family: helvetica;
 font-size:   12px; 
 font-weight: bold;
 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
 text-decoration: none;
}
.subtitleLinkW a:link    { color:  #ffffff; }
.subtitleLinkW a:visited { color:  #ffffff; }
.subtitleLinkW a:active  { color:  #cccccc; }
.subtitleLinkW a:hover   { color:  #cccccc; } 

.subtitleTextW {
 color: #ffffff;
 font-family: helvetica;
 font-size:  12px; 
 font-weight:  bold;
 text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}

/*  
   Menu text & links.
*/
.menuLink, .menuLink a:link, .menuLink a:active, .menuLink a:visited, .menuLink a:hover{ 
 color:       #000000;
 font-size:   12px; 
 font-weight: bold;
 text-decoration: none;
}
.menuLink a:link    { color:  #000000; }
.menuLink a:visited { color:  #000000; }
.menuLink a:active  { color:  #ffffff; }
.menuLink a:hover   { color:  #ffffff; } 

.menuText {
 color: #000000;
 font-size:  12px; 
 font-weight:  bold;
 text-decoration: none;
}

.subtitleText {
 color: #000000;
 font-family: helvetica;
 font-size:  14px; 
 font-weight:  normal;
}

.bodyText {
 color: #666666;
 font-family: helvetica;
 font-size:  12px; 
 font-weight:  normal;
}

/*  
   This formats the breadcrumb trail links.
*/
.bmLink, .bmLink a:link, .bmLink a:active, .bmLink a:visited, .bmLink a:hover{ 
 color:       #000000;
 font-family: helvetica;
 text-transform:uppercase;
 font-size:   10px; 
 font-weight: bold;
}
.bmLink a:link    { color:  #663300; }
.bmLink a:visited { color:  #663300; }
.bmLink a:active  { color:  #663300; }
.bmLink a:hover   { color:  red; } 

/* 
   This is the non-linked breadcrumb trail.
*/
.bmText {
 color: #000000;
 font-family: trebuchet MS,trebuchet,helvetica;
 text-transform:uppercase;
 font-size:  10px; 
 font-weight:  bold;
}


/*  
    Default text in tables.  
*/
td {
 color:       #000000;
 font-family: helvetica;
 font-size:   11px; 
 font-weight: normal;
}

/*  
    Bold text used in the forms.  
*/
.formText { 
 color:       #333333;
 font-family: helvetica;
 font-size:   10px; 
 font-weight: bold;
} 

/*  
    Non-bold text used in the forms.  
*/
.normalText {
 color:       #000000;
 font-family: helvetica;
 font-size:   10px; 
 font-weight: normal;
}

.normal {
 color: #000000;
 font-family: helvetica;
 font-size:  14px; 
}

/*  
    White colored header text used at the top of all forms. 
*/
.whiteText {
 color:       #ffffff;
 font-family: helvetica;
 font-size:   10px; 
 font-weight: bold;
}


/*
    Form "submit" button (black)
*/
.button2   {
 font-family:      helvetica;
 font-size:        10px;
 font-weight:      bold;
 color:            #000000;    
 background-color: #ffffff;
}


/*  
    Form textarea formatting
*/
.textarea {
 font-family:		helvetica;
 font-size:			11px;
 font-weight:        normal;
 color:				#000000;
 background-color:	#ffffff;
 border-top:		#000000 1px solid; 
 border-left:		#000000 1px solid; 
 border-right:		#dcdcdc 1px solid; 
 border-bottom:		#dcdcdc 1px solid;
}

/*  
    Form input fields - a whole bunch of different sizes
*/

.box, .box20, .box40, .box50, .box100, .box120, .box150, .box200, .box250, .box300, .box350, .box400 {
	font-family:		helvetica;
	font-size:			11px;
	font-weight:        normal;
	color:				#000000;
	height:				16px;
	background-color:	#ffffff;
	border-top:			#000000 1px solid; 
	border-left:		#000000 1px solid; 
	border-right:		#dcdcdc 1px solid; 
	border-bottom:		#dcdcdc 1px solid;
}
    .box20  {width:   20px;}
    .box40  {width:   40px;}
    .box50  {width:   50px;} 
    .box100 {width:  100px;}
    .box120 {width:  120px;}
    .box150 {width:  150px;}
    .box200 {width:  200px;}
    .box250 {width:  250px;}
    .box300 {width:  300px;}
    .box350 {width:  350px;}  
    .box400 {width:  400px;}

/*  
    Pulldown menu
*/

 select {
	background-color: #ffffff;
	color: #000000;
	font-family: helvetica;
	font-size: 10px;
	font-weight: normal;
 }
 
.btn, .back {
	float: left;
	clear: none;
	background: url('../apps/images/controls/btn-right-gray.png') no-repeat scroll top right;
    height: 32px;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
}
.btn div, .back div {
    background: url('../apps/images/controls/btn-left-gray.png') no-repeat;
    height: 16px;
    padding: 8px 0px 8px 10px;
    margin-right: 10px;
    float: left;
}
.btn:active, .back:active {
    background-position: bottom right;
    color: #ddd;
}

.btn:active div {
    background-position: bottom left;
    padding: 9px 0px 7px 10px; /* push text down 1px */
}

#btnAdd {
	float: right !important;
	clear: none;
	display: block;
	width: 40px;
	height: 32px;
	margin-left: 8px;
}
#btnEditSaved, #btnEditingSaved {
	float: right !important;
	clear: none;
}
#btnAdd img {
	margin: 0px 3px;
}

#btnEdit {
	margin-right: 0px;
}

#btnEditing, #btnEditingSaved {
	background: transparent url('../apps/images/controls/btn-right-blue.png') no-repeat scroll top right !important;
}
#btnEditing div, #btnEditingSaved div {
	background: transparent url('../apps/images/controls/btn-left-blue.png') no-repeat !important;
}

.back div {
	background: transparent url('../apps/images/controls/btn-back-gray.png') no-repeat !important;
	padding-left: 15px;
	float: left;
}
.back:active {
	background-position: bottom right !important;
}
.back:active div {
	padding: 9px 0px 7px 15px !important; /* push text down 1px */
	background-position: bottom left !important;
}

/* wide, mid-page buttons */

.btnMid {
	height: 40px;
	cursor: pointer;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.midLeft {
	background: url(images/bm-left-gray.png) no-repeat;
	padding-right: 10px;
}
.midMid {
	width: 100%;
	background: url(images/bm-mid-gray.png) repeat-x;
	vertical-align: top;
	padding-top: 9px;
	text-align: center;
	font-size: 20px;
	text-shadow: #000 2px 2px 3px;
	color: #fff;
}
.midRight {
	background: url(images/bm-right-gray.png) no-repeat;
	padding-right: 10px;
}
