
*{
	font-size:12px;
	margin:0px;
	padding:0px;
	color:black;
}

#flagDiv{
	float: left;
	border: 1px solid #888888;
	box-shadow: 2px 2px 3px #888888;
}

#title{
	width:248px;
	height:52px; 
	background-size:248px 52px;
	background-repeat:no-repeat;
	margin: auto; 
	margin-top:10px; 
}

#center_display{
	width:473px;
	height:385px;
	margin-right:25px;
	float:right;
}

#language_switch_btn{
	width:180px;
	height:40px;
	margin:auto;
	display:block;
	cursor:pointer;
}

#card_display{
	width:355px;
	height:375px;
	display:inline-block;
	margin:auto;
}


#main{
	width:353px;
	height:291px;
	margin:auto;
	margin-top:10px;
	cursor:pointer;
	
}

#themes{
	width:360px;
	height:350px;
	margin-left:15px;
	margin-top:22px;
	float:left;
}
.theme_btn{
	background-color:rgb(52,114,171); 
	width:115px;
	height:40px;
	line-height: 40px;
	margin-left:5px;
	margin-top:10px;
	color:white;
	font-size:14px;
	text-align:center;
	background-image:url("../img/check_mark.png"); 
	float:left;
	cursor:pointer;
	/*opacity:0.35;*/
}
.category_btn{
	background-color:rgb(255,179,179); 
	width:95px;
	height:30px;
	line-height: 30px;
	margin-left:7px;
	margin-top:5px;
	color:black;
	font-size:14px;
	text-align:center;
	/* background-image:url("../img/check_mark.png"); */
	float:left;
	cursor:pointer;
	opacity:1;
	filter:alpha(opacity=100);
}

#flash_card{
	width:256px;
	height:256px;
	display:block;
	margin:auto;
	padding:0px;
}

.turn_over_prompt_img{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#flash_card_back_theme{
	position: relative;
	border: 1px solid black;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin-left: 5%;
	margin-top: 5%;
	padding-left: 5px;
	padding-right: 5px;
	background-color:rgb(179,255,179); 
	float: left;
}
#flash_card_back_category{
	position: relative;
	border: 1px solid black;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin-left: 5%;
	margin-top: 5%;
	padding-left: 5px;
	padding-right: 6px;
	background-color:rgb(255,179,179); 
	float: left;
}

#flash_card_back_word{
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 8%;
}
#flash_card_back_ex1{
	position: relative;
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 15%;
}
#flash_card_back_ex2{
	position: relative;
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 8%;
}


#card_name{
	width:353px;
	height:30px;
	text-align:center;
	color:white;
	background-color: black;
	font-size:22px;
	margin:0 auto;
	padding-top:5px;
}

#audio{
	display:block;
	width:300px;
	margin:auto;
	margin-top:8px;
}

.lr_button{
	display:inline-block;
	margin-bottom:63px;
	cursor:pointer;
}

#alphabet{
	width:155px;
	height:40px;
	font-size:24px;
	float:left;
	margin-left: 15px;
}
#alphabet_icon{
	border:1px solid black;
	width:150px;
	height:35px;
	cursor:pointer;
}
#alphabet_table{
	border:1px solid black;
	width:715px;
	height:520px;
}
#table_img{
	width:715px;
	height:520px;
}

#listIcon,#sentTransIcon{
	width:130px;
	height:35px;
	border:1px solid black;
	cursor:pointer;
}
#botDeclare{
	width:1100px;
	height:60px;
	text-align: center;
	margin: auto;
	margin-top: 60px;
}

#table_div{
	z-index: 99;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background-color: rgba(40,40,40,0.4);
}
#backToMap{
	width: 100px;
	height:80px;
	margin-top: 25px;
	margin-left: 14px;
	display: block;
	float: left;
}
#earthBall{
	margin:auto;
	width: 45px;
	height: 60px;
	display: block;
	cursor: pointer;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#btmText{
	font-size: 16px;
	color: rgb(52,114,171);
	width: 100px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
}
#earthBall:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
#earthBall:hover + #btmText{
	font-weight: bold;
}
#btmText:hover{
	font-weight: bold;
}
#btmText:active{
	font-weight: normal;
}
#earthBall:active{
	opacity:0.6;
	filter: alpha(opacity=60);
}

a{
	font-size: 12px;
}
.page-tab{
    width:100%;
    height: 40px;
    border:1px solid lightgrey;
    background-color:white;
    margin:auto;
}
.page-tab-all-div{
    width:850px;
    height: 40px;
    float: left;
}
.page-single-table{
    font-size:15px;
    width:150px;
    height: 40px;
    line-height:40px;
    text-align: center;
    color:grey;
    margin-left: 15px;
    cursor:pointer;
    float:left;
}
.page-single-table:hover{
    background-color:dimgray;
    color:white;
}
.page-tab-container{

	width: 1100px;
	height: 40px;
	border: 0px solid blue; 
	margin: auto;
}
.page-tab-logo{
	width: 230px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	float: left;
	cursor: default;
}
.page-tab-logo *{
	color: black;
}