﻿#wrapper {
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	/*padding: 0 30px 0 30px;*/
	color: #848484;
	width:930px;
	height:100%	
}
    
#header {
	height: 62px;
	/*height:53px;*/	
	/*background-color:#E7F1EC;*/
	/*background-color:#FAFAFA;*/
	background-color:#FFFFFF;
	text-align: center;
	line-height: 25px;
	font-family:"Arial";
}

#header2 {
	background-color:#FAFAFA;
	/*height:35px;*/
	height:44px;
	width:733px;
	float:left;
}

#footer {
	/*height:100%;*/
	height:10px;
	background-color:#FFFFFF;	
}
    
#content {
	/*height:420px;*/
	height:420px;
	position: relative;
	overflow: hidden;
	/*background-color:#E7F1EC;*/
	background-color:#FAFAFA;	
}

#content2 
{
    top:10px;
	height: 400px;
	width:95%;
	position: relative;
	background-color: #D2EFE4;
	float:left;
	border-left: 1px solid #E7F1EC;
}
 
#panel {
	width: 350px;
	height: 420px;
	position: absolute;
	top: 0px;
	right:0px;
	background-image:url(../images/panel15.png);
    background-repeat:no-repeat;
    background-color:#FFFFFF;
    display: none;
}
   
.searchfor {    
    float: left;
    height: 30px;
    width:130px;
    font-size:20px;
    margin:5px 0 0 10px;
    color:#0A245B;
    /*line-height:38px;*/
    line-height:20px;
    text-align:left;
}

.searchasset 
{
    float: left;
    height: 30px;
    /*width:586px;*/
    width:367px;
    text-align:left;
    text-transform: uppercase;
    /*margin:5px 0 0 0;*/
    padding:4px 0 0 1px;
    color:#0A245B;
    /*line-height:30px;*/
    line-height:23px;
    font-size:20px;
    font-weight:bold;
}

#trhlogo
{
    /*float: left;*/
    float: right;
    /*height: 30px;
    width:100px;*/
    height: 40px;
    width:150px;
    text-align:left;
    /*margin:5px 0 0 0;*/
    padding:4px 0 0 1px;
    color:#000;
    font-size:12px;
    background-image:url(../images/rhmaps_trhlogo2.gif);
    background-repeat:no-repeat;
}

#adminnotice
{
    float: left;
    /*height: 30px;
    width:100px;*/
    height: 40px;
    width:50px;
    text-align:left;
    /*margin:5px 0 0 0;*/
    padding:4px 0 0 1px;
    color:#000;
    font-size:12px;    
}

#townsitelogo
{
    background-image:url(../images/rhmaps_logo5.gif);
    background-repeat:no-repeat;
    background-position:top;
    /*height:100%;*/
    height:62px;
    width:177px;
    float:left;
}

#townsitetop
{
    background-image:url(../images/rhmaps_top3.gif);
    /*background-position:right;*/
    background-position:bottom;
    height:18px;
    width:753px;
    float:left;
}

#townsiteleft
{
    background-image:url(../images/rhmaps_left.gif);
    height:100%;
    width:20px;
    float:left;
    top:0px;
    position:relative;
    background-repeat:repeat-y;
}

#townsiteright1
{
    background-image:url(../images/rhmaps_t-right2.gif);
    /*background-position:right top;*/
    /*background-position:top;*/
    /*height:70%;*/ 
    /*height:35px;*/
    height:44px;
    width:20px;   
    float:right;
}

#townsiteright2
{
    background-image:url(../images/rhmaps_b-right.gif);
    background-position:right;    
    height:100%;
    width:20px;
    float:right;
    top:0px;
    position:relative;
    background-repeat:repeat-y;
}

#townsitebottom1
{
    background-image:url(../images/rhmaps_bottom3.gif);
    /*height:10px;*/
    height:19px;
    width:100%;
    float:left;
}

.leftcolumn {
    float:left;
    width:222px;
    height:100%;
    background-color:#E5F2F2;
        
}
.rightcolumn {
    float:left;
    width:0px;
    background-color:#E5F2F2;
    height:100%;
}

.totalresult {
    background-color:#EFECDC;
    border-bottom: 1px solid #0A245B;
    border-left: 1px solid #0A245B;
    color:#0A245B;
    display:block;
    float:left;
    height:25px;
    line-height:23px;
    text-align:center;
    width:100%;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:13px;
}

.searchresult {
    background-color:#EFECDC;
    border-top: 1px solid #0A245B;
    border-left: 1px solid #0A245B;
    color:#0A245B;
    display:block;
    float:left;
    height:30px;
    line-height:30px;
    text-align:center;
    width:100%;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:13px;
    overflow:hidden;
    white-space: normal;
}

