﻿body {
	/* background-image: url('images/background_stripes.png'); */
	background-color:#ffffff;
	font-family: arial,"Trebuchet MS", arial, tahoma;
	margin: 0px;
	padding: 0px;
	/*text-shadow: #fff 0px 1px 1px;*/
	max-width:480px;
/*	background-color:#c2c2c2;*/
}

a:link, a:active,  a:visited, a:hover {
	color: #f05b21;
	font-weight: bold;
	text-decoration:underline;
}


#HeaderNavigation {
	/* padding-left:5px;
	position: relative;
	height: 35px;

	background-image: url('/android/images/header_middle.png');
	border-bottom: 1px solid rgb(45, 54, 66); */

}
#FooterNavigation {
	padding-left:5px;
	position: relative;
	height: 35px;
	background-image: url('/android/images/header_middle.png');
	border-bottom: 1px solid rgb(45, 54, 66);

	
}

.NavigationLinks {
	float: left;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #f05b21;
	font-weight: bold;
	padding:2px;
	padding-top:10px;
	padding-right:7px;

margin-right:10px;
	vertical-align:middle;
	text-shadow: #000000 1px 1px 1px;
	
}

.NavigationLinks a:link, .NavigationLinks a:active,  .NavigationLinks a:visited, .NavigationLinks a:hover {
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #f05b21;
	font-weight: bold;
	text-decoration:none;
}
.NavigationLinks a:active, .NavigationLinks a:hover {
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}



#TopAd {
text-align:left;
padding:5px;
}

body[orient="portrait"]  #TopAd {
	text-align:left;
}
body[orient="landscape"]  #TopAd {
	text-align:left;
}
body[orient="portrait"] {
	/*background-color: #ffffff;*/
	/*	min-height: 416px;*/
	min-height: 412px;
}
body[orient="landscape"] {
	/*background-color: #ffffff;*/
	min-height: 300px;
}
body[orient="portrait"] #content, #HeaderNavigation #FooterNavigation {
	width: 100%;

}
body[orient="landscape"] #content,  #HeaderNavigation, #FooterNavigation {
	width: 100%;

}


#PageContent {
	margin:15px;
	font-size:14px;
}
form {
	margin:0px;
}

.formfield {
	padding:3px;
	font-size:16px;
	background-color:#ececec;
	font-family: "Trebuchet MS", arial, tahoma;
	text-shadow: #fff 0px 1px 1px;

}

.formdropdown {
	padding:3px;
	font-size:15px;
	background-color:#d5d5d9;
	font-family: "Trebuchet MS", arial, tahoma;
	text-shadow: #fff 0px 1px 1px;

}


.formbutton {

	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-family: "Trebuchet MS", arial, tahoma;


	text-decoration: none;
	text-align: center;

}

.FakeButton {
cursor:pointer;
	display:inline-block;  	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 26px;	 
	height: 28px;	 
	/* A button will expand to the width of its parent cell if no width is specified */

	overflow:hidden;	
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	/*  Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;
	/* The right and left borders are 14 pixels wide  */
	border-width: 0 4px 0 4px;	
	-webkit-border-image : url('/android/images/buttonoff.png') 0 4 0 4;
	
	
}



.Button a:link, .Button a:visited {

	display:inline-block;  	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 26px;	 
	height: 28px;	 
	/* A button will expand to the width of its parent cell if no width is specified */

	overflow:hidden;	
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	/*  Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;
	/* The right and left borders are 14 pixels wide  */
	border-width: 0 4px 0 4px;	
	-webkit-border-image : url('/android/images/buttonoff.png') 0 4 0 4;
	
	
}

.Button a:active, .Button a:hover  {

display:inline-block;  	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 26px;	 
	height: 28px;	 
	/* A button will expand to the width of its parent cell if no width is specified */

	overflow:hidden;	
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	/*  Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;
	/* The right and left borders are 14 pixels wide  */
	border-width: 0 4px 0 4px;	
	-webkit-border-image : url('/android/images/buttonoff.png') 0 4 0 4;

}




h1 {
	font-size: 19px;
	margin: 0 0 0px 0;
	padding:0px;
}
h2 {
	font-size: 17px;
	margin: 0 0 0px 0;
	padding:0px;
}
h3 {
	font-size: 16px;
	margin: 0 0 0px 0;
	padding:0px;
}
h4 {
	font-size: 15px;
	margin: 0 0 0px 0;
	padding:0px;
}
h5 {
	font-size: 14px;
	margin: 0 0 0px 0;
	padding:0px;
}
h6 {
	font-size: 13px;
	margin: 0 0 0px 0;
	padding:0px;
}


