@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	background-color: #ddd; /* Background color */
	color: #222; /* Foreground color used for text */
	font-family: Helvetica;
	font-size: 1em;
	margin: 0; /* Amount of negative space around the outside of the body */
	padding: 0; /* Amount of negative space around the inside of the body */
	background:#C8C8C8 url(/images/iPhone/pinstripes.png) repeat scroll 0%;
}

div, fieldset, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 5px;
}

#header {
	display: none;
}


body.crm a.leftButton {
	position: absolute;
	top: 6px;
	left: 6px;
	line-height: 28px;
	color: white;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(/images/back_button.png) 0 8 0 14;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.crm h1, body#login h1 {
	margin: 0;
	padding: 0;
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}
body.crm .company  {
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: 1px solid #999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
}
body.crm .company  {
/*
	opacity: .3;
*/
	background: #f1f3f5;
}

body.crm .company dd.show {
	background: #fff url(/images/iPhone/listArrow.png) no-repeat right center;
}


ul {
	list-style: none;
	padding: 0;
}
ul li a {
	border: 1px solid #999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 20px 12px 10px;
	text-decoration: none;
	background: url(/images/iPhone/listArrow.png) #fff no-repeat right center;
}
ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
ul li a:active,ul li a:hover {
	background-color:blue;
	color:white;
}
fieldset {
	background-color: #fff;
	-webkit-border-radius: 8px;
	border: 0;
}
legend {
	margin: 0;
	padding: 0;
	padding-top: 1em;
	font-size: 2em;
}
label {
	display: none;
}
input {
	width: 240px;
	font-size: large;
}
input[type="submit"] {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	border: #999 solid 1px;
	-webkit-border-radius: 8px;
	cursor: pointer;
}

/*
.contact {
	border: #ead766 solid thin;
	background-color: #fff;
	-webkit-border-radius: 8px;
}
*/
div#needschanged{
	padding-left: 90px;
	background: transparent url('/images/person-icon.png') 10px 0 no-repeat;
	height: 70px;
}
div#needschanged h2, div#needschanged p#contact_title, div#needschanged p#contact_company {
	margin: 0;
	width: 200px;
}

#content dl {
	list-style: none;
	padding: 0;
}
#content dl dt, #content dl dd {
	background-color: #fff;
	border: 1px solid #999;
	color: #222222;
	display: block;
	font-weight: bold;
	margin: 0 0 -1px 0;
	padding: 12px 10px;
	text-decoration: none;
}
#content dl dt {
	border: 0;
	background-color: transparent;
	width: 60px;
	float: left;
	color: #516691;
	text-align: right;
	padding-top: 13px;
}
#content dl dd {
	padding: 12px 10px 12px 80px;
}
#content dl dt:first-child {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
#content dl dt:first-child + dd {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#content dl dd:last-child {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#content dl.nostyle {
	border: none;
}

form#edit-account, form#edit-contact, form#archive {
	display: inline;
}
form#edit-account input, form#edit-contact input {
	width: 80px;
}
form#archive input {
	width: 180px;
}
a {
	text-decoration: none;
	color: #000;
}
footer {
	width: 100%;
	height: 35px;
	background: transparent url('/images/PPPS_Logo.png') right center no-repeat;
}
footer p {
	text-indent: -9999px;
}
div.leftButton {
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: white;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	position: absolute;
	top: 7px;
	left: 6px;
	max-width: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(/images/backButton.png) 0 8 0 14;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
div.leftButton.clicked {
	-webkit-border-image: url(/images/backButton.png) 0 8 0 14;
}

/**********/
/* =Memos */
/**********/
#memos {
	border: #ccc solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	height: 300px;
	padding: 5px;
	background-color: #f1f3f5;
}
#memos dl {
	height: 45%;
	overflow: auto;
}
#memos dl dt, #memos dl dd { /* reset */
	/*
	border: 0;
	clear: both;
	width: 100%;
	margin: 0.5em 0;
	*/
	width: 95%;
	text-align: left;
	padding: 0 5px;
	color: #000;
}
#memos dl dd {
	color: #ccc;
}
#memos form {
	position: absolute;
	bottom: 5px;
	width: 95%;
	margin-left: 5px;
}
#memos form textarea, #memos form input {
	display: inline;
	vertical-align: bottom;
	width: 95%;
}
#memos form label {
	display: block;
	font-weight: bold;
	text-align: center;
}
/* =Select drop down */
select {
	max-width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

dl#email dd {
	white-space: nowrap;
	margin-left: -80px;
	overflow: hidden;
	text-overflow: ellipsis;
}
