
.app{
  background-color: white;
  margin: 0px;
  color:#333;
  font-size:14px;
}

.app #page{
	
}

.app #footer{
	margin:auto;
}

.app img{
	border-style:none;
}

.app .error{
	padding-top:10px;
	text-align:center;
	font-size:14px;
	color:#777777;
	margin:auto;
}


.app a {
	text-decoration: underline;
	color:#063DA2;
}

.app a:visited {
	text-decoration: underline;
	color:#063DA2;
}



.app .walkie{
	width:38px;
	height:38px;
	background-image: url('../images/walkie.png');	 
}

.app .stationary{
	width:755px;
	height: 70px;
	font-size:22px;
	background-image: url('../images/stationary.png');
}

.app .stationary_middle{
	width:755px;
	background-image: url('../images/stationary_middle.png');
	background-repeat: repeat-y;
}

.app .stationary_footer{
	width:755px;
	height: 30px;
	background-image: url('../images/stationary_footer.png');
}

.app .splash{
	width:755px;
	height:460px;
	cursor:pointer;
	background-image: url('../images/splash.png');	 
}

.app .walkieLogo a {
	font-size:13px;
	text-decoration: none;
	color:#777777;
}

.app .walkieLogo a:visited {
	font-size:13px;
	text-decoration: none;
	color:#777777;
}

.app .copyright{
	font-size:12px;
	text-decoration: none;
	color:#777777;
}
.app .copyright:visited {
	font-size:12px;
	text-decoration: none;
	color:#777777;
}


.app .PaintSWF{
	margin-left:0px;
	margin-right:0px;
	 
}


.app .Lucida {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	font-size: 22px;
}



.app .divider{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #EEEEEE;
}


.app .info {
	font-size:14px;
	color:#777777;
}

.app .version {
	font-size:12px;
	color:#CCCCCC;
}

.app .devnote {
	font-size:12px;
	color:#FF0000;
}


.app .Copyright{
	padding-right:50px;
}

.TextBlue {
	font-family: "Times New Roman", Times, serif;
	color: #33537C;
	font-size: 20px;
}

.app #installFlash{
	background-image:url('/static/images/install_flash_player.png');
	width:760px;
	height: 300px;
	display:none;
}

.app #installFlashText{
	width:760px;
	height: 300px;
	padding-top:100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #33333;
	font-size: 16px;
}

.app #flashContent{
	background-color:#FFFFFF;
}

.app #flashHolder{
	background-color:#FFFFFF;
}

.blue {
	background-color: #33537C;
	
}


object { outline:none; }









 
 

