/*       This sheet is responable for defining the global CSS */
p, not(.page-header) {font-size: 18px;}
		
body 	{background-image: url("gray_grad.png");
		background-repeat: repeat;
		font-family: Helvetica;
		}

h1 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 0px lightgray;
	
	border-bottom-style: groove;
	border-color: red;
	padding-bottom: 5px;
	}

table  {
		border: 1px solid black;
		border-collapse: collapse;
		width:100%;
		}
		
th, td	{
		border: 1px solid black;
		}
		
.select tr:hover {background-color: Gainsboro;}

tr:hover:nth-child(1) {background-color: rgba(0, 0, 0, 0.0);} /*0% opacity*/


.linker	{position: absolute;
			z-index: 1;
			opacity: 0.0;
			display: inline;
			width: 92.7%;}

not(.clear) {background-color: none;}

.link_clean {text-decoration: none;}


.info {font-size: 20px;}

.info td:first-child {font-weight: bold; padding: 2px;width: 400px;}

.clear {width: 60%;}
.clear td, tr {border: 1px solid rgba(0, 0, 0, 0.0);}	



/* Tooltip START*/	
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  z-index: 2;
}

.tooltip .tooltiptext {
				/* Position the tooltip */
				position: absolute;
				z-index: 1;
				top: -5px;
				left: 105%;
  
				visibility: hidden;
				width: 300px;
				
				background-color: white;
				border-width: 2px;
				border-style: outset;
				border-color: lightgray;
				
				font-style: normal;
				font-weight: normal;
				text-align: center;
				padding: 2px;
}


.tooltip:hover .tooltiptext {visibility: visible;}
/* Tooltip END*/	
	
.page-header	{
				border-style: outset;
				border-width: 3px;
				
				font-size: 16px;
				
				padding-left: 10px;
				margin: 0px;
				}

.main			{
				margin: 25px;
				/*       Top,right,bottom,left */
				padding: 15px 15px 60px 15px;
				background-color:white;
				}

#disclaim		{
				font-style: italic;
				color: gray;
				}

#preamble		{
				/*background-image: url("gray_grad.png");
				background-repeat: repeat-x;	*/
				background-color: rgba(0, 0, 0, 0.07);	/*Very-lightgay*/
				
				border-left-style: groove;
				border-left-width: 4px;
				border-bottom-style: dashed;
				/*			 top,right,bottom,left */
				border-color: red green black red;  
				width: 60%;
				height: 30px;
				padding-top: 5px;
				padding-bottom: 10px;
				padding-right: 10px;
				}

#pre-text		{
				font-style: italic;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				text-shadow: 0px 0px 5px white;
				color: rgba(10, 10, 10, 0.9);	/*Dark-Gray with opacity */
	
				
				
				
				padding: 6px;
				margin-top: 4px;
				margin-left: 5px;
				}