﻿body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #ffffff; 
	text-align: left; 
	font: 85% "Trebuchet MS",Arial,sans-serif;
   font-size: 12px;
}

.header-background
{
	width: 1000px; 
	height: 117px; 
	background-image: url(../images/header-background.jpg); 
	background-repeat: repeat-y;
}

.footer
{
   height: 35px;
	background-image: url(../images/header-background.jpg); 
	background-repeat: repeat-y;
}

.pin {width:35px;height:40px;background:url(../images/masons-ring.png);margin-left:4px;margin-top:-24px;}


.LinkHeader a
{
	color: White;
	text-decoration: none;
}

.LinkHeader a:link
{
	color: White;
}

.LinkHeader a:active
{
	color: White;
}

.LinkHeader a:visited
{
	color: White;
}

.link-footer a
{
	color: White;
	text-decoration: none;
}

.link-footer a:link
{
	color: White;
}

.link-footer a:active
{
	color: White;
	text-decoration: underline;
}

.link-footer a:hover
{
	color: White;
	text-decoration: underline;
}

.link-footer a:visited
{
	color: White;
}


.td-year
{
	font-size: 12px;
	font-weight: bold;
}

.td-bold
{
    font-weight: bold;
}

.TodayClock
{
   /* background-color:#FFF; */
   /* border:1px solid #D2D2D2; */
   color: White;
   font-weight:normal;
   padding: 0px 0px 0px 0px;
   width: 110px;
   /* float: right; */
   text-align:center;
   /* margin-top:-16px; */
}

.TodayClock .TodayDate
{
	font-weight: bold;
   font-size: 12px;
}

.TodayClock .TodayTime
{
   margin-top: -3px;
   font-size: 18px;
}

.TodayClock .TodayTimeAMPM
{
	margin-left: 5px;
   font-size: 12px;
}

.pad-right-10
{
   padding-right: 10px;
}

.pl5
{
   padding-left: 5px;
}

.pl10
{
   padding-left: 10px;
}

.pr5
{
   padding-right: 5px;
}

.pr10
{
   padding-right: 10px;
}

.pr20
{
   padding-right: 20px;
}

.pt5
{
   padding-top: 5px;
}

.pt10
{
   padding-top: 10px;
}

.pb2
{
   padding-bottom: 2px;
}

.modalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup 
{
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 400px;
}

.field-label
{
   font-weight: bold;
   font-size: 11px;
}

.validationsummary
{
   border: 2px solid red;
   color: red;
   /* width: 415px; */
   /* margin: 5px 0px; */ 
   padding: 15px; 
   background: #fff url(../images/error-shield.png) no-repeat 5px 50%;
}

.validationsummary ul 
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: square;
}
.validationsummary li
{
   color: red;
   font-size: 12px;
}

.profile-tr-header
{
   font-size: 12px;
   font-style: italic;
   text-decoration: underline;
}

.maincol
{
  /* float: left; */
  width: 470px;
  text-align: left;
  margin-bottom: 5px;
}

.rounded-maincol
{
   background-color: #FFFFFF;
   padding: 4px;
   background-image: url(../images/maincol-gradient.png);
   background-repeat: repeat-x;
   -moz-border-radius: 10px;  
   border-radius: 10px 10px 10px 10px;
   border: 1px solid #bfd4ec;
}

.rounded-colhead
{
   background-color: #3f6daf;
   -moz-border-radius: 6px;
   border-radius: 6px 6px 6px 6px;
}

.rounded-colhead h1
{
   margin: 0px 0px 0px 0px;
   padding: 5px 0px 4px 10px;
   color: white;
   font-size: 135%;
   font-weight: normal;
   font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
}

.rounded-colhead h1 a
{
   color: white;
}

.post-content, .post-tag, .comments, .navigation
{
  padding: 5px 5px 5px 5px;
  color: #262626;
}

.guestbook-entry
{
   margin-top: 4px;
   margin-bottom: 2px;
   padding: 3px 0px 3px 10px;
   -moz-border-radius: 6px;  
   border-radius: 6px 6px 6px 6px;
   border: 1px solid #bfd4ec;
}

