/**
 * CSS styles
 *
 * Copyright 2009 by Ofimatica Digital
 */
/* $Id: layout.css 4188 2010-06-15 13:57:30Z mmacia $ */

html, body {
	height: 100%;
	background-color: #f0f0f0;
	font-family: Verdana, Arial;
	color: #333;
	font-size: .9em;
	overflow:hidden;
}

strong {
	font-weight: bold;
}

sup {
	vertical-align:super;
	font-size: .6em;
}

.center {
	text-align: center;
	padding-top: 10px;
}

/* fancy rouded border on fieldsets */
.webkit fieldset {
	-webkit-border-radius: 8px;
}
.gecko fieldset {
	-moz-border-radius: 8px;
}

div.loading, li.loading, p.loading {
	padding: 0 0 0 25px;
	height: 23px;
	background: transparent url(/img/loading.gif) no-repeat 5px 0;
}

button.loading {
	padding-left: 23px;
	background: transparent url(/img/loading.gif) no-repeat 6px 0;
}

button.search div {
	width: 16px;
	height: 16px;
	background: transparent url(/img/icons.gif) no-repeat 0 -638px;
}

a {
	color: #0090ff;
	text-decoration: none;
}
a:link, a:visited {
	color: #0090FF;
}
a:hover, a:active {
	color: #FF9000;
}

textarea {
	font-family: Verdana, Arial;
	color: #333333;
	font-size: 11px;
}
/***************************************************************************************************
 * Classes for list tables in DigitalDocu (scan files, attacheds, reports, etc.)
 **************************************************************************************************/
table.list {
	width: 100%;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: #fff;
	font-size: 11px;
	margin-top: 1px;
}

table.list tbody {
	padding-left: 10px;
}
table.list thead th, table.list tfoot td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #fff;
	background-color: #ece9d8;
	vertical-align: middle;
}
table.list tfoot td {
	text-align: center;
}
table.list thead th.order-desc {
	background-image: url(/img/desc.gif);
	background-repeat: no-repeat;
	background-position: 99% 51%;
}
table.list thead th.order-asc {
	background-image: url(/img/asc.gif);
	background-repeat: no-repeat;
	background-position: 99% 51%;
}
table.list thead th.order-desc.FileId {
	min-width: 35px;
}
table.list thead th.order-asc.FileId {
	min-width: 35px;
}
table.list thead th.order-desc.CategoryName {
	min-width: 65px;
}
table.list thead th.order-asc.CategoryName {
	min-width: 65px;
}
table.list tbody td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	border: 0;
}
#searchResult tbody td {
	padding: 3px 2px 3px 2px;
}
#searchResult tbody td em{
	color: #999;
	font-size: 10px;
	font-style: italic;
}
tbody td.icon, #AttachedList tbody td, #archiveFileBrowser tbody td.icon{
	min-width: 17px;
}
table.list tbody td.right {
	text-align: right;
}
table.list tr {
	height: 15px;
}
table.list tbody tr:hover {
	background-color: #ffffcf;
}
table.list tr.selected {
	background: #eee;
}
table.list tr.selected td, table.list tr.selected td a {
	font-weight: bold;
}
table.list tr.extra td {
	height: 100%;
	cursor: default;
}
table.list tr.extra:hover {
	background-color: #fff;
}
table.list a.delete {
	background: transparent url(/img/del.gif) no-repeat 50% 50%;
	display: block;
	width: 100%;
	text-decoration: none;
}
table.list td a.rename {
	padding: 2px;
	background: transparent url(/img/edit.gif) no-repeat 30% 50%;
	width: 100%;
	display: block;
	text-decoration: none;
}

table.list a.move {
	padding: 2px;
	background: transparent url(/img/icons.gif) no-repeat 30% -18px;
	text-decoration: none;
	width: 100%;
	display: block;
}
table.list a.ocr{
	padding: 2px;	
	text-decoration: none;
	width: 100%;
	display: block;
}
table.list a.on{
	background: transparent url(/img/icons.gif) no-repeat 30% -178px;
}
table.list a.off{
	background: transparent url(/img/icons.gif) no-repeat 30% -198px;
}
table.list a.filename img {
	padding: 0 2px;
}

/**************************************************************************************************/

/***************************************************************************************************
 * MIME types 
 **************************************************************************************************/
td.mime-pdf, td.mime-bmp, td.mime-doc, td.mime-dwg, td.mime-eml, td.mime-gif, td.mime-html,
td.mime-jpg, td.mime-mdb, td.mime-mp3, td.mime-pps, td.mime-rar, td.mime-txt, td.mime-wav,
td.mime-xls, td.mime-zip {
	padding: 0 0 1px 18px;
}
td.mime-txt { background: transparent url(/img/mimes.gif) no-repeat 0 0; }
td.mime-rar { background: transparent url(/img/mimes.gif) no-repeat 0 -20px; }
td.mime-pps { background: transparent url(/img/mimes.gif) no-repeat 0 -40px; }
td.mime-pdf { background: transparent url(/img/mimes.gif) no-repeat 0 -60px; }
td.mime-mp3 { background: transparent url(/img/mimes.gif) no-repeat 0 -80px; }
td.mime-wav { background: transparent url(/img/mimes.gif) no-repeat 0 -80px; }
td.mime-mdb { background: transparent url(/img/mimes.gif) no-repeat 0 -100px; }
td.mime-jpg { background: transparent url(/img/mimes.gif) no-repeat 0 -120px; }
td.mime-html { background: transparent url(/img/mimes.gif) no-repeat 0 -140px; }
td.mime-gif { background: transparent url(/img/mimes.gif) no-repeat 0 -160px; }
td.mime-eml { background: transparent url(/img/mimes.gif) no-repeat 0 -180px; }
td.mime-dwg { background: transparent url(/img/mimes.gif) no-repeat 0 -200px; }
td.mime-doc { background: transparent url(/img/mimes.gif) no-repeat 0 -220px; }
td.mime-bmp { background: transparent url(/img/mimes.gif) no-repeat 0 -240px; }
td.mime-zip { background: transparent url(/img/mimes.gif) no-repeat 0 -260px; }
td.mime-xls { background: transparent url(/img/mimes.gif) no-repeat 0 -280px; }
/**************************************************************************************************/

