* {   
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

pre {
    font-family: Courier;
}

body {
    font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
}

div.page {
	margin-left: 30px;
	margin-right: 30px;
}

img {
	border: none;
}

a {
    text-decoration: none;
    color: #116aaf;
}

a:LINK, a:VISITED {
    color: #116aaf;
}

a:HOVER {
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-color: #2a54a9;
    border-bottom-width: 1px;
}

/*
a:link { 
	color: #333; 
	text-decoration: none;
}
a:visited {	
	color: #666; 
	text-decoration: none;
}
a:active { 
	color: #4FA600; 
	text-decoration: none;
}
a:hover { 
	color: #4FA600; 
	text-decoration: none;
}
*/
.smaller {
	font-size: smaller;
}

.x-small {
	font-size: x-small;
}

.xx-small {
	font-size: xx-small;
}

/******************************************************************************
 * Headings
 ******************************************************************************/
 
h1 {
    font-size: large;
    color: #116aaf;
    border-bottom-style: dotted;
    border-bottom-color: #ddf;
    padding-top: 12px;
}

h2 {
    font-size: medium;
    color: #116aaf;
    border-bottom-style: dotted;
    border-bottom-color: #ddf;
    padding-top: 12px;
}

/******************************************************************************
 * Tables
 ******************************************************************************/
 
table {
	border-collapse: collapse;
	border-left: solid white 1px; /* for IE (no :FIRST-CHILD) */
	border-top: solid #62BD19 1px; 
	border-bottom: solid #CCC 1px; 
}

th {
	background-color: #F5F5F5;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

thead th {
	border-bottom: solid #CCC 1px;
	border-left: solid #CCC 1px;
}

td {
	border-left: solid #CCC 1px;
	padding-left: 5px;
	padding-right: 5px;
}

/* for Firefox */
td:FIRST-CHILD {
	border-left: none;
}
th:FIRST-CHILD {
	border-left: none;
}

th.bl, td.bl {
	border-left: solid #CCC 1px;
}

/* Horizontal lines */

tr.title th {
	border-top: solid #CCC 1px;
}
tr.title td {
	border-top: solid #CCC 1px; 
}

tr.bottomborder th {
	border-bottom: solid #CCC 1px; 
}

tr.bottomborder td {
	border-bottom: solid #CCC 1px; 
}

/* No Border */

table.noborder {
	border: none;
}
table.noborder td {
	border: none;
}

/* Odd even */

tr.even td {
    background-color: #f4f4ff;
}
tr.odd td {
    background-color: #fff;
}

/******************************************************************************
 * Pivot tables
 ******************************************************************************/
 
.pivot {
	border-left: solid #62BD19 1px;
	border-right: solid gray 1px; 	
}

/******************************************************************************
 * Forms
 ******************************************************************************/

input,label {
	border: 1px solid #ccc;
	background-color: #F7F7F7;
	color: #333333;
}

span.radio input,label {
    border: none;
}

span.radio {
    border: none;
    background-color: #F7F7F7;
}
	
textarea {
	border: 1px solid #ccc;
	background-color: #F7F7F7;
	color: #333333;
}
	
select {
	border: 1px solid #ccc;
	background-color: #F7F7F7;
	color: #333333;
}

/* Table form */

table.form {
	border: solid gray 1px; 
}

table.form th {
	text-align: right;
}

table.form tr.title th {
	text-align: left;
}

table.form td {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Table to concatenate */
table.notop {
	border-top: none;
}

/* Table grid */

table.grid tr.total {
	border-top: solid 2px #62BD19;
}

table.grid td, table.grid th {
	border-bottom: solid #ccc 1px;
	padding-top: 0px;		
	padding-bottom: 0px;		
	margin-left: 3px;		
	margin-right: 3px;		
}

table.grid td {
	background-color: #F7F7F7;
}

table.grid tbody th {
	background: none;
}

table.grid input, table.grid select {
	border: 0px none; /* said to be required to force the input controls' borders to be hidden in all browser */
	width: 100%;
}

table.grid input {
	padding-left: 0px;
	padding-right: 0px; /* best compromise between IE and Firefox */
}

table.grid td.total1, table.grid td.total1 * {
	background-color: #E7E7E7;
}

table.grid td.total2, table.grid td.total2 * {
	background-color: #D7D7D7;
}

input.img, table.grid input.img {
	border: none;
	width: auto;
	height: auto;
	vertical-align: text-top;
}

/******************************************************************************
* NEA Important message
*******************************************************************************/

#important_message {
	background-color: #FF8080;
	color: white;
	font-size: large;
	padding: 5px;
	margin-bottom: 10px;
	border-width: 2px;
	border-color: red;
	border-style: solid;
	display: block;
}


/******************************************************************************
* Errors
*******************************************************************************/

.error {
	background-color: #FF8080;
	color: white;
}

.errorBox {
	background-color: #FF8080;
	color: white;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-width: 2px;
	border-color: red;
	border-style: solid;
	display: block;
}

td.total1 input.error {
	text-align: right;
	background: #f00;
	color: white;
	font-weight: bold;
}

td.total2 input.error {
	text-align: right;
	background: #f00;
	color: white;
	font-weight: bold;
}

/******************************************************************************
 * Buttons
 ******************************************************************************/

input.button, table.grid input.button {
	width: auto;
	height: 22px;
	border: solid gray 1px;
	background-color: #F7F7F7;
	text-align: center;
	color: #000;
}
input.button:HOVER, table.grid input.button:HOVER {
    background-color: #AED9DD;
}

a.button {
	border: solid gray 1px; 
    background-color: #F7F7F7;
    text-align: center;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
a.button:VISITED {
    color: #000;
}
a.button:HOVER {
    background-color: #AED9DD;
}

input.b25, table.grid input.b25 {
	height: 27px;
	background-image: url("../images/back/button25gray.gif");
}

input.b32, table.grid input.b32 {
	height: 34px;
	background-image: url("../images/back/button32gray.gif");
}

/******************************************************************************
 * Alignement
 ******************************************************************************/
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}

/******************************************************************************
 * Wizard
 ******************************************************************************/

tr.wizard, tr.wizard td {
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

/******************************************************************************
 * Paging
 ******************************************************************************/

/* GET */

#paging a {
	text-decoration: none;
}
#paging a:link { 
	color: #333; 
}
#paging a:visited {	
	color: #333; 
}
#paging a:active { 
	color: #4FA600; 
}
#paging a:hover { 
	color: #4FA600; 
}
#paging .disabled {
	color: #CCC; 
}

