@charset "UTF-8";
/* CSS Document */

.faqblock {
	margin-bottom:1em;
}

.faqtext {
}

.faqtext + .faqlinks {
	border-top:solid 1px #cedfeb;
}

.faqlinks {
	background:rgb(255, 255, 255)  repeat-x bottom;
}


/* AVATAR LIST */

#avatarlist .postrequirement {
	font-weight:normal;
}

#avatarlist .avatarlist li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#avatarlist .avatarlist li img {
	display:block;
	margin-bottom:0.5em;
}

.faqblock .blockbody {
	border-left:1px solid #6b91ab;
	border-right:1px solid #6b91ab;
	border-bottom:1px solid #6b91ab;
} 


.vistable {
	font-weight: bold;
	text-align: center;
}

.vistable td {
	padding:4px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.vistable .alt1 {
	background-color:rgb(255, 255, 255);
}

.vistable .alt2 {
	background-color:rgb(240,242,250);
}

.vistable .left {
	text-align: left;
}

.vistable .normal {
	font-weight: normal;
}
 


.pemtable {
	font-weight: bold;
	text-align: center;
}

.pemtable td {
	padding:8px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.pemtable .alt1 {
	background:rgb(255, 255, 255) bottom repeat-x;
}

.pemtable .alt2 {
	background-color:rgb(240,242,250);
}

.pemtable .left {
	text-align: left;
}

.pemtable .right {
	text-align: right;
}

.pemtable .normal {
	font-weight: normal;
}
 