/***************************************************************************************************
 * Classes for table paginator
 **************************************************************************************************/
tfoot.pager a {
	padding-left: 2px;
	padding-right: 2px;
}
tfoot.pager span.legend {
	padding-right: 5px;
}
tfoot.pager span.current-page {
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
tfoot.pager a.prev-page, tfoot.pager a.next-page {
	padding-left: 5px;
	padding-right: 5px;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Common menu windows styles
 **************************************************************************************************/
div.menu {
	padding: 10px;
}
div.menu h1 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #0a246a;
	padding: 5px;
	margin-bottom: 8px;
}
div.menu h2 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-color: #0a246a;
	padding: 3px;
	margin: 15px 0 8px 0;
	clear: left;
}
div.menu .buttons {
	text-align: center;
	border: 1px solid #bbb;
	margin-bottom: 10px;
	padding: 5px;
}
div.menu .buttons input {
	width: 50%;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;	
}
div.menu .buttons input#searchTxt {
	height: 16px;
	padding-top: 2px;
}
div.menu .buttons input.reset {
	width: 80px;
	margin: 1px;
	font-size: 11px;
}
.gecko div.menu .buttons {
	-moz-border-radius: 8px;
}
.webkit div.menu .buttons {
	-webkit-border-radius: 8px;
}
div.menu button {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
div.menu button img {
	vertical-align: middle;
}
.required {
	color: red;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Modal windows
 **************************************************************************************************/
div.modal-background {
    background: #000;
    position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
    top: 0px;
    left: 0px;
	opacity: .75;
}
.ie div.modal-background {
	filter: alpha(opacity=75);
}
.gecko div.modal-background {
	-moz-opacity: .75;
}
.webkit div.modal-background {
	-webkit-opacity: .75;
}
div.modal {
	position: absolute;
	z-index: 150;
	border: 4px solid #fff;
}
.gecko div.modal {
	-moz-border-radius: 8px;
}
.webkit div.modal {
	-webkit-border-radius: 8px;
}
div.modal .close {
	float: right;
	margin-right: -15px;
	margin-top: -15px;
}
.ie div.modal .close {
	margin-bottom: -20px;
}
div.modal .content {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin-top: -1px;
}
.gecko div.modal .content, .ie div.modal .content {
	height: 97%;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Error, warning and info messages
 **************************************************************************************************/
div.error, div.warn, div.info {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	width: 750px;
	font-size: 11px;
}
div.error {
	border: 2px solid red;
	background: #ffccca url(/img/error.gif) no-repeat 2% 50%;
}
div.warn {
	border: 2px solid #ffc707;
	background: #fff8c8 url(/img/warn.gif) no-repeat 2% 50%;
}
div.info {
	border: 2px solid #046cfe;
	background: #d3effe url(/img/info.gif) no-repeat 2% 50%;
}

/**************************************************************************************************/

/***************************************************************************************************
 * Header, menu and main tabs styles
 **************************************************************************************************/
#header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
}

#header .title {
	text-align: center;
	background-color: #0a246a;
	padding: 4px 0 7px 0;
	color: #fff;
}

.ie #header .title {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#0a246a, endColorStr=#a6caf0);
}

#header .title h1, #header .title h2 {
	display: inline;
}

#header .title h1 {
	font-size: 16px;
	margin-left: 80px;
	font-family: Verdana, Arial;
    font-weight: bold;
}

#header .title h2 {
	font-size: 11px;
	font-weight: bold;
	margin-right: 7px;
	font-family: Verdana, Arial;
	padding-top: 5px;
}

#header .title h2.userName {
	float: right;
}

#header .title h2.entityName {
	float: left;
	padding-left: 10px;
}

#header .title a {
	padding-left: 20px;
	margin-left: 50px;
	color: #fff;
	font-size: .8em;
	text-decoration: none;
	background: transparent url(/img/icons.gif) no-repeat 0 0;
}


#nav-menu {
	height: 23px;
	font-size: 11px;
}

#nav-menu ul {
	padding: 6px 0 1px 0;
}

#nav-menu ul li {
	display: inline;
	padding-left:17px;
}

#nav-menu li a:hover {
	background-color: #3399ff;
	color: #fff;
}

#nav-menu li a {
	text-decoration: none;
	color: #333;
}

#logout {
	right: 0;
	top: 35px;
	position:absolute;
	z-index: 200;
	margin: 3px 15px 0 0;
}

#logout a {
	font-size: 11px;
	background: transparent url(/img/icons.gif) no-repeat 0 -440px;
	padding-left: 20px;
	text-decoration: none;
	color: #333;
}

#logout a:hover {
	background-color: #3399ff;
	color: #fff;
}

#main-tabs {
	border-bottom: 1px solid #fff;
	margin-bottom: 1px;
}

#main-tabs ul {
	margin: 3px 0 0 0;
	padding: 1px 0 3px 2px;
}

#main-tabs ul li {
	display: inline;
	margin-right: -5px;
}

#main-tabs li a {
	border-top: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	padding: 3px 4em;
}

#main-tabs li a:hover {
	color: #0090FF;
}

#main-tabs li a.current, #main-tabs li a.current:hover {
	font-weight: bold;
	color: #333;
	cursor: default;
}

#archive-tab { background: transparent url(/img/icons.gif) no-repeat 1.7em -16px; }
#view-tab { background: transparent url(/img/icons.gif) no-repeat 1.7em -636px; }
#scan-tab { background: transparent url(/img/icons.gif) no-repeat 1.7em -616px; }
#closes-tab { background: transparent url(/img/icons.gif) no-repeat 1.7em -156px; }
#help-tab { background: transparent url(/img/icons.gif) no-repeat 1.7em -376px; }
/**************************************************************************************************/