.assetslist {
    background-color:#FBFAF4;       
    border-left: 1px solid #0A245B;
    border-bottom: 1px solid #EFECDC;
    clear:both;
    display:block;
    float:left;
    height:309px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    overflow:scroll;
    white-space: normal;
    width:221px;
}
.assetslist li a {
    border-bottom:1px dashed #DDDDDD;
    color:#000000;
    display:block;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:12px;
    padding:5px 0 5px 10px;
    text-decoration:none;
    width:190px;
}
.assetslist li.over, .assetslist li.selected, .assetslist li.over a, .assetslist li.selected a, .assetslist li a:hover {
    background-color:#BACDBB;
    color:#FFFFFF;
    cursor:pointer;
}

.shareContent 
{
    height:25px;
    width:186px;
    border-left: 1px solid #0A245B;
    border-bottom: 1px solid #0A245B;
    padding:7px 0 0 35px;
    clear:both;
    display:block;
    float:left;
    overflow:hidden;
}

.shareContent a 
{
    text-decoration:none;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:12px;
}

.gmapview {
    background-color:#FFFFFF;   
    border-top: 1px solid #0A245B;
    border-bottom: 1px solid #0A245B;
    border-left: 1px solid #0A245B;    
    height:398px;
    float:left;
    width:432px;
}

.searchtitle {
    color:Black;
    display:none;
    float:left;
    height:30px;
    text-align:center;
    width:220px;
    position: absolute;
    top: 10px;
    right: 0px;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:12px;
}

.searchsection {
    background-color:#F2F2F2;
    border-left:1px solid #0A245B;
    display:block;    
    height:400px;
    float:none;   
    right: 0px;
    top:0px;
    width:228px;
    position: absolute;
    background-image:url(../images/search_pane14.png);
	background-repeat:no-repeat;   
}

.assetdesign 
{
    padding:2px 0 1px 0;
}

.break {
    height:20px;
}
.smallbreak {
    height:5px;
}

.searchTitles 
{
    color:#0A245B;
    font-family:"Arial";
    font-size:15px;
}

#ForAsset, #ByAttribute, #ByName 
{
    position:absolute;
    width: 195px;
    right:7px;
    float:left;
    background-color: Transparent;
    padding:0 0 0 5px;
    display:block;
}

#ForAsset 
{
    top: 40px;    
    height: 50px;    
}

#ByAttribute 
{
    top: 105px;    
    height: 200px;
}

#ByName 
{
    
    bottom: 10px;    
    height: 75px;
}

#scbox2 
{
    position:absolute;
    top:50px;
    right:5px;
    
}

#selAttDiv 
{
    height: 170px;
    top:20px;
    overflow:auto;
    border-bottom:solid 3px #FFFFFF;
    width:180px;
    position:absolute;
    right:5px;    
}

#selAttribute li 
{
    text-align:left;
    padding:2px 0 0 10px;
    width:150px;
    font-family:Arial;
    font-size:10pt;
}

#selAttribute li a 
{
    text-decoration:none;
    display:block;
    color:#342826;    
}

#selAttribute li a:hover
{
    background-color:#E2DDC2;        
}

#selAttribute li a:active, #selAttribute li a:focus
{
    background-color:#C5DAD1;        
}

#selAsset 
{
    font-size:15px;
    width:180px;
    position:absolute;
    right:5px; 
                
}

.closeicon {
    border:0 solid #000000;
    float:right;
    padding:10px 20px 0 0;
    width:18px;     
}

.closeicon img 
{
    /*height:30px;
    width:24px;*/
}

.assettitle {
    border:0 solid #000000;
    display:block;
    float:left;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:14px;
    font-weight:bold;
    padding: 0 0 0 22px;
    margin: 10px 0 0 0;
    width:285px;
    color:#000000;
    height:20px;
    overflow:auto;
} 

.assetaddress {
    border:0 solid #000000;
    display:block;
    float:left;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:12px;
    font-weight:bold;
    padding: 1px 0 1px 22px;
    width:285px;
    height:20px;
    overflow:auto;
} 

.directions {
    border-top:1px solid #D7CFA8;
    border-right:1px solid #D7CFA8;
    border-left:1px solid #D7CFA8;
    background-color:#EFECDC;    
    display:block;
    float:left;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:12px;
    font-weight:bold;
    padding:0 0 0 4px;
    margin:0 0 0 20px;
    height: 55px;
    width:294px;
}
.directions input[type="text"] {
    border:1px solid #CCCCCC;
    display:block;
    float:left;
    font-family:Arial,Sans-Serif;
    font-size:11px;
    margin-bottom:2px;
    padding:3px;
    width:150px;
    color:#848484;
}
.directions input[type="submit"] {
    background-color:#848484;
    border:1px solid #848484;
    color:#FFFFFF;
    display:block;
    float:left;
    font-family:Arial,Sans-Serif;
    font-size:11px;
    height:22px;
    margin-left:1px;
    padding:3px;
    width:25px;
}

#btnGo 
{
    height:22px;
    width:25px;
} 

.directions a {
    text-decoration: none;
    color:#848484;    
}

.directions a:hover 
{
    color:#CCCCCC;
} 

