/*********** STYLE SHEET FOR LEICA GNSS QC **************/
/********************************************************/


/* General Start */

body{
	background: #FFFFFF;
	MARGIN-TOP: 0px; 
	FONT-SIZE: 11px; 
	MARGIN-BOTTOM: 0px; 
	MARGIN-RIGHT: 0px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif
	}

/* General End */

/* Text Start */

H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #065086; TEXT-ALIGN: left; MARGIN: 0px; LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #2f2f2f; TEXT-ALIGN: left; MARGIN: 0px; LINE-HEIGHT: 17px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; TEXT-ALIGN: left; MARGIN: 0px; FONT-FAMILY: Arial, Helvetica, sans-serif
}

P {	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif}


A:link {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif}
A.text:link {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif}
A:visited {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif}
A.text:visited {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif}
A.blacklink {COLOR: #000000; font-weight:bold;}


P.userinfo {FONT-SIZE: 14px; COLOR: #000000; font-weight:normal; FONT-FAMILY: Arial, Helvetica, sans-serif}

/* Text End */

/* Table Start */

/* Table header */
.TRH {
	background: #d2d2d2;
	text-align: left;
  white-space: nowrap;
}

.TRB {
	background: #FFFFFF;
	text-align: left;
  white-space: nowrap;
}

/* Table first item */
.TRF {
	background: #DCDCBA;
	text-align: left;
	white-space: nowrap;
}

/* Table content normal (text) */
.TRT {
	background: #f2f3e9;
	text-align: left;
	white-space: nowrap;
}

/* Table content normal (number) */
.TRN {
	background: #f2f3e9;
	text-align: right;
	white-space: nowrap;
}

/* Table content normal (image) */
.TRI {
	background: #f2f3e9;
	text-align: center;
	white-space: nowrap;
}

/* Table content status none (text) */
.TRNT {
	background: #f2f3e9;
	text-align: left;
	white-space: nowrap;
}

/* Table content status none (number) */
.TRNN {
	background: #f2f3e9;
	text-align: right;
	white-space: nowrap;
}

/* Table content status error (text) */
.TRET {
	background: #f2f3e9;
	text-align: left;
	color: #C00000;
}

/* Table content status error (number) */
.TREN {
	background: #f2f3e9;
	text-align: right;
	color: #C00000;
}

/* Table content status limit 1 exceeded (text) */
.TR1T {
	background: #f2f3e9;
	text-align: left;
	color: #BE8312;
}

/* Table content status limit 1 exceeded (number) */
.TR1N {
	background: #f2f3e9;
	text-align: right;
	color: #BE8312;
}

/* Table content status limit 2 exceeded (text) */
.TR2T {
	background: #f2f3e9;
	text-align: left;
	color: #C04312;
}

/* Table content status limit 2 exceeded (number) */
.TR2N {
	background: #f2f3e9;
	text-align: right;
	color: #C04312;
}

/* Table content status limit 3 exceeded (text) */
.TR3T {
	background: #f2f3e9;
	text-align: left;
	color: #C00000;
}

/* Table content status limit 3 exceeded (number) */
.TR3N {
	background: #f2f3e9;
	text-align: right;
	color: #C00000;
}

/* Table content ok (text) */
.TROT {
	background: #f2f3e9;
	text-align: left;
	color: #0000C0;
}

/* Table content ok (number)*/
.TRON {
	background: #f2f3e9;
	text-align: right;
	color: #0000C0;
}


/* Table file available */
.TFA {
	background: #94d68c;
	width: 10px;
	text-align:center;
}

/* Table file unprocessed */
.TFU {
	background: #8cb9d6;
	width: 10px;
	text-align:center;
}

/* Table file missing */
.TFM {
	background: #d6938c;
	width: 10px;
	text-align:center;
}

/* Table index header */
.TDH {
	background: #FFFFFF;
	text-align: left;
}

/* Table index content */
.TDN {
	background: #FFFFFF;
	text-align: left;
}

/* Table plot name */
.TPN {
	background: #FFFFFF;
	text-align: left;
}

/* Table plot comment */
.TPC {
	background: #FFFFFF;
	text-align: left;
}

/* Table plot graph */
.TPG {
	background: #FFFFFF;
	text-align: left;
}
  

TABLE {	FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif }
table.table {border:0; }

th {FONT-SIZE: 11px; font-weight:bold; text-align:left}

td {FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif }

/* Table End */

/* Map View Start */

#maptable { position:relative;margin-top:20px;overflow:hidden;height:400px;width:600px;clip:rect(0px 400px 600px 0px);border:2px inset #aeaeae; display:none; }
#maptable img {  }
#mover { position:relative; }

#zoom { position:absolute;top:10px;left:10px;color:yellow;background-color:transparent; z-index:10; }
#zoom a { border:1px solid black;background-color:white; text-decoration:none; padding:2px;line-height:1.8em;color:black; }
#zoom a:hover { background-color:red;  }

/* Map View End */

/* Table Sorter Start */

table.tablesorter {
	margin:10px 0pt 15px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(Images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(Images/desc.gif);
}

/* Table Sorter End */


