/* global */
.x-viewport,.x-viewport body{
	margin:0;
	padding:0;
	border:0 none;
	overflow:hidden;
	height:100%;
}

body {font-family:"Lucida Grande",Geneva,Arial,sans-serif; margin: 3px}
body.top-shadow {
	background:#fff url(../images/menu-shadow.gif) repeat-x fixed top;
}


a img {border: 0px; margin:0px}
a:link, a:visited, a:active {color: #0000FF}
a:hover {color: #FF0000}

/* vista nuevo/modificar informe */
#reportBean {font-size: 12px}
#reportBean td {width: 70px; vertical-align: top}
#reportBean select.faq {width: 300px}
#reportBean span.label {color: #0000BB}
#reportBean span.value {font-weight: bold; white-space: nowrap}
#reportBean span.value textarea {width: 300px; height: 150px}
#reportBean span.value input {width: 300px}

/* vista datos personales */
#personal {font-size: 12px}
#personal td {width: 70px}
#personal span.label {color: #000099}
#personal span.value {font-weight: bold; white-space: nowrap}

/* cliente seleccionado */
#selected {font-size: 12px}
#selected span.label {font-weight: bold}

/* parte abierto */
#openedReport {font-size: 12px; background-color: #f0f0f0; padding: 3px}


div.top-bar {
	width: 100%;
	border-bottom: 1px solid #AAA;
	height: 27px;
	
	background: #ececec repeat-x scroll 0 0;
	background-image: url(../images/menu-bg.png) !important;
	background-image: url(../images/menu-bg.gif);
}

#im-status {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 16px;
	height: 16px;
	background: transparent url(../images/bulb-off.png) scroll no-repeat;
}

#im-status.on {
	background: transparent url(../images/bulb-on.png) scroll no-repeat;
}

