/* iui.css (c) 2007 by iUI Project Members, see LICENSE.txt for license */
body {
    margin: 0;
    font-family: Helvetica;
    background: #666699;
    color: #000000;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

body > *:not(.toolbar) {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 45px;
    width: 100%;
    min-height: 372px;
}

body[orient="landscape"] > *:not(.toolbar) {
    min-height: 268px;
}

body > *[selected="true"] {
    display: block;
}

a[selected], a:active {
    /*background-color: #194fdb !important;*/
    background-image: url(listArrowSel.png), /*url(selection.png)*/ !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

a[selected="progress"] {
    background-image: url(loading.gif), url(selection.png) !important;
}

/************************************************************************************************/

#home {
	background-image: url(logo1.png);
	background-position: center 10px;
	padding-top: 121px;
	background-repeat: no-repeat;
}

#homeButton{
  position: absolute;
	right:6px;
	left: auto;
  padding: 0;
  max-width: 75px;
  border-width: 0 8px 0 14px;
  -webkit-border-image: url(home.png) 0 8 0 14;
}

#gmenu {
	/*background-image: url(logo1.png);*/
	background-position: center 10px;
	padding-top: 121px;
	background-repeat: no-repeat;
}

body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid ##666699;
    border-top: 1px solid #666699;
    padding: 0px;
    height: 45px;
    width: 100%;
    background: url(toolbar.png) #666699 repeat-x;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
	  top:0px;
    /*margin: 1px 0 0 -75px;*/
    height: 45px;
    font-size: 18px;
    width: 98%;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

body[orient="landscape"] > .toolbar > h1 {
    text-align: center;
    width: 95%;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 8px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    /*-webkit-border-image: url(toolButton.png) 0 5 0 5;*/
}

#backButton {
    display: none;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 75px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(backButton.png) 0 8 0 14;
}

#footer
{
	position: absolute;
	left: 0px;
	-webkit-box-sizing: border-box;
	background: url(footbar.png);
	padding: 0px;
	margin: 0px;
	height: 49px;
	width: 100%;
}

#footer .icon
{
	background-repeat: no-repeat;
	background-position: center 4px;
	float: left;
	position: relative;
	display: block;
	width: 20%;
	height: 49px;
}

#footer .icon a
{
	position: absolute;
	z-index: 10;
	display: block;
	height: 15px;
	width: 100%;
	text-decoration: none;
	
	font-family: "Helvetica";
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 34px;
}

/************************************************************************************************/

#ulbox {
	overflow: hidden;
	border: 0;
	-webkit-border-radius: 10px;
	position: relative;
	padding-left: 0px;
	width: auto;
	margin: 12px 9px 9px 9px;
    -webkit-margin-top-collapse: separate;
    background-color: #9999cc;
}

#ulbox .item {
	position: relative;
    list-style-type: none;
    height: 45px;
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #666699;
}

#ulbox .group {
	position: relative;
    list-style-type: none;
    height: 45px;
    width: auto;
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #b1afa6;
}

#ulbox .item:last-child {
    border: 0;
}

#ulbox .item a {
	position: relative;
  width: auto;
	display: block;
	height: 100%;
	text-decoration: none;
}

#ulbox .icon {
	position: absolute;
	width: 30px;
	height: 30px;
    left: 11px;
    top: 8px;
    background-repeat: no-repeat;
}

#ulbox .label {
    position: absolute;
    left: 52px;
    right: 30px;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Helvetica';
	font-weight: bold;
    color: #FFFFFF;
    height: auto;
    top: 14px;
    bottom: 0px;
    line-height: 17px;
    font-size: 17px;
}

#ulbox .arrow {
    position: absolute;
    width: 9px;
    height: 13px;
    right: 13px;
    top: 17px;
    background-image: url(chevron.png);
    background-repeat: no-repeat;
}

/************************************************************************************************/

#ulboxextra {
	overflow: hidden;
	border: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: #3c3c6e;
	-webkit-border-radius: 10px;
	position: relative;
	padding-left: 0px;
	width: auto;
	margin: 20px 9px 9px 9px;
    -webkit-margin-top-collapse: separate;
    background-color: #666699;
}

#ulboxextra .item {
	position: relative;
    list-style-type: none;
    height: 45px;
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #3c3c6e;
}

#ulboxextra .group {
	position: relative;
    list-style-type: none;
    height: 45px;
    width: auto;
    overflow: hidden;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #3c3c6e;
}

#ulboxextra .item:last-child {
    border: 0;
}

#ulboxextra .item a {
	position: relative;
  width: auto;
	display: block;
	height: 100%;
	text-decoration: none;
}

#ulboxextra .icon {
	position: absolute;
	width: 30px;
	height: 30px;
    left: 11px;
    top: 8px;
    background-repeat: no-repeat;
}

#ulboxextra .label {
    position: absolute;
    left: 52px;
    right: 30px;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Helvetica';
	font-weight: bold;
    color: #3c3c6e;
    height: auto;
    top: 14px;
    bottom: 0px;
    line-height: 17px;
    font-size: 17px;
}

#ulboxextra .arrow {
    position: absolute;
    width: 9px;
    height: 13px;
    right: 13px;
    top: 17px;
    background-image: url(chevron2.png);
    background-repeat: no-repeat;
}

/************************************************************************************************/

#panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
	text-decoration: none;
  background: #666699;
	/*background-image:url(pinstripes.png);*/
	background-attachment:fixed;
	background-repeat:repeat;
}

.blob {
    position: relative;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    color: #FFFFFF;
    background: #9999cc;
    -webkit-border-radius: 10px;
    border: 1px solid #333333;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
}

.blob >  a {
    text-decoration: none;
    color: #666666;
}

.header {
    padding: 0px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

#panel > ul {
    position: relative;
    margin: 10px 0px 10px 0px;
    padding: 20px 10px 20px 20px;
    list-style-position: inside;
    color: #FFFFFF;
    background: #9999cc;
    -webkit-border-radius: 10px;
    border: 1px solid #333333;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
}

.arrow {
    position: absolute;
    width: 9px;
    height: 13px;
    right: 13px;
    background-image: url(chevron1.png);
    background-position: right center;
    background-repeat: no-repeat;
}

/************************************************************************************************/

#preloader {
    display: none;
    background-image: url(loading.gif), url(chevron1.png),
	url(backButton.png), url(chevron.png), url(toolbar.png);
}
