/* This css is built for the Words with Friends iPhone support pages.
:: http://www.zyngawithfriends.com */

/* main */

* {
	margin:0;
	padding:0;
    -webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
input, textarea {
    -webkit-user-select: text;
	}
	
body,html {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	background: #27424c;
	background-image:url('background.png');
	background-repeat:repeat;
	color: #fff;
	}

img {
	border:0;
	}

a img {
border:0;
}

.imageLink img {
border:0;
-webkit-opacity:1;
}

.imageLink:active img {
border:0;
-webkit-opacity:0.75;
}
	
p {
	color: #666666;
	font-size: 12px;
	}

a {
    display: block;
    text-decoration:none;
	}

/* list styles */

.list1 {
	color: #999;
	font: italic bold 12px Georgia, Times, serif;
	margin-left: 30px;
	}
	
.list1 p {
	color: #3287a0;
	font: italic 12px Georgia, Times, serif;
	border-left: solid 1px #999;
	padding: 5px;
	}
	
.gameListBorder {
	list-style-type: none;
	margin: auto;
	position:relative;
	border:1px solid #ababab;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #3287a0;
	font-size: 12px;
	}

.gameListBorder:active {
	list-style-type: none;
	margin: auto;
	position:relative;
	border:1px solid #ababab;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #028AF3),
        color-stop(1, #005DE6)
    );
	}

.gameListTop {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:1px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-border-radius:10px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:10px 10px 0px 0px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #666666;
	font-size: 12px;
	}
	
.gameListTop:active {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:1px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 280px;
	-webkit-border-radius:10px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:10px 10px 0px 0px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #028AF3),
        color-stop(1, #005DE6)
    );
}

.gameListTopComingSoon {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:1px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-border-radius:10px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:10px 10px 0px 0px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #666666;
		font-size: 12px;
	}

.gameListCell {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #666666;
	font-size: 12px;
	}
	
.gameListCell:active {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #028AF3),
        color-stop(1, #005DE6)
    );
	}

.gameListCellComingSoon {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #666666;
	font-size: 12px;
	}

.gameListBottom {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:0px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-border-radius:0px 0px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:0px 0px 10px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #666666;
	font-size: 12px;
	}
	
.gameListBottom:active {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:0px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-border-radius:0px 0px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:0px 0px 10px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #028AF3),
        color-stop(1, #005DE6)
    );
	}

.gameListBottomComingSoon {
	list-style-type: none;
	margin: auto;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:0px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 280px;
	-webkit-border-radius:0px 0px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:0px 0px 10px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	color: #666666;
	font-size: 12px;
	}
	
/* setup */

#header {
	position: relative;
	margin: auto;
	display: block;
	width: 100%;
	height: 44px;
	z-index: 2;

}

#header2 {
	background-size: contain;
	position: relative;
	width: 100%;
	height: 46px;
	margin: auto;
	background-image: url(http://static.zyngawithfriends.zgncdn.com/cdn-cache/110/d2179fe2.header_bg.png);
	}

#backButtonContainer {
	top: 2px;
	margin: auto;
	width: 302px;
	z-index: 1;
	}

#backButton {
	position: absolute;
	top: 0px;
	right: 26px;
	z-index: 3;
	}

#tabsContent {
	margin: auto;
	top: 72px;
	width: 302px;
	z-index: 0;
	}
	
#tabsText {
	position: absolute;
	top: -29px;
	width: 302px;
	z-index: 1;
	}

#tabs {
	position: absolute;
	top: -29px;
	width: 302px;
	z-index: 0;
	}

#scrollable-container {
	height: 416px;
	}

#scrollable-content {
	position: relative;
	}

#content {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	position: relative;
	word-wrap: break-word;
	width: 320px;
	display: block;
	}

#content-top {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	padding-top: 15px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	background: #fff;
	width: 280px;
	display: block;
	}
	
#content-cell {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	background: #fff;
	width: 280px;
	display: block;
	}

#content-bottom {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	background: #fff;
	width: 280px;
	display: block;
	}
	
#content-support {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	background: #fff;
	width: 320px;
	display: block;
	}
	
.content-border {
	position:relative;
	border:1px solid #ababab;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 75%;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

.content-borderTop {
	margin: 0px;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:1px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 75%;
	-webkit-border-radius:10px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:10px 10px 0px 0px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

.content-borderCell {
	margin: 0px;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-bottom:1px solid #ababab;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 75%;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

.content-borderBottom {
	margin: 0px;
	position:relative;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	border-top:0px solid #ababab;	
	border-bottom:1px solid #ababab;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background:#fff;
	width: 75%;
	-webkit-border-radius:0px 0px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	border-radius:0px 0px 10px 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

#footer {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
	text-align: center; 
	width: 320px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 10px;
	}

#spin {
    width: 150px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    text-align: right;
    background: rgba(0, 0, 0, 1);
    color: white;
    font: 15px Arial;
    border-radius: 10px;
    padding-right:4px;
}	

.submit {
	display: block;
	margin:0 auto;
	padding: 4px 20px;
	/*give the background a gradient*/
	background: #fff;
	/*style the text*/
  	font: 15px Arial;
	letter-spacing:0.05em;
	color:#000;
	/*add to small curve to the corners of the button*/
	border-radius: 14px;
}

#updateDiv {
  position: relative;
  left: -12px;
}

#category {
   width: 280px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border-radius: 0;
   height: 34px;
   border: 1px solid #ccc;
}

/* font stylings */

hr {
	width:100%;
	height:0;
	text-align:center;
	border-color:#e1e1d9;
	border-style:solid;
	border-width:0 0 2px;
	}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-align:left;
	margin-left: 12px;
	margin-top: 5px;
	text-shadow:-1px -1px 0px #4d77b4
    }

h2 {
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 17px;
	text-align:left;
	text-decoration:none;
    }
    
h3 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
	text-decoration:none;
    }
    
h4 {
	color: #2a5f6c;
	font-weight: bold;
	font-size: 17px;
	text-align:center;
    }