.guestbook-bg-white
{
   background-color: White;
}

.guestbook-bg-gray
{
   background-color: #F0F0F0;
}

.guestbook-author
{
   margin-bottom: 3px;
   color: Gray;
   font-size: 12px;
}

.guestbook-link
{
   margin-bottom: 3px;
   font-size: 12px;
}

a.button{
	background: url(../images/nicebutton/img/button.gif);
	display: block;
	color: #555555;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 370px;
}
a:hover.button
{
	color: #0066CC;
	cursor: pointer;
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(../images/nicebutton/img/add.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.delete{
		background:url(../images/nicebutton/img/delete.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.user{
		background:url(../images/nicebutton/img/user.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.alert{
		background:url(../images/nicebutton/img/alert.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.msg{
		background:url(../images/nicebutton/img/msg.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.download{
		background:url(../images/nicebutton/img/download.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}

	.lens{
		background:url(../images/nicebutton/img/lens.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}
	.info{
		background:url(../images/nicebutton/img/info.gif) no-repeat 10px 8px;
		text-indent:30px;
		display:block;
	}


.DefaultPinOffset {position:absolute;left:0px;top:-20px;}
.ActionButton {cursor:pointer; font: 14px Arial;color: Blue; padding: 2px;}
.ButtonDisabled {color: Gray;}

.ero .ero-body 
{
   width: 250px!important;
   height: 150px;
}

.topic-title
{
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 18px;
	color: #000000;
	text-decoration: none;
}

.topic-title-small
{
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.button-round 
{
	cursor: pointer; 
	/*cursor: hand; */
	line-height: 25px;
	height: 25px;
	background: url(../images/button-blue.gif) no-repeat right top; 
	padding-right: 10px; 
	display: inline-block;
   padding: 0px 5px 0px 0px; 
   margin: 0; 
   list-style-type:none; 
   font-family:tahoma, arial, sans-serif;
   color: #534010; 
   font-size:11px; 
   font-weight:bold; 
   text-decoration:none;
}

.button-round ins 
{ 
	background: url(../images/button-blue.gif) no-repeat left top; 
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding-left: 10px;
   padding: 0px 5px 0px 0px; 
   margin: 0; 
   list-style-type: none; 
   font-family: tahoma, arial, sans-serif;
   color :#534010; 
   font-size: 11px; 
   font-weight:bold; 
   text-decoration:none;
}

a.button-round:hover 
{
   background-position: right -155px;
}

a.button-round:hover ins 
{
   background-position: left -155px;
}
	
.button-report
{
	background:url(../images/report.png) no-repeat 0px 5px;
	margin-left: 5px;
	text-indent: 20px;
	display: block;
}

.button-clock
{
	background:url(../images/clock.png) no-repeat 0px 5px;
	margin-left: 5px;
	text-indent: 20px;
	display: block;
}

.button-search
{
	background:url(../images/magnifier.png) no-repeat 0px 5px;
	margin-left: 5px;
	text-indent:18px;
	display: block;
}

.button-add
{
	background:url(../images/page_add.png) no-repeat 0px 5px;
	margin-left: 5px;
	text-indent:18px;
	display: block;
}

.form-705-note
{
   height: 60px;
}

.form-705-new
{
	background-image: url(../images/user_edit_light.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.autocomplete_completionListElement 
{  
	float: left;
	visibility : hidden;
	margin : 0px!important;
	padding: 0;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
   text-align : left; 
   list-style-type : none;
   /* width: 400px!important; */
   /* z-index: 10; */
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	cursor: pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.lodge-picture
{
   height: 160px;
   margin-left: 30px;
}

.accordionHeader
{
   border: 1px solid #2F4F4F;
   color: white;
   background-color: #2E4d7B;
   font-family: Arial, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   padding: 2px 0px 2px 5px;
   margin-top: 3px;
   cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
   border: 1px solid #2F4F4F;
   color: white;
   background-color: #5078B3;
   font-family: Arial, Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   padding: 2px 0px 2px 5px;
   margin-top: 3px;
   cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.search-textbox-watermark
{
   color: #aaaaaa;
}

.smallimagebutton
{
	vertical-align: bottom; 
	margin-left: 5px;
}

.news-response
{
   margin-top: 5px;
   color: #3f6daf;
   font-style: oblique;
}

.page-footer
{
   font-size: 11px;
}

.link-white 
{
	color: white;
	text-decoration: none;
}

.link-white:link
{
	color: white;
	text-decoration: none;
}

.link-white:active
{
	color: white;
}

.link-white:hover
{
	color: white;
	text-decoration: underline;
}

.link-white:visited
{
	color: white;
}

.field-label
{
   font-weight: bold;
}

.mdx-table tr
{
   height: 30px;
}

.mdx-table-h25 tr
{
   height: 20px;
}

.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 0.8em; }

.mt5
{
   margin-top: 5px;
}

.mt10
{
   margin-top: 10px;
}

.mt20
{
   margin-top: 20px;
}

.ui-autocomplete-loading 
{
   background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.buttons a, .buttons button
{
    display:block;
    float: left;
    margin: 0 0px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
    line-height: 90%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding: 5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* REGULAR */

button.regular, .buttons a.regular{
    color:#336699;
}
.buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.updateProgress
{
	position: absolute;
	background-color: Gray;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}

.updateprogress-outer
{
   position: absolute;
   top: 50%;
   left: 0px;
   width: 100%;
   height: 1px;
   overflow: visible;
}
.updateprogress-inner{
   width: 250px;
   height: 200px;
   margin-left: -125px;  /***  width / 2   ***/
   position: absolute;
   top: -100px;          /***  height / 2   ***/
   left: 50%;
}

.updateprogress-rounded
{
   background-color:#ffffff;
   padding: 4px;
   background-repeat: repeat-x;
   -moz-border-radius: 10px;  
   border-radius: 10px 10px 10px 10px;
   border: 2px solid #000000;

}

.panel-update-progress
{
   padding-left: 10px;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
}

.autogrow
{
   line-height: 15px;
	font-family: "Trebuchet MS",Arial,sans-serif;
   font-size: 14px;
}



.link-duplicate 
{
	color: White;
   background-color: orange;
	text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
   margin-right: 5px;
}

.link-duplicate:link
{
	color: White;
}

.link-duplicate:active
{
	color: White;
	text-decoration: underline;
}

.link-duplicate:hover
{
	color: White;
	text-decoration: underline;
}

.link-duplicate:visited
{
	color: White;
}

.richtext-label
{
   background-color: #ffffff;
   padding-left: 2px;
   padding-right: 2px;
   border-left: 1px solid #E2E2EA;
   border-top: 1px solid #ACACB4;
   border-right: 1px solid #DBE0E6;
   border-bottom: 1px solid #E4E9EF;
}

.link-spelling 
{
   background-color: yellow;
}

.link-spelling:link
{
}

.link-spelling:active
{
	text-decoration: underline;
}

.link-spelling:hover
{
	text-decoration: underline;
}

.link-spelling:visited
{
}

.highlight
{
   background-color: yellow;
}

*.searchResult {
            font-weight: bold;
            background-color: yellow;
        }

.grid-pad-row-topbottom td
{
   padding-top: 1px;
   padding-bottom: 1px;
}

.checkbox-no-margin input[type=checkbox]
{
   margin-top: 0px;
   margin-bottom: 0px;
}

.checkbox-race tr
{
   height: 20px;
}

.tb-right
{
   text-align: right;
}


.iframe-wrap
{
   width: 320px;
   height: 192px;
   padding: 0;
   overflow: hidden;
}

.iframe-frame
{
   width: 1280px;
   height: 786px;
   border: 0;
   -ms-transform: scale(0.25);
   -moz-transform: scale(0.25);
   -o-transform: scale(0.25);
   -webkit-transform: scale(0.25);
   transform: scale(0.25);
   -ms-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -o-transform-origin: 0 0;
   -webkit-transform-origin: 0 0;
   transform-origin: 0 0;
}