/* POST */

#paging input, th input {
	border: none;
	background: none;
	cursor: hand;
	padding: 0px;
}

/******************************************************************************
 * Breadcrumbs
 ******************************************************************************/

#breadcrumbs {
	color: #999;
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 22px;
	background: url(../images/icon/location.gif) no-repeat;
	background-position: 10px 7px; 
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

#breadcrumbs li.here {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	color: #666;
	font-weight: bold; 
} 


/******************************************************************************
 * JQuery / JQuery UI customizations
 ******************************************************************************/

.ui-layout-pane {
	padding: 0px;
}

/* scrollable JANIS viewers */
.janis-scroll-content {
    height: 100%; 
    overflow: auto;
}

.ui-tabs .ui-tabs-panel {
	padding: 0px;
}

.ui-tabs-panel {
	overflow: hidden;
}

/******************************************************************************
 * JANIS Data Cards
 ******************************************************************************/

.datacard-label {
    margin-top: 6px;
    margin-bottom: 2px;
}
.datacard-label-bold {
	font-weight: bold;
}
.datacard-box {
    margin-top: 2px;
    margin-bottom: 2px;
	border: 1px solid #ccc;
	/* white-space: pre;   DO NOT WORK IN IE 7 (here, not in general) */ 
}
img.datacard-icon-warning {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-bottom: 2px;
}

/******************************************************************************
 * JANIS Viewers
 ******************************************************************************/

tr#janis-tabler-sampler-lin-tr.enabled, tr#janis-tabler-sampler-log-tr.enabled  {
	color: black;   
}
tr#janis-tabler-sampler-lin-tr.disabled, tr#janis-tabler-sampler-log-tr.disabled {
    color: gray;   
}

/******************************************************************************
 * JANIS Search
 ******************************************************************************/

p.janis-search-no-results {
	background-color: #ffffe7; 
	padding: 20px;
	font-size: large;
}

/******************************************************************************
 * JANIS Book
 ******************************************************************************/

div#janis-book-outln p {
	margin-left: 5px;
    margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

div#janis-book-outln ul {
	margin-top: 0px;
    margin-left: 10px;
    padding-left: 10px;	
    list-style-type: circle; 
}

div#janis-book-outln a.current {
	color: black;
	background-color: #B8CDF1; /** selection tree : 3875D7 rgb(56, 117, 215); */
}
