A
{
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #009999;
	TEXT-DECORATION: underline;
}
A:active
{
    color: #336600;
}

A.topclass:link {
	color: #000000;
}
A.topclass:hover {
	color: #000000;
	TEXT-DECORATION: underline;
}
A.topclass:visited {
	color: #000000;
}
TABLE
{
	width:	100%;
	border: 0px;
	padding: 2px;
}

TD
{
	vertical-align: top;
	text-align: justify;
}
H1, H2, H3, H4, H5, H6 {
    border-bottom: 1px solid rgb(200, 200, 200);
	margin-bottom: 0px;
	margin-top: 0px;			 
}
IMG	{
	opacity: 1.0;
	border: 0;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;	
}

IMG:hover
{
	opacity: 1.0;
}
IMG.selected
{
	box-shadow:0px 12px 22px 1px #009999;
}
IMG.hideum	{
	opacity: 1.0;
	border: 0;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;	
}
IMG.hideum:hover
{
	opacity: 0.4;
}
/*	The following three "ticket" styles are for the background images of the QIP ticket */
.ticket_1 {
    font-size: 20px;
    z-index:-1;
    background:url(./QIP/Images/QIP_ticket_4_1st.jpg);
    background-repeat:no-repeat;
    background-position:center;
    width:638px; 
    height:489px;
    border:1px solid black;
}
.ticket_2 {
    z-index:-1;
    font-size: 20px;
    width:638px; 
    height:489px;
    background:url(./QIP/Images/QIP_ticket_4_2nd.jpg);
    background-repeat: no-repeat;
}
.ticket_3 {
    z-index:-1;
    font-size: 20px;
    background:url(./QIP/Images/QIP_ticket_4_3rd.jpg);
    background-repeat:no-repeat;
    background-position:center;
    width:638px; 
    height:489px;
    border:1px solid black; 
}
HR	{
	color: #009999
}

HR.thinun
{
    height: 1px;
    color: #cccccc;
    background-color: #000000;
    border: none;
}
TABLE.squashed
{
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #009999;
	width: 100%;
}

TR.chooseum 
{
	BACKGROUND-COLOR: #FFFFFF;
}
TD.chooseum
{
	BORDER: 1px solid #336699;
	padding: 1px 5px 1px 5px;
}
TD.ctr
{	text-align: center;
}
.sidebar	
	{list-style-position: inside;list-style-type: none; font: 16px/1.4em Garamond,sans-serif;}
	a:hover {color:#008000; TEXT-DECORATION: underline; }
	a:active {color:#F2F2F2;}	
.linkmenu
    {background-color: #F0F5F5; padding-left: 10px; padding-right: 10px; border:2px solid #C2D6D6; text-align: left;
}

.bannerline, HR.bannerline
{color: #cc0000;
}
IMG.bannerline
{	display: block;
	width: 100%;
}

ul	{
	margin: 10px;
	padding: 10px;
}

.submitter {
	font-size:12pt; font-family: Garamond; color:#000000;background-color:#F0F5F5;border:2px solid #0033CC;padding:3px;margin-top:5px;margin-bottom:5px
}
.submitter:hover {opacity: 0.4;}

.QIPsubmitter {
	font-size:12pt; font-family: Garamond; color:#000000;background-color:#DFCDC1;border:2px solid #D9B8A7;padding:3px;margin-top:5px;margin-bottom:5px
}
.QIPsubmitter:hover {opacity: 0.4;}

.submittermenu {
	font-size:12pt; font-family: Garamond; font-weight:bold; color:#000000;background-color:#F0F5F5;border:1px solid #0033CC;width:100%;height:100%;margin-top:0px;margin-bottom:0px
}
.submittermenu:hover {
    background-color:#FFFFFF;opacity: 0.4;
    }

 #rightsidemenu {
  position: fixed;
  right: 0;
  top: 90%;
  margin-top: -2.5em;
  background-color: transparent;  
  color: #000000;
  font: 12px/1.4em Garamond,sans-serif;
  border-color: black;
	}
 #longrightsidemenu {
  position: fixed;
  right: 0;
  top: 25%;
  margin-top: -2.5em;
  background-color: transparent;  
  color: #000000;
  font: 10px/1.4em Garamond,sans-serif;
  border-color: black;
	}		
 #leftsidemenu {
  position: fixed;
  left: -2.5em;
  top:90%;
  margin-top: -2.5em;
  background-color: transparent;  
  color: #000000;
  font: 14px/1.4em Garamond,sans-serif;
  border-color: coral;
	}
 #topsidemenu {
  position: fixed;
  top: 0;
  width: 100%;
  font: 24px/1.4em Garamond,sans-serif;
  border-color: black;
	}	
	
.navigation {
    list-style: none;
    background: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.site-wrap {
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
	    padding: 4em;
    background-image: linear-gradient(135deg, 
                      rgb(255,255,255) 0%,
                      rgb(255,255,255) 35%,
                      rgb(255,255,255) 100%);
    background-size: 200%;
}
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("./Images//menu_image.jpg");
    background-size: contain;	
}
.nav-trigger:checked + label {
    left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 200px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}
.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}
body {
    overflow-x: hidden;
}

/*  MODAL popup stuff     */
/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#myImg:hover {
	opacity: 0.7;
	/*opacity: 1.0;
	  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
#growImg:hover {
	opacity: 0.7;
	transform: scale(2.0);
}
#shrinkImg:hover {
	opacity: 0.4;
	transform: scale(0.75); 
	/*transform: rotate(50deg);*/
}

.growingImg:hover {
	opacity: 0.7;
	transform: scale(2.0);
	/*opacity: 1.0;
	  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

