html, body {
		
          height:100%;
          margin: 0;
          padding: 0;
}

#map-container{
}
		
#map_canvas {
}
		
#region {
            width:240px;
            height:500px;
            background-color:#304050;
			float:left;
}

#locationmap{
}

#content{
	width:100%;
}
        @media print {
          html, body {
            height: auto;
          }

        }
		
table
{
margin-top: 0px;
padding-top: 0px;
}
td {
	position:relative;
}

#info{
	width:220px;
}

#info_name{
	float:left;
}

#_address{
	float:left;
}


#nav-locations {
	background-image:url("images/menubg3_active.png"); 
}

.maintitle {
                margin-top:3px;
                margin-bottom:5px;
                text-align:center;
}

.body1{
	width:100%;
	height:100%;
}

.menu{
    border-top-width: 1px;
    border-top-color: #000000;
    border-top-style: solid;
    height: 24px;
/*    width: 1000px;
*/
    border-bottom-width: 1px;
    border-bottom-color:#333333;
    border-bottom-style: solid;
    background-color:#606080;
    background-repeat:repeat-x;
}

.menutext{
    text-align: center;
    padding-top:4px;
    padding-left:10px;
    padding-right:10px;
    height: 20px;
    text-decoration:none;
}

.menulink div:hover
{
	background-color:#202020;
}
.menutext a:hover
{  
    /*
	text-decoration: none;
	color: #fff0d0;
	background-color:#40b0f0;
	background-repeat:repeat-x;
	height:20px;
    */
}

.ui-tabs a:hover
{
	background-color:#807070;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
}

.menulink{
    float:left;
    clear:right;
    position:relative;
    height: 22px;
/*    margin-left: 10px;
    margin-right: 10px;
    /*background-image:url('images/menu.jpg');*/
    background-repeat:repeat-x;
    border-right-width: 1px;
    border-right-color: #333333;
    border-right-style: solid;
    font-weight: bold;
}


.style{
    background: #eeeeee;
    height: 100%;
    width:100%;
    margin-top: 0px;
    font-family: arial;
    color: #420042;
    border-width: 1px;
    border-color: #990000;
    border-style: solid;
}


.banner
{
width: 100%;
height: 88px;
font-size: 40px;
background-image:url('../images/banner.png');
}

.bannertext{
float: left;
padding-right: 12px;
}

.bannerimg{
position:relative;
left:80px;
top:2px;
float: left;
}

.banner p
{
top: 30px;
left: 60px;
position: absolute;
}

.search{
float: right;
margin-top:8px;
margin-right:20px;
margin-bottom:0px;
height:35px;
width: 353px;
font-weight: bold;
background-image:url('Images/searchbar.jpg');
background-repeat:no-repeat;
}
.search form
{
	margin:0px;
	padding:0px;
	height:30px;
}

.searchtext
{
font-size: 12pt;
margin-left: 10px;
margin-top: 2px;
color: #000000;
}

a {
text-decoration: none;
color: #ffffff;
font-size: 12pt;
font-weight: bold;
border:0;
}

a img {
	border-style: none;
}

.pagebody {
	height:100%;
	
}

.footer
{
position:absolute;
bottom:0;
left:0;
float:left;
clear:both;
width: 100%;
height: 30px;
background: #333333;
border-color:#444444;
}

.footercontent
{
font-size: 9pt;
text-align: center;
color: #ffffff;
width:100%;
border-width:2px;
background-color:#333333;
padding-top: 8px;
}

.loginmain{
	position:relative;
	padding-left: 30%;
	padding-top: 110px;
	float: left;
}

.loginbox{
	border: 1px solid #999999;
	float: left;
	padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#login a{
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

.addusermain{
	padding-left: 250px;
	padding-top: 50px;
	width:500px;
	float: left;
}

.adduserbox{
	border: 1px solid #999999;
	float: left;
	padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.filler {
	z-index:0;
	position:relative;
	left:2px;
	top:0px;
	width:8px;
	height:450px;
}

/* Marker Selector CSS */


.ddclass ul{
	font-family:Arial;
	max-height:250px !important;
	overflow:auto;
}

.ddclass ul li{
	max-width:200px
}

.ddclass ul li a{
	font-size:10px !important;
	padding:5px !important;
}


.dd-select{
	background-color:#999 !important;
	max-height:40px;
	font-size:10px !important;
	color:#fff !important;
	font-family:Arial !important
}

.dd-select a{
	line-height:24px;
	padding:2px 5px !important;
	font-size:12px !important;
}

a.dd-selected{
	padding:0px 0px 0px 5px;
}

a.dd-selected img {
	padding-top:1px;
	margin-right:30px;
}

.formul td {
  width:100%;
}
.formul textarea {
  width:100%;
}

/* END MARKER SELECTOR CSS */