/* common for Mobile 
 *	$Revision: 1.1 $
 */
/*
	INVERTED TITLE
*/
.invertedtitle {
	background-color:#000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.invertedtitle span{
	color: #FFFFFF;
	font-size:small;
	font-weight:bold;
}

/*
	IMAGE BOX
	image ; a title
*/
.imagebox {
	
}

.imagebox img {
	float:left;
	margin-right:5px;
}

.imagebox a {
	line-height:120%;
}

.imagebox strong {
	font-weight:bold;
}

.imagebox span {
	line-height:130%;
}

/*
	TEXT BOX
	image ; a title
*/
.textbox {
	
}

.textbox a {
	line-height:120%;
}

.textbox strong {
	font-weight:bold;
}

.textbox span {
	line-height:130%;
}


/*
	linklist
	<emoji><a>....</a>
*/
.linklist {
	font-size: small;
}
.linklist span{
	font-size: small;
	line-height:120%;
}
.linklist a{
	font-size: small;
	color: #333333;
}


/* line */
hr.line-1px {
	border-color:#DEDEDD;
	background-color:#FFFFFF;
	height:1px;
	padding:0px;
	margin:0px;
	border-style:none;
	border-bottom-style:solid;
}

/* all clear */
div.clear{
	clear:both;
}


img.emoji{
	margin:0;
	float:none;
	display:inline;
}


/* banner */
.pr-banner {
	text-align:center;
}

.pr-banner img{
	border:none;
	
}
.pr-banner span{
	text-align:center;
	font-size: xx-small;
	color: #999999;
}

/* Error */
div#ErrorMessage {
	color: #330000;
	font-size:small;
	font-weight:bold;
}

#ErrorMessage .invertedtitle{
	background-color:#DD3333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#ErrorMessage .invertedtitle span{
	color: #FFFFFF;
	font-size:small;
	font-weight:bold;
}

#ErrorMessage .invertedtitle .emoji{
	color: #FFFF00;
	font-size:small;
	font-weight:bold;
}



.page-scroll {
	text-align:right;
}
.page-scroll a{
	font-size:xx-small;
}
.page-scroll a span{
	font-size:xx-small;
}

