*{
	margin: 0;
	padding: 0;
	overflow: hidden;
	
}
a{
target-new: window ! important
}
body{
	font-family: Tahoma,Calibri, Verdana;
	font-size: 12pt;
}
#tablet{
	width: 100%;
	height: 800px;
	background: url("../images/banner_bg.jpg") no-repeat;
	-webkit-background-size:160% 100%;
	-o-background-size:160% 100%;
	-moz-background-size:160% 100%; /* Firefox 3.6 */
	background-size:160% 100%;
	overflow: hidden;
}
#openscreen{
	width: 100%;
	height: 900px;
	overflow: hidden;
}
#COMTEQInfo, #inst1, #shoutbox, #trivia, #ExhibitInfo, #SiteInfo{
	width: 50%;
	height: 330px;
	position: absolute;
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;
	border-radius: 			10px;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
}
#shoutbox{
	height: 600px;
	width: 30%;
}
#trivia{
	height: 370px;
}
#COMTEQInfo .txtHolder, #inst1 .txtHolder, #ExhibitInfo .txtHolder, #SiteInfo .txtHolder{
	padding: 20px;
	height: 280px;
	color: White;
	text-shadow: 1px 1px 1px #000;
	overflow: auto;
}
#gallery img{
	height: 100px;
}
#gallery section{
	padding: 30px;
	height: 700px;
	overflow: auto;
}
#gallery hr{
	margin-bottom: 30px;
}
#digitalart, #photomanip{
	text-align: center;
}
.txtHolder p{
	margin-top: 10px;
}
#inst1 .txtHolder img{
	margin-left: 100px;
}
#shoutbox .txtHolder{
	color: White;
	text-shadow: 1px 1px 1px #000;
	height: 400px;
	overflow: auto;
	padding: 0 20px 20px 20px;
}
#shoutbox form{
	margin: 20px;
	color: White;
	text-shadow: 1px 1px 1px #000;
}

#shoutbox .date{
	font-size: 10pt;
}

