﻿#bodycontent .MainPanel
{
	width: 900px;
	margin: 0px 0 30px 0;
}
#bodycontent .MainPanel-Top
{
	width: 899px;
	height: 30px;
	background: url(images/panel-top.gif) no-repeat;
}

#bodycontent .MainPanel-Content
{
	background: url(images/panel-border-sides.gif) repeat-y;
	width: 899px;
	padding: 10px 20px 0 34px;
}

.PageTitle
{
    color:#0083d7;
    font-size:24px;
    padding:0 5px 20px 0;
    margin:0;
    text-align:left;
}
.PageContent
{
 position:relative;
 top:0px;
 height:1100px;
 width: 899px;
}
#bodycontent .MainPanel-Bottom
{
	background:url(images/panel-bottom.gif) no-repeat;
	position:relative;
	width:899px;
	height:50px;
	margin:0 0 20px 0 ;
}
/*HG Created-----------------------------------------------------------*/
.success {
    background: #eeffee url(images/save.gif) 15px center no-repeat;
    text-align: left;
    vertical-align: middle;
    padding: 15px 20px 15px 55px;
    margin: 5px 0px 5px 0px;
    border-top: 2px solid #336666;
    border-bottom: 2px solid #336666;
    }

.errMessage
{
    background: #ffcccc url(images/error_small.png) center no-repeat; 
    background-position: 15px 50%; /* x-pos y-pos */ 
    text-align: left; 
    color: #990052;
    width: 500px;
    font-size: small;
    padding: 15px 20px 15px 50px; 
    border-top: 2px solid #cc0000; 
    border-bottom: 2px solid #cc0000;
    margin:0 0 15px 5px; 
    
}
/*Used by AutoComplete features*/
.autocomplete_list
{
    visibility:hidden;
    margin: 0px!important;
    padding:0px;
    background-color:White;
    color:WindowText;
    border:solid 1px buttonshadow;
    cursor:default;
    text-align:left;
    list-style-type:none;
    overflow:auto;
    font-weight:normal;
    font-family:Tahoma;
    font-size:12px;    
    z-index: 100;
}
.autocomplete_highlighted_listitem
{
    background-color: Highlight;
    color: HighlightText;
    padding: 3px;z-index: 100px;
}
.autocomplete_listItem
{
    background-color:White;
    color:WindowText;
    padding:3px;z-index: 100px;
}
.gmapHtml
{
    font-size:11px;
    margin-top:0px;
    color:#333333;
}   