/***************************************************************************************************
 * Archive tab styles
 **************************************************************************************************/
div.archive-tab .toggle-sidebar {
	position: absolute;
	right: 360px;
	top: 79px;
	width: 9px;
	height: 650px;
}

div.archive-tab .toggle-sidebar a {
	display: block;
	height: 100%;
	padding: 10px 1px 0 1px;
	border-left: 1px solid #bbb;
    cursor: w-resize;
}

div .toggle-sidebar a:hover {
	background-color: #ddd;
}

div.archive-tab .toggle-bottom {
	bottom: 226px;
	position: absolute;
	width: 100%;
}

div.archive-tab .toggle-bottom a {
	text-align: right;
	display: block;
	margin-right: 372px;
	padding: 1px 15px 1px 0;
    cursor: s-resize;
}

div .toggle-bottom a:hover {
	background-color: #ddd;
}

div.archive-tab .bottom-container {
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 25;
}

div.archive-tab .sidebar {
	position: absolute;
	right: 1px;
	top: 0;
	width: 360px;
	height: 100%;
	z-index: 50;
}

div.archive-tab button.search div {
	width: 16px;
	height: 16px;
	background: transparent url(/img/icons.gif) no-repeat 0 -638px;
}

div.archive-tab .sidebar h3 {
	font-weight: bold;
	padding: 2px;
	color: #fff;
	font-size: 11px;
	font-family: Tahoma;
}

#category-picker {
	margin-top: 79px;
	height: 35%;
}

#category-picker h3 {
	background-image: url(/img/icons.gif);
	background-repeat: no-repeat;
	background-position: 0 -98px;
	padding-left: 17px;
}

#category-picker input {
	width: 300px;
	margin: 3px 0 0 5px;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px;
}

#category-picker button {
	vertical-align: middle;
}

#category-picker ul, #type-picker ul, #subtype-picker ul {
	border: 1px solid #bbb;
	margin: 2px 5px 7px 5px;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
}

#category-picker ul {
	min-height: 100px;
	font-size: .85em;
}

#category-picker li, #type-picker li, #subtype-picker li {
	padding: 2px;
}

#category-picker li a, #type-picker li a, #subtype-picker li a {
	text-decoration: none;
	color: #333;
}

#category-picker li.selected, #type-picker li.selected, #subtype-picker li.selected {
	background-color: #ddd;
}

#category-picker li.selected a, #type-picker li.selected a, #subtype-picker li.selected a {
	font-weight: bold;
}

#category-picker li.document a, #type-picker li.document a, #subtype-picker li.document a {
	color: blue;
}

#category-picker li:hover, #type-picker li:hover, #subtype-picker li:hover {
	background-color: #ffffcf;
	margin-right: 2px;
}

div.archive-tab .picker-split {
	height: 32%;
}

#type-picker {
	width: 179px;
	margin-right: 2px;
}

#type-picker h3 {
	background-image: url(/img/icons.gif);
	background-repeat: no-repeat;
	background-position: 3px -697px;
	padding-left: 23px;
}

#type-picker input {
	width: 119px;
	margin: 3px 0 0 5px;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px;
}

#type-picker button {
	vertical-align: middle;
}

#type-picker ul, #subtype-picker ul {
	min-height: 185px;
	font-size: .85em;
}

#subtype-picker {
	float:right;
	width:179px;
}

#subtype-picker h3 {
	background-image: url(/img/icons.gif);
	background-repeat: no-repeat;
	background-position: 3px -678px;
	padding-left: 23px;
}

#subtype-picker input {
	width: 119px;
	margin: 3px 0 0 5px;
	color: #333333;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px;
}

#subtype-picker button {
	vertical-align: middle;
}

div.archive-tab .preview {
	margin: 0 370px 230px 0;
	padding-top: 79px;
	padding-bottom: -72px;
	text-align: center;
	height: auto;
	border-bottom: 1px solid #bbb;
}

div.archive-tab .buttons {
	position: absolute;
	bottom: 5px;
	width: 354px;
}

div.archive-tab div {
	cursor: default;
}

div.buttons-right {
	width: 130px;
	float: right;
}

div.buttons-left {
	margin-right: 125px;
	margin-left: 7px;
}

div.archive-tab .buttons button {
	width: 130px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}

#updateFileBrowser div { background: transparent url(/img/icons.gif) no-repeat 0 -558px; height: 15px; }
#attachDocument div {
	background: transparent url(/img/icons.gif) no-repeat 0 -38px;
	font-weight: normal;
	height: 15px;
}
#attachDocument div.active {
	background: transparent url(/img/icons.gif) no-repeat 0 -338px;
	font-weight:bold;
	height: 15px;
}
#archiveDocument div { background: transparent url(/img/icons.gif) no-repeat 0 -18px; height: 15px; }

div.archive-tab .year-picker {
	padding-left: 20px;
	background: transparent url(/img/icons.gif) no-repeat 1px -216px;
	margin-bottom: 4px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}

div.archive-tab .year-picker select{
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
	padding: 2px;
}

div.archive-tab .buttons input.year {
	width: 35px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
	padding: 2px;
}

div.archive-tab .buttons div.rename {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}

div.archive-tab .scan-path {
	padding-left: 5px;
	font-family: Verdana, Arial;
	font-size: 11px;
}

div.archive-tab .scan-path select {
	width: 650px;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px;
	color: #333333;
}

div.archive-tab .file-browser {
	margin: 2px 370px 3px 3px;
	max-height:200px;
	overflow-y: auto;
	font-size: .9em;
}

.ie div.archive-tab .file-browser table, .webkit div.archive-tab .file-browser table {
	height: 180px;
}
.gecko div.archive-tab .file-browser tbody {
	height: 160px;
}

