﻿body 
{
   padding-top: 10px;
   background: #000000; /*#707883;*/
   background-image: url(../images/background2.jpg);
   background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	text-align: left; 
	font: 85% "Trebuchet MS",Arial,sans-serif;
}

@font-face {font-family: 'DSariHeavy';src: url('fonts/2B49BD_0_0.eot');src: url('fonts/2B49BD_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2B49BD_0_0.woff') format('woff'),url('fonts/2B49BD_0_0.ttf') format('truetype');}

@font-face 
{
   font-family: KQIFamily;
   src: url("fonts/Avenir-55-Roman.eot") /* EOT file for IE */
}
@font-face 
{
   font-family: KQIFamily;
   src: url("fonts/Avenir-55-Roman.ttf") /* TTF file for CSS3 browsers */
}

.kqi-title-large-font
{
   font-family: DSariHeavy, Tahoma;
   font-size: 44px;
   font-weight: bold;
   color: white;
}

.kqi-title-medium-font
{
   font-family: DSariHeavy, Tahoma;
   font-size: 22px;
   color: white;
}

.container
{
   width: 1000px !important; 
   margin: 0 auto;
   border: solid 5px black;
   background-color: #FFFFFF;
   font-size: 12px;
}

.page-header
{
	width: 1000px; 
	/* height: 85px; */
	overflow: hidden;
   background-image: url(../images/header-chalk.jpg);
   background-repeat: repeat-x;
}

.page-footer
{
	width: 1000px; 
	height: 71px; 
	background-image: url(../images/background-footer.gif);
   background-repeat: no-repeat;
	overflow: hidden;
}

.menu-left-dark-color
{
   background-color: #0EA2EC; /* light blue */
   /* background-color: #A67044;  light brown */ 
}

.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: black;
	text-decoration: none;
}

.link-footer a:link
{
	color: black;
}

.link-footer a:active
{
	color: black;
	text-decoration: underline;
}

.link-footer a:hover
{
	color: black;
	text-decoration: underline;
}

.link-footer a:visited
{
	color: black;
}


.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;
}

.pl20
{
   padding-left: 20px;
}

.pl40
{
   padding-left: 40px;
}

.pr5
{
   padding-right: 5px;
}

.pr10
{
   padding-right: 10px;
}

.pr20
{
   padding-right: 20px;
}

.pt5
{
   padding-top: 5px;
}

.pt10
{
   padding-top: 10px;
}

.pb5
{
   padding-bottom: 5px;
}

.pb10
{
   padding-bottom: 10px;
}

.mt5
{
   margin-top: 5px;
}

.mt10
{
   margin-top: 10px;
}

.ml5
{
   margin-left: 5px;
}

.ml10
{
   margin-left: 10px;
}

.ml20
{
   margin-left: 20px;
}

.mb5
{
   margin-bottom: 5px;
}

.mb10
{
   margin-bottom: 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: 20px;
	text-decoration: none;
}

.topic-title-small
{
   font-family: Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 14px;
	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;
}


.smallimagebutton
{
	vertical-align: bottom; 
	margin-left: 5px;
}

.smallimagebutton-bottom
{
   vertical-align: bottom;
}

.pt2
{
   margin-top: 2px;
}

.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;
}

.link-black
{
	color: black;
	text-decoration: none;
}

.link-black:link
{
	color: black;
	text-decoration: none;
}

.link-black:active
{
	color: black;
}

.link-black:hover
{
	color: black;
	text-decoration: underline;
}

.link-black:visited
{
	color: black;
}

.field-label
{
   font-weight: bold;
}

.mdx-table tr
{
   height: 30px;
}

.mdx-table-h25 tr
{
   height: 25px;
}

.mdx-table-clear tr
{
   height: initial;
}


div.ui-datepicker{
 font-size:10px;
}

.ui-datepicker, .ui-datepicker a{
 font-size:10px;
}

.ui-widget-overlay {
    position: fixed !important;
}

.ui-widget{font-weight: normal !important;}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .1em 0.5em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 17px;
	margin: -8px 0 0 0;
	padding: 1px;
	height: 16px;
}

.ui-dialog .ui-dialog-content 
{
   font: 85% "Trebuchet MS",Arial,sans-serif;
}

div.ui-dialog-buttonpane button
{
	font-size: medium;
	font-weight: bold;
	color: #00467F; /* Dark Blue*/
}

