@charset "utf-8";
/* CSS Document */
/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:1.1em; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; font-size: 0.8em;}
.ui-selectmenu-menu li a {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,

.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }


.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span { display:block; margin-bottom: .2em; }



.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.1em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-status {padding: 2px 2px; font-size: 0.8em;line-height: 0.9em;height:15px; overflow:hidden}
.ui-selectmenu-status span { display:block;  }

html.busy, html.busy * {
cursor:wait !important;
}

.eventdata {
	color: black;
	border: 2px solid #339999;
	padding: 5px;
	width:auto;
	height:auto;
	position: absolute;
	display:none;
	z-index:1000;
	background-color: white;
	width:700px;
}

.eventdata a {
	color:#008040 !important;
	text-decoration:none;
}

.eventdata a:hover {
	text-decoration:underline;
}

.cbcontext {
	background: #b9c9fe;
	color: black;
    border: 1px solid #b9c9fe;
	padding: 1px;
	width:100px;
	list-style: none;
	display:none;
	height:auto;
}
.cbcontext ul
{
	list-style-type: none;
padding: 0px;
margin: 0px;
}
.cbcontext ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
    display: block;
    cursor: default;
	border: 1px solid transparent;
    background-color: transparent;
}
.cbcontext ul li:hover
{
	border: 1px solid #0a246a;
    background-color: #b6bdd2;
}

.cbcontext ul li.disabled
{
	color:#999999;
}


/////////////////////////////

#oneday
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
	text-align: right;
	border-collapse: collapse;
	width:600px;
}

#oneday th
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: red;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
	table-layout:fixed;
	padding-top: 4px;
	width:200px;

}



#oneday td
{
	background: #ffffff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #669;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: center;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}





/////////////////////////////

#minimonth
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
	text-align: right;
	border-collapse: collapse;
	width:227px;
}

#minimonth th
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: red;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width:30px;
	min-width:30px;
	text-align: center;
	table-layout:fixed;
	padding-top: 4px;

}


#minimonth th.monthlab
{
	font-size: 60px;
	text-transform: capitalize;
	text-align: left;
	background: #b9c9fe;
	vertical-align: bottom;	

}
#minimonth th.mt
{
	background: #b9c9fe;
	vertical-align: bottom;	
	font-weight:bold;
	font-size:16px;	
}


#minimonth th.mf
{
	color: #0000CC;
	font-weight:bold;
	font-size:13px;	

}
#minimonth th.we
{
	color:#FF3300;
	font-weight:bold;
	font-size:13px;	

}


#minimonth td
{
	background: #ffffff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #669;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align: center;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

#minimonth td.mf, #minimonth td.we, #minimonth td.today
{
	vertical-align: top;
	font-size:12px;
}
#minimonth td.today
{
	border: 2px solid #FF6600;
}
#minimonth td.we
{
	color:#FF9900;
	
}







////////////////////////////
#fhtsched
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
	text-align: right;
	border-collapse: collapse;
}
#fhtsched thead th.timelabel
{
	width:50px;
}

#fhtsched th
{
	font-weight: normal;
	font-size: 12px;
	color: #039;
	background: #b9c9fe;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	width:90px;
	min-width:90px;
	text-align: center;
	table-layout:fixed;
}

#fhtsched th.thlab
{
	padding-top: 0px;
	padding-bottom: 1px;
}



#fhtsched td
{
	background: #e8edff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #669;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	line-height:1em;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	


}

#fhtsched th.mf, th.mt
{
	width:125px;
	font-weight:bold;
	font-size:13px;	
	height: 30px;

}
#fhtsched th.mt
{
	font-weight:bold;
	font-size:16px;	
}
#fhtsched th.we
{
	width:125px;
	color:#0000FF;
	font-weight:bold;
	font-size:13px;	
	height: 30px;

}
#fhtsched td.mf, td.we, td.offday, td.today
{
	text-align: left;
	height: 75px;
	vertical-align: top;
	font-size:12px;
}
#fhtsched td.today
{
	border: 2px solid #FF6600;
	background-color: #FFF8DF;
}
#fhtsched td.we
{
	background-color: #CAFFDA;
}
#fhtsched td.offday
{
	background-color: #F2F2F2;
}
.ph
{
	color: #990099;
}
.colourLegend {
	
}
.editable {
	float:left;
	cursor: pointer; cursor: hand;
}
.vedit, .evedit {
	cursor: pointer; cursor: hand;
}
.itlabd {
	display:none;
}
.sclk {
}

