﻿html { height: 100% }
body 
{
    background: #ffffff;
    background-image:url(/images/bgmap.png);
    background-size:100%;
    /*height: 100%;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;  

    background-attachment:fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;

/*    
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
    
*/

    
}

.widePage
{
    width: 100%;
    margin: 0px auto;
    /*     border: 1px solid #496077; */
}

.page
{
    width: 100%;
    margin: 0px auto;
    min-height: 650px;
    /*     border: 1px solid #496077; */
}

.header
{
    margin: 0px auto;
    padding: 0px;
    width: 960px;
}

.fullHeader
{
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    background-color: #1F497D;    
}

.div960
{
    margin: 0px auto;
    padding: 0px;
    width: 960px;
}

#top-header {
    height:110px;
    background-color: #1F497D;
    line-height: 110px; /*110px;*/
}

.headerLogo
{
    float:left;
    margin: 0px;
    padding: 0px;
    border: none;
    display: inline;
    vertical-align: middle;  
    height:110px;
    width:110px;  
}
.logoTitle
{
    float:left;
    margin-left: 10px;
    color:#FFFFFF;
    font-size:4.5em;
    font-weight:lighter;
    width: 400px;
/*    height: 110px; */
    vertical-align:middle;
}

.membersContainer
{
    float:right;
    margin: 0px;
    padding: 0px
}

.langContainer
{
    text-align:right;
    margin: 2px 6px 2px 0px;
    padding: 0px;
    line-height: 30px;
}

