/*
	Remote Buddy AJAX Remote
	(C) 2007 by IOSPIRIT GmbH. All rights reserved.
	Reuse and distribution strictly prohibited.
*/

body
{
	margin-top: 40px;
	font-size: 12px;
	font-family: "Helvetica", "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 144%;
	-webkit-text-size-adjust: none;
}

body[orient="plain"]
{
	min-height: 417px;
}

body[orient="landscape"]
{
	min-height: 268px;
}

#rootContent1
{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100%;
	min-height: 416px;
	overflow: hidden;
	z-index: 1;
}

#rootContent2
{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 100%;
	min-height: 416px;
	overflow: hidden;
	display: none;
	z-index: 2;
}

.uiRoot
{
	min-height: 417px;
}

.uiRoot[orient="plain"]
{
	min-height: 417px;
}

.uiRoot[orient="landscape"]
{
	min-height: 268px;
}

.uiRoot[uiStyle*="blue"]
{
	background: #fffff;
}

.uiRoot[uiStyle*="black"]
{
      	background-image:url("/images/background.png");
      	background-repeat: repeat-x;
      	background-position: center 0px;
}

.uiRoot > .uiNavLine
{
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 14px;
	height: 37px;

	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    	font-weight: bold;
	font-size: 16px;
	color: white;
	text-align: center;
	
	z-index: 98;
}

.uiRoot > .uiNavLine[uiHasButtons*="y"]
{
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	
	padding-left: 100px;
	padding-right: 50px;
}

.uiRoot[uiStyle*="black"] > .uiNavLine
{
	background-repeat: repeat-x;
	background-image: url(/images/titleBarBlack.png);
}


.uiRoot[uiStyle*="blue"] > .uiNavLine
{
	background-repeat: repeat-x;
	background-image: url(/images/titleBarBlue.png);
}

.uiRoot > .uiToolBar
{
	position: absolute;
	left: 0px;
	top: auto;
	bottom: 0px;
	right: 0px;
	height: 50px;

	margin: 0px;

	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    	font-weight: bold;
	font-size: 16px;
	color: white;
	text-align: left;

	background-repeat: repeat-x;
	background-image: url(/images/titleBarBlack.png);
	
	z-index: 98;
}

.uiRoot > .uiToolBar > .uiToolBarItem
{
	width: 64px;
	height: 50px;

	position:absolute;
	top: 0px;
	right: auto;
	bottom: auto;

      	background-image: none;
}

.uiRoot > .uiToolBar > .uiToolBarItem > .uiToolBarItemLabel
{
	position: absolute;

	top: auto;
	bottom: 3px;
	left: 5px;
	right: 5px;
	width: 54px;

	font-size: 10px;

	text-align: center;

	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
}

.uiRoot > .uiToolBar > .uiToolBarItem[uiItemStatus*="selected"]
{
      	background-image:url("/images/uiToolbarItemBg.png");
      	background-repeat: no-repeat;
      	background-position: center center;
}

.uiRoot > .uiToolBar > .uiToolBarItem > img
{
	position: absolute;
	top: 2px;
	bottom: auto;
	right: 17px;
	left: 17px;
}

.uiRoot > .uiNavLineButtons
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11.5px;

	text-align: right;

	height: 51px;
	text-shadow: 0px 1px 1px #000;
	font-weight: bold;
	
	z-index: 99;
}

.uiRoot > .uiNavLineButtons img
{
	margin-top: 8px;
	margin-right: 7px;
}

.uiRoot > .uiNavLineButtons > .uiButtonBack
{
	position: absolute;
	left: 10px;
	top: 7px;
	right: auto;
	height: 28px;
	max-width: 60px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	background: none;
	border-width: 0px 10px 0px 18px;
}

.uiRoot[uiStyle*="blue"] > .uiNavLineButtons > .uiButtonBack
{
	-webkit-border-image: url("/images/backButtonBlue.png") 0 10 0 18;
}

.uiRoot[uiStyle*="black"] > .uiNavLineButtons > .uiButtonBack
{
	-webkit-border-image: url("/images/backButtonBlack.png") 0 10 0 18;
}

.uiRoot > .uiNavLineButtons > .uiButton
{
	position: absolute;
	top: 7px;
	left: auto;
	right: 10px;
	height: 28px;
	max-width: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	background: none;
	border-width: 0px 10px 0px 10px;
}

.uiRoot[uiStyle*="blue"] > .uiNavLineButtons > .uiButton
{
	-webkit-border-image: url("/images/buttonBlue.png") 0 10 0 10;
}

.uiRoot[uiStyle*="black"] > .uiNavLineButtons > .uiButton
{
	-webkit-border-image: url("/images/buttonBlack.png") 0 10 0 10;
}

.uiSliderParent
{
	background: url(/images/uiSliderUnselected.png) no-repeat right center;
	margin: 0px;
	padding: 0px;

	margin-left: 5px;
	
	height: 20px;
}

.uiSliderKnob
{
	margin: 0px;
	padding: 0px;

	background: url(/images/uiSliderSelected.png) no-repeat left center;

	margin-left: -5px;
	padding-left: 0px;
	
	float: left;
}


.uiTabEnd
{
	clear: left;
}

.uiTabLeft,
.uiTabMiddle,
.uiTabRight
{
	display: block;
	border-width: 0px 15px;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
	float: left;
}

.uiTabLeft[uiTabStatus*="selected"],
.uiTabMiddle[uiTabStatus*="selected"],
.uiTabRight[uiTabStatus*="selected"]
{
	color: white;
	text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
}

.uiTabLeft
{
	-webkit-border-image: url(/images/uiTabLeft.png) 0 15 0 15;
}

.uiTabMiddle
{
	-webkit-border-image: url(/images/uiTabMiddle.png) 0 15 0 15;
}

.uiTabRight
{
	-webkit-border-image: url(/images/uiTabRight.png) 0 15 0 15;
}

.uiTabLeft[uiTabStatus*="selected"]
{
	-webkit-border-image: url(/images/uiTabLeftSel.png) 0 15 0 15;
}

.uiTabMiddle[uiTabStatus*="selected"]
{
	-webkit-border-image: url(/images/uiTabMiddleSel.png) 0 15 0 15;
}

.uiTabRight[uiTabStatus*="selected"]
{
	-webkit-border-image: url(/images/uiTabRightSel.png) 0 15 0 15;
}

.uiLightButton
{
	display: block;
	border-width: 0px 15px;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
	-webkit-border-image: url(/images/uiLightButton.png) 0 15 0 15;
}

.uiLightButton[uiButtonStatus*="selected"]
{
	color: white;
	text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
	-webkit-border-image: url(/images/uiLightButtonSel.png) 0 15 0 15;
}

/* Below code and associated images based on the iUI work by Joe Hewitt (http://www.joehewitt.com/) */

.uiWhiteButton,
.uiGrayButton
{
	display: block;
	border-width: 0 12px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: inherit;
	color: inherit;
}

.uiWhiteButton
{
	-webkit-border-image: url(/images/whiteButton.png) 0 12 0 12;
	text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.uiGrayButton
{
	-webkit-border-image: url(/images/grayButton.png) 0 12 0 12;
	color: #FFFFFF;
}

