/******************************************************************************/
/* CSS STYLES USED BY "VIEW GALLERY ITEM" 												*/
/******************************************************************************/
.ps-body {
	/*font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;*/
	text-align: left;
}

#grid1 {
	width: 100%;
}

/* This is a box around the large image and associated text */
.ps-itembox {
	margin-bottom: 10px;
}

.ps-imagebox {
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #47A647;
	text-align: center;
	margin-right: 10px;
}


.ps-item-textbox {
}

.ps-item-table {

}
.ps-item-textbox1 {
	float: left;
	clear: right;
}

.ps-item-textbox2 {
	clear: both;
	padding-top: 5px;
}

.ps-item-table-grid1 {
	width:  340px; 
}

.ps-item-table-grid2 {
	width: 100% /*470px;*/
	margin-top: 10px;
}

.ps-pres-titlebox {
	text-align: center;
	padding: 5px;
}
.ps-pres-title {
	color: #000000;
	line-height: normal;
	/*font-size: 1.2em;*/
}
.ps-pres-subtitle {
	color: #333333;
	line-height: normal;
	/*font-size: 1em;*/
}

.ps-spacercol {
	height: 100%;
	width: 3px;
}
.ps-spacerrow {
	height: 1px;
	width: 100%;
}

.ps-imagebox {
}
.ps-image {
}



/* This class wraps each row of text */
.ps-item-row {
	padding-top: 1px;
	padding-bottom: 1px;
}
.ps-item-label {
	text-align: right;
	vertical-align: top;
	color: #000000;
	line-height: normal;
	/*font-size: 1.1em;*/
	/*display: inline;*/
	font-weight: bold;
	 white-space: nowrap;
	 padding-right: 10px;
	 padding-bottom: 3px;
	 width: 1%;
}
.ps-item-data {
	text-align: left;
	vertical-align: top;
	color: #333333;
	line-height: normal;
	/*font-size: 1.1em;*/
	white-space: nowrap;
	/*display: inline;*/
	padding-bottom: 3px;
}

.ps-item-data-TXA {
	white-space: normal;
	vertical-align: top;
}
.ps-item-data-description {
	white-space: normal;
	text-align: justify;
}
.ps-item-data-title {
	color: #028502;
	font-weight: bold;
}
/*
These classes can override the default label and data classes
The tag name must be specified and must be correct!
.ps-item-label-<tag> {
}

.ps-item-data-<tag> {
}
*/


/* THE AREA HOLDING THE BUTTONS AT THE BASE OF THE ITEM BOX */

.ps-button-box { 
	text-align: left;
	margin-top: 5px;
	height: 30px;
}

#ps-button-more {
	margin: 0;
}
#ps-button-back {
	margin: 0;
}