.membersButton
{
    width:120px;
    margin: 12px 6px auto 4px;
    height:20px;
    line-height: 20px;
    padding: 4px 8px 4px 8px;
    color:White;
    text-align:center;
    vertical-align:middle;
    /*For rounded corners*/
    -moz-border-radius: 4px
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*For the background, we'll use gradients and a fallback color for older browsers*/
    background: #960D0D;
    background: -moz-linear-gradient(top, #D52020, #960D0D);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D52020), to(#960D0D));
    /*  add a darker border and polish the design with a "fake" inset border created with the "box-shadow" feature */
    border: 1px solid #960D0D; /*#002232;*/
    -moz-box-shadow:inset 0px 0px 1px #FFDCDC;
    -webkit-box-shadow:inset 0px 0px 1px #FFDCDC;
    box-shadow:inset 0px 0px 1px #FFDCDC;
}

.membersButton a{

	margin:0px;
	padding:0px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	}

.membersButton a:hover 
{
    color:Orange;
    font-weight:bold;
}

.banner 
{
    width:960px;
    height:320px;
    margin:0px auto;
    padding:0px;
    background-image:url(/images/bgbanner.jpg);
    vertical-align: middle;
}

.bannerImage01
{
    float: left;
    width: 180px;
    height: 250px;
    margin: 40px 0px 0px 48px;
    margin-left: 48px;
    /*border: 2px solid orange;*/
    background-image:url(/images/picban01.png);
    background-position: top center;
    background-repeat:no-repeat;
    overflow: hidden;         
}

.bannerImage01:hover
{
    background-image:url(/images/picban01s.png);
    /*opacity: 0.5;*/
}

div.bannerImage01 p  
{
    margin: auto 0px auto 0px;
    padding-top:0;
    visibility: hidden;
    font-weight: bolder; 
	color: Maroon; /* #272E38; /*#272E38; /* #acd5d4;*/
	/*font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;*/
	font-size: 32px;
	text-align: center;
	height:inherit;
    display: table-cell;
    vertical-align: middle;
}
div.bannerImage01:hover p { visibility: visible; }

.bannerImage02
{
    float: left;
    width: 180px;
    height: 250px;
    margin: 40px 0px 0px 48px;
    margin-left: 48px;
     /*border: 2px solid orange;*/
    background-image:url(/images/picban02.png);
    background-position: top center;
    background-repeat:no-repeat;
    overflow: hidden;         
}

.bannerImage02:hover
{
    background-image:url(/images/picban02s.png);
}

div.bannerImage02 p  
{
    margin: auto 0px auto 0px;
    padding-top:0;
    visibility: hidden;
    font-weight: bolder; 
	color: Maroon; /* #272E38; /*#272E38; /* #acd5d4;*/
	/*font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;*/
	font-size: 32px;
	text-align: center;
	height:inherit;
    display: table-cell;
    vertical-align: middle;
}
div.bannerImage02:hover p { visibility: visible; }

.bannerImage03
{
    float: left;
    width: 180px;
    height: 250px;
    margin: 40px 0px 0px 48px;
    margin-left: 48px;
     /*border: 2px solid orange;*/
    background-image:url(/images/picban03.png);
    background-position: top center;
    background-repeat:no-repeat;
    overflow: hidden;         
}

.bannerImage03:hover
{
    background-image:url(/images/picban03s.png);
}

div.bannerImage03 p  
{
    margin: auto 0px auto 0px;
    padding-top:0;
    visibility: hidden;
    font-weight: bolder; 
	color: Maroon; /* #272E38; /*#272E38; /* #acd5d4;*/
	/*font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;*/
	font-size: 32px;
	text-align: center;
	height:inherit;
    display: table-cell;
    vertical-align: middle;
}
div.bannerImage03:hover p { visibility: visible; }

.bannerImage04
{
    float: left;
    width: 180px;
    height: 250px;
    margin: 40px 0px 0px 48px;
    margin-left: 48px;
     /*border: 2px solid orange;*/
    background-image:url(/images/picban04.png);
    background-position: top center;
    background-repeat:no-repeat;
    overflow: hidden;         
}

.bannerImage04:hover
{
    background-image:url(/images/picban04s.png);
}

div.bannerImage04 p  
{
    margin: auto 0px auto 0px;
    padding-top:0;
    visibility: hidden;
    font-weight: bolder; 
	color: Maroon; /* #272E38; /*#272E38; /* #acd5d4;*/
	/*font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;*/
	font-size: 32px;
	text-align: center;
	height:inherit;
    display: table-cell;
    vertical-align: middle;
}
div.bannerImage04:hover p { visibility: visible; }

.bannerTitle
{
    float:left;
	font-weight: bolder; 
	color: #1F497D;
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
	font-size: 32px;
	text-align: center;    
}

.bannerTitleR
{
    float:left;
	font-weight: bolder; 
	color: #960D0D;
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
	font-size: 32px;
	text-align: center;    
}

.clear 
{
    clear:both;
}

.defaultTopTitle
{ 
    margin: 18px auto 0px auto;

    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;

	text-align:center;
	font-size:3em;
	color: Maroon;
	line-height:1.1em;
	letter-spacing:-0.04em;
	
	/*
 	color: #1F497D;
	font-size: 36px;
	text-align: center;    
*/
}

.topTitle
{ 
    margin: 18px 0px 0px 12px;

    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;

	text-align:left;
	font-size:3em;
	color: Maroon;
	line-height:1.1em;
	letter-spacing:-0.04em;
	
	/*
 	color: #1F497D;
	font-size: 36px;
	text-align: center;    
*/
}

.leftTitle
{ 
    margin: 18px 0px 0px 12px;

    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:2em;
	color: Maroon;
	line-height:1.1em;
	letter-spacing:-0.04em;
	
	/*
 	color: #1F497D;
	font-size: 36px;
	text-align: center;    
*/
}
 
.tag
{
    margin: 18px 60px 18px 60px;
	color: #1F497D;
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	text-align: center;    
}

.tagMarron
{
    margin: 18px auto 18px auto;
	color: Maroon;
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	text-align: center;    
}

.tagSmaller
{
    margin: 18px auto 18px auto;
	color: #1F497D;
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	text-align: center;    
}

.hrSeparator
{
    margin: 10px 12px 10px 12px;
}
/* COLUMNS */

.backLightGreen
{
    background: #F0F3F5;
    background-color:#F0F3F5;
}

.columnContainer 
{
    margin-top: 20px;
    /*position: relative;*/
    font-size:1.4em;
    background: #F0F3F5;
    background-color:#F0F3F5;    
}

.column-left 
{
    background-color:inherit;
    float:left;
    width: 30%;
    /*left: 0;*/
    /*position: absolute;*/
    padding: 0px 6px 0px 6px;
    margin-left:12px;
}

.column-center 
{
    background-color:inherit;
    float:left;
    width: 30%;
    /*margin-left: 34%;*/
    /*position: absolute;*/
    padding: 0px 6px 0px 6px;
    margin-left:18px;

}
.column-right 
{
    background-color:inherit;
    float:left;
    width: 30%;
    right: 0;
    /*position: absolute;*/
    padding: 0px 6px 0px 6px;
    margin-left:18px;

}

.columnHeader
{

	font-size:1.0em;
	font-weight:bold;
	color: Maroon; /*#000000;*/
    line-height:1.3em;
    text-align:center;
    margin-bottom: 8px;
}

.columnSummary
{
    text-align:justify;
    font-size:0.8em;
	font-weight:normal;
	color: #1F497D; /*#333;*/
}

.columnhiw 
{
    float:left;
    width: 45%;
    padding: 0px 6px 0px 6px;
    margin-left:20px;
}

.columnhiw03 
{
    float:left;
    width: 30%;
    padding: 0px 6px 0px 6px;
    margin-left:20px;
}

.columnhiwHeader
{

	font-size:0.9em;
	font-weight:bold;
	color: Maroon; /*#000000;*/
    line-height:1.3em;
    text-align:center;
    margin-bottom: 8px;
}
.columnhiwSummary
{
    text-align:justify;
    font-size:0.8em;
	font-weight:normal;
	color: #1F497D; /*#333;*/
}

.columns04
{
    float:left;
    width: 23%;
    padding: 0px 3px 0px 3px;
    margin-left:10px;
}
/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    margin: 0px;
    padding: 0px;
    background-color:#4F81BD;
    width:100%; 
    /*width:960px;*/
/*border:1px solid yelloW;*/
   height: 37px; /* Para que no haga flicker sin overflow: hidden */

}

