﻿@charset "utf-8";

body {
	font:.75em/1.5 'Lucida Grande', Tahoma, sans-serif;
	color:#333;
	background: #e5e5e5;
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	min-width: 1300px;
}

p, td, li, th {
	font-size: 12px;
  line-height: 18px;
}

th {
  text-align: left;
}

a:link, a:visited {
	color: #0033ff;
}


a:hover, a:visited:hover {
	text-decoration:none;
  /*color: white;*/
  background-color: #0033ff;
}


h2 {
	clear:both;
	display:block;
	font:16px 'Lucida Grande', Tahoma, sans-serif;
	padding:14px 0 0 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}

a img, form, fieldset {
	border:0;
}

/*
p {
	text-indent:0!important;
	line-height:1.6em!important;
	margin:5px 0 18px 0;
	width:96%;
}
*/
fieldset {
	padding: 10px;
	border: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
}

fielset dt {
	font-weight: normal;
}

/* Layout IDs */
#header
{
	background-color: #003366;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100px;
}

#header h1
{
	color: #CCCC00;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 20px;
}

#nav {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
    min-width: 1300px;
}
#nav ul#main_links {
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
  margin: 0 0 0 20px;
  padding: 0;
}

#nav ul#config_links {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
  margin: 0 20px 0 0;
  padding: 0;
  float: right;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	background: #666;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	display: block;
	float: left;
	padding: 4px 8px;
	margin: 0 10px 0 0;
	color: white;
	text-decoration: none;
}

#nav ul#config_links li a {
  background: #1a4f85;
 }

#nav ul li.boton_activo a {
  background: #e5e5e5;
  background-image: url(/Content/images/bgActiveButton.gif);
  background-repeat: repeat-x;
  color: #009900;
  font-weight: bold;
}

#nav ul#config_links li.boton_activo a {
  background: #e5e5e5;
  background-image: url(/Content/images/bgActiveButton.gif);
  background-repeat: repeat-x;
  color: black;
  font-weight: bold;
}

#content {
	margin: 20px 20px 20px 20px;
	background: white;
	min-height: 400px;
	/*position: relative;*/
	padding: 0 0 20px 0;
}

#content > * { margin-left: 20px; margin-right: 20px} 

#content h1 {
	clear:both;
	display:block;
	padding:10px 10px 10px 10px;
	margin: 0 0 10px 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: -0.3px;
	background-color: #ccffff;
}

#content div.Message 
{
	margin: 0;
}

/* Sidebar */
#sidebar 
{
	margin-left: 950px;
	width: 300px;
}

#sidebar ul
{
	list-style: none;
	margin-top: 30px;
}

#sidebar li
{
	font-size: 16px;
	font-weight: bold;
}

/* Classes */
.Summary {
	padding-bottom: 10px;
	border-bottom: 1px dotted black;
}

.HeaderLinks
{ float:right; font-size: 12px; font-family: Tahoma; font-weight: normal; margin: 8px }

