/******************* common style*****/
.copy{
	
	position: absolute;
	width: 20%;
	left: 40%;
	bottom: 1%;
}
.aboutlink{
	float: right;
	position: absolute;
	right: 15%;
	top: 2%;
}
#promptRefresh {
	z-index: 0;
	position: absolute;
	bottom: 10%;
	margin: auto;
}
#icons {
	position: absolute;
	bottom: 10%;
	margin: auto;
}
ol > li {

	height: 2.5em;
}

#infolabel {
	font-size: 1.0em;
	font-style: oblique;
	float: right;
	padding: 1%;
	position: fixed;
	right: 2%;
	top: 2%;
	COLOR: #FFFFFF;
	border: 1px dotted rgb(250, 250, 250);
	border-radius: 50%;
}

#infodiv {
	visibility: hidden;
	background-color: rgba(0, 0, 0,0.1);
	width: 0% ;
	height :0%;
	position: absolute;
	right: 2%;
	top: 2%;
	z-index: 4;
	font-size: small;
	color: rgba(0, 0, 0,0.1);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 30%;
	overflow-y: scroll;
}
#infocenter {
	visibility: visible;
	position: absolute;
	background-color: rgba(0, 0, 0,0.7);
	width: 60% ;
	height :100%;
	right: 1%;
	padding: 8%;
	top: 10%;
	z-index: 70;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border: 1px dotted rgb(219, 39, 177);
	border-radius: 10%;
	overflow-y: auto;
	
}
#infotext {
	
}
#linksToAppsDiv {
	position: absolute;
	bottom: 20%;
	height: auto;
	display: inline-block;
}

#appStore {
	position: absolute;
	right: 0px;
	width: 165px;
	top: 50%;
	padding: 0px;
	margin-right: 0px;
}
#googlePlay {
	position: absolute;
	left: 0px;
	width: 165px;
	top: 50%;
	margin-top: 20px;
	padding: 0px;
}
#okButton {
	z-index: 50;
}

#header {

	top: 0%;
	height: 10%;
	background: -moz-linear-gradient(white,rgba(230, 4, 183, 0.7) ); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%,rgba(230, 4, 183, 0.7) )); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(white,rgba(230, 4, 183, 0.7)); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(white,rgba(230, 4, 183, 0.7)); /* Opera 11.10 */
	background: linear-gradient(white,rgba(230, 4, 183, 0.7));
	width: 100%;
}

.selectlabel, #okButton, #categoriesSelect, #familiesSelect {

	color: white;
	background: -moz-linear-gradient(	rgba(248,248,255, 0.8)rgba(230, 4, 183, 0.8) ); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248,248,255, 0.8)), color-stop(100%,rgba(230, 4, 183, 0.8) )); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8)); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8)); /* Opera 11.10 */
	text-shadow: 1px 1px #000000;
}

.selectlabel {
	border-radius: 8%;
}
#nav {
	top: 5%;
}
#selectDiv, #aboutP {

	top: 15%;
	min-height:1em;
}
#categoriesSelect {
	top: 10%;
	width: 100%;
}
#familiesSelect {
	top: 10%;
	width: 100%;
}
#contact,#mail{
	float:right;
}

#copyright {
	bottom: 10%;
}

.content {
	min-height: 70%;
}

.oddTabletr {
	background-color: rgba(219, 39, 177, 0.2);
	/*background-color: rgba(255, 255, 255, 0.3);*/
}

.evenTabletr {
	/*background-color: rgba(255, 23, 155, 0.3);*/
	background-color: rgba(255, 29, 165, 0.2);
	/*background-color: rgba(255, 255, 255, 0.6);*/

}
.oddTabletr:hover {
	background-color: rgba(219, 39, 177, 0.9);
	/*background-color: rgba(255, 255, 255, 1);*/
	text-shadow: 1px 1px #000000;
}

.evenTabletr:hover {
	background-color: rgba(219, 39, 177, 0.9);
	/*background-color: rgba(255, 255, 255, 1);*/
	text-shadow: 1px 1px #000000;
}
#movesTableRowHeader {
	/*background-color: rgba(192, 26, 234, 0.6);*/
	background-color: rgba(255, 204, 255, 1);
}
#player {
	bottom: 6%;
	box-shadow: 0px 10px 100px 10px rgb(219, 39, 177);
	height: 75%;
}