.left-nav 
{
   padding: 5px 5px 5px 5px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   /* background-color: #EFE8E0; light light brown */
   background-color: #E2F4FD; /* light light blue */
}

.left-nav-middle
{
   padding: 5px 10px 5px 10px;
}

.left-nav-bottom
{
   -moz-border-radius-bottomleft: 10px;
   border-bottom-left-radius: 10px;
   -moz-border-radius-bottomright: 10px;
   border-bottom-right-radius: 10px;
   /*  background-color: #A67044; light brown */
   background-color: #0EA2EC; /* light blue */
   padding: 5px 10px 15px 10px;
   color: #EFE8E0;
}

.brown
{
   /*color: #A67044; light brown */
   /*color: #0EA2EC; light blue */ 
   color: #444444; /* dark gray */
}

.back-lightbrown
{
   /* color: #EFE8E0; light light brown */
   background-color: #E2F4FD; /* light light blue */
}

.back-dialog
{
   /* background-color: #EFE8E0; */
   background-color: #E2F4FD; /* light light blue */
}

.back-lightgray
{
   background-color: lightgray;
}

.left-nav-font
{
   font-size: 11px;
}

.link-brown
{
	color: #825835;
	text-decoration: none;
}

.link-brown:link
{
	color: #825835;
	text-decoration: none;
}

.link-brown:active
{
	color: #825835;
}

.link-brown:hover
{
	color: #825835;
	text-decoration: underline;
}

.link-brown:visited
{
	color: #825835;
}






.link-blue
{
	color: #3f6daf;
	text-decoration: none;
}

.link-blue:link
{
	color: #3f6daf;
	text-decoration: none;
}

.link-blue:active
{
	color: #3f6daf;
}

.link-blue:hover
{
	color: #3f6daf;
	text-decoration: underline;
}

.link-blue:visited
{
	color: #3f6daf;
}

.nav-left-bullet
{
   margin-left: 5px;
   line-height: 14px;
   font-weight: bold;
}

.nav-left-bullet ul 
{
   padding: 0px; 
   margin: 10px; 
   font-size: 12px;
   list-style-image: url(../images/nav-left-bullet.jpg);
}

.water
{
   font-family: Tahoma, Arial, sans-serif;
   color:gray;
}

textarea 
{ 
	font: 100% "Trebuchet MS",Arial,sans-serif;
}

.help-box-rounded 
{
   padding: 10px 10px 10px 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border-width: 1px;
   border-style: solid;
   border-color: black;
   /* background-color: #EFE8E0; */
   background-color: #E2F4FD; /* light light blue */
}

.info-box-rounded 
{
   padding: 10px 10px 10px 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border-width: 1px;
   border-style: solid;
   border-color: black;
}

.checkboxlist tr td input[type=checkbox] label
{
   height: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
   font-size: 8px;
}

.checkboxlist input
{

   height: 10px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.center-item
{
   text-align: center;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

.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;
}

.lab-detail-table tr
{
   border-collapse: collapse;
   border: 1px solid gray;
}

.lab-detail-table th
{
   padding-left: 5px;
   padding-right: 5px;
}

.lab-detail-table td
{
   padding-left: 5px;
   padding-right: 5px;
}

.lab-detail-th
{
   font-weight: bold;
}

.lab-detail-table-inside tr
{
   border-collapse: collapse;
   border: none;
}

.lab-detail-table-inside td
{
   padding-left: 0px;
   padding-right: 0px;
}


.ui-autocomplete-loading 
{
   background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.scroll-grid-view
{
   overflow-x: hidden; 
   overflow-y: auto; 
   background-color: #ffffff;
   border-left: 1px solid #E2E2EA;
   border-top: 1px solid #ACACB4;
   border-right: 1px solid #DBE0E6;
   border-bottom: 1px solid #E4E9EF;
}

.hl-image img
{
   padding-left: 5px;
   position: relative;
   top: 2px;
}

.hl-image-pl10 img
{
   padding-left: 10px;
   position: relative;
   top: 2px;
}

.smallimage
{
   padding-left: 5px;
   position: relative;
   top: 2px;
}

.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: 200px;
   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;
}

.press-title 
{
   font-family: "Arial Black";
   font-weight: bold;
   font-size: 20px;
	text-decoration: none;
}

.press-author 
{
}

.press-date 
{
}

.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;
}

