/** Toolbox **/
#tools_container {
	float: right;
	width: 190px; /*240 w/e-mail*/
	height: auto; 
	border: 1px solid #D6DDED; /*CC6600;E1E9EF;5C8AAC;*/
	margin: 10px 0 0 0;
	padding: 5px;
	font-family: arial;
	font-size: 8pt;	
}
#tools_container :hover {
	text-decoration: none;
}
img.tools {
	width: 22px;
	height: 19px;
	border: 0px;
}
img.tools1 {
	width: 16px;
	height: 16px;
	border: 0px;	
}
img.tools2 {
	float:left;
	width: 32px;
	height: 32px;
	border: 0px;	
	vertical-align: text-top;
}
/*** 1 - E-mail ***/
#boxMail {
	width: 440px;
	height: 480px;
	padding: 10px;
}
#boxMailTitle {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #005294;
	border-bottom: 1px solid #005294;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	text-align: center;
}
#pageInfo {
	width: auto;
	min-height: 20px;
	/*border-top: 1px solid #7B8081;
	border-bottom: 1px solid #7B8081;*/
	background: #E1E9EF;
	margin-bottom: 5px;
	padding: 10px;
	font: bold 10pt arial;
	color: #CD6200;
	text-align: center;
	vertical-align: middle;
}
.labelMail {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #005294;
	border-bottom: 1px solid #005294;
	margin: 0 0 5px 0;
	text-transform: capitalize;
}
.labelMailSend {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #005294;
	text-transform: uppercase;
	background: #FFFFFF;
	border: 0px;
}
#from {
	float: left;
	width: 190px;
	border: 1px solid #D9E8F8;
	margin-bottom: 5px;
	padding: 10px;
}
#to {
	float: right;
	width: 190px;
	border: 1px solid #D9E8F8;
	margin-bottom: 5px;
	padding: 10px;
}
#message {
	width: 418px;
	height: auto;
	border: 1px solid #D9E8F8;
	margin-bottom: 5px;
	padding: 10px;	
}
#sendMail {
	float: right;	
	vertical-align:middle;
	border: 1px solid #D9E8F8;
	padding: 5px;
}
.fieldMail {
	/*float:left; */
	border: 1px solid #7F9DB9;
	padding: 2px 5px 2px 5px;
}
textarea {
	border: 1px solid #D9E8F8;
	margin: 0px;
	padding: 10px;
	text-align: left;
}
.optStatus {	
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
/*** 2 - Share ***/
#boxShare {
	width: 220px;
	height: 160px;
	padding: 10px;
}
#boxShareTitle, #boxShareTitlePdf {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #005294;
	border-bottom: 1px solid #7B8081;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	text-align: center;
} 
#boxShareTitlePdf {
	margin: 0 0 35px 0;
}
img.share {
	width: 24px;
	height: 24px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
}
/*** 3 - Pdf ***/
#boxPdf, #boxBookmark {
	width: 180px;
	height: 120px;
	padding: 10px;
}
/** End Tools **/

/** Facebox **/
#facebox .b {
  background:url(/toolbox/images/b.png);
}
#facebox .tl {
  background:url(/toolbox/images/tl.png);
}
#facebox .tr {
  background:url(/toolbox/images/tr.png);
}
#facebox .bl {
  background:url(/toolbox/images/bl.png);
}
#facebox .br {
  background:url(/toolbox/images/br.png);
}
#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  margin: auto;
  border-collapse: collapse;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  /*width: 370px;*/
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
/** End Facebox **/