﻿body {
	/* background-image: url('images/background_stripes.png'); */
	text-align:center;
	background-color:#ececec;
	/*background-color:#adadb0;*/
	font-family: "Trebuchet MS", arial, tahoma;
	margin: 0px;
	padding: 0px;
	text-shadow: #fff 0px 1px 1px;
	/*max-width:480px*/
	
}
body, td 
{
    font-size:13px;
}
body img  {
    border:0px
}
.error 
{
    color:#e45a43;
    font-weight:bold;
}

a:link,  a:active,  a:visited, a:hover {
	color:#5780ac;
	font-weight:bold;
	text-decoration:none;
}

#PageTopOutsideWrapper {
	background-color:#35619d;
	background-image: url('/apps/images/PageTopBackground.png');
	background-repeat:repeat-x;
	border-bottom:1px solid #2d4042;
	height: 39px;
}
#PageTopInsideWrapper {
	max-width:960px;
	position: relative;
	height: 39px;
	
}


#TopBackButtonDiv {
	width: 60px;
	padding-top:3px;
	padding-left:5px;
	float:left;
}

.TopBackButton {

	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;
	text-decoration: none;
	text-align: center;
	margin: 3px auto;
	/*  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('/apps/images/back_button.png') 0 4 0 13;

}

.TopBackButton a:link, .TopBackButton a:active, .TopBackButton  a:visited, .TopBackButton a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}



#TopTitle {
	float:left;
	padding-top:6px;
	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;
	width:200px;	}

#TopTitle H1 {
    font-size: 14pt;
    margin:0px;

}
#ContentWrapper {

	max-width:960px;
	text-align:left;
}

.LogoContentDivision {
	margin: 4px 10px;
	clear: both;
}

.MainContentDivision {
	margin: 10px;
	clear: both;
}

.LeftContentDivision {
	
	float: left; min-width: 300px; max-width: 460px; 
margin-bottom:3px
}

.RightContentDivision {
	float:right;
	min-width: 300px; max-width: 460px;  
	text-align: center;width:100%
}


body[orient="portrait"]  #TopTitle {
	width:210px;
}

body[orient="landscape"]  #TopTitle {
	width:300px;
}

body[orient="portrait"] {
	/*background-color: #ffffff;*/
		min-height: 460px;
}

body[orient="landscape"] {
	/*background-color: #ffffff;*/
	min-height: 300px;
}

body[orient="portrait"] #content, #WebAppsHeader, #Result {
	width: 100%;
}

body[orient="landscape"] #content, #WebAppsHeader, #Result {
	width: 100%;
}



form {
	margin:0px;
}

.formfield {
	padding:3px;
	font-size:16px;
	background-color:#ffffff;
	font-family: "Trebuchet MS", arial, tahoma;
	text-shadow: #fff 0px 1px 1px;

}

.formdropdown {
	padding:3px;
	font-size:15px;
	background-color:#ffffff;
	font-family: "Trebuchet MS", arial, tahoma;
	text-shadow: #fff 0px 1px 1px;
}

.bluebutton {
	background-color:#6ab9cf;
    min-width:70px;
    background-image: url('/apps/images/blueButton.png');

    height:23px;
	border:1px solid #2a849d;
    overflow:hidden;
    font-weight:bold;
	font-size:14px;
	color:#ffffff;
	font-family: arial, tahoma;
	/*text-shadow: #000 0px 1px 1px;*/
    -webkit-border-radius: 5px;
}


.orangebutton {
    background-color:#e0a321;
    min-width:70px;
    background-image: url('/apps/images/OrangeButton.png');

    height:23px;
	border:1px solid #e0a321;
    overflow:hidden;
    font-weight:bold;
	font-size:14px;
	color:#ffffff;
	font-family: arial, tahoma;
	/*text-shadow: #000 0px 1px 1px;*/
    -webkit-border-radius: 5px;
}

.redbutton {
    background-color:#dd0800;
    min-width:70px;
    background-image: url('/apps/images/RedButton.png');

    height:23px;
	border:1px solid #e0a321;
    overflow:hidden;
    font-weight:bold;
	font-size:14px;
	color:#ffffff;
	font-family: arial, tahoma;
	/*text-shadow: #000 0px 1px 1px;*/
    -webkit-border-radius: 5px;
}


