/* CSS Document */

/*common style*/
body {
	background-color: #333333;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
	-webkit-tap-highlight-color:rgba(200,0,0,0.4);
}
#top_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: 45px;
	width: 320px;
	left: 0px;
	top: 0px;
	background-image: url(../img/topbar.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}
#footage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	width: 320px;
	text-align: center;
	z-index: 2;
	height: 16px;
	margin-top: 5px;
	left: 0px;
	top: 400px;
}
.ads{
	font-size:13px;
	width: 300px;
	text-align:center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*style for this app*/
#appMain {
	height: 355px;
	width: 320px;
	position: absolute;
	left: 0px;
	top: 46px;
	overflow: hidden;
}
#content {
	height: 355px;
	width: 640px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Page 1 */
#appMain #content #textInput {
	height: 355px;
	width: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#appMain #content #textInput #inputBgd {
	height: 250px;
	width: 280px;
	left: 12px;
	position: relative;
	
}
#appMain #content #textInput #inputBgd #inputTitle {
	height: 20px;
	width: 280px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	font-size:15px;
}
#appMain #content #textInput #inputBgd #inputBox {
	position: relative;
	top: 10px;
	height: 210px;
	width: 280px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	font-size:15px;
}

/* Page 2 */
#appMain #content #textFormat {
	height: 355px;
	width: 320px;
	position: absolute;
	left: 320px;
	top: 0px;
}
#appMain #content #textFormat #btnbar {
	position: absolute;
	width: 320px;
	left: 0px;
	top: 30px;
	background-color: #CCCCCC;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	z-index: 2;
	overflow: hidden;
}
#appMain #content #textFormat #btnbar #subbar {
	background-color: #666666;
	position: absolute;
	height: 35px;
	width: 960px;
	top: 35px;
}
#appMain #content #textFormat #txtContainer {
	background-color: #FFFFFF;
	position: absolute;
	height: 250px;
	width: 320px;
	left: 0px;
	top: 66px;
	z-index:0;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}
#appMain #content #textFormat #txtContainer #txt {
	position: absolute; 
	overflow: visible;
}


/* shared classes */
.title {
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 10px;
	font-family: Arial Rounded MT Bold;
}
.btns {
	line-height: 25px;
	background-color: #333333;
	position: absolute;
	height: 25px;
	width: 25px;
	text-align: center;
	top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: bold;
	cursor: pointer;
}
.btn1 {
	position: absolute;
	line-height: 20px;
	height: 20px;
	width: 70px;
	top: 327px;
	text-align: center;
	color: #663300;
	background-color: #FFCC66;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px;
	font-family: Arial Rounded MT Bold;
	cursor: pointer;
}
.label {
	line-height: 35px;
	color: #333;
	position: absolute;
	height: 35px;
	width: 95px;
	text-align: center;
	top: 0px;
	font-family: Arial;
	font-size: 12px;
}
.txtSel {
	border: #9CF 2px solid;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.txtUnSel {
	border: #FFF 2px solid;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

