body {
    margin: 0;
    -webkit-text-size-adjust: none;
	font-family: Helvetica;
	color: #000;
	background: #fff;
}

body > h1{
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
	border-bottom: 1px solid #2d3642;
    color: #fff;
	background: url(../admin/images/mobile/iPhoneTopBar.png) #6d84a2 repeat-x;
}

#page-title {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
	border-bottom: 1px solid #2d3642;
    color: #fff;
	background: url(../admin/images/mobile/iPhoneToolbar.png) #6d84a2 repeat-x;
}

.back-button {
	float: right;
	margin: -4px 0 0 0;
    padding: 4px 0 0 13px;
	width: 37px;
	height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
	color: #fff;
	background: url(../admin/images/mobile/iPhoneBackButton.png) #6d84a2 top no-repeat;
}

.log-out-button {
	float: right;
	margin: -4px 0 0 0;
    padding: 4px 0 0 17px;
	width: 58px;
	height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
	color: #fff;
	background: url(../admin/images/mobile/iPhoneLogOutButton.png) #6d84a2 top no-repeat;
}

ul {
	margin: 0;
	padding: 0;
	}

ul li {
	margin: 0;
	padding: 12px 0 12px 10px;
	border-bottom: 1px solid #9F9F9F;
	list-style: none;
	background: transparent url(../admin/images/mobile/iPhoneArrow.png) right no-repeat;
	}

ul li.odd {
	background-color: #cccccc;
	}

ul li a {
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #3a3a3a;
	}

.new-item {
	position: relative;
	top: -8px;
	left: 0;
	margin: 0 0 0 2px;
	padding: 2px 4px 2px 4px;
	width: 300px;
	height: 300px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #c30000;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
	-webkit-border-radius: 9px;
	}

label {
    margin: 12px 0 0 6px;
    font-size: 16px;
	font-weight: bold;
    color: #3a3a3a;
}

input {
    width: 94%;
    margin: 0;
    padding: 6px 6px 6px 6px;
    font-size: 18px;
    font-weight: normal;
}

#content {
	margin: 10px 0 0 0;
	padding: 0;
	color: #3a3a3a;
	}

.no-link-title a{
	box-sizing: border-box;
    margin: 0;
    padding: 10px 10px 10px 0;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
	}

/* start login page */

#login-form-button {
	float: right;
	margin: 0 12px 10px 0;
	padding: 0;
	width: 100px;
	}

#content .error {
    margin: 12px 0 0 6px;
    font-size: 16px;
	font-weight: bold;
    color: red;
	}

/* end login page */

/* start orders page */

#orders-top-option {
	margin: 0;
	padding: 10px 0 15px 6px;
	border-bottom: 1px solid #9F9F9F;
	}

.status-label {
	font-size: 20px;
	}

.status-select {
	margin: 0;
	padding: 0;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	}

#order-list {
	margin: 0;
	padding: 0;
	}

#order-list li a{
	display: block;
	}

.order-number {
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	}

.order-number a {
	font-weight: normal;
	text-decoration: none;
	color: #3a3a3a;
	}

.order-info {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}

.order-info a{
	font-weight: normal;
	text-decoration: none;
	color: #3a3a3a;
	}

#order-detail-top {
	margin: 0;
	padding: 10px 0 15px 10px;
	font-size: 18px;
	border-bottom: 1px solid #9F9F9F;
	}

#order-detail-content {
	margin: 10px 0 0 0;
	padding: 0;
	color: #3a3a3a;
	}

#order-detail-content p {
	padding: 0 0 0 10px;
	line-height: 1.50;
	}

/* end orders page */

/* start support tickets page */

#tickets-top-option {
	margin: 0;
	padding: 10px 0 15px 6px;
	border-bottom: 1px solid #9F9F9F;
	}

#ticket-list li {
	line-height: 1.50;
	}

.ticket-title {
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	}

.ticket-number {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	}

#ticket-detail-top {
	margin: 0;
	padding: 10px 0 15px 6px;
	font-size: 19px;
	border-bottom: 1px solid #9F9F9F;
	}

.ticket-detail-number {
	margin: 0;
	padding: 0 0 5px 6px;
	font-size: 20px;
	}

.ticket-detail-text p {
	margin: 0;
	padding: 15px;
	font-size: 18px;
	line-height: 1.40;
	}

.ticket-detail-text p.odd {
	background-color: #cccccc;
	}

.ticket-detail-form {
	margin: 0;
	padding: 0 0 0 8px;
	width: 95%;
	}

.ticket-detail-form textarea{
	margin: 10px 0 0 5px;
	width: 90%;
	height: 150px;
	}

#update-ticket-button {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	width: 150px;
	height: 40px;
	}

.ticket-detail-radio {
	float: left;
	margin: 0;
	padding: 0 0 10px 7px;
	text-align: center;
	}

.ticket-detail-radio label {
	font-size: 16px;
	font-weight: normal;
	}

.ticket-detail-radio input {
	margin: 0 0 0 3px;
	padding: 0;
	width: 15px;
	}

#close-ticket-button {
	float: right;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 150px;
	height: 40px;
	}

.submit-ticket-form {
	margin: 0;
	padding: 0 0 0 8px;
	width: 95%;
	}

.submit-ticket-form textarea{
	margin: 10px 0 0 5px;
	width: 90%;
	height: 150px;
	}

#create-ticket-button {
	float: right;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 150px;
	height: 40px;
	}

/* end support tickets page */

/* start messages page */

#message-list li a {
	font-weight: normal;
	}

.new-message {
	font-weight: bold;
	color: #000;
	}

#message-detail-top {
	margin: 0;
	padding: 10px 0 15px 15px;
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #9F9F9F;
	}

.message-detail-text p {
	margin: 0;
	padding: 15px;
	font-size: 18px;
	line-height: 1.40;
	}

.delete-message-button {
	float: right;
	margin: 10px 5px 10px 0;
	padding: 0;
	width: 150px;
	height: 40px;
	}

.mark-message-button {
	clear: both;
	float: right;
	margin: 0 5px 10px 0;
	padding: 0;
	width: 190px;
	height: 40px;
	}

/* end messages page */

/* begin footer */
.classic {
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
}
/* end footer */
