@charset "utf-8";
/* CSS Document */

body { margin:0}
img { border:0}
body, table {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: normal;
}
h1 {
	color:#555;
}

/* para el display_new */
.Wordlist {/*color:#900; */padding-bottom: -1px; border-bottom:1px dotted/* #900*/; cursor:help;white-space:nowrap;}

/********************************************************************
 * Page layout items
 */
div.clear {
	clear:both;
	border-bottom:0px solid #fef;
}

div.section-seperator {
	clear:both;
	border-bottom:15px solid #fff;
}


div.mainbox {
	padding-top:20px;
}
div.DiscoviaHeader div.nl-logo {
	width: 250px;
	height: 60px;
	background: url(../images/netLogo.png) no-repeat 0 15px;
}
div.DiscoviaHeader div.logo-left {
	float:left;
	margin-top: 5px;
}
div.DiscoviaHeader div.logo-right {
	float:right;
	margin-top: 5px;
}

div.DiscoviaHeader div.logo-left a {
	font: bold 15px Arial,Helvetica,sans-serif;
	text-align: left;
	color: #009;
	text-decoration: none;
}
div.DiscoviaHeader div.logo-right a {
	font: bold 15px Arial,Helvetica,sans-serif;
	text-align: right;
	color: #009;
	text-decoration: none;
}

/********************************************************************
 * Log panel
 */
div.logPanel {
	position: fixed;
	border: 1px solid black;
	right: 5px;
	bottom: 5px;
	background-color: #fff;
	width: 300px;
	height: 200px;
	overflow-y: scroll;
	padding: 5px;
	font-size: 11px;

}

div.logPanel .exception {
	color: #0c0;
}

div.logPanel .info {
	color: #CCC;
}

div.logPanel .error {
	color: #FF0000;
}

div.logPanel .success {
	color: #0000EE;
}


/********************************************************************
 * Generic admin styles
 */
body.admin .error { color:#990000 }
body.admin .hide { display: none }
body.admin #navigation_link{padding: 5px}
body.admin #filter_tool{padding: 5px}
body.admin .firstUpperCase {
	text-transform: capitalize;
}
body.admin .loading {
	background: url(apps/images/loading.gif) no-repeat center center;
	height: 18px;
}
body.admin .toggle {
	cursor: pointer;
	color: #06c;
}
body.admin .toggle:hover {
	background: #eee;
}
