﻿
html, body {
    width:100%;
	height:100%;
    margin: 0;
    padding: 0;
    background-color: aliceblue;
}

h1 {
    font-size:larger;
    margin:0;
    padding:0px;
    height: 18px;
    text-wrap:none;
    white-space: nowrap;
    text-wrap: none;
    vertical-align:top;
}

a img {border:none;}

.noneDisplay
{
    display:none;
}
.closeLink
{
    color:white;
    font-weight:400;
    text-decoration:none;
}
.closeLink:visited
{
    color:white;
    font-weight:400;
    text-decoration:none;
}
.closeLink:hover
{
    font-weight:800;
    color:white;
    text-decoration:none;
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.modalPopup {
	background-color:#EFF3FB;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
    width:320px;
	height:155px;
}
.modalCPPopup {
	background-color:#EFF3FB;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
	width:453px;
	height:210px;
}

.modalMoveEventPopup {
	background-color:#EFF3FB;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
	width:330px;
	height:90px;
}

.modalNewEventPopup {
	background-color:#EFF3FB;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
    color: black;
}

.modalMoveTripPopup {
	background-color:#EFF3FB;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
	width:330px;
	height:135px;
}

.nosel
{ 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    -o-user-select: none
}

.sel
{ 
    -moz-user-select:text; 
    -webkit-user-select:text; 
    -ms-user-select:text; 
    user-select:text; 
    -o-user-select:text;
}


div.inline 
{ 
    display:inline;
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    -o-user-select: none
}

#whole {
	position:fixed;
    height:100%;
    width:100%;
	margin:0 auto;
 }

#wrap {
	position:fixed;
    height:100%;
    width:100%;
	margin:0;
    padding: 0;
 }

#header
{
	height:80px;
	width:100%;
	padding:0px;
	margin: auto;
    -moz-user-select:none; 
    -webkit-user-select:none; 
    -ms-user-select:none; 
    user-select:none; 
    -o-user-select:none;
    background-color: powderblue;
}

#mobileheader
{
	height:105px;
	width:100%;
	padding:0px;
	margin: auto;
    -moz-user-select:none; 
    -webkit-user-select:none; 
    -ms-user-select:none; 
    user-select:none; 
    -o-user-select:none;
    background-color: powderblue;
}

#header2
{
	width:100%;
	padding:0px;
    padding-bottom:5px;
	margin: auto;
    -moz-user-select:none; 
    -webkit-user-select:none; 
    -ms-user-select:none; 
    user-select:none; 
    -o-user-select:none;
    background-color: powderblue;
}

#footer
{
	position:absolute;
    left:0;
    right:0;
    bottom:0;
	width:inherit;
    -moz-user-select:none; 
    -webkit-user-select:none; 
    -ms-user-select:none; 
    user-select:none; 
    -o-user-select:none;
    background-color: black;
    color: white;
}

.center {
    text-align: center;
    display: inline-block;
    Width:auto;
}

.indent {
    font-weight:600;
    display: block;
    text-align: left;
    vertical-align:middle;
    margin-left: 1px;
    margin-right: 0px;
    float: left;
}

.rightmargin {
    display: block;
    vertical-align:bottom;
    float: right;
}

.right {
    display: block;
    float: right;
    margin-right: 0px;
}

.left {
    display: block;
    text-align: left;
    margin-right: 0px;
    float: left;
}

.container {
    width: 100%;
    padding: 5px;
}

.two_cols {
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0px solid black;
  height: 100%;
  height: auto !important;
  min-height: 100%; 
  max-height: 100%; 
}

#main
{
    position:absolute;
	left: 0px;
    top: 0px;
	right: 250px;
	bottom: 100px;
	height: inherit;
	width: inherit;
	padding: 0px;
	margin: 0px;
}

#map
{
	position:fixed;
	right: 0;
	padding:0px;
	width:100%;
	height:100%;
}

#sidebar
{
    display:none;
	position:fixed;
	right: 0;
	padding:2px;
    margin:0px;
	width:250px;
    top: 85px;
    font-size: smaller;
}

#mobilesidebar
{
    display:none;
	position:fixed;
	right: 0;
	padding:3px;
	width:250px;
	height:95%;
    top: 30px;
    font-size: smaller;
}


* html #footer 
{
	height:1px;
}