.flash {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Styles of tables */
table.List {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 100%;
}
table.List th {
	background-color:WhiteSmoke;
	text-align:left;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
table.List td {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

/* Style of forms */
dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 150px;
	float: left
}
dd {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.wide dt{ width: 210px; }
.Required {
	color: #f00;
	font-weight: normal;
}

dd input[type="text"]{ width: 250px; }
input[type="text"].corto{ width: 100px;}

small.hint 
{
    font-style: italic;
    color: Gray;
}

/* estilso que vienen de scaffold */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* Tarjetas de trnsito */
table.tarjetas {
}

td.tarjeta {
  border: 1px solid #666666;
  width: 350px;
  height: 200px;
  vertical-align: top;
  padding: 5px;
}

td.tarjeta p.camino {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: Trebuchet MS;
  line-height: 20px;
	background-color: #ccffff;
  padding:10px 10px 10px 10px;
  margin: 0;
}

td.tarjeta p.sentido {
  text-align: center;
  font-weight: bold;
  size: 18px;
  text-align: center;
}

td.tarjeta p.sentido_sin_informe {
  text-align: center;
  font-weight: bold;
  size: 18px;
  text-align: center;
  background-color: lightyellow;
}

td.tarjeta p.CardTime {
	color:RoyalBlue;
	font-size: 14px;
	font-weight: bold;
  text-align: center;
}

td.tarjeta p.CardStatuses {
  text-align: center;
}

td.sentido {
  vertical-align: top;
  width: 50%;
}

/* Tablas de listas */
.DataGridHeader
{
    background-color: white;
    color: #7f7f7f;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.DataGridAlternatingRow
{
    background-color: #F0F9FD;
    border-bottom: 1px solid #cccccc;
}

.DataGridRow
{
    border-bottom: 1px solid #cccccc;
    min-height: 18px;
}

.DataGrid
{
     border-bottom: 1px solid #cccccc;
}

/* Nuevo, para Incidencias */
#popup-header
{
	background-color: #003366;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#popup-header h1
{
	color: #CCCC00;
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: 20px;
}

#popup-content {
	margin: 15px 15px 15px 15px;
	background: white;
	min-height: 300px;
	/*position: relative;*/
	padding: 0 0 20px 0;
}

#popup-content > * { margin-left: 15px; margin-right: 15px} 

#popup-content h1 {
	clear:both;
	display:block;
	padding:10px 10px 10px 10px;
	margin: 0 0 10px 0;
	font-family: Trebuchet MS, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: -0.3px;
	background-color: #ccffff;
}

#popup-content div.Message 
{
	margin: 0;
}

.incidencias_link 
{
	padding-left: 10px;
	padding-bottom: 10px;
}

.incidencias_list 
{
	padding-left: 10px;
}

.incidencias_list table
{
	min-width: 400px;
}


.incidencias_list table tr th
{
	color: #777777;
	font-weight: bold;
}

.incidencias_list .inactive td
{
	color: #999999;
	font-size: 11px;
}

.informes_anteriores_link a, .informes_anteriores_link a:link, .informes_anteriores_link a:visited 
{
	color: #6666FF;
}

.abmNuevo{ padding-top: 10px; margin: 5px 0px 5px 0px}
input.numero{ width: 50px !important }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/*----------------------*/
.pagination{ margin-top: 5px }
.pagination a:hover{ background-color: White; color: Blue }
.pagination a{ margin-right: 5px;}

/*----------------------*/
a.editar{ background: url(images/pencil.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float:left }
a.borrar{ background: url(images/delete.gif) no-repeat; text-indent: -5000px; display: block; width: 16px; float: left;  }
a.preset{ background: url(images/user-key.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float: left;  }
a.desactivar{ background: url(images/disable.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float: left;  }
a.password{ background: url(images/key.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float: left; margin: 0px 5px; }
a.detalle{ background: url(images/invoice.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float: left; }
a.devolver{ background: url(images/previous.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float: left; }
a.activate{ background: url(images/check.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float:left }
a.view{ background: url(images/list.png) no-repeat; text-indent: -5000px; display: block; width: 16px;float: left;margin-left: 5px; }
a.download{ background: url(images/down.png) no-repeat; text-indent: -5000px; display: block; width: 16px;float: left;margin-left: 5px; }
a.info{ background: url(images/information.png) no-repeat; text-indent: -5000px; display: block; width: 16px; height: 16px; float: left;margin-left: 5px; }
a.csv{ background: url(images/csv_text.png) no-repeat; text-indent: -5000px; display: block; width: 16px;float: left;margin-left: 5px; }
a.expand{ background: url(images/bullet_toggle_plus16.png) no-repeat; text-indent: -5000px; display: block; width: 16px;float: left;margin-left: 5px; }
a.collapse{ background: url(images/bullet_toggle_minus16.png) no-repeat; text-indent: -5000px; display: block; width: 16px;float: left;margin-left: 5px; }

.colecciones-subir{ background: url(images/up.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float: right; margin: 0px 5px; }
.colecciones-bajar{ background: url(images/down.png) no-repeat; text-indent: -5000px; display: block; width: 16px; float: right; margin: 0px 5px; }

table.List a:hover{ background-color: white }
table.List a{ color: blue; }

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #dddddd; background: #dddddd url(images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

ul.listaColores { margin-left: -35px; margin-top:0px}
ul.listaColores li{ list-style: none outside none;float: left;display: block;margin-right: 3px;padding: 2px; margin-top: 2px}
ul.listaColores span{ margin-right: 3px; }
ul.listaColores a{ padding: 0px 3px; }
li.color{ background-color: #b2d0fa;border: 1px solid #818ff5; }
input#Colores{ border: none; width: 80px; }
div.colores{ border: 1px solid #CCCCCC; min-height: 20px;overflow: hidden; padding-bottom: 2px; padding-right: 2px;padding-top: 2px; width: 350px; }
dt input[type="checkbox"]{ float: left }

.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

.nombreArchivo{ display: inline; float: left; width: 130px; }

div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {min-height: 40px; }
div.jGrowl div.jGrowl-notification div.jGrowl-header {font-weight:bold;	font-size:.85em;}
div.jGrowl div.jGrowl-notification div.jGrowl-close {z-index:99;float:right;font-weight:bold;font-size:	1em;cursor:	pointer;}

div.jGrowl div.jGrowl-closer {padding-top:4px;	padding-bottom: 4px;cursor:	pointer;font-size:.9em;	font-weight: bold;text-align:center;}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: none;
	}
}

.notas{ margin-top: 5px;}
.nota { margin-bottom: 5px;padding: 1px;}
.nota p{ font-size: 12px;margin-bottom: 2px;padding: 5px;margin-top: -2px; width: 600px}
.encabezadoNota{ color: #333;padding-left: 5px; font-weight: bold }

#login a:link, #login a:visited, #login a:hover, #login a:visited:hover { color: #fff }
.nombreProducto{ background-color: WhiteSmoke; border: 1px solid #CCCCCC; font-weight: bold; padding: 4px;  text-align: left;margin: 5px 0px 3px 0px; }
.datosPedido dd{ margin: 0 0 3px; }
.datosPedido dl{ border: 1px solid #efefef;padding: 3px 5px;}
tfoot .pie{ background-color: whitesmoke;font-weight: bold; }
tfoot td{ border-color: white !important;}
tfoot td.pie, tfoot td.datosPie{ border-color: #ccc !important }
.fecha{ width: 80px !important}
.no_disponible{ background-color: #f8d0d0}

.ancho30{ width: 30px !important;}
.ancho40{ width: 40px !important;}
.ancho80{ width: 80px !important;}
.ancho60{ width: 60px !important;}
.ancho100{ width: 100px !important;}
.ancho110{ width: 110px !important;}
.ancho200{ width: 200px !important;}
.ancho300{ width: 300px !important;}
.ancho400{ width: 400px !important;}
.ancho450{ width: 450px !important;}
select { width: 200px; }

div.grupo{ border: 1px solid #efefef;float: left;padding: 0px 5px 5px 5px; margin: 5px;width: 40%}
div.grupo h3{ background-color: #003366;color: white;padding: 0 5px;margin-top: 0px;width: 100%;margin-left: -5px;}
.clear{ clear: both}
.notice { background: lightYellow; border: 1px solid #EFE0B8; padding: 10px; margin-right: 20px; margin-bottom: 20px; font-size: 11px; line-height: 14px; color: #666; position: relative; -webkit-box-shadow: 0 1px 0 #F4F4F4, 0 -1px 2px rgba(0, 0, 0, 0.04) inset; -moz-box-shadow: 0 1px 0 #F4F4F4, 0 -1px 2px rgba(0, 0, 0, 0.04) inset; -o-box-shadow: 0 1px 0 #F4F4F4, 0 -1px 2px rgba(0, 0, 0, 0.04) inset; box-shadow: 0 1px 0 #F4F4F4, 0 -1px 2px rgba(0, 0, 0, 0.04) inset; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } 

.section{ border: 1px solid #003366;margin: 5px;}
.section h2{ background-color: #1A4F85;color: white;font-weight: bold; padding: 2px 5px;font-size: 14px; }
.section dl, .section table{ margin: 10px; }
.ui-tabs td{ font: 0.75em/1.5 'Lucida Grande',Tahoma,sans-serif;font-size: 11px; line-height: 14px;}
.ui-widget .section { font-size: 0.9em;}
.ui-widget .section h2{ display: none }
h1 a.printButton { float: right;font-size: 14px;font-weight: normal; margin-right: 15px}
.printButton{ margin-top: 6px;}
a.printButton:hover{ background-color: #CCFFFF}
.section h4{ font-size: 1.2em;margin-bottom: 3px; margin-top: 25px;}
.section p{ margin-top: 2px; }
.section p img{ position:relative;top: 3px;left: 20px;}

.frame{ width: 30%;float: left;min-height: 200px;border: 1px solid #000;margin-right: 5px !important;margin-bottom: 10px;}
.frame div{ margin: 5px;}
.frame h2{ background-color: #003366;color: #CCCC00; padding: 2px 5px;}
.frame a:hover {background-color: white}


.stepInformation div{ margin-bottom: 10px;}
.stepInformation span{ color: #999; font-weight: bold}
.stepInformation label{ margin-left: 30px;width: 80px;}
.certificationData { margin-left: 5px;border: 1px solid #ccc;padding: 5px;width: 710px;}
.stepInformation { margin-left: 5px;border: 1px solid #ccc;padding: 5px;width: 50%;}

#tpr .tprList{ width: 70%; float: left }
#tpr .tprFilter{ float: left;border: 1px solid #ccc;margin-left: 5px;width: 28%;padding: 5px;}
.tprFilter dt{ width: 90px;}
#general dt, #transactions dt, #miscellaneous dt{ width: 180px; font-weight: normal}
#transactions dt{ width: 100px; }
#general dd{ margin: 0px}
.column{ float: left;margin-right: 15px; width: 40%}
.column dt{ font-weight: normal;font-size: 1em; width: 160px}
.stretch dt{ width: 110px;}
.column-auto{ float:left;}

.ui-spinner {position: relative; border: 0px solid white; }
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden} 

ul.List{ margin-left: 5px;padding: 10px;border: 1px solid #e5e5e5; margin-top:0px }
ul.List li {text-indent: 5px; list-style: none;line-height: 20px; }
ul.List a{ color: #222;text-decoration: none; display: block }
ul.List a:hover{ background-color: white; }
ul.List li span{ background-image: url(tree/icons.gif);background-repeat: no-repeat;background-position: 0 -16px;width: 16px;height: 16px;display: block; float: left}
a.button, .buttons a{ color: #222 }
label.title{ font-weight: bold }
ul.List a.selected{ font-weight: bold; }


/* Certification - Script Component nodes */
span.withtprnode a 
{
    font-weight: bold;
}
/* End Certification - Script Component nodes */
