/* The core CSS of the PhpTrackIT webpage */ 
/* Do a CSS Reset? - http://meyerweb.com/eric/tools/css/reset/ */
/* CSS Box model to know: http://css-tricks.com/the-css-box-model/ */

html, body { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	height: 100%; 
	max-height: 100%; 
	min-height: 100%; 
	width: 100%; 
	max-width: 100%; 
	min-width: 100%; 
	overflow: hidden; 
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

*, *:before, *:after {
	box-sizing: inherit;
	overflow-wrap: inherit;
	word-wrap: inherit;
	word-break: inherit;
	hyphens: inherit;
	scroll-behavior: inherit;
}
/* https://css-tricks.com/box-sizing/ */
/* https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/* https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */

a:active {outline:none;} /* https://css-tricks.com/almanac/properties/o/outline/ */

body 
{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: rgb(0,0,0);
	letter-spacing: normal;
	text-align: center;
	direction: ltr;
	text-decoration: none;
	text-transform: none;
	text-indent: 0px;
	white-space: normal;
	word-spacing: normal;
	line-height: 1.25; 
	background-color: rgb(210,210,252);
	background-image: url('bkggradient.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.mainpane{
    box-sizing: border-box;
	position: absolute;
	left: 14em; /* 20%; */
    right:  6px;
	top: 5.25em;
    bottom:1.4em;
    max-height:  100%;
	overflow: auto;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 0%;
	padding: 0px;
	padding-bottom: 0px;
	border: none;
	font-size: medium;
	text-align: center;
	background-color: transparent;
}

.containerframepane{
    box-sizing: border-box;
	height: auto;
	width: 46em; 
	max-width: 100%;
	min-width: 590px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: medium;
	background-color: rgb(150,150,180);
	background-image: url('framegradient.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.headerpane{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 3.5em;
/*    min-height: 5em; */
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0px;
	padding-bottom: 0px;
	border-style: solid;
 	border-width: 0px;
 	border-color: red; 
	border-bottom-width: 0px;
	border-bottom-color: rgb(92,92,117);
	font-size: medium;
	background-color: rgb(210,210,252);
	background-image: url('bargradient.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
}

.headermenupane{
	position: absolute;
	left: 0px;
	top: 3.5em;
	height: 1.75em;
/*    min-height: 5em; */
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0px;
	padding-bottom: 0px;
	border-style: solid;
 	border-width: 0px;
 	border-color: red; 
	border-bottom-width: 0px;
	border-bottom-color: rgb(92,92,117);
	font-size: medium;
	display: table;
	display: table-cell;
	vertical-align: middle;
	background-color: rgb(210,210,252);
	background-image: url('bargradient.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
}

.headerborderpane, .footerborderpane{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
	background-color: transparent;
	background-image: url('bargradient2.png');
	background-position: top right;
	background-repeat: repeat-y;
	border-width: 0px;
	border: solid;
	border-right-width: 0px;
	border-right-color: rgb(92,92,117);
	border-left-width: 0px;
	border-left-color: rgb(224,224,254);
	border-top-width: 2px; /* 0.21em */
	border-top-color: rgb(234,234,255);
	border-bottom-width: 2px;
	border-bottom-color: rgb(92,92,117);
}

.footerpane{
	position: absolute;
	left: 0px;
	bottom: 0px; 
	height: 1.4em;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0px;
	padding-bottom: 0px;
	border-style: solid;
 	border-width: 0px;
 	border-color: red;
	font-size: medium;
	background-color: rgb(210,210,252);
	background-image: url('bargradient.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
}

.menupane{
	position: fixed;
	left: 0px;
	top: 5.25em;
    bottom: 1.4em;
	width: 14em; /* 20%; */
    max-width: 14em;
	overflow: auto;
    display: block;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	border-style: solid;
 	border-width: 0px;
 	border-color: red; 
	font-size: medium;
	background-color: transparent; 
}

#menubtn{
        padding:  0px;
}
#loginbtn{
    font-size: 77.5%;
}
#log0utbtn{
    font-size: 77.5%;
}

@media screen and (max-width:1174px){
    #uniquevistorsicon{
        display: none;
    }
}
@media screen and (max-width:964px){
    .mainpane{
        left: 6.8em;
    }
    .menupane{
        display: block;
        width: 6.8em; /* 20%; */
    }
}
@media screen and (max-width:849px){
    .mainpane{
        left: 0px;
        right: 0px;
    }
    .menupane{
        display: none;
        top: 5.8em;
        width: 6.8em; /* 20%; */
    }
    .mainpane{
        top: 5.8em;
    }
    #headermenupanediv{
        height: 2.3em;
    }
    #menubtn{
        padding-top:  0.3em;
        padding-bottom:  0.3em;
    }
    #loginbtn{
        font-size: 110%;
    }
    #logoutbtn{
        font-size: 110%;
    }
    #backbtn{
        padding:  0.3em;
    }
    #upbtn{
        padding:  0.3em;
    }
    #downbtn{
        padding:  0.3em;
    }
}
@media screen and (max-width:639px){
    #footertable{
        font-size: x-small;
    }
}
@media screen and (max-width:419px){
    #footertable{
        font-size: xx-small;
    }
    #backbtn{
        display: none;
    }
    #upbtn{
        display: none;
    }
    #downbtn{
        display: none;
    }
}