.datalist-pages
{
   padding-left: 4px;
   padding-right: 4px;
}


.highlight 
{
   background-color: #FFFF88;
}


.kqi-title-large-link 
{
	color: white;
	text-decoration: none;
}

.kqi-title-large-link:link
{
	color: white;
	text-decoration: none;
}

.kqi-title-large-link:active
{
	color: white;
}

.kqi-title-large-link:hover
{
	color: white;
	text-decoration: underline;
}

.kqi-title-large-link:visited
{
	color: white;
}

.link-footer-email 
{
	color: #08608C;
}

.link-footer-email:link
{
	color: #08608C;
}

.link-footer-email:active
{
	color: #08608C;
	text-decoration: underline;
}

.link-footer-email:hover
{
	color: #08608C;
	text-decoration: underline;
}

.link-footer-email:visited
{
	color: #08608C;
}

.bullet-star
{
   width: 10px;
   height: 11px;
   background-image: url(../images/bullet-star.jpg);
   margin-top: 3px;
}

.nav-separator
{
   width: 100px;
   height: 1px;
   background-image: url(../images/nav-separator.jpg);
   margin-left: 40px;
   margin-top: 5px;
   margin-bottom: 5px;
}

.nav-separator-vert
{
   width: 3px;
   height: 400px;
   background-image: url(../images/nav-separator-vert.jpg);
   background-repeat: repeat;
   margin-left: 10px;
   margin-top: 20px;
}

.radio-button-list-4 td
{
   width: 220px;
}

.checkboxlist-4 tr
{
   height: 20px;
}

.token-button
{
   padding-left: 3px;
	vertical-align: bottom; 
}

