body.fullscreen #add_homescreen_info {
	display: none;
}

a:-webkit-any-link {
	text-decoration:none;
}
a:link, a:visited {
color:#336699;
text-decoration:none;
}
a:hover {
	color: #3399ff;
	text-decoration:none;
}

div.info {
background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#DDD), color-stop(0.6, #DDD), to(#999));
border-top: 1px solid rgba(255, 255, 255, 0.199219);
color: #444;
font-size: 12px;
font-weight: bold;
line-height: 16px;
padding: 15px;
text-align: center;
text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
}

#contentlist #tributton {
	margin: 0;
}

div.page_stats {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b1ba), color-stop(3%, #909faa), color-stop(97%, #b5bfc6), to(#989ea4));
  height: 22px!important;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: gray 0 1px 0;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  	
}

div.boxerror {
  background: #FCC7C7;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 1px solid red;
	padding: 10px;
	margin: 3px 9px 17px;
	color: red;
}
div.boxinfo {
  background: #CAE4CA;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 1px solid #348334;
	padding: 10px;
	margin: 3px 9px 17px;
	color: #348334;
}

#contentlist div.boxinfo {
	margin-top: 17px;
}
.error {
 color: red;
}


.textarea_error,
.input_error,
.bigfield .input_error {
  background: #FFF0E3;
}


div.iButtons {
	margin: 9px;
}

.iPush {
-webkit-appearance:none;
-webkit-border-image:url(../include/imobile/iwebkit/images/big-button-white.png) 0 12 0 12 stretch stretch;
-webkit-box-align:center;
-webkit-box-sizing:border-box;
-webkit-rtl-ordering:logical;
-webkit-user-select:none;
background-attachment:scroll;
background-clip:border-box;
background-color:transparent;
background-image:none;
background-origin:padding-box;
border-color:#F0F0F0;
border-style:outset;
border-width:0 12px;
color:#000;
cursor:default;
display:inline-block;
font-family:helvetica, arial, sans-serif;
font-size:20px;
font-style:normal;
font-variant:normal;
font-weight:700;
height:50px;
letter-spacing:normal;
line-height:28px;
margin:3px 0;
padding:10px;
text-align:center;
text-decoration:none;
text-indent:0;
text-overflow:ellipsis;
text-shadow:rgba(255,255,255,0.695313) 0 1px 0;
text-transform:none;
white-space:pre;
word-spacing:0;
z-index:auto;
width: 100%;
}

.iPush:active{color:#fff;text-shadow: rgba(0,0,0,0.7) 0 -1px 0;
-webkit-border-image:url(../include/imobile/iwebkit/images/big-button-select.png) 0 12 0 12 !important
}

#footer {

}

#contentlist {
height: auto;
min-height: 360px;
overflow: hidden;
position: relative;
width: 100%;
z-index: 0;	
margin-top: -13px!important;
background: #fff;
border-bottom: 1px solid #333;
}
#contentlist .title {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5b1ba), color-stop(3%, #909faa), color-stop(97%, #b5bfc6), to(#989ea4));
  height: 22px!important;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-shadow: gray 0 1px 0;
  line-height: 22px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
#contentlist div.descbox {
	padding: 5px;
	background: #eee;
}

div.seBlogEntry {
	margin: 10px;
}
div.seBlogEntryTitle {
	font-size: 15pt;
	margin: 5px 0;
}
div.seBlogEntryDate,
div.seBlogEntryCategory {
	font-size: 10pt;
	color: #666;
}
div.seBlogEntryBody {
	font-size: 12pt;
	margin: 5px;
}

ul.feed {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
ul.feed li {
  padding: 5px;
}
#contentlist ul.feed li.feed {
	padding-right: 10px;
}

li.feed {
	position: relative;
	list-style-type: none;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	width: auto;
	padding: 5px;
	padding-right: 10px;
}
li.feed img.icon {
	height: 16px;
	width: 16px;
	display: block;
	-webkit-background-size: 16px;
	float: left;
}
li.feed div.action {
	display: block;
	margin-left: 20px;
	font-size: 11pt;	
}
li.feed div.action span.date {
	color: #666666;
	font-size: 10pt;
	display: block;
}