#listview {
	top: 20%;
	bottom: 6%;
	margin-left: 0em;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0px 10px 100px 10px rgb(219, 39, 177);
	/*background-color: rgba(255, 255, 255, 0.9);*/

}
.left {

	position: absolute;
	width: 50%;
	left: 1%;
	right: -45%;
}
.right {

	position: absolute;
	width: 60%;
	right: 1%;
	
}
.centered {

	position: absolute;
	width: 35%;
	
	left: 1%;
}
.centered2 {

	position: absolute;
	width: 70%;
	
	left: 15%;
}
div.navbtm {
	display: none;
	position: fixed;
	width: 100%;
	left: 0%;
	right: 0%;
	bottom: 0%;
}

.page {
	height:100%;
	/*background-color: rgba(250, 250, 240, 0.5);*/
	/*background-color: rgba(230, 255, 255,0.5);*/
}

body {
/*	background-color: blue;*/
	background-color: rgba(0, 0, 0,0.9);

	COLOR: #FFFFFF;
	TEXT-ALIGN: justify;
	font: normal 1em Comic Sans MS, Georgia, arial, sans-serif;
}

#aboutP {
	box-shadow: 0px 10px 100px 10px rgb(219, 39, 177);
	border-radius: 2%;
	background-color: rgba(219, 39, 177, 0.2);
	-webkit-overflow-scrolling: auto;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	padding: 1%;
}

hr {
	border: 1px dotted rgb(219, 39, 177);
}

h1 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	padding: 0.2em;
	text-shadow: 1px 1px #000000;
}

h2 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	padding: 0.2em;
}

a {
	font-style: italic;
	color: #FF00FF;
}
#onbtm {
	color: #FFFFFF;
}

a:link {
	color: #FF00FF;
} unvisited link */

a:visited {
	color: #FF00FF;
} visited link */
a:hover {
	color: #FF00FF;
	text-shadow: 2px 1px #FFFFFF;
}/* mouse over link */
a:active {
	color: #FFFFFF;
}/* selected link */

a.menubtm {
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
}
h6 {
	text-align: center;
}
/****************** Header***********/
#logo {
	position: relative;
	max-width: 80px;
	min-width: 80px;
	left: 0px;
	z-index: 50;
}

header {width: 100%;
}

#headerttl {
	font-size: 1.0em;
	float: right;
	/*bottom: 5%;*/
	padding-right: 10em;
	COLOR: #FFFFFF;
	position: absolute;
	right: 5%;
	top: 2%;
}
#backlink {
	font-size: 0.8em;
	float: right;
	/*bottom: 5%;*/
	padding-right: 10em;
	COLOR: #FFFFFF;
	position: absolute;
	right: -2%;
	top: 4%;
}

/****************** end of Header***********/

/******************Menu****************/
a.menu:hover {
	/*background:#E0E0E0 ;*/
	text-shadow: 1px 1px #FFFFFF;
}
a.menu:active {
	background: #FFFFFF;
}/* selected link */
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a.menu {
	display: block;
	width: 30%;
	background: -moz-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8) ); /* FF 3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248,248,255, 0.8)), color-stop(100%,rgba(230, 4, 183, 0.8) )); /* Safari 4+, Chrome 2+ */
	background: -webkit-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8)); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8)); /* Opera 11.10 */
	background: linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8));
	text-decoration: none;
	line-height: 80%;
	font-size: 1.2em;
	padding: 0.2em;
	margin: 0.2em;
	text-align: center;
	text-shadow: 1px 1px #000000;
}
#on {
	color: #FFFFFF;
}
/********************end of Menu*******************/


#copy {
	position: absolute;
	bottom: 1%;
	padding: 0%;
	font-size: smaller;
}

/****************** specific to  the index page***********/

#signature {
	text-align: left;
}

