/* 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 {
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; height: 45px;	top: 0px; z-index: 0;
	background-image:-webkit-gradient(linear, right bottom, right top, color-stop(0, #444), color-stop(0.53, #000));
	text-align:center; color:rgba(255, 255, 220, 0.9); font-family:"Arial Rounded MT Bold"; font-size: 22px; line-height: 45px;
	padding-top: 1px;
}
#top_bar_glossy {
	position: absolute;	width: 320px; left: 50%; margin-left: -160px; height: 22px;	top: 0px; z-index: 1;
	background-color:rgba(255, 255, 255, 0.2);
}
#link_home {
	position:absolute; top:9px; left:10px; width:34px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/home.png);
}
#link_email {
	position:absolute; top:11px; right:10px; width:25px; height:25px; cursor:pointer;
	background-repeat:no-repeat; background-image:url(../img/facebook.png);
	font-size:20px; line-height:25px;
}
#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{
	width: 320px; left:0px; position:absolute; top:325px; z-index:4;
}

/*style for this app*/
#appMain {
	height: 375px;
	width: 320px;
	position: absolute;
	left: 0px;
	top: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
}

#appMain #page1 #notice {
	position:absolute;
	left:20px;
	top:255px;
	width:270px;
	color:#FFFFFF;
	font-size:14px;
}
#appMain #page1 #index-list {
	position:absolute;
	width:282px;
	height:120px;
	left:20px;
	top:125px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}
#appMain #page2 #form {
	position:absolute;
	top:145px;
	width:280px;
	left:20px;
	height:200px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	
}
#appMain #page3 #sql_info {
	position: absolute;
	width: 250px;
	top: 15px;
	left: 100px;
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	color:#FFFFFF;
}
#appMain #page3 #loglist_frame {
	position: absolute;
	height: 240px;
	width: 280px;
	left: 20px;
	top: 40px;
}
#appMain #page3 #loglist_control {
	position: absolute;
	height: 30px;
	width: 282px;
	left: 20px;
	top: 290px;
	font-family:"Arial Rounded MT Bold";
	font-size:14px;
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;
	overflow:hidden;
	line-height:30px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
}
#appMain #btn {
	position: absolute;
	width: 280px;
	left: 20px;
	top: 325px;
	text-align:center;
}
#appMain #page4 #tool-search {
	width: 260px;
	height: 70px;
	padding: 10px;
	font-family: "Arial Rounded MT Bold";
	font-size:14px;
	position: absolute;
	left: 20px;
	top: 40px;
	background-color:#FFFFFF;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	color: #333333;
}
#appMain #page4 #tool-db {
	width: 260px;
	height: 50px;
	padding: 10px;
	font-family: "Arial Rounded MT Bold";
	font-size:14px;
	position: absolute;
	left: 20px;
	top: 140px;
	background-color:#FFFFFF;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	color: #333333;
}
#appMain #page4 #tool-email {
	width: 260px;
	height: 50px;
	padding: 10px;
	font-family: "Arial Rounded MT Bold";
	font-size:14px;
	position: absolute;
	left: 20px;
	top: 220px;
	background-color:#FFFFFF;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	color: #333333;
}
#appMain #page5 #log_title {
	position: absolute;
	top:5px;
	left:20px;
	width:280px;
	height:20px;
	line-height:20px;
	font-family: "Arial Rounded MT Bold";
	font-size: 15px;
	color:#FFFFFF;
	overflow:hidden;
}
#appMain #page5 #log_subtitle {
	position: absolute;
	top:25px;
	left:20px;
	width:280px;
	height:20px;
	line-height:20px;
	font-family: Arial;
	font-size: 11px;
	color:#999999;
	overflow:hidden;
}
#appMain #page5 #log_map {
	position: absolute;
	top:50px;
	left:20px;
	width:280px;
	height:80px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}
#appMain #page5 #log_content {
	position: absolute;
	top:140px;
	left:20px;
	width:270px;
	height:165px;
	padding:5px;
	line-height:20px;
	font-family: "Arial Rounded MT Bold";
	font-size: 12px;
	color:#333333;
	background-color:#FFFFFF;
	overflow:hidden;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 6px;
}



/* classes */
.page {
	position:absolute;
	width:320px;
	height:375px;
	top:0px;
	left: 0px;
}
.mapport {
	position:absolute;
	width:280px;
	height:100px;
	left:20px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}
.title {
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	color:#FFFFFF;
}
.list-item-other, .list-item-top, .list-item-bottom {
	width: 260px;
	height: 20px;
	background-color:#FFFFFF;
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	text-transform: capitalize;
	line-height: 20px;
	color: #333333;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: pointer;
	background-image: url(../img/listitem_bgd.png);
	background-repeat: no-repeat;
	background-position: right center;
	overflow:hidden;
}
.list-item-top {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top: 1px solid #666666;
}
.list-item-bottom {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	margin-bottom: 10px;
}
.list_location {
	font-size:14px;
}
.list_time {
	color:#999999;
	font-size:11px;
}

.button {
	position:absolute;
	width:70px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-family:"Arial Rounded MT Bold";
	font-size:16px;
	color:#FFFFFF;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
	z-index:0;
	cursor:pointer;
}
.buttonlight {
	position:absolute;
	width:68px;
	height:12px;
	line-height:25px;
	text-align:center;
	font-family:"Arial Rounded MT Bold";
	font-size:16px;
	background-color:#FFFFFF;
	opacity:.30; 
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	z-index:1;
	cursor:pointer;
}

.form_item {
	padding-top:3px;
	padding-bottom:3px;
}
.btn {
	width:50px;
}
.edit_area {
	position:absolute;
	top:0px;
	left:0px;
	width:270px;
	height:165px;
	border:none;
}