@media screen and (max-height:600px){
    .mainpane{
        top: 1.75em;
        bottom: 1.4em;
    }
    .menupane{
        top: 1.75em;
        bottom: 1.4em;
    }
    .headerpane{
        display: none;
    } 
    .headermenupane{
        top: 0px;
    } 
}
@media screen and (max-height:600px) and (max-width:849px){
    .mainpane{
        top: 2.3em;
        bottom: 1.4em;
    }
    .menupane{
        top: 2.3em;
        bottom: 1.4em;
    }
    .headerpane{
        display: none;
    } 
    .headermenupane{
        top: 0px;
    } 
}
@media screen and (max-height:330px){
    .mainpane{
        top: 1.75em;
        bottom: 0px;
    }
    .menupane{
        top: 1.75em;
        bottom: 0px;
    }
    #footerpanediv{
        display: none;
    }
    .headerpane{
        display: none;
    }
    .headermenupane{
        top: 0px;
    }
}
@media screen and (max-height:330px) and (max-width:849px){
    .mainpane{
        top: 2.3em;
        bottom: 0px;
    }
    .menupane{
        top: 2.3em;
        bottom: 0px;
    }
    #footerpanediv{
        display: none;
    }
    .headerpane{
        display: none;
    }
    .headermenupane{
        top: 0px;
    }
}

/* tr:hover {background-color: #f5f5f5} */

a:link
{
	text-decoration: underline;
/*	color: rgb(25,25,112); */ /* Midnightblue*/
	color: rgb(25,25,200); 
	background-color:transparent;
}
a:visited
{
	text-decoration: underline;
/*	color: rgb(65,105,225); */ /* Royalblue */
	color: rgb(0,0,75);
	background-color:transparent;
} 
a:hover
{
	text-decoration: underline;
	color: maroon; /*rgb(255,69,0);  orangered*/
	background-color: rgb(204,204,255); /*rgb(196,215,237); */
}
a:active
{
	text-decoration: underline;
	color: maroon; /*rgb(255,69,0);  orangered*/
	background-color: rgb(204,204,255); /*rgb(196,215,237); */
}

a.menulinks
{
    position: static;
 	display: block;
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	height: auto;
    min-height: 2.2ex;
 	width: 95%;
 	max-width: 95%;
	font-size: small;
	font-weight: bold;
 	text-align: left;
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);
 	margin-left: 3px;
 	margin-right: 0;
 	margin-top: 3px;
 	margin-bottom: 3px;
 	padding: 1px;
 	padding-left: 4px;
	/* http://www.w3schools.com/css/css3_transitions.asp */
    transition:all 0.3s;
    border-radius: 4px;
    hyphens: auto;
}
a.menulinks:link
{
	text-decoration: none;
	color: black;
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);

}
a.menulinks:visited
{
	text-decoration: none;
	color: black; 
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);
}
a.menulinks:hover
{
    text-decoration: none;
	color: maroon; /*rgb(255,69,0);  orangered*/
	background-color: rgb(204,204,255); /*rgb(255,204,0); */
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);
	margin-left: 5px;
	background: linear-gradient(to right, rgba(204,204,255,0) 50%, rgba(75,75,94,0.5));
}
a.menulinks:active
{
	text-decoration: none;
	color: black;
	background-color: rgb(153,153,255);
	background-color: rgb(204,204,255);
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(240,240,255);
	border-bottom-color: rgb(240,240,255);
	border-left-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-top-color: rgb(51,51,102); /*rgb(144,138,84);*/
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 0;
    padding-bottom: 0;
	margin-left: 5px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(50,50,50,0.5));
}