.token-label 
{
    overflow: hidden; 
    height: auto !important; 
    height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 13px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

.tab-box
{
   border: 1px solid #000000;
   padding: 5px 5px 5px 5px;
}

.border-right-1
{
   border-right: 1px solid black;
}

.border-left-1
{
   border-left: 1px solid black;
}

.border-bottom-1
{
   border-bottom: 1px solid black;
}

.tree td div 
{
   height: 20px !important;
}

.tree td img
{
    vertical-align: bottom;
}

.color-bg-pale-green
{
   background-color: #DFEFBD;
}

.color-bg-pale-yellow
{
   background-color: #FFFFE5;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: sans-serif;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.panel-span
{
   display: inline;
}

.immunization-date
{
}

.panel-upload-title
{
   background-color: #000000;
   color: #ffffff;
   font-weight: bold;
   padding-top: 3px;
   padding-left: 10px;
   padding-bottom: 3px;
   -moz-border-radius: 10px 10px 0px 0px;  
   border-radius: 10px 10px 0px 0px;
   border: 1px solid #000000;
}

.panel-upload-content
{
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
   -moz-border-radius: 0px 0px 10px 10px;  
   border-radius: 0px 0px 10px 10px;
   border-left: 1px solid #000000;
   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
}


.lb-normal
{
    display: table-cell !important;
    vertical-align: middle !important;
}

.border-panel
{
   border: 1px solid #aaaaaa;
   border-radius: 3px 3px 3px 3px;
   padding: 5px 5px 5px 5px;
   display: inline-block;
}


.widget_actions div 
{
   cursor:pointer;
   margin:4px 0 0;
   color:#1D72C2;
   background-color:#D4ECFF;
   border:1px solid #57B6FF;
   text-align:center;
   text-decoration:none;
}

.widget_actions div.disabled 
{
   text-decoration:none;
   color:#666;
   background-color:#eee;
   border:1px solid #ccc;
}

.widget_actions div.selected 
{
   font-weight:bold;
}

.widget_actions div._title 
{
   cursor:default;
   color:#666;
   background-color:transparent;
   border-color:transparent;
}

.table-pad-cells-top-bottom td
{
   padding-top: 1px;
   padding-bottom: 1px;
}

.postit
{
   background-color: #FFFFC1;
   padding-left: 3px;
   padding-top: 3px;
   padding-right: 3px;
   padding-bottom: 3px;
   border: 1px solid #aaaaaa;
   border-radius: 3px 3px 3px 3px;
}

.button-address-book
{
   -webkit-appearance: none;
   white-space: normal;
   display: inline-block; 
   width: 70px;
   height: 45px;
}

.button-check-all
{
   -webkit-appearance: none;
   white-space: normal; 
   display: inline-block; 
   width: 50px;
   height: 45px;
}

.doc-image-thumb-border
{
   border: solid 1px white;
}

.doc-image-thumb-border-urgent
{
   border: solid 1px red;
}

.calendar-month
{
   width: 145px;
   height: 160px;
   background-image: url(../images/thumb_gradient.jpg);
   margin-left: 10px;
}

.cal-weekday
{
   border: solid 1px black;
   text-align: center;
   color: Black;
   background-color: White;
   font-size: 11px;
   height: 15px;
}

.cal-month
{
   border: solid 1px black;
   height: 15px;
   vertical-align: top;
   text-align: center;
   font-size: 11px;
   color: #ffffff;
   background-color: #808080;
}

.cal-cell
{
   border: solid 1px black;
   height: 15px;
   vertical-align: top;
   text-align: center;
   font-size: 11px;
   background-color: #88FF61;
}

.cal-cell-na
{
   border: solid 1px black;
   height: 15px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   background-color: #CCE7FF;
}

.cal-cell-pending
{
   border: solid 1px black;
   height: 15px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   background-color: #fafafa;
}

.cal-cell-checkout
{
   background-image: url(../images/checkout-background.jpg);
   background-repeat: repeat-y;
}

.cal-cell-checkout-full
{
   border: solid 1px black;
   height: 15px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   background-color: #FF8080;
}

.cal-cell-room 
{
   width: 25%;
   text-align: center;
   font-size: 10px;
}
.cal a
{
   color: White;
}

.div-table
{
   display: table;
   border-collapse: collapse;
}

.div-row
{
   display: table-row;
   text-align: left;
}

.div-cell
{
   display: table-cell;
}

.cal-borders
{
   border: 1px solid #000000;
   border-collapse: collapse;
}

.cal-borders td
{
   border: 1px solid #000000;
}

.schedule-table tr
{
   border-collapse: collapse;
}

.appointment-day-entry
{
   border-radius: 2px 2px 2px 2px;
   padding-left: 5px;
}

.appointment-day-background-0
{
   background-color: #FFBBBB;
}

.appointment-day-background-1
{
   background-color: #EDBEFE;
}

.appointment-day-background-2
{
   background-color: #D0BCFE;
}

.appointment-day-background-3
{
   background-color: #A5DBEB;
}

.appointment-day-background-4
{
   background-color: #ACF3FD;
}

.appointment-day-background-5
{
   background-color: #B5FFC8;
}

.appointment-day-background-6
{
   background-color: #C9DECB;
}

.appointment-day-background-7
{
   background-color: #FFFFB5;
}

.appointment-day-width
{

}

.appointment-tooltip-div
{
   width: 100%;
   font-size: 11px;
}

.appointment-tooltip-div table,
.appointment-tooltip-div thead,
.appointment-tooltip-div tbody,
.appointment-tooltip-div tfoot,
.appointment-tooltip-div tr,
.appointment-tooltip-div th,
.appointment-tooltip-div td 
{
   font-size: 11px;
}

.appointment-tooltip-top-block
{
   /*background-color: #FFCC80;*/
   -webkit-border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   border-radius: 3px 3px 3px 3px;
   padding: 3px 3px 3px 3px;
}

.appointment-tooltip-bottom-block
{
   padding: 3px 3px 3px 3px;
}

.appointment-tooltip-rate
{
   border: 1px solid #dddddd;
   background-color: #f4f4f4;
   -webkit-border-radius: 3px 3px 3px 3px;
   -moz-border-radius: 3px 3px 3px 3px;
   border-radius: 3px 3px 3px 3px;
   padding: 3px 3px 3px 3px;
}

.gridview
{
}

.gridview th
{
   color: #ffffff;
   background-color: #444444;
   padding-top: 1px;
   padding-bottom: 1px;
}

.datarow-blue
{
   background-color: #ffffff;
}

.datarow-blue:hover
{
   background-color: #CCF2FF;
}

.datarow-alt-blue
{
   background-color: #EEEEEE;
}

.datarow-alt-blue:hover
{
   background-color: #CCF2FF;
}

.datarow-highlight-blue
{
   background-color: #CCF2FF;
}