.appwrapper {
	vertical-align: middle;
	text-align: center;
	font-size: 9px;
	font-family: tahoma,verdana;
	float: left;
	height: 90px;
	width: 70px;
	overflow: hidden;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	color:#000000;
		text-shadow: #fff 0px 1px 1px;
}
.appimagewrapper {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 64px;
	max-height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 64px;
}
.appimagewrapper img {
	border: 0px;


}
.apptitlearea {
clear:both;
	text-align: center;
	width: 68px;
	overflow: hidden;
	padding-top: 2px;
	

}

.appwrapper a:link, .appwrapper a:active,  .appwrapper a:visited, .appwrapper a:hover {
	font-size: 9px;
	font-family: tahoma,verdana;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}


.appwrappersmall {
	vertical-align: middle;
	text-align: center;
	font-size: 8px;
	font-family: tahoma,verdana;
	float: left;
	height: 82px;
	width: 62px;
	overflow: hidden;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	color:#000000;
		text-shadow: #fff 0px 1px 1px;
}
.appimagewrappersmall {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 56px;
	max-height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 56px;
}
.appimagewrappersmall img {
	border: 0px;
}
.apptitleareasmall {
	text-align: center;
	width: 60px;
	overflow: hidden;
	padding-top: 2px;
	

}

.wrapit {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #555555;
	-webkit-border-radius: 5px;
}

#AlertBox {

	position: relative;
	margin:20px;
	padding: 20px;
	padding-bottom: 5px;
	font-family: Arial;
	color: #000000;
	text-align: left;
	font-size: 11px;
	min-height: 220px;
	width: 220px; /*	padding: 5px;
  	font-family: Arial;*/;
	background: #ffffff;
	border: 1px solid #555555;
	-webkit-border-radius: 5px;
}

body[orient="portrait"] #WebAppsHeader {
	width: 100%;

}
body[orient="landscape"]  #WebAppsHeader {
	width: 100%;

}



#WebAppsHeader {
	position: relative;
	height: 40px;
	background-image: url('/android/images/header_middle.png');
	border-bottom: 1px solid rgb(45, 54, 66);
	border-top: 1px solid rgb(45, 54, 66);
/*	margin-bottom:8px;*/

}

#WebAppsBack {
	width: 60px;
	padding-top:3px;
	padding-left:5px;
	float:left;
}

#WebAppsTitle {
	float:left;
	padding-top:7px;
	padding-left:34px;
		-webkit-transform: translate(0px, 0px);
	/* base metrics */
	height: 31px;
	margin-top: 3px;
	/* the titles should be displayed below the button so that they don't receive touches */
	z-index: 0;
	/* set up the font appearance */
	font-size: 14pt;
	font-weight: bold;
	color: white;
	text-shadow: rgba(0, 0, 0, .6) 0px -1px 0px;
	/* enfore trimming if the label is too long */
	white-space : nowrap;
	overflow : hidden;
	text-overflow: ellipsis;

}

.BlackLeftButton {
	display:inline-block;  	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 28px;	 
	height: 30px;	 
	/* A button will expand to the width of its parent cell if no width is specified */
	width:70px;
	overflow:hidden;	
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 3px auto;
	color: #fff;
	/*  Put a 1 pixel blur black shadow below the button's text */
	text-shadow: #000 0px 1px 1px;
	/* The right and left borders are 14 pixels wide  */
	border-width: 0 4px 0 13px;	
	-webkit-border-image : url('/android/images/back_button.png') 0 4 0 13;
}

.BlackLeftButtonOn  {
	-webkit-border-image : url('/android/images/back_button_touched.png') 0 4 0 13;
}


.BlackLeftButton a:link, .BlackLeftButton a:active, .BlackLeftButton a:visited {
	color: #fff;
	text-decoration:none;
}

.redbutton {
    background-color:#a40a1c;
    min-width:70px;

  background-image: url('/android/images/redbutton.png');

    height:23px;
	border:1px solid #ffffff;
    overflow:hidden;
    font-weight:bold;
	font-size:14px;
	color:#ffffff;
	font-family: arial, tahoma;
	/*text-shadow: #000 0px 1px 1px;*/
    -webkit-border-radius: 5px;
}




