/* html, body {
		height:100%;
} */
/*
body{
	width: 700px;
	margin-left:5px;
	margin-right:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; */
/*	font-family: "Arial Narrow",Arial,"Arial Unicode MS",Helvetica,Sans-Serif;
	font-weight:normal;
	font-size: 13px;
	color:#404040;
	line-height: 100%;
	padding:0;
	text-align: center;
}

h1 { 
color: #808080;
font-size:26px; 
text-align: center;
font-weight: normal;
font-style: normal;
}

h2 { font-size:16px; text-align: center; font-weight:bold; color:#9C9C9C;}

p{
	margin: 0;
	padding: 0;
	color: #808080;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: center;
	line-height:110%;
}
*/
.dropIT { 
width:60%;
font-size: 13px;}

/* a:link, a:visited {	
color: #1A2155;
text-decoration:none;
}

a:hover {
	color: #DBE7F1;
	background: #1A2155;
}
*/
.menu {
	width:200px;
	float:right;
	text-align:left;
	padding: 0px;
	margin:0px 15px 0px 0px;
	/*background:#E1E4EA; */
	background:#DBE7F1;
	line-height:150%;
}

select {
font-size: 12px;
  /* width:80%; */
  border: 1px solid #bbb;
  /* padding:.75em 1em .5em 1em; */
  padding: .25em;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  background-color:white;
  background-position: right;
  background-repeat: no-repeat;
}

select:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}


.tableLPPV {
	font-size: 12px;
	/*margin-left:auto;
	margin-right:auto;
	 width: 650px; */
	width: 80%;
	border-collapse:collapse;
	line-height: 130%;
}

.tableLPPV th {
	font-size: 13px;
	text-align:left;
	/*font-weight: bold;*/
	color: #ffffff;
	background-color:#D8630A;
	padding:5px;
	border-collapse:collapse;
	border:1px solid #CCD6E0; 

}



.tableLPPV td {
	text-align: left;
	font-size: 12px;
	text-align: left;
	padding: 5px 5px;
	background-color: #F6F8FA;
	border-botton: 1px solid #E1E4EA;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #E1E4EA;
	border-left: 0px;

}



