/* Basic Default Styles */

body {
	font-size: 12px; font-family: Arial, sans-serif;
	color: #000;
	text-align: left;
}
a:link  {
	text-decoration: underline;
	color: #000080;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #FFBA22;
}
h1 {	/* used in pageHeader ex: IMGT Repertoire (IG and TR) */
	color: #000080;
	font-family: "Trebuchet MS", Arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	/*font-family: Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;*/
	padding-top: 30px; padding-bottom: 20px;
}

h2 {	/* used in pageHeader ex: Locus representation: Human (Homo sapiens) IGH */
	font-family: Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	padding-top: 0; padding-bottom: 0;
	font-size: 20px;
}
h2.b {	/* sub-title in blue and center */
	font-weight: normal;
	font-family: Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	background-color: #FFFFFF;
	color: #000080;
	text-align: center;
}
h3 {
	background: url('../images/ball.gif') no-repeat 0 3px;
	padding-left: 15px;
	background-color: #FFFFFF;
	color: #000080;
	font-size: 16px;
	margin-top: 20px;
}
h4 {
	background: url('../images/ballgreen.png') no-repeat 0 0;
	padding-left: 15px;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 16px;
	font-size: 14px;
	margin-top: 20px;
}
h5 {
	padding-left: 15px;
	background-color: #FFFFFF;
	color: #3F3F3F;
	line-height: 14px;
	font-size: 12px;
	margin-top: 20px;
}
p {
	text-align: justify;
}


/* titles for monoclonal antibodies */
.titleMab {
	padding-top: 10px; padding-bottom: 10px; padding-left:20px;
	background: #FFBA22;
	margin-top: 10px;
}
.subtitleMab {
    padding-left:5px;
    background: #FFBA22;
    margin-top:50px;
}

/* used for underline text */
dfn {
  font-style: normal;
  text-decoration: underline;
}

/* basic default container */
#container {
	position: relative;
	margin-left: 5px; margin-right: 5px;
	background: #FFF;
}

/* every image is without border */
img {
	border: 0;
}

/* for a particular centered text */
.center {
	text-align: center;
}

/* separator ex: IMGTrepertoire/LocusGenes/index.html */
.clearboth {
	clear: both;
}

/* indent classes, used when text indent is needed */
.indent {
	padding-left: 15px;
}
.indent60 {
	padding-left: 60px;
}


/* Logos IMGT, UE, CNRS, UMII */
.logos {
	float: right;
	background: #FFF;
	padding-left: 20px;
}

/* header */

#pageHeader {
	height: 180px;
	background: #FFF;padding-bottom: 30px;
}

#here {
	background-color: #7fbb18;
	color: #000099;
	font-size: 10px;
}

/* summary */

#summary {
	width: 100%;
	margin-bottom: 20px ;border-bottom: 1px solid #1A4861;
}

/* for .shtml files inclusion */

#includes {
	width: 100%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#includes p {
	text-align: justify;
}

/* for text in exponent */
sup {
	font-size: 8px;
}

/* for text in small font size */
.small {
	font-size: 10px;
}

/* default tables */
table {
	font-size: 12px; font-family: Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	width: 100% ;
	border: 1px solid #1A4861;
	border-collapse: collapse ;
}
table.auto {
	font-size: 12px; font-family: Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	width: auto ;
	border: 1px solid #1A4861;
	border-collapse: collapse ;
}

table.autoLeft,table.autoLeft tr, table.autoLeft th, table.autoLeft td {
	font-size: 12px; font-family: Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	width: auto ;
	border: 1px solid #1A4861;
	border-collapse: collapse ;
	text-align: left;
}

table tr {
	text-align: center;
	border: 1px solid #1A4861;
	border-collapse: collapse ;
}
table th { /* title lines */
	font-weight: bold;
	border: 1px solid #1A4861;
	border-collapse: collapse ;
	padding: 5px;
}
table td {
	padding: 5px;
	border: 1px solid #1A4861;
	empty-cells: show;
	border-collapse: collapse ;
}

/* table no border */
table.noborder, table.noborder tr, table.noborder th, table.noborder td {
  border-style: hidden ;
  border: 0 ;
}
table.noborder td.left {
	width: auto;
	text-align: left;
	border: 0 ;
	padding: 1px 5px 1px 1px;
}
table.noborder td.right {
	width: auto;
	text-align: right;
	border: 0 ;
	padding: 1px 5px 1px 1px;
}

/* result, table head in color */
table th.antibody_identity {
		background-color: rgb(204,226,255);
}
table th.antibody_structure {
		background-color: rgb(225,237,255);
}
table th.antibody_character {
		background-color: rgb(235,255,235);
}
table th.antibody_production {
		background-color: rgb(245,255,247);
}

/* classes for specific text alignment */
.left {
	text-align: left;
}
.right {
	text-align: right;
}

/* page break (for printing) */
.break-before {
	page-break-before: always;
}

/* blocs references, notes and other information */
#refs, #notes, #citations, #glossary, #otherInfo {
	padding-top: 20px;
	margin: 0;
	padding-bottom: 10px;
}

#refs table, #notes table, #citations table, #glossary table {
	width: auto;
	font-size: 12px; font-family: Arial,  "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	border: 0 ;
}
#refs table caption, #notes table caption, #citations table caption, #glossary table caption {
	font-size: 12px; font-family: Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	border: 0 ;
}
#refs table tr,#notes table tr, #citations table tr, #glossary table tr {
	vertical-align: top;
	border: 0 ;
	padding: 1px 5px 1px 1px;
}
#refs table tr td.left,#notes table tr td.left, #citations table tr td.left, #glossary table tr td.left {
	width: auto;
	text-align: justify;
	border: 0 ;
	padding: 1px 5px 1px 1px;
}
#refs table tr td.right,#notes table tr td.right, #citations table td.right, #glossary table td.right {
	width: auto;
	text-align: right;
	border: 0 ;
	padding: 1px 5px 1px 1px;
}

/* list See also */
#seeAlso {
	width: 100%;
	margin-bottom: 20px;
}
#seeAlso b, #seeAlso strong {
	background-color: transparent;
	color: #000000;
}
#seeAlso ul {
	margin: 0;
	list-style-type:disc;
	padding-left:0px;
}
#seeAlso ul li {
	font-weight: normal;
	margin-left: 15px;
}

/* marges */
@page {
	margin-left:5px;
	margin-right:5px;
	}

/* for printing */
@media print {
	#container { margin:0px; }
	#pageHeader { padding-left: 0px; }
	.toprint { font-size: 8px; }
	.print_img { width: 900px; } /* voir seq logos vregion */
}

/* title */
.displayTitle {
		color: #FFAA00;
		font-size: 17px;
		font-weight: bold;
}


