#wrapper1 {
	width: 640px;
	margin: auto;
	text-align: center; /* for centering of page in IE */
}
#wrapper2 {
	margin: auto;
	text-align: left;
	padding: 10px;
}

/*---------------------------------------------------------------------------*/
/* Browsing Search */



/*----------------------------------------------------------------------------*/

#bodyMapContainer {
    position: relative;
}

.bodyMap {
    position: absolute;
    
}
.highlightMapPart {
    visibility: hidden;
}

/*----------------------------------------------------------------------------*/

#viewOptions {
    float: right;
}

.browseThumb {
}

.detailsGroup {
	width: 350px;
}

.pigViewName {
	text-align: left;
}

#selectedPicHolder { border:1px solid #bbb; width:240px; height:240px; }
.otherPic { float: left; width: 60px; height: 60px; margin: 0 2px 0 2px; }
.otherPic img { padding: 0;}

#mugShotTable {
    margin: auto;
}

#mugShotTable td {
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}
.picHolder { border: 1px solid #bbb; text-align: center; margin: auto; }
#frontPicHolder { width: 180px; height: 180px; }
#leftPicHolder, #rightPicHolder { width: 120px; height: 120px }
#topPicHolder, #bottomPicHolder { width: 120px; height: 120px }
#backPicHolder { width: 80px; height: 80px }

h2.viewSectionTitle {
	font-size: large;
	color: #fa6;
}

/*----------------------------------------------------------------------------*/
/* Browse */

.browsePic { float: left; width: 75px; height: 75px; margin: 2px; }

/*----------------------------------------------------------------------------*/

.info {
	/*background: transparent url(../images/translucent-white2.gif);*/
	background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 12000;
    border: 1px solid #b50;
    width: 0px;
    height: 0px;
    padding: 10px;
	cursor: move;
}
#infoHandle {
	background: #ffb;
	margin-bottom: 10px;
	color: #b50;
	cursor: move;
    height: 30px;
    padding: 0;
    vertical-align: middle;
}
#infoClose {
    position: absolute;
    right: 10px;
	cursor: pointer;
}
#infoMove {
    position: absolute;
    right: 40px;
	cursor: move;
}
#infoHeader {
    font-size: large;
    font-weight: bold;
    margin: 0px;
    height: 30px;
    vertical-align: top;
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
	cursor: text;
}
#rating {
    padding: 0;
    /*height: 30px;*/
    vertical-align: middle;
}
.rate {
    vertical-align: middle;
	cursor: default;
}

#infoPics {
    float: left;
    width: 320px;
	cursor: default;
}
.infoOtherPic {
    padding: 1px;
	cursor: default;
}

#infoContent {
    float: right;
    width: 290px;
}
.formLabel {
    font-weight: bold;
    text-align: right;
    padding: 2px;
    vertical-align: middle;
	cursor: text;
}
.formValue {
	cursor: text;
}
#infoRate {
    border-top: 1px solid #b50;
    /*text-align: center;*/
    width: 600px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 5px;
    vertical-align: middle;
}
#infoRate #rateDesc {
    vertical-align: middle;
}
#infoRate input.explanation {
    width: 180px;
}