/* CSS Document */

.mytabs{
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px 3px 15px;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
	margin: 3px 0px;
	background-color: #1D4D74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.mylocation{
	cursor: hand;
	cursor: pointer;
	padding: 0px 15px;
	font-weight: bold;
	margin: 0px;
	font-size: x-small;
	border: 0px none #CCCCCC;
}
.opentabs{ /*class added to contents of 1st demo when they are open*/
font-color: #999999;
}

.mylocationinfo{
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: yellow;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: white;
}