/*
.submenucontrol
{ 
  z-index:9999;
  overflow:visible;
}
*/

div.menu
{
    list-style:none;
    padding: 4px 0px 4px 8px;
    
    width:960px;
    
     /*overflow:hidden;*/ /* Si se lo pongo no flicker pero no muestra menus */
     
    /*height:100%;*/
    /*line-height: 1.35em;*/
   
    /*border:1px solid white;*/
    /*width:100%;*/
    /*height:100%;*/
    /*overflow:hidden;*/
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;

}

div.menu li 
{
    float:left;
    display:block;
    text-align:center;
    position:relative;
    /*padding: 0px 10px 0px 10px;
    margin-right:30px;
    margin-top: auto;
    border:none;   */
    /*vertical-align:middle;*/
 z-index: 1;
    /*list-style:none;*/
    /*height: 28px;*/
    list-style:none;
}

/* Previene flicker */


div.menu ul li 
{
    position: relative; 
    list-style: none;  
      
}  

div.menu ul li ul 
{
     display: none;

}

/* Previene flicker FIN */

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #4F81BD; /*#465c71;*/
    /*border: 1px #4e667d solid;*/
    color: #dde4ec;
    font-size:1.2em;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
         
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu li li a 
{
    text-align:left;
    width:200px; /* Ajustar cuando este el menu completo*/
    
}

.main
{
    clear:both;
    width:960px;
    padding: 0px 12px;
    margin: 12px auto 8px auto;
}

/* Sing In Button */