a.buttonlinks
{
/*   position: static; */
 	display: inline;
	text-decoration: none;
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	width: auto;
 	height: auto;
	font-size: small;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);
 	margin-left: 2px;
 	margin-right: 2px;
 	margin-top: 6px;
 	margin-bottom: 6px;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
}
a.buttonlinks:link
{
	text-decoration: none;
	color: black;
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	text-align: center;
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);
 	margin-left: 2px;
 	margin-right: 2px;
 	margin-top: 6px;
 	margin-bottom: 6px;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
}
a.buttonlinks:visited
{
	text-decoration: none;
	color: black;
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	text-align: center;
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);
  	margin-left: 2px;
 	margin-right: 2px;
 	margin-top: 6px;
 	margin-bottom: 6px;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
}
a.buttonlinks:hover
{
	text-decoration: none;
	color: maroon; /*rgb(255,69,0);  orangered*/
	background-color: rgb(153,153,255); /*rgb(255,204,0); */
 	text-align: center;
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-bottom-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-left-color: rgb(240,240,255);
	border-top-color: rgb(240,240,255);
 	margin-left: 2px;
 	margin-right: 2px;
 	margin-top: 6px;
 	margin-bottom: 6px;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
}
a.buttonlinks:active
{
	text-decoration: none;
	color: black;
	background-color: rgb(153,153,255);
 	text-align: center;
 	border-style: solid;
 	border-width: 2px;
 	border-right-color: rgb(240,240,255);
	border-bottom-color: rgb(240,240,255);
	border-left-color: rgb(51,51,102); /*rgb(144,138,84);*/
	border-top-color: rgb(51,51,102); /*rgb(144,138,84);*/
 	margin-left: 2px;
 	margin-right: 2px;
 	margin-top: 6px;
 	margin-bottom: 6px;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
}