#shoutbox form #send{
	float: right;
	margin-top: 10px;
	margin-left: -40px;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;
	border-radius: 			10px;
	border: 1px solid 		#222;
	background: 			#333333;
	color: 					#fff;
	text-shadow: 0 -1px 1px #145072;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5f9cc5, #396b9e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5f9cc5, #396b9e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5f9cc5, #396b9e); /* IE10 */
	background-image:      -o-linear-gradient(top, #5f9cc5, #396b9e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5f9cc5, #396b9e);
}
.icon{
	font-family: Arial;
	font-size: 10pt;
	color: White;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	width: 80px;
	height: 100px;
	margin: 20px;
}
.icon img{
	width: 60px;
	cursor: hand;
}
#COMTEQInfo p, #inst1 p{
	margin-top: 10px;
	text-align: justify;
}
.eHolder, .logoHolder{
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: red;
	float: left;
	margin:30px 5px 20px 20px;
	text-align: center;
	color: White;
	text-shadow: 1px 1px 1px #000;
}
.logoHolder{
	background: transparent;
}
.eHolder h2{
	font-family: LucidaCalligraphy;
	font-size: 1500%;
	font-style: italic;
	margin-top: -70px;
	color: White;
	z-index: 900;
}
#inst1 h2{
	text-align: center;
	margin-bottom: 30px;
}
#contextmenu{
	text-align: left;
	background: White;
	border: 1px Solid Black;
	position: absolute;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px;
	box-shadow: 1px 1px #000;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px #000;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 1px 1px #000;
	-webkit-border-radius: 3px;
	font-family: Arial;
}
#contextmenu a{
	display: block;
	text-decoration: none;
	border-bottom: 1px Solid #ccc;
	padding: 5px;
}
#contextmenu a:hover{
	background: Blue;
	color: White;
}
#media_small{
	width: 650px;
	position: absolute;
	top: 14%;
	left: 8%;
	padding: 20px;
	background-color: rgba(0,0,0,.5);
	border-radius:15px;
	-moz-border-radius:15px; /* Firefox 3.6 and earlier */
	-webkit-border-radius:15px;
	-o-border-radius:15px;
}
#main_menu{
	width: 10%;
	height: 100%;
	min-height: 800px;
	position:absolute;
	right: 0;
	background: url("../images/menu_bg.png") no-repeat;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	-moz-background-size:100% 100%; /* Firefox 3.6 */
	background-size:100% 100%;
	padding-top: 100px;
}
#main_menu img{
	border: 0;
}
.menubtn{
	position: relative;
	right: -40px;
}
#lock_container{
	width: 50%;
	height: 100%;
	min-height: 800px;
	position: absolute;
	right: -20%;
}
#lock{
	height: 100%;
	min-height: 800px;
	width: 60%;
	background: url("../images/screenlock.png") no-repeat;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	-moz-background-size:100% 100%; /* Firefox 3.6 */
	background-size:100% 100%;
	cursor: move;
}
#lockmsg, #unlockmsg{
	color: White;
	font-family: Verdana, Arial;
	font-size: 22pt;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	-webkit-transform: rotate(-90deg);	
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 380px;
	left: -5px;
}
#unlockmsg{
	font-size: 14pt;
	margin-left: 160px;
}
#mainscreen{
	width: 100%;
	height: 100%;
	min-height: 800px;
	position: absolute;
	top: 0;
	left: 0;
}
.window{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: White;
	animation: spin 0.8s;
	-webkit-animation: spin 0.8s; /* Safari and Chrome */
	
}
.windowheader, .dialogheader{
	width: 100%;
	height: 50px;
	color: White;
	background-color: #000000;
	border-top: 1px solid #4B4B4B;
	background-image: -moz-linear-gradient(top, #666, #2b2b2b 50%, #000000 51%, #000000);
	background-image: -ms-linear-gradient(top, #666, #2b2b2b 50%, #000000 51%, #000000);
	background-image: -o-linear-gradient(top, #666, #2b2b2b 50%, #000000 51%, #000000);
	background-image: -webkit-linear-gradient(top, #666, #2b2b2b 50%, #000000 51%, #000000);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), color-stop(50%, #22b2b2b), color-stop(51%, #000000), to(#000000));
	background-image: linear-gradient(top, #666, #2b2b2b 50%, #000000 51%, #000000);
}
.dialogheader{
	-moz-border-top-left-radius: 	10px;
	-webkit-border-left-radius: 	10px;
	border-top-left-radius: 		10px;
	-moz-border-top-right-radius: 	10px;
	-webkit-border-right-radius: 	10px;
	border-top-right-radius: 		10px;
	height: 40px;
}
.windowheader h1, .dialogheader h1{
	text-align: center;
	margin-top: 10px;
	text-shadow: 0 -2px 2px #000;
	font-size: 16pt;
}
.dialogheader h1{
	font-size: 14pt;
}
.windowheader .closebtn, .dialogheader .closebtn{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 7px;
	-moz-border-radius: 	10px;
	-webkit-border-radius: 	10px;
	border-radius: 			10px;
	border: 1px solid 		#222;
	background: 			#333333;
	color: 					#fff;
	text-shadow: 0 -1px 1px #145072;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5f9cc5), to(#396b9e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #5f9cc5, #396b9e); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #5f9cc5, #396b9e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #5f9cc5, #396b9e); /* IE10 */
	background-image:      -o-linear-gradient(top, #5f9cc5, #396b9e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #5f9cc5, #396b9e);
}
.windowheader .closebtn:hover, .dialogheader .closebtn:hover{
	text-shadow: 0 -1px 1px #014D68;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72b0d4), to(#4b88b6)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #72b0d4, #4b88b6); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #72b0d4, #4b88b6); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #72b0d4, #4b88b6); /* IE10 */
	background-image:      -o-linear-gradient(top, #72b0d4, #4b88b6); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #72b0d4, #4b88b6);
}
@-webkit-keyframes spin /* Safari and Chrome */
{
	from {-webkit-transform: rotateY(0deg) scale(0,0);}
  	to {-webkit-transform: rotateY(360deg) scale(1,1);}
}

@keyframes spin{
	from {transform: rotateY(0deg) scale(0,0);}
  	to {transform: rotateY(360deg) scale(1,1);}
}

#loading{
	text-align: center;
}

#webBrowser section, #mediaGallery section{
	padding: 20px;
	height: 100%;
	min-height: 760px;
	overflow: auto;	
	text-align: center;
	
}
#webBrowser section p{
	text-align: left;
}
#webBrowser section img{
	-moz-border-top-left-radius: 	30px;
	-webkit-border-top-left-radius: 	30px;
	border-top-left-radius: 		30px;
	-moz-border-bottom-right-radius: 	30px;
	-webkit-border-bottom-right-radius: 	30px;
	border-bottom-right-radius: 		30px;
	border: 1px Solid Black;
	width: 250px;
	margin-top: 20px;
}
#mediaGallery section hr{
	margin-bottom: 20px;
}
#mediaGallery section h2{
	text-align: left;
	margin-top: 20px;
}