div.archive-tab .file-browser tbody td a.rename {
	background: transparent url(/img/edit.gif) no-repeat 50% 50%;
	width: 100%;
	display: block;
	text-decoration: none;
}
div.archive-tab .file-browser tbody td a.delete {
	background: transparent url(/img/del.gif) no-repeat 50% 50%;
	width: 100%;
	display: block;
	text-decoration: none;
}
div.archive-tab .file-browser tbody td a.filename {
	text-decoration: none;
	color: #333;
}

div.modal .subtype-properties h1 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #0a246a;
	padding: 5px;
	margin-bottom: 8px;
}
div.modal .subtype-properties fieldset {
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div.modal .subtype-properties div {
	padding-top: 3px;
}
div.modal .subtype-properties div.field input {
	vertical-align: middle;
}
div.modal .subtype-properties div.field label {
	padding-left: 3px;
	color: #333333;
	font-family: Verdana,Arial;
	font-size: 11px;
}
div.modal .subtype-properties .buttons {
	text-align: center;
	padding-top: 13px;
}
div.modal .subtype-properties .buttons button {
	color: #333333;
	font-family: Verdana,Arial;
	font-size: 11px;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Viewer tab styles
 **************************************************************************************************/
div.view-tab div.loading {
	position: absolute;
	top: 79px;
}
div.view-tab .sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 405px;
	height: 100%;
	z-index: 50;
}
div.view-tab .search-criteria {
	margin-top: 79px;
	font-size: .86em;
	color: white;
	vertical-align:middle;
}
div.view-tab .search-criteria label {
	float: left;
	width: 60px;
	padding: 4px 2px 4px 22px;
	margin-right: 3px;
	background-color: #aca899;
	font-weight: bold;
}

div.view-tab .search-elements {
	font-family: Tahoma;
}

div.view-tab .search-criteria input, .combobox_results{
	font-family: Verdana,Arial;
	color: #333333;
	font-size: 11px;
	vertical-align: bottom;
}
div.kwTemplate input{
	font-family: Verdana,Arial;
	color: #333333;
	font-size: 10px;
	vertical-align: bottom;
}

div.view-tab .search-criteria input.text, div.kwTemplate input {
	height: 16px;
	padding-top: 2px;
}
div.view-tab .search-criteria input.long-text {
	height: 15px;
	width: 309px;
	padding-top: 3px;
}

div.view-tab .search-criteria .right {
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
}
div.view-tab .search-criteria .entity label {
	background: transparent url(/img/icons.gif) no-repeat 2% -256px;
}

div.view-tab .search-criteria .entity {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
	padding-top: 1px;
}

div.view-tab .search-criteria .entity input {
	margin-top: 4px;
	margin-top: 3px;
	vertical-align: baseline;
}

div.view-tab .search-criteria .year input {
	vertical-align: middle;
}

div.view-tab .search-criteria .year input[type="checkbox"] {
	margin-bottom: 3px;
	/*vertical-align: bottom;*/
}

div.view-tab .search-elements input[type="radio"] {
	margin-left: 3px;
	margin-right: 3px;
}
div.view-tab .search-criteria .year input[type="text"] {
	margin-right: 5px;
}

div.view-tab .search-criteria .year label {
	background: transparent url(/img/icons.gif) no-repeat 2% -214px;
	padding-top: 7px;
}

div.view-tab .search-criteria .year {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
}

div.view-tab .search-criteria .closes label {
	background: transparent url(/img/icons.gif) no-repeat 2% -154px;
	padding-top: 7px;
}

div.view-tab .search-criteria .closes {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
}

div.view-tab .search-criteria .closes .right {
	padding-top: 3px;
}

div.view-tab .search-criteria .category label {
	background: transparent url(/img/icons.gif) no-repeat 2% -96px;
	padding-top: 4px;
}

div.view-tab .search-criteria .category {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
	padding-top: 2px;
}

div.view-tab .search-criteria .type label {
	background: transparent url(/img/icons.gif) no-repeat 2% -696px;
	padding-top: 4px;
}

div.view-tab .search-criteria .type {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
	padding-top: 2px;
}

div.view-tab .search-criteria .subtype label {
	background: transparent url(/img/icons.gif) no-repeat 2% -676px;
	padding-top: 4px;
}

div.view-tab .search-criteria .subtype {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
	padding-top: 2px;
}

div.view-tab .search-criteria .filename label {
	background: transparent url(/img/icons.gif) no-repeat 2% -276px;
	padding-top: 4px;
}

div.view-tab .search-criteria .filename {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
	padding-top: 2px;
}

div.view-tab .search-criteria .ocr label {
	background: transparent url(/img/icons.gif) no-repeat 2% -736px;
	padding-top: 4px;
}

div.view-tab .search-criteria .ocr {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
	padding-top: 2px;
}

div.view-tab .search-criteria div.view-tabs input {
	height: 14px;
	font-size: 10px;
	padding-top: 1px;
}

div.view-tab .buttons {
	position: absolute;
	bottom: 5px;
	width: 405px;
}

div.view-tab tr.strike td {
	cursor: default;
	height: 15px;
	text-decoration: line-through;
}

div.view-tab tr.strike td {
	cursor: default;
	height: 15px;
	text-decoration: line-through;
	color:#A8A8A8;
}
div.view-tab tr.strike td a{
	color:#A8A8A8;
}

/* ocr context */
div.view-tab table#searchResult tr.page td em, div.view-tab table#searchResult tr.page td em a {
	font-size: 10px;
	font-style: italic;
	color: #666;
}

/* ocr context */
div.view-tab table#searchResult tr.page td b {
	font-weight: bold;
	font-style: italic;
}

div.view-tab table#searchResult tr.subselected {
	background:#eee;
	height: 15px;
}

div.view-tab span {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
}

/** viewer inner tabs (keyword search, keyword viewer, attacheds, reports) **/

div.view-tabs ul {
	padding: 1px 0 0 1px;
}

