body{
	font-family: 'Trebuchet MS', Tahoma, Arial;
	font-size: 10pt;
	color: #000000;
	background-color:#ffffff;
	overflow-y:scroll;
	overflow-x:hidden;
}

#loginpanel{
	border:1px solid #aaaaaa;
	background-color:#efefef;
	width:360px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
	padding:10px;
	border-radius:3px;
	font-size:12pt;
	color:#333;
}

.frame{
	background-color:#efefef;
	display:block;
	position:absolute;
}

#calendar_frame{
	background-color:#ffffff;
}

#calendar_container{
	background-color:#ffffff;
	margin-top:60px;
	padding:0px;
}

#calendar tr td{
	height:20px;
}

td{
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #dddddd;
	padding-left:0px;
	padding-right:0px;
}

.visitBox{
	border:1px solid #777777;
	border-radius:4px;
	position:absolute;
	z-index:100;
	text-align:center;
	vertical-align:middle;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background-color:#efefef;
	display:block;
}

.visitNotCome{
	border:1px solid #880000;
	background-color:#ff0000;
	color:#ffffff;
	font-weight:bold;
}

.visitCome{
	border:1px solid #005500;
	background-color:#00aa00;
	color:#ffffff;
	font-weight:bold;
}

.visitNotComeAlt{
	border:1px solid #aa4400;
	background-color:#ff8800;
	color:#ffffff;
	font-weight:bold;
}

.visitComeAlt{
	border:1px solid #0055aa;
	background-color:#00ccff;
	color:#ffffff;
	font-weight:bold;
}

.visitPrevention{
	border:1px solid #005500;
	background-color:#00aa00;
	color:#ffffff;
	font-weight:bold;
}

.visitBreast{
	border:1px solid #880000;
	background-color:#ff0000;
	color:#ffffff;
	font-weight:bold;
}

.visitGynecological{
	border:1px solid #F54298;
	background-color:#ffaacc;
	color:#000000;
	font-weight:bold;
}

.visitBoth{
	border:1px solid #b2ab1a;
	background-color:#f2eb5a;
	color:#000000;
	font-weight:bold;
}

.todoBox{
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.75);
	padding:4px;
	margin-top:5px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}

.drag{
	position:absolute;
	background-color:#aaaaaa;
	height:24px;
	background-color:#efefef;
	display:block;
	position:absolute;
}

.button {
	-moz-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	box-shadow:inset 0px 1px 2px -5px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2389B2), color-stop(1, #1B6B8B) );
	background:-moz-linear-gradient( center top, #2389B2 5%, #1B6B8B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2389B2', endColorstr='#1B6B8B');
	background-color:#2389B2;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #196684;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
	cursor:pointer;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1B6B8B), color-stop(1, #2389B2) );
	background:-moz-linear-gradient( center top, #1B6B8B 5%, #2389B2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B6B8B', endColorstr='#2389B2');
	background-color:#1B6B8B;
}.button:active {
	position:relative;
	top:1px;
}

.button_light_gray {
	-moz-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	box-shadow:inset 0px 1px 2px -5px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e8e6), color-stop(1, #dad9d8) );
	background:-moz-linear-gradient( center top, #e9e8e6 5%, #dad9d8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e8e6', endColorstr='#dad9d8');
	background-color:#e9e8e6;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #aaa;
	display:inline-block;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.button_light_gray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dad9d8), color-stop(1, #e9e8e6) );
	background:-moz-linear-gradient( center top, #dad9d8 5%, #e9e8e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dad9d8', endColorstr='#e9e8e6');
	background-color:#dad9d8;
}.button_light_gray:active {
	position:relative;
	top:1px;
}

.button_dark_gray {
	-moz-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 2px -5px #cae3fc;
	box-shadow:inset 0px 1px 2px -5px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c9c8c6), color-stop(1, #bab9b8) );
	background:-moz-linear-gradient( center top, #c9c8c6 5%, #bab9b8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c8c6', endColorstr='#bab9b8');
	background-color:#c9c8c6;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #aaa;
	display:inline-block;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:120px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.button_dark_gray:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bab9b8), color-stop(1, #c9c8c6) );
	background:-moz-linear-gradient( center top, #bab9b8 5%, #c9c8c6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab9b8', endColorstr='#c9c8c6');
	background-color:#bab9b8;
}.button_dark_gray:active {
	position:relative;
	top:1px;
}

#patientForm, #patientDetailsForm {
	position: absolute;
	z-index: 300;
	background-color: #2369B2;
	color: #092a52;
	-moz-box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 20px 5px #cccccc;
	box-shadow: 0px 0px 20px 5px #cccccc;
	border:1px solid #dddddd;
	padding:0px;
	color: #092a52;
}

#analysisForm, #managementForm, #availabilityForm, #patientListForm {
	position: fixed;
	z-index: 300;
	background-color: #2369B2;
	color: #092a52;
	-moz-box-shadow: 0px 0px 20px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 20px 5px #cccccc;
	box-shadow: 0px 0px 20px 5px #cccccc;
	border:1px solid #dddddd;
	padding:0px;
	color: #092a52;
}

#tabs tr td.tab_space {
	width:6px;
	border-bottom:1px solid #aaaaaa;
}

#tabs tr td.tab_selected {
	border-top:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid transparent;
	border-left:1px solid #aaaaaa;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:#ffffff;
}

#tabs tr td.tab_disabled {
	border-top:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:#cccccc;
	cursor:pointer;
}

.block {
	padding: 0px;
	margin-bottom: 0px;
	width:268px;
	height:213px;
}

pre {
	display: inline-block;
	margin-top: 0 !important;
}

.canvas-container {
	margin-bottom: 0px;
	margin-right: 0px;
	border: 0;
	box-shadow: rgba(0,0,0,0.5) 0 0 5px;
	width:268px;
	height:213px;
}
