/* The core CSS of the PhpTrackIT webpage */

html, body { 
	height: 100%; 
	width: 100%; 
	overflow: hidden; 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body 
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	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;
	margin-left: auto;
	margin-right: auto;
	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{
	position: absolute;
	left: 20%;
	top: 13%;
	height: 83%;
	width: 79.2%;
	overflow: auto;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0px;
	padding-bottom: 0px;
	border: 0px;
	font-size: medium;
	text-align: center;
	background-color: transparent; 
}
.containerframepane{
	height: auto;
	width: 46em; 
	max-width: 95%;
	min-width: 700px;
	margin: 10px;
	margin-top: 0px;
	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: 13%;
	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: 3px;
	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;
}


.headerrightpane, .footerrightpane{
	position: absolute;
	right: 0%;
	top: 0px;
	height: 100%;
	width: 100%;
	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: 3px;
	border-right-color: rgb(92,92,117);
	border-left-width: 3px;
	border-left-color: rgb(224,224,254);
	border-top-width: 2px;
	border-top-color: rgb(234,234,255);
}

.footerpane{
	position: absolute;
	left: 0px;
	bottom: 0px; 
	height: 4%;
	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: absolute;
	left: 0px;
	top: 14%;
	height: 80%;
	width: 20%;
	overflow: auto;
	text-align: center;
	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: transparent; 
}

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);*/
 	width: 90%;
 	height: auto;
	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: auto;
 	margin-right: auto;
 	margin-top: 3px;
 	margin-bottom: 3px;
 	padding: 0px;
}
a.menulinks:link
{
	text-decoration: none;
	color: black;
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	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: auto;
 	margin-right: auto;
 	margin-top: 3px;
 	margin-bottom: 3px;
 	padding: 0px;
}
a.menulinks:visited
{
	text-decoration: none;
	color: black; 
	background-color: rgb(204,204,255); /*rgb(240,230,140);*/
 	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: auto;
 	margin-right: auto;
 	margin-top: 3px;
 	margin-bottom: 3px;
 	padding: 0px;
}
a.menulinks:hover
{
	text-decoration: none;
	color: maroon; /*rgb(255,69,0);  orangered*/
	background-color: rgb(153,153,255); /*rgb(255,204,0); */
 	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: auto;
 	margin-right: auto;
 	margin-top: 3px;
 	margin-bottom: 3px;
 	padding: 0px;
}
a.menulinks:active
{
	text-decoration: none;
	color: black;
	background-color: rgb(153,153,255);
 	text-align: left;
 	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: auto;
 	margin-right: auto;
 	margin-top: 3px;
 	margin-bottom: 3px;
 	padding: 0px;
}

a.buttonlinks
{
/*   position: static; */
 	display: inline;
	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(220,220,230);
	border-bottom-color: rgb(220,220,230);
	background-color: black;
	color: white;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}