div.view-tabs ul li {
	display: block;
	width: 98px;
	float: left;
	text-align:center;
	border-top: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

div.view-tabs ul li.selected a {
	font-weight: bold;
}

div.view-tabs li a {
	text-decoration: none;
	display: block;
	height: 21px;
	padding-top: 3px;
	padding-left: 8px;
	font-size: .9em;
}

div.view-tabs li.keywords-search-tab a { background: transparent url(/img/icons.gif) no-repeat 2px -634px; }
div.view-tabs li.keywords-view-tab a { background: transparent url(/img/icons.gif) no-repeat 2px -414px; }
div.view-tabs li.attacheds-view-tab a { background: transparent url(/img/icons.gif) no-repeat 2px -54px; }
div.view-tabs li.reports-view-tab a { background: transparent url(/img/icons.gif) no-repeat 2px -594px; }
div.view-tabs li.workflow-search-tab a { background: transparent url(/img/icons.gif) no-repeat 2px -634px; }
div.view-tabs li.workflow-view-tab a { background: transparent url(/img/icons.gif) no-repeat 2px -754px; }

div.view-tabs li a, div.view-tabs li a:hover, div.view-tabs li a:visited {
	color: #333;
}

div.view-tab .search-criteria .content {
	clear:left;
	border: 1px solid #bbb;
	color: #333;
	height: 300px;
	overflow:hidden;
	overflow-y: auto;
}

div.view-tab .search-criteria .content h3 {
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	color: #fff;
	padding: 3px;
	text-align: center;
	/*background-color: #aca899;*/
}

/** search buttons **/
div.view-tab .buttons {
	margin-top: 2px;
	text-align: center;
}


div.view-tab .buttons button {
	width: 199px;
	height: 23px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}

div.view-tab button div{
	height: 17px;
    cursor: default;
}

div.view-tab button#viewReset div { 
	background: transparent url(/img/icons.gif) no-repeat 0 -120px; }
div.view-tab button#viewAttachDocument div.begin { background: transparent url(/img/icons.gif) no-repeat 0 -38px; }
div.view-tab button#viewAttachDocument div.cancel { background: transparent url(/img/icons.gif) no-repeat 0 -78px; }
div.view-tab button#viewCloseInvoices div {
	padding-left: 15px;
	background: transparent url(/img/icons.gif) no-repeat 0 -158px;
}
div.view-tab button#viewCloseInvoices.loading div {
	background-image: none;
}
div.view-tab button#buttonSearch div {
	padding-left: 15px;
	background: transparent url(/img/icons.gif) no-repeat 0 -638px;
}

div.view-tab .preview {
	margin: 0 0 200px 416px;
	padding-top: 79px;
	padding-bottom: -72px;
	text-align: center;
	height: auto;
	
}

div.view-tab .toggle-sidebar {
	position: absolute;
	left: 406px;
	top: 79px;
	width: 9px;
	height: 650px;
}

div.view-tab .toggle-sidebar a {
	display: block;
	height: 100%;
	padding: 10px 1px 0;
	border-right: 1px solid #bbb;
}

/* search result */
div.view-tab .toggle-bottom {
	bottom: 201px;
	position: absolute;
	width: 100%;
}

div.view-tab .toggle-bottom a {
	text-align: right;
	display: block;
	margin-left: 414px;
	padding: 1px 15px 2px 0;
	border-top: 1px solid #bbb;
}

div.view-tab .bottom-container {
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 25;
}

div.view-tab .file-browser {
	margin-left: 416px;
	height: 200px;
	overflow-y: auto;
	font-size: .9em;
}

/***************************************************************************************************
 * Workflow & Activities
 **************************************************************************************************/
#workflowSearchContainer .field {
	clear: left;
	margin-top: 7px;
}

#workflowSearchContainer .field label {
	background-color: transparent;
	font-weight: normal;
	width: 100px;
}

#workflowSearchContainer select, #workflowSearchContainer option {
	font-size: 11px;
    font-family: Verdana,Arial;
}


#wf_ButtonGroup input {
	vertical-align: middle;
}

#workflowViewContainer ol {
	list-style: disc outside none;
	padding-left: 25px;
	margin-top: 10px;
	vertical-align: middle;
}
#workflowViewContainer ol li {
	border: 1px solid #999;
	padding: 3px;
	margin-right: 5px;
	margin-top: 3px;
}

#workflowViewContainer fieldset {
	margin: 10px 5px 0 5px;
	padding: 5px;
	text-align: center;
}

#workflowViewContainer fieldset legend {
	font-weight: bold;
}

#workflowViewContainer fieldset button {
	font-size: 11px;
    height: 24px;
    font-family: Verdana,Arial;
    color: #333333;
}

#workflowViewContainer h4 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}
#workflowViewContainer p.date {
	float: right;
	margin-right: 5px;
}
#workflowViewContainer dfn {
	padding-left: 5px;
	font-style: italic;
}
#workflowViewContainer div.data {
	margin-top: 5px;
}
#workflowViewContainer fieldset.events p.warn {
	font-weight: bold;
	color: red;
}

#workflowViewContainer a.appRules {
	color: #0090FF;
	text-decoration: underline;
}
#workflowViewContainer #wfAppendRules li {
	border: none;
	width: 100%;
	display: block;
	padding: 1px;
	float: none;
	text-align: left;
}
#wfAppendRules li a {
	display: auto;
	height: auto;
}
#wfActivity {
	width: 260px;
}

fieldset#conditionRule {
	padding: 5px;
	margin: 5px;
    font-size: 11px;
}
fieldset#conditionRule legend {
	font-weight: bold;
}
fieldset#conditionRule ul.conditions {
	margin-top: 10px;
}

fieldset#conditionRule label {
	margin-top: 10px;
}

fieldset#conditionRule select, fieldset#conditionRule option{
	font-size: 11px;
    font-family: Verdana,Arial;
}

fieldset#conditionRule button {
    font-size: 12px;
    height: 24px;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Keywords editor, keywords template
 **************************************************************************************************/
