
*
{
	font-family: Source Sans Pro, Myriad Pro, Ubuntu, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../font/fontawesome-webfont.eot?v=3.0.1');
	src: url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
		url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
		url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #b01c2e;
	text-decoration: none;
	border-bottom: none;
}
a.helplink {
	color: #3030E0;
	border-bottom: none;
}

html {
	height: 100%;
}

body {
	background-color: #151515;/*#f8f6f4;*/
	padding:0px;
	margin:0px;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.wait, body.wait *{
	cursor: wait !important;
}

.oldimage {
	padding: auto;
}

.timetext {
	text-align:center;
	color:white;
	visibility:hidden;
}

/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	height: 100%;
	width: 0;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 1.0); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
	color: white;
	position: relative;
	top: 10%; /* 25% from the top */
	left: 15%; /* 15% from the left */
	width: 70%; /* 70% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 2vw;
	color: #818181;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 2vw;
}

.intro {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0, 1);
}

.end {
	width:100%;
	height:0%;
	background-color: rgba(0,0,0, 1);
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay a {font-size: 1vw}
	.overlay .closebtn {
		font-size: 1vw;
		top: 15px;
		right: 35px;
	}
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 3%; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 500px;
	/*max-height: 650px;*/
	overflow-y: auto;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

.modal-header {
	border-bottom: 1px solid #cccccc;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F0EBE8;	
	background-image: -ms-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -moz-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -o-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0DCD8), color-stop(1, #F0EBE8));
	background-image: -webkit-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: linear-gradient(to top, #E0DCD8 0%, #F0EBE8 100%);
	text-align: center;
}

.modal-body {
	border-bottom: 1px solid #cccccc;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F0EBE8;	
	background-image: -ms-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -moz-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -o-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0DCD8), color-stop(1, #F0EBE8));
	background-image: -webkit-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: linear-gradient(to top, #E0DCD8 0%, #F0EBE8 100%);
	text-align: left;
}

.modal-footer {
	border-bottom: 1px solid #cccccc;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F0EBE8;	
	background-image: -ms-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -moz-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -o-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E0DCD8), color-stop(1, #F0EBE8));
	background-image: -webkit-linear-gradient(bottom, #E0DCD8 0%, #F0EBE8 100%);
	background-image: linear-gradient(to top, #E0DCD8 0%, #F0EBE8 100%);
	text-align: center;
	overflow-y: auto;
}

.modal-submit, .modal-close {
	border:solid 1px #aa9c8f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 9px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	cursor:pointer;
	width: 150px;
	font-size: 1vw;

	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -moz-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -o-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFBFA), color-stop(1, #E0D9D2));
	background-image: -webkit-linear-gradient(top, #FCFBFA 0%, #E0D9D2 100%);
	background-image: linear-gradient(to bottom, #FCFBFA 0%, #E0D9D2 100%);
}

.modal-submit:hover, .modal-close:hover {
	background-color: #F5F3F1;
	background-image: -ms-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -moz-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -o-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfbfa), color-stop(1, #EBE6E1));
	background-image: -webkit-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: linear-gradient(to bottom, #fcfbfa 0%, #EBE6E1 100%);
}
.modal-submit:active, .modal-close:active {
	background-color: #E3D7C9;
	background-image: -ms-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -moz-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -o-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ECE4DA), color-stop(1, #D8C7B4));
	background-image: -webkit-linear-gradient(top, #ECE4DA 0%, #D8C7B4 100%);
	background-image: linear-gradient(to bottom, #ECE4DA 0%, #D8C7B4 100%);
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.modalClose {
	color: white;
	float: right;
	padding-right: 15px;
	font-size: 1vw;
	font-weight: bold;
}

.modalClose:hover,
.modalClose:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.reveal-if-active {
	display: none;
	text-align: left;
	width: 100%;
}

input {
	font-size: 0.5vw;
}
input:disabled {
	background-color: #dddddd !important;
}
select {
	font-size: 0.5vw;
	border:solid 1px #aa9c8f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.moreButton {
	width: 100%;
	max-width:100%;
	background-color: #004A7F;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif; 
	font-size: 4.0vmin;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: inherit;
	color: rgba(255, 255, 255, 0.87);
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

.restartButton {
	width: 100%;
	max-width:100%;
	background-color: #004A7F;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif; 
	font-size: 6.0vmin;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: inherit;
	color: rgba(255, 255, 255, 0.87);
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

/* ---- flash effect button ----- */
.closeButton {
	width: 100%;
	max-width:100%;
	background-color: #B20000;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif; 
	font-size: 4.0vmin;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: inherit;
	color: rgba(255, 255, 255, 0.87);
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

.openButton {
	width: 100%;
	max-width:100%;
	background-color: #008000;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
	font-size: 4.0vmin;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: inherit;
	color: rgba(255, 255, 255, 0.87);
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

.closedAlert {
	width: 90px;
	height: 90px;
	background-color: #B20000;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
/*
	font-size: 12pt;
*/
	font-size: 2vh;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: inherit;
	color: rgba(255, 255, 255, 0.87);
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

.openAlert {
	width: 90px;
	height: 90px;
	background-color: #00ff00;
	-webkit-box-shadow: 0 0 40px #00ff00;
	-moz-box-shadow: 0 0 40px #00ff00;
	box-shadow: 0 0 40px #00ff00;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif;
/*
	font-size: 12pt;
*/
	font-size: 2vh;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: inherit;
	color: rgba(255, 255, 255, 0.87);
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
}

@-webkit-keyframes glowing-red {
	0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
	50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
	100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing-red {
	0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
	50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
	100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing-red {
	0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
	50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
	100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing-red {
	0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
	50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
	100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@-webkit-keyframes glowing-green {
	0% { background-color: #008000; -webkit-box-shadow: 0 0 3px #008000; }
	50% { background-color: #00ff00; -webkit-box-shadow: 0 0 40px #00ff00; }
	100% { background-color: #008000; -webkit-box-shadow: 0 0 3px #008000; }
}

@-moz-keyframes glowing-green {
	0% { background-color: #008000; -moz-box-shadow: 0 0 3px #008000; }
	50% { background-color: #00ff00; -moz-box-shadow: 0 0 40px #00ff00; }
	100% { background-color: #008000; -moz-box-shadow: 0 0 3px #008000; }
}

@-o-keyframes glowing-green {
	0% { background-color: #008000; box-shadow: 0 0 3px #008000; }
	50% { background-color: #00ff00; box-shadow: 0 0 40px #00ff00; }
	100% { background-color: #008000; box-shadow: 0 0 3px #008000; }
}

@keyframes glowing-green {
	0% { background-color: #008000; box-shadow: 0 0 3px #008000; }
	50% { background-color: #00ff00; box-shadow: 0 0 40px #00ff00; }
	100% { background-color: #008000; box-shadow: 0 0 3px #008000; }
}


/* --- shake image -- */
@keyframes shake {
	10%, 90% { transform: translate3d(-1px, 0, 0); }
	20%, 80% { transform: translate3d(2px, 0, 0); }
	30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
	40%, 60% { transform: translate3d(4px, 0, 0); }
}

@-webkit-keyframes shake {
	10%, 90% { transform: translate3d(-1px, 0, 0); }
	20%, 80% { transform: translate3d(2px, 0, 0); }
	30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
	40%, 60% { transform: translate3d(4px, 0, 0); }
}

@-moz-keyframes shake {
	10%, 90% { transform: translate3d(-1px, 0, 0); }
	20%, 80% { transform: translate3d(2px, 0, 0); }
	30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
	40%, 60% { transform: translate3d(4px, 0, 0); }
}

@-o-keyframes shake {
	10%, 90% { transform: translate3d(-1px, 0, 0); }
	20%, 80% { transform: translate3d(2px, 0, 0); }
	30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
	40%, 60% { transform: translate3d(4px, 0, 0); }
}

/* Panels */
.panel-info {
	font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial', sans-serif; 
	font-size: 3vw;
	font-weight: 400;
	line-height: 1.1;
	background-color: #00004d !important;
	border-color: #00004d;
	color: white;
}

.panel-heading {
	text-transform: uppercase;
	background-color: #000033 !important;
	border-color: #00004d;
	color: white;
}

.panel-info > .panel-heading-custom {
	text-transform: uppercase;
	background-color: #000033 !important;
	border-color: #00004d;
	color: white;
}

.imgFrame {
	border: 4px solid #000000;
	border-radius: 4px;
	display: block;
	max-width: 100%;
}

.imgFrame_sm {
	border-radius: 4px;
	display: block;
	max-width: 100%;
	padding: 5px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.charImg {
	max-width: 90%;
	background-color: white;
	float:center;
}

.transition {
	-webkit-transform: scale(1.6); 
	-moz-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}

.textFrame {
	border: 4px solid #000000;
	border-radius: 4px;
	background-color: #ffffff;
	width: 100%;
	padding: 5px;
	height:55px; width:100%;
	overflow-y: auto; overflow-x: auto; 
	margin-top: 15px;
}


#helppane {
	border: 1px solid #aa9c8f;
	padding: 2px;
	background-color: #ffffff;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	-khtml-border-radius:  3px;
	border-radius:  3px;
	height:55px; width:100%;
	overflow-y: auto; overflow-x: auto; 
	margin-top: 15px;
}

.modalhelppane {
	float: center;
	color: rgb(136, 136, 136);
	text-align: center;
	width: 80%;
	border: 1px solid #aa9c8f;
	padding: 2px;
	background-color: #ffffff;
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	-khtml-border-radius:  3px;
	border-radius:  3px;
	height:80px;
	overflow-y: auto; 
	margin: auto;
	margin-top: 25px;
}
#edit_helppane {
	color: rgb(0,0,0);
	height:60px;
}

.imagehp {
	height:400px; padding:2px; display:inline-block;
	cursor:pointer;
}

.Title {
	float:center;
	margin:20px;
	margin-left:250px;
	font-size: 4vw;
	font-weight: bold;
}

#header {
	min-width: 990px;
	width: 95%;
	padding-top: 5px;
	margin-left: auto; 
	margin-right: auto;	
	clear:both;
}

#footer {
	min-width: 990px;
	width: 95%;
	padding-top: 10px;
	margin-left: auto; 
	margin-right: auto;	
}

#footertext {
	float:right;
	font-size: 1vw;
}

#MainText {
	color:white;
}

.ImgCredit {
	font-size: 1vw;
	margin-top: 10px;
	color:#004d99;
	text-align:right;
}


p {
	font-size: 1.5vw;
	color:white;
}

h1 {
	font-size: 3vw;
	font-weight: 600;
	margin-bottom: 0.25em;
	margin-top: 1em;
	color:white;
	text-transform: uppercase;
}

h2 {
	font-size: 3vw;
	font-weight: 600;
	margin-bottom: 0.25em;
	margin-top: 1em;
}

h3 {
	font-size: 3vw;
	font-weight: 600;
	margin-bottom: 0.0em;
	margin-top: 0em;
	text-align: center;
}

h4 {
	color:#505050;
	font-size:2vw;
	font-style:italic;
	font-weight:400;

	margin-bottom: 0.5em;
	margin-top: 0em;
	text-align: center;
}

h3.modalSection {
	text-align: left;
	padding-left: 10%;
	padding-top: 2px;
}

label.fl {
	float:left;
	display:block;
	text-align:right;
	padding:2px;
}

ul.tabs {
	width:972px;
	list-style: none;
	margin:0;
	padding:0;
	overflow: hidden;
}

ul.tabs li {
	float: left;
	padding: 0px;
	margin-right: 1px;
	border-top: 1px solid #aa9c8f;
	border-left: 1px solid #aa9c8f;
	border-right: 1px solid #aa9c8f;

	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.paramsetlabel {
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.tabcolour {
	padding-left:6px;
	padding-right:6px;
	font-weight:bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
ul.tabs a {
	border: 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	padding:3px 8px 3px 8px;
	display:block;
	text-align:center;
	text-decoration: none;
	color: #000000;
	background-image: -ms-linear-gradient(top, #E8E5DF 0%, #D0C8BF 100%);
	background-image: -moz-linear-gradient(top, #E8E5DF 0%, #D0C8BF 100%);
	background-image: -o-linear-gradient(top, #E8E5DF 0%, #D0C8BF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8E5DF), color-stop(1, #D0C8BF));
	background-image: -webkit-linear-gradient(top, #E8E5DF 0%, #D0C8BF 100%);
	background-image: linear-gradient(to bottom, #E8E5DF 0%, #D0C8BF 100%);
	background-color: #D8D0C7;
}

ul.tabs a:hover {
	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -moz-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -o-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfbfa), color-stop(1, #EBE6E1));
	background-image: -webkit-linear-gradient(top, #fcfbfa 0%, #EBE6E1 100%);
	background-image: linear-gradient(to bottom, #fcfbfa 0%, #EBE6E1 100%);
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color: #efebe7;
	background-image: -ms-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: -moz-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: -o-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfbfa), color-stop(1, #EFEBE7));
	background-image: -webkit-linear-gradient(top, #fcfbfa 0%, #EFEBE7 100%);
	background-image: linear-gradient(to bottom, #fcfbfa 0%, #EFEBE7 100%);

	cursor:default !important;
	text-decoration: none;
	color: #000000;
	border-bottom:1px solid #efebe7 !important;
}

.panes {
	width: 972px;
	border: 1px solid #aa9c8f;
	padding: 5px;
	background-color: #efebe7;
	-moz-border-radius: 0px 3px 3px 3px !important;
	-webkit-border-radius:  0px 3px 3px 3px !important;
	-khtml-border-radius:  0px 3px 3px 3px !important;
	border-radius:  0px 3px 3px 3px !important;
	margin-top:-1px !important;
}

.modal-panes {
	width: 80%;
	border: 1px solid #aa9c8f;
	padding: 5px;
	background-color: #efebe7;
	-moz-border-radius: 0px 3px 3px 3px !important;
	-webkit-border-radius:  0px 3px 3px 3px !important;
	-khtml-border-radius:  0px 3px 3px 3px !important;
	border-radius:  0px 3px 3px 3px !important;
	margin: auto;
	margin-top:-1px !important;
	overflow-y:auto;
}

td {
	padding:1px;
	margin:0px;
}
table {
	border-spacing:0;
	border-collapse:collapse;
	overflow-y:auto;
}
td, tr {
	width: 50px;
	vertical-align: bottom;
}
td.center {
	text-align: center;
	vertical-align: middle;
}

.img-responsive {
	width:100%;
/*
	max-width:100%;
*/
	height:auto;
	max-height:400px;
}

video {
	width: 100%;
	max-width: 100%;
/*
	max-height: 100%;
*/
}