@media screen and (max-width: 450px) {

	.selectlabel {
		display: inline-block;
		float: left;
		width: 50%;
	}

	#selectDiv {
		
		visibility: hidden;
	}
	#listview {
		top: 10%;
		bottom: 1%;
	}

	/*swapping navigation bars*/

	div.navbtm {
		display: block;
		position: fixed;
		width: 100%;
		left: 0%;
		right: 0%;
		bottom: 0%;
	}
	#nav {
		display: none;
	}

	button.menubtm {

		background: -moz-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8) ); /* FF 3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248,248,255, 0.8)), color-stop(100%,rgba(230, 4, 183, 0.8) )); /* Safari 4+, Chrome 2+ */
		background: -webkit-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8)); /* Safari 5.1+, Chrome 10+ */
		background: -o-linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8)); /* Opera 11.10 */
		background: linear-gradient(rgba(248,248,255, 0.8),rgba(230, 4, 183, 0.8));
		min-width: 4em;
		min-height:1em;
		
		padding: 0.2em 0em;
		font-style: italic;
	}

	/*end of swapping navigation bars*/

	body {
		/*background-color: yellow;*/
		font-size: 0.8em;
	}
	.centered {

		position: absolute;
		width: 94%;
		left: 3%;
		right: -2%;
	}

	#logo {
		max-width: 35px;
		min-width: 30px;
		float: left;
	}

	#headerttl {
		font-size: 0.9em;
		float: right;
		padding-right: 2em;
	}

	ul.menu {
		overflow: hidden;
	}
	a.menu {
		width: 100%;
		height:1.8em;
		text-align:center;
		
		font-size: 0.8em;
		margin: 0.3em;
	}

	#aboutP {
		height: 115%;
		overflow: scroll;
		-webkit-overflow-scrolling: auto;
	}
		#aboutDiv {
		height: 115%;
		overflow: scroll;
		-webkit-overflow-scrolling: auto;
	}
	#linksToAppsDiv {
		position:fixed;
		
		bottom :95%;
		height:auto;
	}
	
	#icons {
	position: absolute;
	bottom: -15%;
	margin: auto;
}

}

@media screen and (min-width: 600px) and (max-width: 1149px) {
	body {
		/*background-color: white;*/
		font: normal 1em Georgia, arial, sans-serif;
	}
#selectDiv {
		
		visibility: hidden;
	}
	#listview {
		top: 15%;
	}

	.selectlabel {
		display: inline-block;
		float: left;
		width: 30%;
	}

	#okButton {
		float: right;
		width: 30%;
	}
	div.navbtm {

		display: block;
		position: fixed;
		width: 100%;
		left: 0%;
		right: 0%;
		bottom: 0%;
	}
	#nav {
		display: none;
	}

	#logo {
		max-width: 70px;
		min-width: 50px;
	}

	ul.menu {
		overflow: hidden;
	}

	a.menu {
		font: 2em;
		font-style: italic;
		font-weight: normal;
		padding-bottom: 2em;
		padding-top: 2em;
		padding-right: 0em;
		width: 100%;
		background-color: rgba(230, 4, 183, 0.8);
	}

}

@media screen and (min-width: 1150px) {
	#selectDiv {
		padding-top: 1em;
	}

	.selectlabel {
		display: inline-block;
		float: left;
		width: 30%;
	}
	div.navbtm {

		display: none;
	}

	#okButton {

		width: 30%;
		float: right;
	}
	#description {
		top: 15%;
	}

	body {
		/*background-color: orange;*/
		margin: 0;
		padding: 0;
		border: none;
	}

	ul.menu {
		overflow: hidden;
	}
	li.menu {
		float: left;
		display: inline;
		width: 32%;
		padding: 0.2em;
	}
	a.menu {
		font-size: 1.5em;
		font-style: italic;
		font-weight: normal;
		padding: 0.5em;
		width: 92%;
	}
	a.menu:active {
		background: #F0F0F0;
	}

	#logo {
		position: relative;
		max-width: 80px;
		min-width: 50px;
		left: 0px;
		z-index: 50;
	}

}
/*
 @media screen and (min-width: 1500px) {

 body {
 background-color: red;
 margin: 0;
 padding: 0;
 border: none;
 }

 ul.menu {
 overflow: hidden;
 }

 li.menu {
 float: left;
 display: inline;
 width: 32%;
 padding: 0.2em;
 }
 a.menu {
 font-size: 1.5em;
 font-style: italic;
 font-weight: normal;
 padding: 0.5em;
 background-color: #DB27B1;
 }
 a.menu:active {
 background: #F0F0F0;
 }
 logo {
 position: relative;
 max-height: 100px;
 max-width: 80px;
 left: 0px;
 z-index: 50;
 }

 }*/