.calMonthHeading {
   font-family: calibri,arial, helvetica,sans-serif;
	font-size:2em;
	padding-top:15px;
}

.calMenu {
   font-family: calibri,arial, helvetica,sans-serif;
	float:left;
	clear:both;
	margin: 1px;
	border-radius: 4px;
	color:white;
	background-color: #b9c9fe;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.calMenu select {
   font-family: calibri,arial, helvetica,sans-serif;
   background-color: #b9c9fe;
   width: 55px;
   padding: 1px;
   font-size: 14px;
   border: 1px solid #b9c9fe;
   height: 26px;
   vertical-align:top;
   margin-top:2px;
   border-radius: 2px;
}
#year {
   width: 60px;
}

.calitem {
	float:left;
	clear:both;
	width:93%;
	margin: 1px;
	padding: 2px;
	border-radius: 4px;
	color:#ccc;
	vertical-align: middle;
	cursor: pointer; cursor: hand;
}
.left {
	float:left;
}
.right {
	float:right;
}
.upd {
	float:left;
	font-size:10px;
	padding-left: 6px;
}
.dhead {
	background-color: #DDE4FF;
}
.dheadoff {
	background-color: #E9E9E9;
}
.dheadwe {
	background-color: #B3FFCA;
}
.dheadtoday {
	background-color: #FFECAA;
}
#fhtsched td.h {
	background-image: url(images/ch.gif);
	background-repeat: repeat;
}
#fhtsched td.bk
{
	text-align:left;
	vertical-align: top;
	cursor:pointer; cursor:hand;
}
#fhtsched td.tnow
{
	font-weight: bold;
	color: #FF6600;
}

div.bk {
	width: 90px;
	overflow: hidden;
}

#fhtsched td.dragging
{
	border: 3px dotted #FF6600;
}

#fhtsched td.dragg-over
{
	border: thin dotted #FF6600;	
	background:#FF6600;
}

#fhtsched td.arrived
{
	text-align:left;
	vertical-align: top;
	font-weight:bold;
	color: #FF0000;
}
#fhtsched td.noshow
{
	text-align:left;
	vertical-align: top;
	text-decoration: line-through;
	filter: DropShadow(Color=white, OffX=2, OffY=-2, Positive=true);
}

#fhtsched td.cancelled
{
	text-align:left;
	text-decoration: line-through;
	background-color: #CCCCCC;
	//background-image: url(images/ch.gif);
	//background-repeat: repeat;
}
#fhtsched td.declined
{
	text-align:left;
	text-decoration: line-through;
	background-color: #CCCCCC;
	
}


#fhtsched td.re
{
	text-align:left;
	vertical-align: top;
	background-color:#D1DCDC;
}

#fhtsched a {
	color: #0099CC;
}


#fhtsched tbody td:hover 
{
	//cursor: pointer; cursor: hand;
}

.edhighlight {
	color:white;
	background-color:#FF6600;
	text-shadow: 2px 1px 1px #333;
	border-radius:3px;
	}
.error {
	color: #CC0000;
	font-weight: bold;
}

.warning {
	color: #FF9900;
}

