﻿html, body 
{
    height: 100.1%;
    margin: 0;
}

.linkbtnGrid
{
    margin: 0px 0px 0px 0px;
    font-size: 13px;
	padding: 6px 6px 5px 8px;
	border-color:#bddcf2;
	border-width: 1px;
	border-style:solid;
}

.topleftbox
{
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    position: relative;
    /*background-color: #f3f6f9;*/
	padding: 6px 6px 5px 8px;
	border-color:#8ec1e8;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style:solid;
}

.withoutMarginBottom {

    margin-bottom:0px !important;
}

.nopadding {
    padding-left:0px !important;
    padding-right:0px !important;
}

.bottomleftbox
{
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    position: relative;
    /*background-color: #f3f6f9;*/
	padding: 6px 6px 5px 8px;
	border-color:#8ec1e8;
	border-left-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style:solid;
}

.bottomleftboxRightBorder
{
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    position: relative;
    /*background-color: #f3f6f9;*/
	padding: 6px 6px 5px 8px;
	border-color:#8ec1e8;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style:solid;
}


.inlineText {

display:inline;
}

.modalBg {
background-color:#cccccc;
filter:alpha(opacity=90);
opacity:0.9;
}

.modalPanel {
background-color:#ffffff;
border-width:3px;
border-style:solid;
border-color:#A2C4D0;
padding:3px;
}


.btnOne
{
	width: 100px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url('images/btn100.gif');
	border-style: none;
	border-bottom: solid 0px #FFFFFF;
}
.btnOne:hover
{
	width: 72px;
	height: 29px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	background-image: url('images/btn100over.gif');
	border-style: none;
	cursor: pointer;
	
}
.btnMD
{
	width: 72px;
	height: 29px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	background-image: url('images/btnMD.gif');
	border-style: none;
	
}
.btnMD:hover
{
	width: 72px;
	height: 29px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	background-image: url('images/btnMDon.gif');
	border-style: none;
	cursor: pointer;
	
}



.btnClose
{
	width: 65px;
	height: 28px;
	background-image: url('images/btnClose.png');
	border-style: none;
	cursor: pointer;
	
}
.btnPrintPDF
{
	width: 100px;
	height: 35px;
	background-image: url('images/pdf_print.gif');
	border-style: none;
	cursor: pointer;
	
}
.btnGetPDF
{
	width: 123px;
	height: 35px;
	background-image: url('images/GetAcrobat.png');
	border-style: none;
	cursor: pointer;
	
}
.boxit 
{
	padding:10px;
	margin-bottom:0px;
	background:url(images/bgSpotlight.gif) repeat-x;
	border-color:#A2C4D0;
	border-width:1px;
	border-style:solid;
}

.progressBackground {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: lightgray;
    opacity: 0.4;
    z-index: 2000;
}

.progressIndicator {
    width: 90px;
    height: 64px;
    position: absolute;
    left: 46%;
    top: 44%;
    z-index: 2000;
    text-align: center;
    
}

.subsubheading
{
    font-weight:bold;
    font-size: 14px;
    color: #505050;
    /*color: #D08605;*/
}


.CustomSearchGrid table, .CustomSearchGrid caption, .CustomSearchGrid tbody, .CustomSearchGrid tfoot, .CustomSearchGrid thead, .CustomSearchGrid tr, .CustomSearchGrid th, .CustomSearchGrid td, .CustomSearchGrid footer, .CustomSearchGrid header

{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}


.fontright
{
	text-align:right;
}

.CustomFieldSet 
{
    padding: 3px 3px 5px 5px;
}

.CustomLegend 
{
    padding: 0px 3px 0px 3px;
    font-size: 95%;
    color: #0074b7;
}


.container-fluid {
  max-width: 960px;
  margin: 0 auto;
}

#content
{
    width: 960px !important;
}

.italic
{
	font-style: italic;
}
.ValidationSummary
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 0px 5px;
	
}

.ValidationSummary ul
{
	border-top: 1px solid #f88b8b;
	font-weight: normal;
	margin: 2px -5px;
	padding: 5px;
}

.ValidationSummary li
{
    margin-left: 20px;
}

.heading
{
    font-size: 18px;
    color: #27779c;
}

.subheading
{
    font-size: 18px;
    color: #D08605;
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}

.detailsHeader {
    font-size: 18px;
    color:black;
}
@media (min-width: 768px) {
    .detailsPanelInfo {
        height:322px;
        overflow-x:hidden;
        overflow-y:auto;
    }
}
.detailsPanelInfo {
    overflow-x:hidden;
    overflow-y:auto;
}
.mapDetails {
    height: 320px;
}
.detailsGridRowHeader {
    text-align:right;
}
.detailsPanel {
    overflow-x:hidden;
    overflow-y:auto;
}
.adobeButton {
    height: 30px;
    width: 74px;
}
.bioTextLabel {
    margin-left:15px;
}
.BioInformation {
    margin-top:5px;
    margin-bottom:10px;
}
.imgBioPhoto {
    height:140px!important;
}

.row-biotext {
    margin-left: 0 !important;
}
table {
    font-size: inherit;
}

.modal-content {
    position:relative !important;
    left: auto !important;
    top: auto !important;
}

@media (max-width: 767px) {
    .small-font-xs {font-size: 12px;}
}

.nopadding-left {
    padding-left:0px !important;
}