body 
{
   background-color:#000;
    margin: 0;
    font-family: Helvetica;
    color: #FFF;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

.container
{
   position:absolute;
   width:100%;
}

body[orient="profile"].container
{
   height:436px;
}

body[orient="landscape"].container
{
   height:258px;
}


/*
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;
}
*/

/************************************************************************************************/

.toolbar 
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    width: 100%;
    background: url(../img/toolbar.png) #6d84a2 repeat-x;
}

.toolbar h1 {
    position: absolute;
    overflow: hidden;
    left: 10px;
    margin: 1px 0 0 0;
    height: 45px;
    font-size: 20px;
    width: 200px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

/*body[orient="landscape"] > .toolbar > h1 {
    margin-left: 0;
    width: 350px;
}*/

.button 
{
   position:relative !important;
    text-align:right !important;
    margin: 10px -8px 0 0;
    line-height: 1;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #FFF234;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    background: none;
    
}

.button a
{
   text-decoration:none;   
   color: #FFF234;
}

/************************************************************************************************/

body ul li {
    position: relative;
    margin: -7px 0 0 -40px;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

body ul li.group {
    position: relative;
    background: url(../img/listGroup.png) repeat-x;
    color: #FFFFFF;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 2px 10px;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    
}

body ul li.group:first-child {
    top: 0;
    border-top: none;
}

body ul li a.iui,
body ul li a.arrow {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
}

/*a[target="_replace"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: cornflowerblue;
    background-color: #FFFFFF;
    background-image: none;
}

a[target="_insert"] {
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: cornflowerblue;
    background-color: #FFFFFF;
    background-image: none;
}
*/

/************************************************************************************************/
    
body .dialog {
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 417px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

.dialog > fieldset {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #6d84a2;
    padding: 10px 6px;
    background: url(toolbar.png) #1e80bf repeat-x;
}

.dialog > fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
}

.dialog > fieldset > label {
    position: absolute;
    margin: 16px 0 0 6px;
    font-size: 14px;
    color: #999999;
}

input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
	text-align: right;
}

/************************************************************************************************/

body .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}

.panel fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: right;
}

fieldset .row:last-child {
    border-bottom: none !important;
}

.row input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 110px;
    height: 42px;
    background: none;
}

.row label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row span {
    position: absolute;
    padding: 12px 10px 0 110px;
    margin: 0;
}

.row .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle {
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}

.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn {
    display: block;
}

.toggle[toggled="true"] > .toggleOff {
    display: none;
}

.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;    
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb {
    left: auto;
    right: -1px;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

/************************************************************************************************/

#preloader {
    display: none;
    background-image: url(loading.gif), url(selection.png),
        url(blueButton.png), url(listArrowSel.png), url(../img/listGroup.png.png);
}

/* Weather
******************************************************************************/

.content
{
   /*background:url(../img/img01.jpg) repeat-x;*/
}

.currentTemp td {
	padding: 4px;
	font-size: 80%;
	font-weight: bold;
	vertical-align: top;
	 
}

.currentTemp td.label {
	padding: 4px 10px;
	border-left: 1px dotted #ccc;
	font-weight: normal;
   white-space: nowrap;
}

.currentTemp .temp {
	font-size: 60%;
	text-align: center;
}

.currentTemp img,
.currentTemp .temp strong {
	display: block;
}

.currentTemp img {
	margin: 10px auto;
}

.currentTemp strong {
	font-size: 220%;
}

.currentTemp .temp small {
	display: block;
	font-weight: normal;
	color: #555;
}

.sevenDayForecast img {
	float: right;
	width: 22px;
	height: 22px;
	margin-left: 8px;
}

.sevenDayForecast {
}

.sevenDayForecast .temps {
	float: right;
	font-weight: normal;
}

.currentTemp .high,
.sevenDayForecast .high {
	color: red;
}

.currentTemp .low,
.sevenDayForecast .low {
	color: #555;
}

/* Grid
------------------------------------------------------------------------------*/

.grid 
{
   
	padding: 0 0 0 0 ;
	margin: -10px 0px 0 0px;
	text-align:center;
	
}

.cell 
{
	float:left;
	text-align:center;
	height: 50px;
	width: 60px;
	text-align: center;
	padding-left:3px;
}

.cell a
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin: 0px auto;
	width: 64px;
	color: gray;
	line-height: 1;
	font-family: Helvetica;
	text-decoration: none;
	text-shadow: #111 1px 1px 2px;
}

.cell img 
{
   border:0;
}

div.center {
	float: none;
	margin: 0 auto;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
}

#logo {
	display: block;
	margin: -500px 0 0 0;
}

#logo span {
	display: none;
}

#copyright {
	font-size: 10px;
}

/* DataGrid
------------------------------------------------------------------------------*/

.DG th{
	color: #FFFFFF; 
	font-size: 11px; 
	font-family: Helvetica; 
	text-align: center; 
}

.DG td {
	font-size: 11px;
	text-align: center; 
	color: #FFFFFF;
}
.DG td.rowC { text-align: center }
.DG td.rowL	{ text-align: left   }	

.DG a
{
	font-weight:normal;
	font-size: 11px;
	color: #800080;
	font-family: Helvetica;
	text-decoration: none;
}

.DG a:hover
{
	font-weight:normal;
	font-size: 11px;
	color: #800080;
	font-family: Helvetica;
	text-decoration: underline;
}

.header
{
	text-align: center;
	background-color: #000000;
	font-weight: bold;
	line-height: 20px;
}

.header a
{
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.header a:hover
{
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}


.pagerStyle
{
	background-position: center 30%;
	background-image: url(../../UI/IMAGE/OPM_tab/pager_bar.gif);
	line-height: 60px;
	background-repeat: repeat-x;
}
.pagerStyle td
{
	font-weight:bold;
	font-size: 13px;
	color: #68a6cd;
	font-family: Helvetica;
	text-decoration: none;
}
.pagerStyle a
{
	font-weight:normal;
	font-size: 11px;
	color: #68a6cd;
	font-family: Helvetica;
	text-decoration: none;
}
.pagerStyle a:hover
{
	font-weight:normal;
	font-size: 11px;
	color: #68a6cd;
	font-family: Helvetica;
	text-decoration: underline;
}

/* Not found
--------------------------------------------------------------------------------*/

.notFound
{
	font-weight: bold;
	font-size: 12px;
	color: #AD3603;
	font-family: Tahoma;
	text-decoration: none;
	padding-top:15px;
	background-position: center 100%;
	background-image: url(../../UI/IMAGE/OPM_tab/pager_bar.gif);
	line-height: 50px;
	background-repeat: repeat-x;
}