.formbutton {	
    /* change background to header color */
   background-color:#6ab9cf;
    min-width:70px;
    background-image: url('/apps/images/blueButton.png');
    	
    text-align:center;
    height:29px;

    overflow:hidden;
    font-weight:bold;
	font-size:14px;
	color:#ffffff;

	font-family: arial, tahoma;
	/*text-shadow: #000 0px 1px 1px;*/
    -webkit-border-radius: 5px;

}

.formbutton a:link, .formbutton a:visited, .formbutton a:active, .formbutton a:hover {
   background-color:#6ab9cf;
    min-width:70px;
    background-image: url('/apps/images/blueButton.png');
	
	border:1px solid #555555;
	-webkit-border-radius: 5px;
	padding:4px 10px;
    overflow:hidden;
	font-size:14px;
	color:#ffffff;
	 font-weight:bold;
	font-family: arial, tahoma;
	/*text-shadow: #000 0px 1px 1px;*/
	
}

.AppIconWrapper {
    width: 66px;
    height: 84px;	
	text-align: center;
	vertical-align: middle;
	float: left;
	
	font-size:8px;
	font-family: tahoma,verdana;
	overflow: hidden;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
	color:#000000;
	text-shadow: #fff 0px 1px 1px;
}
.AppIconWrapper div {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 64px;
	max-height:64px;
	text-align: center;
	line-height: 64px;

}
.AppIconWrapper img {
	border: 0px;
	height:64px;
	width:64px;
}
.AppIconWrapper a:link, .AppIconWrapper a:hover, .AppIconWrapper a:active, .AppIconWrapper a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

/*
.AppIconWrapper {
    width: 55px;
    height: 72px;	
	text-align: center;
	vertical-align: middle;
	float: left;
	
	font-size:8px;
	font-family: tahoma,verdana;
	overflow: hidden;
	padding: 1px;
	margin: 0px;
	cursor: pointer;
	color:#000000;
	text-shadow: #fff 0px 1px 1px;
}
.AppIconWrapper div {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 52px;
	max-height:52px;
	text-align: center;
	line-height: 52px;

}
.AppIconWrapper img {
	border: 0px;
	height:52px;
	width:52px;
}
.AppIconWrapper a:link, .AppIconWrapper a:hover, .AppIconWrapper a:active, .AppIconWrapper a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

*/

h1 {
	font-size: 18px;
	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 -12px 0;
	padding:0px;
}


#AlertBox {

	position: absolute;
	margin:53px;
	margin-top:29px;
	padding: 20px;
	padding-bottom: 5px;
	font-family: Arial;
	color: #000000;
	text-align: left;
	font-size: 11px;
	min-height: 150px;
	width: 150px; /*	padding: 5px;
  	font-family: Arial;*/;
  	background-color:#ffffff;
	filter:alpha(opacity=92);-moz-opacity:.92;opacity:.92;
	border: 1px solid #555555;
	-webkit-border-radius: 5px;
}

#RatingsBox {
	position: absolute;
	margin:0px 30px;
	padding: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	color: #000000;
	text-align: left;
	font-size: 11px;
	min-height: 190px;
	width: 230px; /*	padding: 5px;
  	font-family: Arial;*/;
  	background-color:#ffffff;
	filter:alpha(opacity=97);-moz-opacity:.97;opacity:.97;
	border: 1px solid #555555;
	-webkit-border-radius: 5px;
	z-index:999;
}


/* this works for making the TLAs look like iphone buttons
ul {
	font-size:10px;
}

li {
	background-image:url("/apps/friends/blank.png");
	background-repeat:no-repeat;
	padding: 1px;
	margin: 0px;
	text-align:left;
	display:inline-block;
	list-style:none;
	width: 66px;
    padding-top:66px;	
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size:8px;
	font-family: tahoma,verdana;
	overflow: hidden;
	cursor: pointer;
	color:#000000;
	text-shadow: #fff 0px 1px 1px;

}
*/