.keywords-editor h1 {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #0a246a;
	padding: 5px;
	margin-bottom: 8px;
}
.keywords-editor #columnLeft {
	width: 375px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #aca899;
	border-bottom: 1px solid #aca899;
	float: left;
	padding: 2px;
	overflow: auto;
}
.keywords-editor #keywordsPreview {
	margin: 0 0 0 384px;
	padding-top: 1px;
	padding-bottom: -1px;
	text-align: center;
	height: auto;
	border-bottom: 1px solid #bbb;
}
.keywords-editor fieldset.kwFileBrowser {
	margin: 3px 3px 10px 3px;
}
.keywords-editor fieldset.kwFileBrowser h3 {
	font-size: 1em;
	padding: 2px;
	margin: 10px 3px 10px 3px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #aca899;
	border-bottom: 1px solid #aca899;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.keywords-editor fieldset.kwFileBrowser legend {
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
	font-size: 11px;
	font-family: Verdana, Arial;
}
.keywords-editor #fileBrowser {
	width: 99%;
	height: 100px;
	margin-top: 10px;
	font-size: 11px;
	font-family: Verdana, Arial;
}
.keywords-editor #fileBrowser option {
	font-size: 11px;
	font-family: Verdana, Arial;
}
.keywords-editor .buttons {
	margin-top: 2px;
	padding: 3px;
}
.keywords-editor .buttons button{
	font-size: 11px;
	font-family: Verdana, Arial;
}
.keywords-editor .buttons p {
	float: left;
	padding: 8px 0 0 20px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}
.keywords-editor .buttons button {
	width: 130px;
}
.keywords-editor #skipFile div {
	background: url(/img/icons.gif) no-repeat 5px -439px;
	text-align: right;
}
.keywords-editor #withoutKw div{
	background: url(/img/del.gif) no-repeat 5px 2px;
}
.keywords-editor #submit div{
	background: url(/img/guardar.gif) no-repeat 5px 2px;
}

.kwTemplate .field span.keyword-required {
	color: red;
	padding-left: 2px;
	display: inline;
}
.kwTemplate select {
	width: 150px;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #333333;
}
.kwTemplate select.period {
	width: 110px
}
.kwTemplate legend {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #000;
}
.kwTemplate fieldset {
	clear: both;
	padding: 10px;
	margin: 10px 3px 0 2px;
}
.kwTemplate button, .kwtemplate input, .kwTemplate textarea, .attacheds button {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
	margin-top: 2px;
}
.kwTemplate div.form-buttons button{
	width: 140px;
}
.kwTemplate .KeywordMultiple fieldset {
	margin-left: 7px;
	margin-right: 7px;
}
.kwTemplate fieldset.KeywordGroup {
	margin-top: 5px;
	margin-bottom: 7px;
}
.kwTemplate .field {
	margin-top: .7em;
	margin-bottom: .6em;
	clear:both;
}
.kwTemplate select.loading-historial {
	background: transparent url(/img/loading.gif) no-repeat bottom left;
	padding-left: 15px;
}
.kwTemplate .field label, div.view-tab .kwTemplate .field label {
	display: block;
	float:left;
	width: 135px;
	padding: 1px 4px 1px 0;
	margin: 4px 0 0;
	text-align: right;
	font-size: .8em;
	font-weight: normal;
	background-color: transparent;
}
#keywordsViewContainer .kwTemplate .field label {
	font-weight: bold;
}
.kwTemplate .field br {
	clear: both;
}
.kwTemplate .boolean {
	margin-bottom:.5em;
}
.kwTemplate .boolean select {
	margin-top: 3px;
	width: 45px;
}
.ie .kwTemplate .historial { /* hack: ie no interpreta bien las distancias */
	border: 1px solid transparent;
	margin-top: 15px;
	text-align: left;
}
.kwTemplate .historial select {
	width: 165px;
	display: block;
}
.kwTemplate .historial input, div.view-tab .kwTemplate .historial input {
	margin: 0;
	width: 161px;
}
.webkit .kwTemplate .historial input, div.view-tab .kwTemplate .historial input {
	margin-left: 140px;
}
.kwTemplate .historial label {
	padding-top: 6px;
}
.kwTemplate div.multiple .field input {
	width: 140px;
}
.kwTemplate .memo label {
	display: inline;
	float: none;
	width: auto;
}
.kwTemplate .field span {
	display: block;
	font-size: .9em;
	padding-top: 5px;
}
.kwTemplate .validate-fail {
	border: 2px solid red;
}
.kwTemplate fieldset legend img {
	border: 0;
	margin: 3px;
	vertical-align: middle;
}
#keywordsViewContainer .kwTemplate .buttons {
	padding-top: 20px;
	position: relative;
}
#keywordsViewContainer .kwTemplate .buttons button {
	width: 140px;
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #333333;
	padding-bottom: 2px;
	height: 22px;
}
#keywordsViewContainer .kwTemplate .buttons p {
	padding-bottom: 5px;
}
#keywordsViewContainer div.error, #keywordsViewContainer div.warn, #keywordsViewContainer div.info {
	width: inherit;
}
/**************************************************************************************************/

/** attacheds **/
div.view-tabs #attachedsViewContainer .attacheds{
	text-align: center;
}
div.view-tabs #attachedsViewContainer .attacheds button {
	width: 145px;
	margin-bottom: 4px;
	height: 23px;
}
div.view-tabs #attachedsViewContainer .attacheds button.move div {
	padding-left: 15px;
	background: transparent url(/img/icons.gif) no-repeat 0 -78px;
}
div.view-tabs #attachedsViewContainer .attacheds button.delete div {
	padding-left: 15px;
	background: transparent url(/img/del.gif) no-repeat scroll 10% 30%;
}

#AttachedList {
	height: 55%;
}

