/*
	nets-commonadd.css
	contains mozila used in intro and rest
*/

img.gendermale {
	background:url(../../images/gender-male.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	padding: 0px 0px 0px 0px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

img.genderfemale {
	background:url(../../images/gender-female.png); 
	background-repeat: no-repeat; 
	background-position: center -1px;
	padding: 0px 0px 0px 0px;
	width: 15px;
	height: 15px;
	vertical-align: middle; 
}

img.logosmall {
	background:url(../../images/logo-small.png); 
	background-repeat: no-repeat; 
	background-position: center -1px;
	padding: 0px 0px 0px 0px;
	width: 55px;
	height: 21px;
	vertical-align: middle; 
}

/*
div#showbanners {
	margin-top: 15px;
	position: relative;
	float: left;
	width: 98%;
	border: solid 1px #444446;
	padding: 5px;
}

div#showbanners span {
	display: block;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 3px;
}

div#showbanners img {
	margin-right: 10px;
	vertical-align: middle;
	border: solid 1px #444446;
}
*/
table#outertable tr td.showbanners {
	border-bottom: 4px solid #515155;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
	background-color: white;
}

table#outertable tr td.showbanners span {
	display: block;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	color: #515155;
}

table#outertable tr td.showbanners img {
	margin-right: 10px;
	vertical-align: middle;
	border: 1px solid #515155;
}

.picturecontainer {
	margin: 6px 2px 2px;
	padding: 0px;
	height: 115px;
	width: 115px;
	border: 0px none;
	position: relative;
	z-index: 0;
	float: left;
}

.pictureframe {
	background-image: url(../../images/pictureframe.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 112px;
	width: 115px;
	border: 0px none;
	z-index: 10;
	position: absolute;
	left: -2px;
	top: -3px;
}

.pictureportrait {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100px;
	border: 0px none;
	position: absolute;
	z-index: 5;
	left: 5px;
	top: 3px;
	text-align: center;
	vertical-align: 50%;
	background-color: #FFFFFF; 
	font-size: 12px;
}