ul.notifys {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.notifys li.notify {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px;	
	position: relative;
}
ul.notifys li.notify a {

}

ul.notifys li.notify img.icon {
	float: left;
}
ul.notifys li.notify a.notify_delete {
	float: right;
	font-weight: bold; 
	padding: 0 5px;
	background: #FFF0E3;
	color: red;
}

ul.notifys li.notify a.notify_desc {
	color: #000;
	display: block;
	margin-left: 25px;
	margin-right: 25px;
}

ul.friends,
ul.records {
	margin: 0;
	padding: 0;
}
ul.friends li.friend,
ul.records li.record  {
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	height: 45px  !important;
	position: relative;
}
ul.friends li.friend a,
ul.records li.record a {
	color: #000;
	display: block;
	height: 45px;
}
ul.friends li.friend a:hover,
ul.records li.record a:hover {
	color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#058CF5), to(#015FE6));
}
ul.friends li.friend img.photo,
ul.records li.record img.photo {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}
ul.friends li.friend span.name,
ul.records li.record span.name {
	font-weight: bold;
	font-size: 14pt;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	padding-top: 11px;
	margin: 0 0px 0px 55px;
	max-width: 75% !important;
}
ul.friends li.friend span.arrow,
ul.records li.record span.arrow {
background: url(../include/imobile/iwebkit/images/arrow.png) no-repeat 0px 0px;
height: 13px !important;
margin: 0px !important;
position: absolute;
right: 10px;
top: 15px;
width: 8px !important;
}

ul.entries {
	margin: 0;
	padding: 0;
}
ul.entries li.entry {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  margin: 0;
}
ul.entries li.entry .entry_title {
	color: #000;
}
ul.entries li.entry .entry_meta {
	display: block;
	font-size: 10pt;
	color: #666;
}
ul.ulist {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
ul.ulist li {
  padding: 5px;
  border-bottom: 1px solid #000;
}
li.uitem {
	position: relative;
	list-style-type: none;
	display: block;
	overflow: hidden;
	border-top: 1px solid #878787;
	width: auto;
	padding: 5px;
}
li.uitem img.icon {
	height: 30px;
	width: 30px;
	display: block;
	-webkit-background-size: 30px;
	float: left;
}
li.uitem div.data {
	display: block;
	margin-left: 38px;
	font-size: 11pt;
}
li.uitem div.data span.date {
	color: #666666;
	font-size: 10pt;
	display: block;
}


ul.messages div.data span.subject {
   display: block;
   font-size: 12pt;
	font-weight: bold;
}

ul.messages {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
ul.messages li.message {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	position: relative;
	display: block;
}
ul.messages li.messages_unread {
	background: #E3FFFF;
	border-bottom: 1px solid #BAEBEB;
}

ul.messages li.message img.icon {
	height: 30px;
	width: 30px;
	display: block;
	-webkit-background-size: 30px;
	float: left;
}
ul.messages li.message a {
	display: block;
	color: #000;
	position: relative;
}
ul.messages li.message span.name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	margin: 0 0px 0px 35px;
	max-width: 60% !important;	
	font-size: 12pt;
	font-weight: bold;
}
ul.messages li.message span.subject {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	margin: 0 0px 0px 35px;
	font-size: 11pt;
}
ul.messages li.message span.comment {
	display: block;
	text-overflow: ellipsis;
	margin: 0 0px 0px 35px;
	font-size: 10pt;
	color: #666;
}
ul.messages li.message span.date {
	display: block;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;	
	font-size: 9pt;
	color: #666;
	right: 0;
	top: 0;
}
ul.message_view li.message span.date {
	right: 5px;
	top: 5px;
}
li.key_value {
  position: relative;
  list-style-type: none;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  width: auto;
  padding: 10px 5px;
	 font-size: 10pt;
}
li.key_value span.key {
	display: block;
	width: 100px;

	text-align: right;
	font-weight: bold;
	float: left;
}
li.key_value span.value {
	margin-left: 110px;
  display: block;
	font-size: 11pt;
}
#profile_info span.name {
	font-weight: bold;
}
#profile_overview {
	margin: 0 10px 15px;
	dipslay: block;
}
#profile_overview img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
border: 1px solid #878787;
}
#profile_overview .name {
  font-weight: bold;
  font-size: 14pt;
}
#profile_overview .status {
	color: #666666;
	font-size: 11pt;
}