/*
File: CiUI.css

Style sheet complementing CiUI library.

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

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

body {
	overflow: visible;
	padding: 0;
	margin: 0;
	width: 320px;
}

#iphone_header {
    position: relative;
	left: 0px;
	top: 0px;
	height:44px;
	background: transparent url(../images/head-bg.png) repeat-x;
}

#iphone_body {
	position: relative;
	overflow: hidden;	
	width: 100%;
	min-height: 316px;
}

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

#iphone_footer {
	position: relative;
	font-size: 10px;
	color: #666;
	text-align: center;
}

.button {
    position: relative;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
}

.whiteButton,
.grayButton, .blueButton {
    display: block;
    border-width: 0 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
    max-width: 100px;
    margin: auto;
    left: auto;
	right:auto;
}

.whiteButton {
    max-width: 50px;
    margin-bottom: 10px;
    color: black;
    -webkit-border-image: url(../images/whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.grayButton {
    float: right;
	border-width: 0px 14px 0px 14px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;	
	-webkit-border-image: url(../images/grayButton.png) 0 12 0 12;	
}

.blueButton {
    line-height: 40px;
	color: #fff;
	position: relative;
	width: 250px;
	max-width: 300px;
	height: 40px;
    font-size: larger;
	vertical-align: center;
	text-shadow: #000 0px 1px 1px;
	border-width: 0px 14px 0px 14px;	   
	-webkit-border-image: url(../images/blueButton.png) 0 12 0 12;	
}

#iphone_backbutton {
    display: none;
    float: left;
    left: 6px;
    right: auto;
    padding: 0;
    width: auto;
    max-width: 150px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(../images/backButton.png) 0 8 0 14;
}

.fwdButton {
    float: right;
    left: auto;
    right: 120px;
    padding: 0;
    width: auto;
    max-width: 150px;
    border-width: 0 14px 0 8px;
    -webkit-border-image: url(../images/fwdButton.png) 0 14 0 8;
}

#tagbutton {
    float: right;
    padding: 0;
    padding-bottom: 0;
    border: none;   
    z-order: 1000;
    width: 40px;
    height: 40px; 
    background: transparent url(../images/addcancelbuttons.png) no-repeat;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 5s;
}

#tagbutton-intro {
	position: relative;
    padding: 0;
    padding-bottom: 0;
    border: none;   
    z-order: 1000;
    width: 40px;
    height: 40px; 
    background: transparent url(../images/addcancelbuttons.png) no-repeat;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 5s;
}

.load_tags {
    background-position: 0 0 !important;
}

.load_tags_loaded {
    opacity: 10;
    background-position: -40px 0 !important;
}

#tagbutton img {
    border: none; 
}

#iphone_loading_page {
	display: none;
}

#iphone_title {
    float: right;
	text-align: center;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#tagging, .moreinfo {
	font-size: 18px; 
	background-color: #eee;
	text-decoration: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.load_more {
	display: block; 
	height: 18px; 
	padding: 5px 34px 10px 12px; 
	font-weight: bold; 

}

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

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

.load_more_loaded p {
	clear: both;
}

#loading {
	background-color: white;
}

.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 {
	clear: both;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	margin: 0;
	padding: 2px 0pt 2px 10px;
	border-bottom: 1px solid #ddd;	
}

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

.half li {
    clear: both;
    display: inline-table;
    width: 160px !important;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	height: 32px !important;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	overflow: hidden;
	text-overflow: ellipsis;
}

.half li a {
    width: 137px;
    height: 28px;
    white-space: nowrap;
	vertical-align: middle;
    text-align: center;
	text-overflow: ellipsis;
	text-decoration: none;
	display: block;
	padding: 12px 10px 8px 10px;
	margin: 0;
	background: none;
}

.half li.full {
    width: 320px !important;
    text-align: center;   
}

.half li.full a{
    width: 297px; !important;
    text-align: center;   
}

.menu li a {
    text-align: center;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #333;
	display: block;
	height: 50px;
	padding: 8px 32px 8px 10px;
	margin: 0px 0pt 0px -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;
}

a{
    text-decoration: none;   
}