/* standard list style table */
.salsa table.adminlist {
	margin: 0px;
	padding: 1px;
	border: 1px solid #ccc;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}
.salsa table.adminlist th, table.adminlist td{
	height: 12px;
	text-align: left;
	margin: 0px;
	padding: 1px;
}
.salsa #petitionContent {
	border:1px solid #FFF;
	background:#eee;
	padding:10px;
	font-size:.9em;
}

.salsa #petitionContent h4{
	text-align:center;
}

.salsa #Letter_Content{
	border:1px solid #aaa;
	background:#eee;
}
.salsa #Letter_Subject{
	margin:0px 5px 5px 0;
	background:#eee;
}


.salsa #sendMessage{
	border: 1px solid #999;
	display: block;
	clear: both;
	padding: 5px 5px 5px 25px;
	margin: 10px 9px;
	cursor: hand;
	background: #DDD url(/dia/api/img/email_go.png) no-repeat 5px center;
	line-height: 16px;
}

.salsa .sendMessage:hover {
	border: 1px solid #6fa53d;
	background: #c4e5a7 url(/dia/api/img/email_go.png) no-repeat 5px center;
}


.salsa .description{
}
.salsa .progressBar{
}

.salsa .item  {
/* float:left; */
vertical-align:top;
width: 30%;
padding-left: 10px;
}

.salsa .items div {
	display:inline-block;
}

.item {
vertical-align:top;
width: 30%;
padding-left: 10px;
}

.salsa .item img { 
width: 35%;
float: left;
padding-right: 10px;
}

.salsa .item h2 {
padding-bottom: 10px;
}


.caption { 
  margin: 0 0 0 0px;
  color: #666;
  font-size: 11px;

}

.salsa .securitySeal {clear: both;}


.salsa .chapterCaption {
  float: left;
  border: 1px solid;
  border-color: #feda62 #f2b641 #f2b641 #feda62;
  background: #ffea8a;
  text-align: center;
  margin-right: 10px;
}


/* Actions */

.actioncontent {
	width: 400px;
	float: left;
}
.actioncontent label, .blockInput {
	display: block;
}
.actioncontent input, .actioncontent textarea {
	margin: 0 0 10px;
display:block;
}
.submit {
        margin: 15px 0px;
}
.targets {
	padding: 0;
	width: 250px;
	float: right;
}
.targets h2 {
	margin: 0px;
	font-size: 1.3em;
}
.targets img.photo {
	float: left;
	margin: 0 10px 5px 0;
}
.diaFields .number {
	font-weight: normal;
}

.salsa .clear {
	clear:both;
}

*/
