/*
File: CiUI.css

Style sheet complementing CiUI library.

License:
	http://clientside.cnet.com/wiki/cnet-libraries#license
*/

.reply_msg {
	height: 17px; 
	padding: 8px 32px 8px 10px; 
	font-weight: bold; 
	font-size: 14px; 
	background-color: #194fdb;
	text-decoration: none;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
}

.reply_msg a {
color: #FFF;
text-decoration:none;
}

.compose_msg {
	height: 17px; 
	padding: 8px 32px 8px 10px; 
	font-weight: bold; 
	font-size: 14px; 
	background-color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
color: #FFF!important;
background-image: url('../images/envelope.png');
background-repeat: no-repeat;
background-position: 10px 10px;
padding-left:35px;
}

.compose_msg a {
color: #194fdb;
text-decoration:none;
}

* {
	padding: 0;
	margin: 0;
	font-family:Helvetica,"Lucida Grande",Verdana,Arial,sans-serif;
}

body {
	overflow: visible;
	padding: 0;
	margin: 0;
	min-width: 320px;
        overflow:hidden;
        font-family: Lucida Grande;
        font-size:15px;
	min-height: 430px;
}

#iphone_header {
	left: 0px;
	top: 0px;
	height:44px;
        background-image: url('../images/title_bar_bg.png');
        background-repeat: repeat-x;
        text-align:center;
}

#iphone_body {
	position: relative;
	overflow: hidden;	
	width: 100%;
	min-height: 416px;
        background-color: #000000!important;
        color: #FFFFFF;
}

.iphone_page {
	position: absolute;
	width: 100%;
}

#iphone_footer {
	position: relative;
	font-size: 10px;
	color: #FFF;
	text-align: center;
        background-color: #000000;
        padding:3px;
}

#iphone_backbutton {
	position: relative;
	float: left;
	top: 7px;
	left: 5px;
	cursor: pointer;
	display: none;
        margin-top:-22px;
}

#iphone_backbutton_text {
	background:transparent url(../images/back-button-body.png) no-repeat scroll right top;
	color:white;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:30px;
	margin-left:11px;
	padding-right:5px;
	padding-top:9px;
	text-decoration:none;

}

#iphone_loading_page {
	display: none;
}

#iphone_title {
	color: white;
	position: relative;
	text-align: center;
	padding: 0;
	top: 8px;
	font-weight: bold;
	font-size: 18px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	left: 5px;
}

.load_more {
	display: block; 
	height: 17px; 
	padding: 10px 32px 8px 10px; 
	font-weight: bold; 
	font-size: 14px; 
	background-color: #000000;
	text-decoration: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
color: #FFF;
}

a.load_more:before {
	content: "Load more...";
}

.load_more_loading {
	display: block; 
	height: 17px; 
	padding: 8px 32px 8px 23px; 
	font-weight: bold; 
	font-size: 14px; 
	background:#000000 url(images/loading-small.gif) no-repeat 1% center;
	text-decoration: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: white;
}

a.load_more_loading:after {
	content: "Loading...";
}

.info_msg {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	height:300px;
	width:100%;
	margin-bottom:150px;
	margin-top:100px;
}

#cancel_button {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	color: #333;
}

.menu {
	width: 100%;
	list-style-type: none;
}

.menu > li {
background-color: #000000;
background-image: url('../images/list_menu30.jpg');
background-position: top right;
background-repeat: no-repeat;
	clear: both;
	//height: 30px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	padding: 8px 0pt 8px 10px;
	border-bottom:1px solid #1a1a1a;	
color: #FFFFFF!important;
}

.menu > li.light {
background-color: #000000!important;
}

.menu >li.arrow {
	background-color: #000000;
}

.menu > li > a {
	text-overflow: ellipsis;
	text-decoration: none;
color: #FFF!important;
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 0px 0pt -8px -10px;
	//background: url(../images/arrow-right.png) no-repeat right center;
}

.menu li button {
	font-size:16px;
	font-weight:bold;
	vertical-align: middle;
}

.menu li img {
	border: 0px;
	vertical-align:middle;
	margin-right: 5px;
}

.titlebar {
	color: white;
	padding: 10;
	font-weight: bold;
	font-size: 16px;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
background-color: #000000;
}