#attachedsQueueTab {
	border: 1px solid #bbb;
	color: #333;
	min-height: 140px;
	overflow-y: auto;
}
#attachedsQueueTab h3 {
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	color: #fff;
	padding: 3px 0 3px 0;
	text-align: center;
	background-color: #aca899;
}
#attachedsQueueTab {
	height: 150px;
	overflow: auto;
	vertical-align: top;
}
#attachedsQueue {
	margin: 5px auto 0 auto;
}
#attachedsQueue td{
	font-size: 10px;
}
#attachedsQueueTab .buttons {
	position: relative;
	bottom: 0px;
	width: auto;
	margin: 2px 0 5px 0;
}
#attachedsQueueTab div.buttons img {
	vertical-align: middle;
}
#attachedsQueueTab div.buttons button {
	width: 170px;
}
#attachedsQueueTab div input {
	margin-top: 3px;
	margin-left:12px;
	margin-right:6px;
}
#attachedsQueueTab p {
	margin: 3%;
}
#endAttachProcess div { background: transparent url(/img/icons.gif) no-repeat 0 -658px; }
#addAttach div { background: transparent url(/img/icons.gif) no-repeat 0 -318px; }

/** reports **/
#reportsViewContainer table {
	margin-top: 10px;
}
#reportsViewContainer table td a {
	text-decoration: none;
	padding-left: 5px;
	font-size: 10px;
}
#reportForm fieldset {
	margin: 10px 3px 10px 3px;
	padding: 10px;
}
#reportForm fieldset label {
	background-color: inherit;
	font-weight: normal;
	width: 70px;
}
.ie #ReportForm fieldset legend {
	margin-bottom: 10px;
}
#reportForm input {
	width: 250px;
	margin-bottom: 3px;
	padding: 1px 0 1px;
	height: 15px;
}
#reportForm textarea {
	width: 250px;
	height: 60px;
	padding: 1px 0 1px;
}
#reportTypeSelector{
	text-align: center;
}
#reportTypeSelector option, #reportTypeSelector select{
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Scan tab styles
 **************************************************************************************************/
div.scan-tab {
	padding-top: 74px;
}
div.scan-tab applet {
	width: 100%;
	height: 90%;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Close invoices tab styles
 **************************************************************************************************/
div.closes-tab div{
    cursor: default;
}
div.closes-tab p.loading {
	margin-top: 72px;
}
div.closes-frame .search-criteria .closeSelector label {
	background: transparent url(/img/cierres.gif) no-repeat scroll 5% 50%;
	padding-top: 4px;
}
div.closes-frame .search-criteria .closeSelector {
	min-height: 24px;
	clear: left;
	margin-bottom: 1px;
}
div.closes-frame .search-criteria .closeSelector, div.closes-frame .search-criteria .year,
div.closes-frame .search-criteria .category, div.closes-frame .search-criteria .type,
div.closes-frame .search-criteria .subtype, div.closes-frame .search-criteria .filename {
	background-color: #aca899;
}
div.closes-frame .search-criteria label {
	width: 60px;
}
div.closes-frame .search-criteria .closeSelector button {
	width: 26px;
	padding: 0;
}
div.closes-frame .search-criteria div.combobox_wrapper {
	width: 311px;
}
#buttonLoad div {
	background: transparent url(/img/icons.gif) no-repeat 0 -558px;
	width: 16px;
}
#buttonDelete div {
	background: transparent url(/img/delete.gif) no-repeat 0 0;
	width: 16px;
}
#buttonVerify {
	width: 60px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}
#progressNotifier {
	margin-left: 85px;
}
div.closes-frame .search-criteria input.long-text {
	width: 311px;
}
#close-picker {
	width: 190px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
	padding: 2px;
}

/**************************************************************************************************/

/***************************************************************************************************
 * Help tab styles
 **************************************************************************************************/
div.help-tab {
	padding-top: 74px;
}
div.help-tab fieldset {
	margin: 25px auto 0 auto;
	width: 550px;
	padding: 15px;
	text-align: center;
}
div.help-tab fieldset legend {
	font-weight: bold;
	font-size: 1em;
}

/**************************************************************************************************/

/***************************************************************************************************
 * Main friendly-Graphic Menu
 **************************************************************************************************/
.mainGr{
	margin-left:auto;
	margin-right:auto;
}

.fondo_libro{
	position:relative;
	width:138px;
	height:335px;
}

.dg_lomo{
	float:left;
	width:138px;
	height:335px;
	background:url(/img/main-gr/lomodg.png);
	cursor:pointer;
}

.nombre_entidad{
	float:left;
	position:relative;
	top:10px;
	left:17px;
	text-align:center;
	width:92px;
	padding:10px 5px 5px 5px;
	font-size:12px;
}
#classic-view{
	position:relative;
	height:69px;
	float:left;
	font-weight:bold;
	margin-top:35px;
}

.favoriteEnt{
	width:16px;
	height:16px;
	background:url(/img/icons.gif) 0px -796px no-repeat;
	margin:2px;
	
}

#favoriteSettings fieldset{
	padding:10px;
	font-size: 11px;
}

.favList{
	float:right;
}

#optPicker{
	float:left;margin-left:20px;
}

.noteWarning{
	font-size:10px;margin-top:10px;width:150px;color:red;
}

.nota{
	position:absolute;
	top:153px;
	left:24px;
	width:79px;
	height:40px;
	padding:2px;
	overflow:hidden;
}

.nota a {
	color:black;
	font-size:9px;
}

#graphic-view{
	margin:10px;
	font-size: 11px;
}

/***************************************************************************************************
 * Entities, Categories, Types, Subtypes menu
 **************************************************************************************************/
