
/* company information */
#recordcontainer {
	position:relative;
	top: 10px;
	height: 640px;
}
#recordcontainer .record.selected {
	z-index:2;
}
/*.js #recordcontainer {
	visibility: hidden;
}*/
#tabscontainer {
	position:relative;
	top: 10px;
}
.tab {
	width:127px;
	height:35px;
	background-color:#c4d0d5;
	text-transform:uppercase;
	font-size:10pt;
	text-align:center;
	-moz-border-radius-topright:.5em;
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-right-radius:.5em;
	-webkit-border-top-left-radius:.5em;
	border-bottom:0;
	padding-top:5px;
}

.private {
	background-color: #FFFF66;
}

.entitycontent {
	width:901px;
	background-color:#0F242B;
	padding:12px;
	font-size:1em;
	font-weight:lighter;
	-moz-border-radius-topright:.3em;
	-moz-border-radius-bottomright:.3em;
	-moz-border-radius-bottomleft:.3em;
	 -webkit-border-top-right-radius:.3em;
	 -webkit-border-bottom-right-radius:.3em;
	 -webkit-border-bottom-left-radius:.3em;
}

.entitycontent table {
	border-collapse: collapse;
}

.entitycontent td {
	background-color:#c4d0d5;
	border: 1px solid #fff;
	padding:5px;
	color:black;
	
}

.entitycontent span {
	font-weight:lighter;
}

.entitycontent label {
	font-size:1em;
	font-weight:inherit;
}

.labelwidth {
	width:200px;
}

.adr {
	margin-bottom: 10px;
}

.map {
	width: 690px;
	height: 400px;
	color: #000;
}

.record {
	padding-bottom:10px;
	z-index:1;
	position:relative;
}
.tab.short {line-height:35px;}
.selected .tab {background-color:#0F242B;border:0;color:white;}
.tab {
	color:black;
	cursor: pointer;
}
.button {background-color:#0F242B;color:#fff;text-decoration:none;padding:5px;margin:10px;border: 1px solid #fff;-moz-border-radius:.5em;-webkit-border-radius:.5em;}

.alt-buttons {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

a.button, a.button:visited, a.button:active {
	border-bottom: 1px solid #fff;
}

a.button:hover {
	border: 1px solid #487C89;
}

.buttcontainer {text-align:right;width:925px;margin:10px 10px 20px 0px;}
.buttcontainer span.left {text-align: left; line-height: 1.2em;}
.buttcontainer a.button {
	line-height: 2.5em;
}
.comprec {font-size:35pt;text-transform:uppercase;letter-spacing:2pt;margin-top:35px;color:black;}

.js .hide {
    visibility: hidden;
    position: absolute;
    top: -10000px;
    left: -10000px;
}
