.placeholder {
	background-color: silver;
}

/* 
 * PORTAL
 */
html, 
body {
	height: 100%;
}
body {
	font: 13px/1.5 Arial, 'Liberation Sans', FreeSans, sans-serif;
	min-width: 960px;
}
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
.qpc-page {
	min-height: 100%;
	background-image: url(../img/header-bg.png); 
	background-position: top left; 
	background-repeat: repeat-x;
}
.qpc-main {
	overflow: auto;
	padding-bottom: 43px;
}
.qpc-header,
.qpc-content,
.qpc-footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.qpc-header {
	height: 140px;
	position: relative;
	margin-bottom: 10px; 
	background-image: url(../img/header-bg.png); 
	background-position: top left; 
	background-repeat: repeat-x;
}
.qpc-logo {
	display: block;
	position: absolute;
	top: 21px;
	left: 10px;
}
.qpc-copyr {
	color: #f5da10;
	padding: 0px 10px;
}
.qpc-footermnu	 {
	padding-top: 10px;
	font-size: 11px;
	line-height: 15px;
}

.rich-messages {
	padding-top: 10px;
	padding-bottom: 10px;
}

.qpc-footermnu li {
	display: block;
	float: left;
}
.qpc-footermnu a,
.qpc-footermnu a:visited,
.qpc-footermnu a:active {
	color: #ffffff;
	padding: 0px 10px;
	text-decoration: none;
	border-left: 2px solid #5776ac;
}
.qpc-footermnu a:hover {
	text-decoration: underline;
}
.qpc-sticker {
	height: 43px;
	position: relative;
	margin-top: -43px;
	clear: both;
	background-image: url(../img/footer-bg.png); 
	background-position: top left;
	background-repeat: repeat-x;
}


/* 
 * APP
 */
.qpc-app {
	padding: 10px;
}
.qpc-hdr-1,
.qpc-hdr-2 {
	font-size: 150%;
	font-weight: normal;
	color: #989898;
}
.qpc-hdr-1 strong {
	font-weight: normal;
	color: #007ac1;
}
.qpc-ico {
	padding-left: 40px;
	background-image: url(../img/qpc-icon.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* FORMS */
.qpc-frm br {
	clear: left;
}
.qpc-frm input,
.qpc-frm label {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.2em;
}
.qpc-frm label {
	padding: 5px 0px;
}
.qpc-frm input {
	padding: 4px;
	border: 1px solid #d0d0d0;
	color: black;
	height: 100%;
}
.qpc-frm input.qpc-btn {
	font-family: inherit;
	padding: 4px 10px;
	border-color: #dddddd;
	border-radius: 3px;
	color: #404040;
	font-weight: bold;
	outline: 0;
	background: #f0f0f0;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.qpc-frm input.qpc-btn:hover,
.qpc-frm input.qpc-btn:focus {
	background: #fef6bb;
	background: -moz-linear-gradient(top,  #fef6bb 0%, #ffe64b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef6bb), color-stop(100%,#ffe64b));
	background: -webkit-linear-gradient(top,  #fef6bb 0%,#ffe64b 100%);
	background: -o-linear-gradient(top,  #fef6bb 0%,#ffe64b 100%);
	background: -ms-linear-gradient(top,  #fef6bb 0%,#ffe64b 100%);
	background: linear-gradient(to bottom,  #fef6bb 0%,#ffe64b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef6bb', endColorstr='#ffe64b',GradientType=0 );
	outline: 0;
}
.qpc-frm input.qpc-btn:active {
	background: #ffe64b;
	box-shadow: inset 0 0 6px #c0c0c0;
	border-color: #909090;
	outline: 0;
}
.qpc-frm input.qpc-btn::-moz-focus-inner {
    border: none;
}
.qpc-frm td {
	vertical-align: middle;
}

/* Login Form */
.qpc-login input,
.qpc-login label {
	font-size: 110%;
	margin-left: 4px;
}
.qpc-login .qpc-hdr-2 {
	margin-bottom: 1em;
}

.qpc-new-prj,
.qpc-edt-prj {
	width: 50%;
	padding: 20px 0px 20px 20px;
}
.qpc-new-prj {
	border-left: 1px solid #dddddd;
}

.rich-messages-marker > img {
    margin-bottom: 0 !important;
}

.labelR{
	padding-left: 10px;
	padding-bottom: 5px;
}
.textoR{
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
}