#entityList td a.edit {
	padding: 1px;
	background: transparent url(/img/edit.gif) no-repeat 50% 50%;
	display: block;
	text-decoration: none;
}
#addButton {
	float: left;
	margin-left: 20px;
	font-size: 11px;
	font-family: Verdana, Arial;
	height: 24px;
	color: #333333;
}
div.modal div.edit div.sync-options {
	border: 1px solid #bbb;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 10px;
}
.gecko div.modal div.edit div.sync-options {
	-moz-border-radius: 8px;
}
.webkit div.modal div.edit div.sync-options {
	-webkit-border-radius: 8px;
}
div.modal div.edit fieldset {
	padding: 10px;
	font-size: 11px;
	font-family: Verdana, Arial;
}
div.modal div.edit legend {
	font-weight: bold;
}
.ie div.modal div.edit legend {
	margin-bottom: 10px;
}
div.modal div.edit label {
	float: left;
	padding-left: 25px;
	display: block;
	width: 100px;
	vertical-align: middle;
}
div.modal div.edit label.long {
	width: 425px;
}
div.modal div.edit label.checkbox {
	clear: left;
	width: 320px;
	padding-bottom: 10px;
}
div.modal div.edit select {
	clear: left;
	margin-bottom: 7px;
	width: 260px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}
div.modal div.edit input {
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #333333;
}
div.modal div.edit input.text {
	width: 580px;
	padding:1px;
}
div.modal div.edit .buttons {
	margin-top: 15px;
	clear: left;
}
div.modal div.edit input.required {
	border: 2px solid red;
}
div.modal div.categories table.list td a.edit, div.modal div.types table.list td a.edit,
div.modal div.subtypes table.list td a.edit {
	padding-left: 15px;
	background: transparent url(/img/edit.gif) no-repeat 0;
	text-decoration: none;
}
#type-form .category-picker, #subtype-form .category-picker, #subtype-form .type-picker,
#subtype-form .category-type-picker {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#type-form .category-picker select, #subtype-form .category-picker select,
#subtype-form .type-picker select, #subtype-form .category-type-picker select {
	height: 70px;
	width: 220px;
	display: table-cell;
	vertical-align: middle;
}
#type-form .buttons2, #subtype-form .buttons2 {
	border: 0;
	width: 15px;
	display: table-cell;
	padding: 0 15px 0 15px;
	vertical-align: middle;
}
/**************************************************************************************************/

/***************************************************************************************************
 * Combobox
 **************************************************************************************************/

.combobox_trigger {
	float:right;
	text-align: center;
	border: 1px;
	border-left: 1px solid #ADADAD;
	width: 21px;
	cursor: pointer;
	color: #333;
	padding-bottom:4px;
	padding-top:3px;
}

.combobox_wrapper {
	border: 1px solid #ADADAD;
	position: relative;
	cursor: text;
	margin: 1px 5px 0 0;
	padding: 0;
	width: 311px;
	height:18px;
	display: block;
	background: #fefefe;
	float:right;
}

.combobox_wrapper .combobox_input {
	width: 90%;
	background: #fff;
	margin: 1px;
	border: 0;
	font-size: .97em;
	font-family:Verdana,Arial;
}

.combobox_wrapper.over {
	border: 1px solid #578bc5;
}

.combobox_trigger img {
	margin: -1px;
	padding: 0;
}

.combobox_wrapper.over .combobox_trigger {
  border-left: 1px solid #578bc5;
}

.combobox_results {
	position: absolute;
	z-index: 100;
	left: -1px;
	width: 100%;
	margin-top: 4px;
	background: #fff url(/img/shadow.png) no-repeat scroll right bottom !important;
	padding-right: 5px;
	padding-bottom: 5px;
}


.combobox_results ul {
	border: 1px solid #578bc5;
	margin: 0;
	list-style: none;
	padding-left: 0;
	overflow-y: auto;
}
.combobox_results li {
	padding-left: 0;
	padding-top: 4px;
	background: #fff;
	font-size: .8em;
	cursor: pointer;
	overflow: hidden;
	height: 14px;
	text-align: left;
	padding-left: 5px;
	color: #333333;
}
.combobox_results li.over {
	background-color: #ddd;
}
.combobox_results span.header {
	text-align: right;
	padding: 3px 5px 3px 3px;
	font-size: .8em;
	font-style: italic;
	background-color: #fff;
	display:block;
	border-left: 1px solid #578bc5;
	border-right: 1px solid #578bc5;
	color: black;
}

.combobox_results div.footer{
	padding: 3px;
	font-size: .8em;
	font-style: italic;
	background-color: #fff;
	border-left: 1px solid #578bc5;
	border-right: 1px solid #578bc5;
}

.combobox_results div.footer a {
	cursor: pointer;
	color: blue;
	text-decoration: none;
	display: inline;
}

.combobox_results div.footer a.next {
	float: right;
	padding-bottom: 3px;
}

.combobox_results ul li.document, div.view-tab .search-criteria input.document {
	color: blue;
}

/*************************************************************************************************
	ADS IN CAPTURE JAVA LOADER
*/

.publi_layer{
	margin:30px auto 50px auto;
	padding:0 30px 0 30px;
	width:700px;
	font-size:11px;
	text-align:justify;
}

.publi_layer p{
	margin-top:5px;
}

.publi_layer a{
	font-weight:bold;
}

.main-text{
	height:250px;
}

.solutionPanel{
	float:right;
	height:229px;
	width:270px;
	margin:30px 0px 0px 30px;
	padding:15px 20px 15px 20px;
	display:block;
	background: url(/web/images/stories/DDads/solutionBG.png);
	font-family:arial;
	color:white;
	font-size:11px;
	text-align:left;
	cursor:pointer;
}

.solutionPanel p{
	font-weight:bold;
	margin-top:5px;
}

.solutionTitle{
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}

.softModules{
	position:relative;
	display:block;	
	margin-top:30px;
}

.softModuleBlock{
	width:132px;
	float:left;
	text-align:left;
	padding:7px 18px 10px 10px;
	background: url(/web/images/stories/DDads/mini-pan.png);
	height:55px;
}

.producto{
	padding: 35px 20px 20px 15px;
	border-style:none;
	border-width:1px;
	width:333px;
	background:url(/web/images/stories/DDads/carpeta.png);
}
/**************************************************************************************************/