.signInCenterButton
{
    /*list-style:none;*/
    font-size:2.0em;
    width:220px;
    margin: 10px auto 10px auto;
    height:40px;
    padding: 4px 8px 4px 8px;
    color:White;
    text-align:center;
    
    /*For rounded corners*/
-moz-border-radius: 4px
-webkit-border-radius: 4px;
border-radius: 4px;
/*For the background, we'll use gradients and a fallback color for older browsers*/
background: #1C5696;
background: -moz-linear-gradient(top, #2D80DC, #1C5696);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2D80DC), to(#1C5696));
/*  add a darker border and polish the design with a "fake" inset border created with the "box-shadow" feature */
border: 1px solid #015029; /*#002232;*/
-moz-box-shadow:inset 0px 0px 1px #EDFFF7;
-webkit-box-shadow:inset 0px 0px 1px #EDFFF7;
box-shadow:inset 0px 0px 1px #EDFFF7;

}

.signInCenterButton a{
	margin:0px;
	padding:0px;
	/*
	width: 100%;
	height: 100%;

*/
	color: white;
	text-decoration: none;
	cursor: pointer;

	/*line-height: 25px;
	font-family: sans-serif;		
	font-size: 12px;*/
	}

.signInCenterButton a:hover 
{
    color:Orange;
    /*font-size:larger;*/
}

/* ----------------------------------------------------*/
/* Blue Centered Button */

.blueCenterButton
{
    font-size:larger;
    width:220px;
    margin: 10px auto 10px auto;
    height:40px;
    padding: 4px 8px 4px 8px;
    color:White;
    text-align:center;
     line-height:40px;
     vertical-align:middle;
    
    /*For rounded corners*/
    -moz-border-radius: 4px
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*For the background, we'll use gradients and a fallback color for older browsers*/
    background: #1C5696;
    background: -moz-linear-gradient(top, #2D80DC, #1C5696);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2D80DC), to(#1C5696));
    /*  add a darker border and polish the design with a "fake" inset border created with the "box-shadow" feature */
    border: 1px solid #015029; /*#002232;*/
    -moz-box-shadow:inset 0px 0px 1px #EDFFF7;
    -webkit-box-shadow:inset 0px 0px 1px #EDFFF7;
    box-shadow:inset 0px 0px 1px #EDFFF7;
}

.blueCenterButton a{
	margin:0px;
	padding:0px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	}

.blueCenterButton a:hover 
{
    color:Orange;
}

/* MAP   
----------------------------------------------------------*/

/*
#map_canvas  
{
    width:920px; 
    height:620px;
    margin: 0px auto;     
}  

#mapPanel
{
 float: left;
 width: 930px;
 margin: 0px;
 padding: 0px 5px 0px 5px;
 border: 1px solid blue;
}
*/
#dataPanel
{
 margin: 0px;
 padding: 0px 5px 4px 0px;
 overflow:hidden;
 border: 1px solid yellow;
}

.actionGrid
{
    width:300px;
    margin: 0px auto;
    border-collapse:collapse;
    border: 1px solid black;
}

.actionGridHeader
{
    background-color: #E0DDDD;
    font-size: .90em;
}

.actionGridItem
{
    background-color: #FFFFFF;
    font-size: .80em;
    padding: 2px 4px 2px 6px;
}

.actionGridItemAlternate
{
    background-color: #EAEAEA;
    font-size: .80em;
    padding: 2px 4px 2px 4px;
}

.actionGridCellPadding
{
    padding: 2px 4px 2px 6px;
}

.actionGridCellCentered
{
    text-align: center;
}

.actionGridFooter
{
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    vertical-align:middle;
}


.actionTable 
{
    width:300px;
    margin: 0px auto;
    border-collapse:collapse;
    border: 1px solid black;
}

.actionTable th 
{
    background-color: #E0DDDD;
    font-size: .80em;
}

.actionTable td
{
    background-color: #FFFFFF;
    font-size: .80em;
    padding: 2px 4px 2px 4px;   
}

.actionTable  img 
{
    margin: 0px;
    padding: 0px 0px 0px 2px;
    vertical-align: middle;
    display: inline-block;
}

.colBold
{
    text-align:right;
     font-weight:bold;
     margin-right: 6px;
}

.col80 
{
    width:80px;
}

.col150 
{
    width:150px;
}

.textCentered
{
    text-align:center;
}

.textRigth
{
    text-align:right;
}

.textbold
{
    font-weight:bold;
}

#infoTable 
{
    width:300px;
    margin: 0px auto;
    border-collapse:collapse;
    border: 1px solid black;
}
#infoTable th 
{
    background-color: #E0DDDD;
    font-size: .80em;
}

#infoTable td
{
    background-color: #FFFFFF;
    font-size: .80em;
    padding: 2px 4px 2px 4px;
}

#infoTable .colTitle
{
    text-align:right;
     font-weight:bold;
     margin-right: 6px;
}

/* ------------ FOOTER --------------*/

.blueSeparator
{
 background-color:#4F81BD;
 height:8px;
}

.footer
{
    background-color: #1F497D;
    width: 100%;
    color: #ffffff; /*#4e5766;*/
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* Styles for Footer */
.footer p 
{
    /*color: #000000; */
	font-size: 12px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
}
.footer a 
{
     color: #ffffff;
	text-decoration: underline;
}
.footer a:hover 
{
     /*color: #000000; */
	text-decoration: none;
}

.footer hr
{
    margin:0px;
    padding:0px;
    border: 4px solid #4F81BD; /*#014464;*/
    border-style: none none solid; 
    /*color: #fff; 
    background-color: #fff;
    width: 960px;*/
}

.dottedLine 
{

}

.dottedLine hr
{

    border: 1px dotted #ff0000;
    border-style: none none dotted; 
    color: #fff; 
    background-color: #fff;    
}

.pageSummary 
{ 
    text-align:justify;
    padding: 8px 10px 8px 10px;
    font-size:1.3em; 
    /*color:#3F3F3F; */
    color: #1F497D;
    font-weight:normal;    
}


.pageSummary .t1 
{
        /*font-weight: lighter;*/
        font-size:2.0em; 
    	color: #1F497D;
		font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
		padding: 8px 0; 
		letter-spacing: normal; 
		margin-bottom: 5px;
		/*text-shadow: 0 -1px #1c2525;*/
		text-align:left;
		overflow: hidden;   
		margin-top: 0;
}

.pageSummary .t2 
{
        /*font-weight: lighter;*/
        font-size:1.2em; 
    	color:Navy;
		font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
		padding: 8px 0; 
		letter-spacing: normal; 
		text-shadow: 0 -1px #1c2525;
		text-align:left;
		overflow: hidden;   
		margin-top: 0;
}

.pageSummary .subTitle
{
        /*font-weight: lighter;*/
        font-size:1.2em; 
    	color:Maroon;
		font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
		padding: 8px 0; 
		letter-spacing: normal; 
		/*text-shadow: 0 -1px #1c2525;*/
		text-align:left;
		overflow: hidden;   
		margin-top: 0;
}
.pageSummary .title 
{
        /*font-weight: lighter;*/
        font-size:1.2em; 
    	color:Navy;
		font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HNLight", Helvetica, Arial, sans-serif;
		padding: 8px 0; 
		letter-spacing: normal; 
		/*text-shadow: 0 -1px #1c2525;*/
		text-align:left;
		overflow: hidden;   
		margin-top: 0;
}

.pageSummary  li
{ 
    padding: 0px 40px 10px 6px;
}
.pageSummary  li strong
{ 
    font-size:1.5em;
    font-weight:normal;
    color:Maroon;
}

.pinpointm
{
    font-weight:normal;
    color:Maroon;
}

.padding20 
{
    padding: 0px 20px 0px 20px;
}


/*Regsitro table */

Table.logTable 
{
    width:80%;
    border-style:none;
    text-align:left;
    border-collapse:collapse;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color:  #1F497D; /*#444444;*/
	line-height: normal;
	visibility: visible;    
	 margin: 0px 12px 0px;    
}

Table.logTable td 
{
    border-style:none;
    padding: 4px 2px 4px 2px;
}

.tableRowTitle 
{
    text-align:right;
    vertical-align:middle;
    font-weight:bold;
}

.formMessage 
{
    text-align:center;
    color:Maroon;
    font-size:larger;
}

/* USER DATA TITLE*/
.userdata { margin:0px 4px 0px 4px; padding: 4px 8px 4px 8px; vertical-align: middle;
            /*border: 1px solid yellow;*/ color:Highlight; }
.userplace { float: right; display: inline; font-size: 1.4em; vertical-align: middle; padding-right: 34px;
              line-height:55px;}

.userplace a {color: #FFFFFF; display: inline-block;}
.userplace a:hover {display: inline-block; color: Orange;}


/* Device Table */
.deviceTable
{
    width:100%;
    border: 1px solid #000080;
    margin-left:auto; 
    margin-right:auto;
    padding: 10px;
	color: #000066;
	background-color:#B6C0D5;     
}

.deviceTableTitle 
{
	 /*border: 1px solid navy ;*/
	 width:	100%;
	 text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.devicetablefooter
{
	 /*border: 1px solid navy ;*/
	 width:	100%;
	 text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.deviceSubTable 
{
    width:100%;
    border: 1px solid #000080;
    margin-left:auto; 
    margin-right:auto;
    font-size:14px;
    padding: 10px;
    border-collapse :collapse;
    background-color:#F1EFE9; /*#4F81BD; #7886A1;*/
    color: #1F497D; /*#ffffff;*/
}

.deviceSubTableHeader
{
    /*background-color: *#B6C0D5; */
    font-size:12px;
    font-weight:bold;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color:#1F497D; /*#272E38; */
    color: White;
    line-height:1em;
}

.deviceSubTable td
{
    padding: 5px;
    text-align:center;
    border: 1px solid #000080;
}

.deviceSubTable a {text-decoration: undeline; color: #1F497D; font-weight: bolder; }
.deviceSubTable a:hover { color:#272E38; /* orange; */ background-color:#7886A1;  /*background: rgba(0,0,0,0.08);*/}


/* -------------------------------------------------- */
.membershiptable 
{
    text-align:center;
    border: 1px solid black;
    border-collapse:collapse;
	width: 90%;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #444444;
	line-height: normal;
	visibility: visible;    
	margin: 0px auto 0px auto;
}
.membershiptable td 
{
    border: 1px solid black;
}

.headerRow 
{
    height:80px;
}
.planHeaderText 
{
    font-family: 'Yanone Kaffeesatz', arial, sans-serif; 
	font-size: 30px;
}

.planHeaderTextSmaller 
{
    font-family: 'Yanone Kaffeesatz', arial, sans-serif; 
	font-size: 20px;
}

.planPriceText 
{
    font-family: 'Yanone Kaffeesatz', arial, sans-serif; 
	font-size: 24px;
}

.planDiscountText 
{
    font-family: 'Yanone Kaffeesatz', arial, sans-serif; 
	font-size: 20px;
}

.backStandard
{
    background: #00B6CC;
    color:#ffffff;
}
.backPremium
{
    background: #0097B5;
    color:#ffffff;
}
.backPlatinum
{
    background: #006688;
    color:#ffffff;
}
.backStd30
{
    background: #00C6DC;
    color:#ffffff;
}
.backPremium30
{
    background: #00A7C7;
    color:#ffffff;
}
.backPlatinum30
{
    background: #0096B8;
    color:#ffffff;
}

/**** CRITERIA TABLE ****/

div.centered 
{
    text-align: center;
}

div.centered table 
{
    margin: 0 auto; 
    text-align: left;
}

Table.criteriaTable 
{
    width:100%;
    border-style:none;
    text-align:left;
    border-collapse:collapse;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: normal;

	line-height: normal;
	visibility: visible;    
	
}
Table.criteriaTable td
{
    vertical-align:middle;
}

/* GRID DATA ELEMENTS */

.grid800 
{
    margin: 0px auto;
    padding:10px;
    width:800px;    

}

.grid550 
{
    margin: 0px auto;
    padding:10px;
    width:550px;    
}

.grid630 
{
    margin: 0px auto;
    padding:10px;
    width:550px;    
}

.gridScroll
{
    width:780px; 
    overflow: auto;
    overflow-x:auto;    
    overflow-y:hidden;
}    

.centeredGrid
{
    margin: 0px auto;
    padding:0px;
}

.gridHeader 
{
    background-color:#014464;
    color:#ffffff;
    text-align:center;
}

.gridHeaderSmall
{
    background-color:#014464;
    color:#ffffff;
    text-align:center;
    font-size:10px;
}

.gridItem 
{
    text-align:center;
    font-size:smaller;
}

.gridItemAlternate
{
    text-align:center;
    background-color:#C0DDEA;
    font-size:smaller;
}

.gridTitle
{

	font-size:1.0em;
	font-weight:bold;
	color: Maroon; /*#000000;*/
    line-height:1.5em;
    text-align:center;
    margin-bottom: 8px;
}

/* ############ PROGRESS SPINER ######################*/
.progressSpinner
{
    position: fixed; 
    text-align: center; 
    vertical-align:middle; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 9999999; 
    background-color: #000000; 
    opacity: 0.7;
}
.progressSpinnerComtainer
{
    display:table;
    border-width: 0px; 
    height:80px; 
    width:30%; 
    position: fixed; 
    padding: 50px; 
    background-color: #FFFFFF; 
    font-size: 36px; 
    left: 35%; 
    top: 40%;
}
.progressSpinnerMiddle
{
    display:table-cell;
    vertical-align:middle;
}
.progressSpinnerText 
{
    color:#000000;  margin-left:10px;
}


/* -- BORDERS -- */

.borderRed 
{
    border:1px solid maroon; border-spacing:5px; padding:20px;
}

/*** CENTERED TABLE **/

.centered
{
    margin: 0 auto; 
    text-align: left;
}

.criteriaTable 
{
    width:100%;
    border-style:none;
    text-align:left;
    border-collapse:collapse;
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: normal;

	line-height: normal;
	visibility: visible;    
	
}
.criteriaTable td
{
    vertical-align:middle;
}

.redLine 
{
    margin: 0px;
    padding: 0px;
    border: 1px solid red;
    border-style: none none solid; 
    color: red; 
        
}


/* Para Radio Button List */
.rbl input[type="radio"]
{
   margin-left: 10px;
   margin-right: 1px;
}

/* Shopping Summary Table */

.shopTable 
{
    border:1px solid #1F497D; 
    border-collapse:collapse;
    
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: normal;

	line-height: normal;
	visibility: visible;    
	
}
.shopTable th
{
    vertical-align:middle;
    padding: 4px;
    text-align:center; 
    font-weight:bold;
    background-color:#1F497D;
    color:White;
    font-size: 14px;
}

.shopTable td
{
    vertical-align:middle;
    padding: 4px;
}


/* FULL MAP   
----------------------------------------------------------*/

#fullmap_canvas  
{
    width:100%; 
    height:100%;
    margin: 0px auto;    
          
   /* min-width:920px;
    min-height:620px;
    /*min-height:800px;*/
                
}  

#fullmapPanel
{
 /*float: left;*/
 width: 100%;
 height:100%;
 
 /*
          min-width:920px;
            min-height:620px;
   */         
 margin: 0px;
 /*padding: 0px 5px 0px 5px;*/
 padding: 0px;
 /*border: 1px solid blue;*/
 
  z-index: -1;
 /*overflow:hidden;*/
}
#overlayDataPanel
{
/* width: 325px;*/ /*330px; */
 /*padding-top: 1em;*/
 /*margin: 0 12px 0 180px;*/
 
 position: absolute;
 
 right: 5px;
 top: 25px;
 
 
 margin: 0px;
 padding: 0px;
 /*padding: 0px 5px 4px 0px;*/
 background-color:White;
 overflow:hidden;
 /*border: 1px solid yellow;*/
}

#maxPanelButton 
{
 position: absolute;
right: 5px;
 top: 25px;
 /*top: 0px;
left: 0px;*/

 height: 19px;
 width: 19px;

 margin: 0px;
 padding: 0px;
 background-color:White;
 /*overflow:hidden;*/

border: 1px solid red;

}
#btnPanelMaximize 
{
 margin: 0px;
 padding: 2px;  
}

#frame1 
{
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 10;
}

/* -------------------------------------------------- */

.trackersTable
{
    width:300px;
    margin: 0px auto;
    border-collapse:collapse;
    /*border: 1px solid black;*/
    border: 0px none black;
        width: 80%;
}

/* ------------------------------------------------- */
#repPanelButton 
{
 position: absolute;
 top: 6px;
 left: 110px;
 margin: 0px;
 padding: 0px;
 height: 30px;
 width: 30px;
 
/* 
 height: 34px;
 width: 34px;

 background-color:White;
border: 1px solid red;
*/
}
#btnReports 
{
 margin: 0px;
 padding: 2px;  
}
#popupContainer 
{
    width:100%;
    height:100%;
    overflow:hidden;
}

#popup 
{
 position: absolute;
 
 /*
 left: 5px;
 top: 25px;
 */
 
 width: 80%;
 height:80%;
 
     top: 10%;
    left: 10%;
    /*
     top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    */
 margin: 0px;
 padding: 0px;
 background-color:White;
 overflow:hidden;
 
/*border: 1px solid yellow;    */
-webkit-box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.50);
 -moz-box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.50);
 box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.50);
}

#iframeContainer 
{
 width:100%;
 height:100%;
 padding:0px;
 margin:0px;
 overflow:visible;
}

.topWindowBar 
{
    width:100%;
    height:19px;
    background-color:#1F497D;
    vertical-align:middle;
    padding:0px;
    margin: 0px;
    border: 0px;
}

/*------------------------------------------*/

/*
.guTopContainer 
{
    width:100%;
    margin:0px;
    padding: 0px;
    overflow:hidden;
}
.guMapContainer 
{
    float:left;
    margin:0px;
    padding: 0px;
    border:none;
    width: 740px;
    height: 550px;
    position:relative;
}
.guDataContainer 
{
    float:right;
    margin:0px;
    padding: 0px;
    border:none;
    width: 218px;
    height: 548px;
    overflow:hidden;
    border: 1px solid black;
}
.guDataScroll 
{
    margin:0px;
    padding: 0px;
    border:none;
    width: 220px;
    height: 533px;
    overflow:auto;
    left: 0;
    right:0;
}
.guDevDataScroll 
{
    margin:0px;
    padding: 0px;
    border:none;
    width: 220px;
    max-height: 375px;
    overflow:auto;
    left: 0;
    right:0;
}
#gumap_canvas  
{
    width:740px; 
    height:550px;
    margin: 0px auto;    
    position:absolute;
} 
#gumapgeo  
{
    position:absolute;
    top:65px;
    left:160px;
    width:420px; 
    height:420px;
    background-image:url(/images/geoCircle.png);
     pointer-events:none;
    z-index:999;
} 

.guGeoGrid
{
    width:218px;
    margin: 0px auto;
    border-collapse:collapse;
}
.guGeoGridHeader
{
    background-color: #E0DDDD;
    font-size: .90em;
}

.guGeoGridItem
{
    background-color: #FFFFFF;
    font-size: .80em;
    padding: 2px 4px 2px 6px;
}

.guGeoGridItemAlternate
{
    background-color: #EAEAEA;
    font-size: .80em;
    padding: 2px 4px 2px 4px;
}

.guGeoGridCellPadding
{
    padding: 2px 4px 2px 6px;
}

.guGeoGridCellCentered
{
    text-align: center;
}

.guGeoGridFooter
{
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    vertical-align:middle;
}

.guGeoGridHeaderDiv
{
    width:220px;
    height:15px;
    background-color: #E0DDDD;
    font-weight:bold;
    border: none;
    border-bottom: 1px solid black;
    margin:0px;
    padding: 0px;
}

.guGeoGridSubHeader
{
    width:220px;
    background-color: #E9DFBB;
    border: none;
    border-bottom: 1px solid black;
    margin:0px;
    padding: 0px;
    text-align:center;
}

.guGeoUpdateHeaderDiv
{
    width:220px;
    border: none;
    border-bottom: 1px solid black;
    margin:0px;
    padding: 6px;
}

.guGeoSearchHeaderDiv
{
    width:220px;
    border: none;
    border-bottom: 1px solid black;
    margin:0px;
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
}
*/
/*-------------------------------*/

#alertPanelButton
{
     position: absolute;
     top: 6px;
     left: 150px;
     margin: 0px;
     padding: 0px;
     height: 30px;
     width: 30px;
}
  
#btnAlerts
{
 margin: 0px;
 padding: 2px;  
}


#overlayAlertsPanel
{

position: absolute; 
left: 10px; 
z-index: 50000; 
top: 20px;

}

#alertsContainer 
{
   overflow:hidden;
}

#alertsPopup 
{

  position: absolute;
 
top: 40px;
left: 10px;
 
 width: 240px;
 /*height:400px;*/
 max-height: 400px;

 margin: 0px;
 padding: 0px;
 background-color:White;
 overflow:hidden;
 
-webkit-box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.50);
 -moz-box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.50);
 box-shadow: -1px 1px 5px 5px rgba(0,0,0,0.50);
 
}
.alertsDataScroll 
{
    margin:0px;
    padding: 0px;
    border:none;
    width: 240px;
    /*max-height: 380px;*/
    max-height: 340px;
    overflow:auto;
    left: 0;
    right:0;
    
    /* border: 1px solid yellow;*/
}

.alertsGridCommands
{
    width:228px;
    border: none;
    /*border-bottom: 1px solid black;*/
    border-top: 1px solid black;
    margin: 0px;
    padding: 6px;
    /*display: inline-block;*/
    vertical-align: middle;
    text-align:center;
}

.alertsGrid
{
    width:218px;
    margin: 0px auto;
    border-collapse:collapse;
    /*border: 1px solid black;*/
}
.alertsGridHeader
{
    background-color: #E0DDDD;
    font-size: .90em;
}

.alertsGridItem
{
    background-color: #FFFFFF;
    font-size: .80em;
    padding: 2px 4px 2px 6px;
}

.alertsGridItemAlternate
{
    background-color: #EAEAEA;
    font-size: .80em;
    padding: 2px 4px 2px 4px;
}

.alertsGridCellPadding
{
    padding: 2px 4px 2px 6px;
}

.alertsGridCellCentered
{
    text-align: center;
}

.alertsGridFooter
{
    margin: 0px;
    padding: 0px;
    border: 1px solid black;
    vertical-align:middle;
}

.dioTable
{
    width:170px;
    margin: 0px auto;
    border-collapse:collapse;
    border: 1px solid black;    
}

.dioTableHeader
{
margin:0px; 
padding:0px; 
text-align:center; 
background-color:#1F497D; 
color:white;   
font-size:smaller;
}

.dioTableSubHeader
{
margin:0px; 
padding:0px; 
text-align:center; 
background-color:#4F81BD; 
color:white;   
font-size:smaller;
}

.dioTable
{
 text-align:left;
}

.dioFixTitle
{
    font-size:11px;
    font-weight:bold;
}

.dioTopAlign
{
    vertical-align:top;
}