a.transp{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
a.transp:link
{
	text-decoration: underline;
	color: rgb(25,25,112); /* Midnightblue*/
	background-color: transparent;
}
a.transp:visited
{
	text-decoration: underline;
	color: rgb(65,105,225); /* Royalblue*/
	background-color: transparent;
}
a.transp:hover
{
	text-decoration: underline;
	color: rgb(255,69,0); /* orangered*/
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
a.transp:active
{
	text-decoration: underline;
	color: rgb(255,69,0); /* orangered*/
	background-color: transparent;
}


hr {
/*	height: 1px;
	color: rgb(128,0,0);
	background: rgb(128,0,0);
	border-style: solid;
 	border-width: 0px;
 	border-top-width: 2px;
 	border-top-color: rgb(128,0,0); 
 	border-bottom-width: 2px;
 	border-bottom-color: rgb(200,200,0); */
}

abbr{
	border-bottom-style: dashed;
	border-width: 1px;
	cursor: help;
}

li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

button, input{
	background-color: rgb(230, 230, 252);
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
}

input.field{
  background-color: rgb(215,215,215);
}

.cfloatleft{
	float: left;
	clear: left;
}
.cfloatright{
	float: right;
	clear: right;
}
.cfloatleftmarg{
	float: left;
	clear: left;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
}
.cfloatrightmarg{
	float: right;
	clear: right;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
}

img.cmiddle
{
	vertical-align: middle;
	border: 0px;
}
img.cbaseline
{
	vertical-align: baseline;
	border: 0px;
}
img.ctop 
{
	vertical-align: text-top;
	border: 0px;
}
img.cbottom 
{
	vertical-align: text-bottom;
	border: 0px;
}

.dropcap_s:first-letter
{
	font-size: 200%;
	font-weight: bold;	
	line-height: 1.0;
	color: rgb(25,25,112);
}
.ccenter
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.cright
{
	text-align: right;
}
.cleft
{
	text-align: left;
}
.cindent
{
	text-indent: 20px;
}
.cbold
{
	font-weight: bold;	
}
.cnormal{
	font-weight: normal;
}
.citalic
{
	font-style: italic;
}
.cunderline{
  text-decoration: underline;
}
.cfont200{
	font-size: 200%;
}
.cfont150{
	font-size: 150%;
}
.cxxlarge
{
	font-size: xx-large;
}
.cxlarge
{
	font-size: x-large;
}
.clarge
{
	font-size: large;
}
.cmedium
{
	font-size: medium;
}
.csmall
{
	font-size: small;
}
.cxsmall
{
	font-size: x-small;
}
.cxxsmall
{
	font-size: xx-small;
}
.cblack{
	color: black;
}
.cwhite{
	color: white;
}
.cmaroon
{
	color: maroon;
}
.cmidnightblue{
	color: rgb(25,25,112); 
}
.cgray
{
	color: gray;
}
.cbgrgoldenrod{
	background-color: rgb(218,165,32);
}
.cbgrhaki{
	background-color: rgb(240,230,140);
}
.cbgrsilver{
	background-color: silver;
}
.cbgryellow{
	background-color: yellow;
}
.hidden{
	display: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: black;
	border-width: 0px;
	border-style: none;
}
h1{
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
h2{
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: maroon;
}
h3{
	text-align: left;
	font-size: large;
	font-weight: bold;
}
h4{
	text-align: left;
	font-size: medium;
	font-weight: bold;
}
h6
{
	color: rgb(51,102,51);
}

table.datapostbasic{
	table-layout: fixed;

	padding: 2px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: rgb(0,0,0);
	letter-spacing: normal;

	text-align: left;
	width: 100%;
	background-color: #fafafa;
	border: 3px rgb(100,100,100) solid;
	border-collapse: collapse;
	border-spacing: 1px;
}

td.datapostbasic{
	border: 1px solid rgb(0,0,0);
	background: #fff;
	padding: 3px;
}

th.datapostbasic{
	border: 2px solid rgb(0,0,0);
	background: #fff;
	padding: 3px;
}

.upframe2{
	border-width: 2px;
	border-style: solid;
	padding: 0px;
	margin: 0px;
	border-left-color: rgb(220,220,230);
	border-top-color: rgb(220,220,230);
	border-right-color: rgb(80,80,90);
	border-bottom-color: rgb(80,80,90);
	background-color: transparent;
	color: white;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}
.downframe2{
	border-width: 2px;
	border-style: solid;
	padding: 0px;
/*	margin: 0px; */
	border-left-color: rgb(80,80,90);
	border-top-color: rgb(80,80,90);
	border-right-color: rgb(220,220,230);
	border-bottom-color: rgb(220,220,230);
	background-color: transparent;
	color: white;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}
.photodownframe2{
	border-width: 2px;
	border-style: solid;
	padding: 0px;
/*	margin: 0px; */
	border-left-color: rgb(80,80,90);
	border-top-color: rgb(80,80,90);
	border-right-color: rgb(240,240,255);
	border-bottom-color: rgb(240,240,255);
	background-color: black;
	color: white;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}

/* Collapsabel detail section buttom */
summary.detailsbutton
{
  text-align: inherit;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  max-width: 12.5em;
  min-height: 2.2ex;
  background-color: rgb(204,204,255);
  width: auto;
  height: auto;
  font-weight: bold;
  font-size: medium;
  border-style: solid;
  border-width: 2px;
  border-right-color: rgb(51,51,102);
  border-bottom-color: rgb(51,51,102);
  border-left-color: rgb(240,240,255);
  border-top-color: rgb(240,240,255);
  border-radius: 4px;
  cursor: pointer;
}

summary.detailsbutton:link
{
  color: black;
  background-color: rgb(204,204,255);
  border-right-color: rgb(51,51,102);
  border-bottom-color: rgb(51,51,102);
  border-left-color: rgb(240,240,255);
  border-top-color: rgb(240,240,255);
}

summary.detailsbutton:visited
{
  color: black;
  background-color: rgb(204,204,255);
  border-right-color: rgb(51,51,102);
  border-bottom-color: rgb(51,51,102);
  border-left-color: rgb(240,240,255);
  border-top-color: rgb(240,240,255);
}

summary.detailsbutton:hover
{
  color: maroon;
  background-color: rgb(204,204,255);
  border-right-color: rgb(51,51,102);
  border-bottom-color: rgb(51,51,102);
  border-left-color: rgb(240,240,255);
  border-top-color: rgb(240,240,255);
  background: linear-gradient(to right, rgba(204,204,255,0) 50%, rgba(75,75,94,0.5));
}

summary.detailsbutton:active
{
  color: black;
  background-color: rgb(204,204,255);
  border-right-color: rgb(240,240,255);
  border-bottom-color: rgb(240,240,255);
  border-left-color: rgb(51,51,102);
  border-top-color: rgb(51,51,102);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(50,50,50,0.5));
}