.msgbox {
	width: 320px;
	height: 42px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.msgin {
	font-size:11px;
	vertical-align: middle;
}
.msginput {
	background:#d2edff;
	font-size:11px;
	height: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.lmbox {
	height: 58px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
	border: 1px solid #E0E0E0;
}


.rbox {
	width: auto;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
}
.mbox {
	border: 1px solid #E0E0E0;
	qqqbackground-color: #FDFAF4;
	margin: 4px;
	background-position: center;
	padding: 5px;
}
.hbox {
	border: 1px solid #E0E0E0;
	margin: 4px;
	padding: 5px;
}

.sbox {
	border: 1px solid #E0E0E0;
	background-color: #E1EFFF;
	margin: 4px;
	padding: 2px;
}
.pad {
	padding: 3px;
}
.ppad {
	padding-left: 30px;
}
.tpad {
	padding: 12px;
}


.ac_results {
	padding: 0;
	border: 1px solid #333;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0e2221;
	color: #fff;
}

#fhtsched td.visithover {
	background-color: #86A0FD;
}

.highlight {
	background-color: #DEF8E3;
}
.PatInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
}

.ttb {
	font-size:11px;
	width:auto;
	margin-right: 3px;
	margin-left: 3px;
}
.ttbmonth {
	font-size:11px;
	width:auto;
	margin-right: 3px;
	margin-left: 3px;
	padding-right: 2px;
	padding-left: 2px;
}

#topbanner {
	min-width:1200px;	
}

#printtopbanner {
	font-size:18px;
	display:none;
}

.dsTime, .dsLabel, .dsType, .dsStatus, .dsText, .dsHeading, .dsDur, .dsRef {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	height: 16px;
}
.dsTime {
	width: 40px;
	height: 80px;

}
.dsDur {
	width: 30px;
}
.dsLabel {
	font-weight:bold;
	width: 100px;
}
.dsType {
	width: 100px;
	padding-right: 3px;
	padding-left: 3px;
}
.dsStatus {
	color:#FF0033;
	font-weight: bold;
	width: 20px;
}
.dsItem {
	margin-top: 3px;
	margin-bottom: 1px;
	clear:both;
	vertical-align:middle;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.dsRef {
	clear:both;
	font-size: 11px;

}
.dsHeading {
	margin-top: 3px;
	margin-bottom: 1px;
	clear:both;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.dsText {
	font-style: italic;
	width: 320px;
	height:auto;
	-moz-appearance: 300;
	overflow:auto;
}
.dsTextH {
	width: 320px;
	float: left;
}
.dsTopHeadingN {
	clear:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	width: auto;
	
}
.dsTopHeadingD {
	clear:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	width: auto;
	float: left;
	position: fixed;
	left: 300px;
	top: 10px;
}
.time{
	color: black;
	float:left;
}

.msgicon{
	color: black;
	float:left;
	width:20px;
	margin-left:2px;
	margin-right:2px;
}

.prov{
	color: #003300;
	float:left;
	margin-left: 7px;
	margin-right: 7px;
}
.pat{
	color:#333399;
	float:left;
	margin-left: 7px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
.item1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	background-color: #D1DCDC;
	padding-bottom: 5px;
	padding-top: 5px;
}
.item2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	background-color: #E7EDED;
	padding-bottom: 5px;
	padding-top:5px
}
#modal {
	background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    hheight: 265px;
    left: 40%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: absolute;
    top: 30%;
    width: 400px;
    z-index: 1000;
	opacity: .95;
    -webkit-opacity: .95;
    -moz-opacity: .95;
    filter: alpha(opacity=95);
	font-size:1.2em;
}
#modalb {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}
#modalb.active, #modal.active {
	display:block;
}

.pcmmenu {
	float:left;
	width: 80px;
	overflow:hidden;
}
.pcmmenu:hover {
	color:#FF3300;
}
.cdata {
	display:none;
}
.callink {
	color:#336699;
	margin: 10px;
	padding:3px;
	border: 1px solid #e5e5e5;
	
}
.urllink {
	color:#333333;
	font-family:"Courier New", Courier, monospace;
}

.dehighlight {
	background-color:#DDD !important;
	color: #666 !important;
}
.seahastext {
	background-color:orange;
}
.copyselected {
	color:white !important;
	background-color:red !important;
}

.potentialpaste {
	color:red !important;
	background-color:white !important;
	border: 1px solid red !important;
}
.oncalladd {
	border:1px solid transparent;
}