.helpDir
{
    font-family:Arial,Sans-Serif;
    font-size:9px;
    color:#243B0B;
    height:10px;
    float:left;
    
}

#helpDirStart 
{
    padding:3px 0 3px 0;
    color:#246F49;
}
#helpDirEnd 
{
    padding:0 0 2px 5px;
    color:#848484;
}

#frmGetDir
{
    height:23px;
    width:185px;
    margin:0 0 0 0;
}

#imgBusInfo
{
    /*height:35px;
    width:55px;*/
}

#GetDir
{
    width:70%;
    float:left;
    padding: 3px 0 0 10px;
}

#TripPlan
{
    float:left;
    width:25%;
    height:45px;
    padding: 13px 0 0 0;
}

.assetphoto {
    border-right:1px solid #D7CFA8;
    border-left:1px solid #D7CFA8;
    background-color:#EFECDC;
    clear:both;
    height:175px;
    width:283px;
    padding: 3px 0 0 15px;
    margin: 0 0 0 20px;
}

.assetphoto img 
{
    border:1px solid #EFECDC;
    width: 256px;
    height:171px;
}

#descholder 
{
    border-right:1px solid #D7CFA8;
    border-left:1px solid #D7CFA8;
    background-color:#EFECDC;
    color:#333333;
    clear:both;
    height:90px;
    width:281px;
    padding:3px 2px 1px 15px;
    margin: 0 0 0 20px;
}

.assetdescription {   
    background-color:#EFECDC;
    color:#333333;
    clear:both;
    display:none;
    float:left;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:11px;    
    overflow:auto;
    white-space: normal;
    width:269px;
    height:80px;
}

.assetlink {
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

.assetlink a
{    
    color: #848484;
    text-decoration: none;
}

.assetlink a:hover
{
    color: #CCCCCC;
}

.showattributes {
    background-color:#D7CFA8;
    border:0 solid #000000;
    clear:both;
    color:#848484;
    float:left;
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:11px;
    font-weight:bold;
    height:25px;
    line-height:25px;
    margin-left:20px;
    text-align:center;
    width:300px;    
}
.showattributes a {
    color:#246F49;
    text-decoration:none;
}

.showattributes a:hover {
    color:#FFFFFF;
}

.attribute {    
    border:0 solid #000000;
    clear:both;
    color:#333333;
    display:block;
    float:left;
    font-family:"Arial";
    font-size:11px;
    height:100px;
    padding:0 0 0 20px;    
    width:300px;
}

.attributeslist {
    display:block;
    float:left;
    height:80px;
    overflow:auto;
    width:298px;
    border:1px solid #D7CFA8;
    background-color:#EFECDC;
    padding:5px 0 0 0;    
}
.attributeslist li {
    background-image:url("../images/chain.gif");
    background-repeat:no-repeat;
    background-position:15px 0;
    
    display:block;
    float:left;
    height:20px;
    padding-left:30px;
    white-space:nowrap;
    width:105px;
}

#btnName {
    /*background-color:#C5DAD1;
    border:1px solid #0A245B;
    color:#0A245B;*/
    /*background-color:#C9C58F;*/
    background-color:#DDDBBB;
    border:1px solid #C3C19C;
    color:#4A4832;
    font-weight:bold;    
    display:block;
    /*font-family:Arial,Sans-Serif;*/
    font-family:Verdana;
    font-size:12px;
    line-height:5px;
    height:22px;
    width:179px;
    margin-left:1px;
    padding:3px;
} 

#btnMessage {
    background-color:#C5DAD1;
    /*border:1px solid #0A245B;*/
    border:0 solid #0A245B;
    color:#0A245B;
    font-weight:bold;    
    display:block;
    /*font-family:Arial,Sans-Serif;*/
    font-family:Verdana;
    font-size:12px;
    line-height:12px;
    /*height:22px;
    width:179px;*/
    height:29px;
    width:220px;
    /*width:150px;*/
    margin-left:1px;
    /*margin-left:35px;*/    
    /*padding:3px;*/
} 

ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

.tooltip {
    background-color:#FBFAF4;
    border:2px solid #848484;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    padding:3px;
    text-align:center;
    width:300px;
    height:auto;
    color:#000000;
}
.googleMarkerTab .address {
    margin-bottom:0.6em;
}
.tooltip dl, .tooltip dd, .tooltip dt {
    margin:0;
    padding:0;
}
.tooltip dt {
    font-weight:bold;
}
.tooltip dd {
    margin-left:1em;
}
.tooltip img {
    display:block;
}
  
  
.paneldescription ul 
{
    font-family:"Trebuchet MS","Times New Roman","Arial";
    font-size:12px;
    padding:0 0 0 15px;
    list-style-image:url("../images/chain.gif");
    list-style-position:outside;
    list-style-type:none;
}

.tx_sm { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none} 
.toprepeat { background-image:url(../images/sm_toprepeat.gif); }
