/***********************************************************
*                                                          *
*   קליניקה-פלוס גרסה 1.0                                  *
*                                                          *
*   Clinic-Plus\Resources\Styles\Chat.css                  *
*                                                          *
***********************************************************/

div.system-taskbar-chat {
	float: left;
}
#chat {
	margin-bottom: 9px;
}
#chat-title {
	background-color: #EEE;
	width: 100%;
	border-bottom-width: 1px;
}
#chat-title-title {
	padding: 4px 6px;
	font-weight: bold;
}
#chat-title-status {
	padding: 4px 6px;
	text-align: left;
	font-size: 11px;
}
#chat-title-status a:hover {
	text-decoration: underline;
}
#chat-contacts-list {
	list-style: none;
}
li.chat-contacts-list-contact {
	padding: 4px 6px;
	height: 14px;
	cursor: pointer;
}
li.chat-contacts-list-contact img {
	margin-left: 7px;
	float: right;
	cursor: pointer;
}
li.chat-contacts-list-contact div {
	float: right;
	cursor: pointer;
}
li.chat-contacts-list-contact:hover {
	background-color: #EEE;
}



div.chat-box {
	width: 200px;
	float: left;
	border-width: 1px 1px 0px 0px;
	border-color: #AAA;
	padding: 0px;
}
div.chat-box:first-child {
	border-left-width: 1px;
}
div.chat-box:hover {
	background-color: #FFF;
}
div.chat-box img {
	float: left;
	cursor: pointer;
}
div.chat-box-name {
	color: #FFF;
	height: 16px;
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #93A1AA;
	cursor: pointer;
	padding: 5px 24px 4px 4px;
	margin: 0px;
}
div.chat-box-text {
	padding: 2px 2px 0px 2px;
	background-color: #EEE;
}
div.chat-box-text textarea {
	border-color: #AAA;
	font: normal normal normal 11px Tahoma;
	width: 190px;
}
.chat-box-hist {
	background-color: #EEE;
	padding: 2px;
	height: 160px;
	overflow: auto;
	font: normal normal normal 10px Tahoma;
}
.chat-box-hist .datetime {
	font-size: 10px;
	color: #999;
}
.chat-box-hist .cont {
	font-size: 11px;
	color: #798995;
	font-weight: bold;
}
.chat-box-hist .me {
	font-size: 11px;
	font-weight: bold;
}
.chat-box-hist .message {
	font-size: 11px;
	margin-bottom: 4px;
}
/***********************************************************
*                                                          *
*   קליניקה-פלוס גרסה 1.0                                  *
*                                                          *
*   Clinic-Plus\Resources\Styles\Default.css               *
*                                                          *
***********************************************************/

* {
	margin: 0px;
	padding: 0px;
	direction: rtl;
	color: #333;
	font: normal normal normal 12px Tahoma;
	text-align: right;
	vertical-align: top;
	text-decoration: none;
}

html, body, div, table, th, td, img, ul, li, a, p, form, option, span {
	border-width: 0px;
	border-color: #999;
	border-style: solid;
	text-decoration: none;
	background-color: transparent;
}

html {
	background-image: url("../../system/images/html-background.png");
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	height: 100%;
}

th {
	text-align: center;
	font-weight: bold;
}

a {
	font: inherit;
	color: inherit;
	direction: inherit;
	text-align: inherit;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

a.link {
	color: #36C;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}

b {
	text-decoration: inherit;
	color: inherit;
	direction: inherit;
	text-align: inherit;
	font-weight: bold;
	font-family: inherit;
	font-size: inherit;
}

i {
	text-decoration: inherit;
	color: inherit;
	direction: inherit;
	text-align: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: italic;
}

u {
	text-decoration: underline;
	color: inherit;
	direction: inherit;
	text-align: inherit;
	font: inherit;
}

span {
	color: inherit;
	direction: inherit;
	text-align: inherit;
	font: inherit;
	text-decoration: inherit;
}

p {
	margin-top: 8px;
	color: inherit;
	direction: inherit;
	text-align: inherit;
	font: inherit;
	text-decoration: inherit;
}

textarea {
	padding: 2px;
	border-width: 1px;
	border-color: #AAA;
	resize: none;
}
input {
	
}
input.button {
	padding: 1px 15px;
	text-align: center;
	border-style: default;
}
input.textbox {
	padding: 2px;
	border: 1px solid #AAA;
	background-color: #FFF;
	text-align: right;
	border: 1px solid #AAA;
}
select {
	border: 1px solid #AAA;
	background-color: #FFF;
}
option {
	padding: 1px 2px 1px 4px;
	background-color: #FFF;
}
/***********************************************************
*                                                          *
*   קליניקה-פלוס גרסה 1.0                                  *
*                                                          *
*   Clinic-Plus\Resources\Styles\Header-Info.css           *
*                                                          *
***********************************************************/

#header-info {
	background-color: #798995;
	border-color: #6A7A83;
	color: #FFF;
	padding: 8px;
}

.info {
	float: right;
}
.info th {
	padding: 4px 0px 0px 18px;
	color: #DDD;
	text-align: right;
	font-size: 11px;
}
.info td {
	padding: 3px 0px 3px 18px;
	color: #FFF;
}
/***********************************************************
*                                                          *
*   קליניקה-פלוס גרסה 1.0                                  *
*                                                          *
*   Clinic-Plus\Resources\Styles\Header-Menu.css           *
*                                                          *
***********************************************************/

#header-menu-wrapper {
	background-color: #93A1AA;
	border-width: 1px 1px 1px 0px;
	border-color: #6A7A83;
	height: 24px;
	list-style: none;
}

#system-menu,
#system-menu>.header-menu-strip,
#system-menu>.header-menu-strip>.menu-seperator,
#system-menu>.header-menu-strip>.menu-image,
#system-menu>.header-menu-strip>.menu-image-text,
#system-menu>.header-menu-strip>.menu-text,
#system-menu>.header-menu-strip>a>.menu-seperator,
#system-menu>.header-menu-strip>a>.menu-image,
#system-menu>.header-menu-strip>a>.menu-image-text,
#system-menu>.header-menu-strip>a>.menu-text {
	float: left;
}

#system-date,
#system-time {
	cursor: default;
	border-right-width: 1px;
}
#system-date:hover,
#system-time:hover {
	background-color: #93A1AA;
	color: #FFF;
}

#user-menus {
	float: left;
}
#user-menus>.header-menu-strip,
#user-menus>.header-menu-strip>.menu-seperator,
#user-menus>.header-menu-strip>.menu-image,
#user-menus>.header-menu-strip>.menu-image-text,
#user-menus>.header-menu-strip>.menu-text,
#user-menus>.header-menu-strip>a>.menu-seperator,
#user-menus>.header-menu-strip>a>.menu-image,
#user-menus>.header-menu-strip>a>.menu-image-text,
#user-menus>.header-menu-strip>a>.menu-text {
	float: right;
}

#user-menus>.header-menu-strip>.menu-seperator, 
#user-menus>.header-menu-strip>a>.menu-seperator {
	width: 1px;
	height: 24px;
	background-color: #6A7A83;
	cursor: default;
}

#header-navigation,
#header-navigation>.header-menu-strip,
#header-navigation>.header-menu-strip>.menu-seperator,
#header-navigation>.header-menu-strip>.menu-image,
#header-navigation>.header-menu-strip>.menu-image-text,
#header-navigation>.header-menu-strip>.menu-text,
#header-navigation>.header-menu-strip>a>.menu-seperator,
#header-navigation>.header-menu-strip>a>.menu-image,
#header-navigation>.header-menu-strip>a>.menu-image-text,
#header-navigation>.header-menu-strip>a>.menu-text {
	float: right;
}

#header-navigation>.header-menu-strip>.menu-seperator, 
#header-navigation>.header-menu-strip>a>.menu-seperator {
	width: 8px;
	padding: 1px 4px 2px 4px;
	color: #FFF;
	cursor: default;
	font: normal normal bold 18px Times New Roman;
	border-color: #6A7A83;
}

.header-menu-strip {
	list-style: none;
}
.header-menu-strip>.menu-image,
.header-menu-strip>a>.menu-image {
	width: 18px;
	height: 16px;
	border-color: #6A7A83;
	color: #FFF;
	padding: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header-menu-strip>.menu-image:hover,
.header-menu-strip>a>.menu-image:hover {
	background-color: #FFF;
	color: #333;
}
.header-menu-strip>.menu-image-text,
.header-menu-strip>a>.menu-image-text {
	border-color: #6A7A83;
	color: #FFF;
	padding: 5px 24px 5px 8px;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header-menu-strip>.menu-image-text:hover,
.header-menu-strip>a>.menu-image-text:hover {
	background-color: #FFF;
	color: #333;
}
.header-menu-strip>.menu-text,
.header-menu-strip>a>.menu-text {
	border-color: #6A7A83;
	color: #FFF;
	padding: 5px 7px;
	cursor: pointer;
}
.header-menu-strip>.menu-text:hover,
.header-menu-strip>a>.menu-text:hover {
	background-color: #FFF;
	color: #333;
}

.header-menu-strip>.menu-image ul,
.header-menu-strip>.menu-image-text ul,
.header-menu-strip>.menu-text ul,
.header-menu-strip>a>.menu-image ul,
.header-menu-strip>a>.menu-image-text ul,
.header-menu-strip>a>.menu-text ul {
	top: inherit;
	left: inherit;
	position: absolute;
	display: none;
	list-style: none;
	border-width: 1px;
	border-color: #6A7A83;
}
.header-menu-strip>.menu-image ul,
.header-menu-strip>a>.menu-image ul {
	margin-top: 20px;
	margin-right: -5px;
}
.header-menu-strip>.menu-image-text ul,
.header-menu-strip>a>.menu-image-text ul {
	margin-top: 5px;
	margin-right: -25px;
}
.header-menu-strip>.menu-text ul {
	margin-top: 5px;
	margin-right: -8px;
}

.header-menu-strip>.menu-image:hover ul,
.header-menu-strip>.menu-image-text:hover ul,
.header-menu-strip>.menu-text:hover ul,
.header-menu-strip>a>.menu-image:hover ul,
.header-menu-strip>a>.menu-image-text:hover ul,
.header-menu-strip>a>.menu-text:hover ul {
	display: block;
}

.header-menu-strip>.menu-image ul li,
.header-menu-strip>.menu-image-text ul li,
.header-menu-strip>.menu-text ul li,
.header-menu-strip>a>.menu-image ul li,
.header-menu-strip>a>.menu-image-text ul li,
.header-menu-strip>a>.menu-text ul li {
	padding: 4px 24px 5px 30px;
	background-color: #FFF;
	background-position: right center;
	background-repeat: no-repeat;
	color: #333;
}

.header-menu-strip>.menu-image ul li:hover,
.header-menu-strip>.menu-image-text ul li:hover,
.header-menu-strip>.menu-text ul li:hover,
.header-menu-strip>a>.menu-image ul li:hover,
.header-menu-strip>a>.menu-image-text ul li:hover,
.header-menu-strip>a>.menu-text ul li:hover {
	background-color: #DDD;
}


#generic-search-wrapper {
	padding: 2px;
	border-left-width: 1px;
}
#generic-search-wrapper:hover {
	background-color: #93A1AA;
}
#generic-search-Query {
	border-width: 1px;
	border-color: #6A7A83;
	float: right;
	outline: none;
}
#generic-search-button {
	background-color: #EEE;
	border-color: #6A7A83;
	border-width: 1px 0px 1px 1px;
	height: 10px;
	width: 10px;
}
/********************************************************
*                                                       *
*   קליניקה-פלוס גרסה 1.0                               *
*                                                       *
*   Clinic-Plus\Resources\Styles\Page-Content.css       *
*                                                       *
********************************************************/

#page-content {
	border-right-width: 1px;
	border-color: #6A7A83;
	background-color: #FFF;
	padding-bottom: 8px;
}

.page-content-title-image, .page-content-title-text, .page-content-title-image-text {
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	font-size: 16px;
	background-color: #DDD;
	border-bottom-width: 1px;
	border-color: #6A7A83;
}
.page-content-title-image {
	height: 28px;
}
.page-content-title-image-text {
	padding: 16px 48px 8px 8px;
}
.page-content-title-text {
	padding: 8px;
}



.page-content-menu-strip {
	background-color: #93A1AA;
	border-bottom: 1px solid #6A7A83;
	height: 22px;
	list-style: none;
}

.page-content-menu-strip>.menu-image,
.page-content-menu-strip>.menu-image-text,
.page-content-menu-strip>.menu-text,
.page-content-menu-strip>a>.menu-image,
.page-content-menu-strip>a>.menu-image-text,
.page-content-menu-strip>a>.menu-text {
	border-color: #6A7A83;
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
	color: #FFF;
}
.page-content-menu-strip>.menu-image,
.page-content-menu-strip>a>.menu-image {
	background-position: center center;
	padding: 0px;
	height: 22px;
	width: 24px;
}
.page-content-menu-strip>.menu-image-text,
.page-content-menu-strip>a>.menu-image-text {
	background-position: right center;
	padding: 4px 24px 4px 7px;
}
.page-content-menu-strip>.menu-text,
.page-content-menu-strip>a>.menu-text {
	padding: 4px 7px;
}

.page-content-menu-strip>.menu-image:hover,
.page-content-menu-strip>.menu-image-text:hover,
.page-content-menu-strip>.menu-text:hover,
.page-content-menu-strip>a>.menu-image:hover,
.page-content-menu-strip>a>.menu-image-text:hover,
.page-content-menu-strip>a>.menu-text:hover {
	background-color: #FFF;
	color: #444;
}

.page-content-query {
	padding: 8px;
}

.page-content-query-pages {
	margin-bottom: 8px;
}
.page-content-query-pages a {
	color: navy;
	text-decoration: underline;
}


table.form {
	
}
table.form th {
	font: normal normal normal 11px Tahoma;
	text-align: right;
	padding: 2px 0px 0px 9px;
}
table.form th span {
	color: crimson;
	margin: 0px 4px 0px 0px;
}
table.form th.title {
	padding: 9px 0px 18px 0px;
	font: normal normal bold 12px Tahoma;
}
table.form th.title:first-child {
	padding-top: 0px;
}
table.form td {
	padding: 0px 0px 10px 27px;
}
table.form td.button {
	padding: 2px 4px 0px 27px;
}
table.form td.button img {
	cursor: pointer;
}


/* results dialog */
.page-content-results {
	width: 100%;
	border-width: 1px;
}
.page-content-results th {
	padding: 2px 5px;
	background-color: #EEE;
	border-right-width: 1px;
	font: normal normal bold 11px Tahoma;
	color: #666;
}
.page-content-results th:first-child {
	border-right-width: 0px;
}
.page-content-results th.seperator {
	padding: 0px;
	height: 5px;
	border-top-width: 1px;
}
.page-content-results th.seperator:first-child {
	border-right-width: 0px;
}
.page-content-results td {
	padding: 3px 5px;	
	border-top-width: 1px;
}
.page-content-results td.button {
	padding: 2px 2px 0px;
	width: 16px;
}
/********************************************************
*                                                       *
*   קליניקה-פלוס גרסה 1.0                               *
*                                                       *
*   Clinic-Plus\Resources\Styles\Popup.css              *
*                                                       *
********************************************************/

.popup {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #4C92C1;
	border-radius: 6px 6px 2px 2px;  
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-box-shadow: 0px 0px 6px 1px #000;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-box-shadow: 0px 0px 6px 1px #000;
}

.popup-close {
	float: left;
	margin: 5px 0px 0px 5px;
	cursor: pointer;
}

.popup-title {
	cursor: default;
	padding: 5px 9px 4px;
	font: normal normal bold 14px Tahoma;
	color: #FFF;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background: -moz-linear-gradient(top, #79B3E1, #4C92C1);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#79B3E1), to(#4C92C1));
}

.popup-content {
	margin: 0px 3px 3px;
	border-width: 1px;
	background-color: #FFF;
}
.popup-content-section {
	background-color: #FFF;
	padding: 8px;
}
.popup-content-form {
	width: 100%;
	border-collapse: collapse;
	background-color: #FAFAFA;
}


.popup-content-menu-strip {
	background-color: #CDE3F6;
	border-bottom-width: 1px;
	height: 22px;
	list-style: none;
}
.popup-content-menu-strip>.menu-image,
.popup-content-menu-strip>.menu-image-text,
.popup-content-menu-strip>.menu-text,
.popup-content-menu-strip>a>.menu-image,
.popup-content-menu-strip>a>.menu-image-text,
.popup-content-menu-strip>a>.menu-text {
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
}
.popup-content-menu-strip>.menu-image,
.popup-content-menu-strip>a>.menu-image {
	background-position: center center;
	padding: 0px;
	height: 22px;
	width: 24px;
}
.popup-content-menu-strip>.menu-image-text,
.popup-content-menu-strip>a>.menu-image-text {
	background-position: right center;
	padding: 4px 24px 4px 7px;
}
.popup-content-menu-strip>.menu-text,
.popup-content-menu-strip>a>.menu-text {
	padding: 4px 7px;
}
.popup-content-menu-strip>.menu-image:hover,
.popup-content-menu-strip>.menu-image-text:hover,
.popup-content-menu-strip>.menu-text:hover,
.popup-content-menu-strip>a>.menu-image:hover,
.popup-content-menu-strip>a>.menu-image-text:hover,
.popup-content-menu-strip>a>.menu-text:hover {
	background-color: #FFF;
	color: #444;
}/********************************************************
*                                                       *
*   קליניקה-פלוס גרסה 1.0                               *
*                                                       *
*   Clinic-Plus\Resources\Styles\Side-Panel.css         *
*                                                       *
********************************************************/

#side-panel {
	width: 182px;
	background-color: #FFF;
	padding-bottom: 8px;
}

.side-panel-menu-strip {
	list-style: none;
}

.side-panel-menu-strip>.menu-title-image,
.side-panel-menu-strip>.menu-title-image-text,
.side-panel-menu-strip>.menu-title-text {
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	font-size: 12px;
	background-color: #DDD;
	border-bottom-width: 1px;
	border-color: #AAA;
}
.side-panel-menu-strip>.menu-title-image {
	height: 20px;
}
.side-panel-menu-strip>.menu-title-image-text {
	padding: 4px 24px 4px 4px;
}
.side-panel-menu-strip>.menu-title-text {
	padding: 4px;
}


.side-panel-menu-strip>a>.menu-image,
.side-panel-menu-strip>a>.menu-image-text,
.side-panel-menu-strip>a>.menu-text,
.side-panel-menu-strip>a>.menu-indentation>.menu-image,
.side-panel-menu-strip>a>.menu-indentation>.menu-image-text,
.side-panel-menu-strip>a>.menu-indentation>.menu-text {
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	background-color: #FFF;
}
.side-panel-menu-strip>a>.menu-image,
.side-panel-menu-strip>a>.menu-indentation>.menu-image {
	height: 20px;
}
.side-panel-menu-strip>a>.menu-image-text,
.side-panel-menu-strip>a>.menu-indentation>.menu-image-text {
	padding: 4px 24px 4px 4px;
}
.side-panel-menu-strip>a>.menu-text,
.side-panel-menu-strip>a>.menu-indentation>.menu-text {
	padding: 4px;
}
.side-panel-menu-strip>a>.menu-image:hover,
.side-panel-menu-strip>a>.menu-image-text:hover,
.side-panel-menu-strip>a>.menu-text:hover,
.side-panel-menu-strip>a>.menu-indentation:hover,
.side-panel-menu-strip>a>.menu-indentation:hover>.menu-image,
.side-panel-menu-strip>a>.menu-indentation:hover>.menu-image-text,
.side-panel-menu-strip>a>.menu-indentation:hover>.menu-text,
.side-panel-menu-strip>a>.menu-indentation>.menu-image:hover,
.side-panel-menu-strip>a>.menu-indentation>.menu-image-text:hover,
.side-panel-menu-strip>a>.menu-indentation>.menu-text:hover {
	background-color: #EEE;
}



.side-panel-menu-strip>a>.menu-indentation-current {
	background-color: #DDD;
}
.side-panel-menu-strip>a>.menu-image-current,
.side-panel-menu-strip>a>.menu-image-text-current,
.side-panel-menu-strip>a>.menu-text-current,
.side-panel-menu-strip>a>.menu-indentation-current>.menu-image-current,
.side-panel-menu-strip>a>.menu-indentation-current>.menu-image-text-current,
.side-panel-menu-strip>a>.menu-indentation-current>.menu-text-current {
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	background-color: #DDD;
}
.side-panel-menu-strip>a>.menu-image-current,
.side-panel-menu-strip>a>.menu-indentation-current>.menu-image-current {
	height: 20px;
}
.side-panel-menu-strip>a>.menu-image-text-current,
.side-panel-menu-strip>a>.menu-indentation-current>.menu-image-text-current {
	padding: 4px 24px 4px 4px;
}
.side-panel-menu-strip>a>.menu-text-current,
.side-panel-menu-strip>a>.menu-indentation-current>.menu-text-current {
	padding: 4px;
}
.side-panel-menu-strip>a>.menu-image-current:hover,
.side-panel-menu-strip>a>.menu-image-text-current:hover,
.side-panel-menu-strip>a>.menu-text-current:hover,
.side-panel-menu-strip>a>.menu-indentation-current:hover,
.side-panel-menu-strip>a>.menu-indentation-current:hover>.menu-image-current,
.side-panel-menu-strip>a>.menu-indentation-current:hover>.menu-image-text-current,
.side-panel-menu-strip>a>.menu-indentation-current:hover>.menu-text-current,
.side-panel-menu-strip>a>.menu-indentation-current:hover>.menu-image-current:hover,
.side-panel-menu-strip>a>.menu-indentation-current:hover>.menu-image-text-current:hover,
.side-panel-menu-strip>a>.menu-indentation-current:hover>.menu-text-current:hover {
	background-color: #EEE;
}/***********************************************************
*                                                          *
*   קליניקה-פלוס גרסה 1.0                                  *
*                                                          *
*   Clinic-Plus\Resources\Styles\System.css                *
*                                                          *
***********************************************************/

.system-tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #C11B17;
	padding: 3px 5px;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 3px 1px #AAA;
	-webkit-box-shadow: 0px 0px 3px 1px #AAA;
}

.system-graybox {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.system-graybox-message {
	background-color: white;
	font: normal normal normal 12px Tahoma;
	text-align: center;
	position: fixed;
	padding: 18px;
	line-height: 130%;
	display: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#system-container {
	margin: 0px auto;
	width: 990px;
	border-color: #6A7A83;
	border-width: 0px 1px 1px 1px;
	border-collapse: collapse;
}

#header-logo {
	background-color: #798995;
	border-color: #6A7A83;
	padding: 12px 8px 2px 0px;
	border-bottom-width: 1px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
}

#system-footer {
	height: 64px;
	padding: 8px;
	font-size: 10px;
	text-align: center;
}

#system-taskbar-wrapper {
	position: fixed;
	bottom: 0px;
}
#system-taskbar {
	text-align: center;
	margin: auto;
	width: 992px;
}
#system-taskbar-statusbar {
	float: right;
	background-color: #798995;
	padding: 3px 27px 4px 27px;
	background-image: url("../../system/images/asterisk.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF;
	border-color: #6A7A83;
	border-width: 1px 1px 0px 1px;
	display: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/***********************************************************
*                                                          *
*   קליניקה-פלוס גרסה 1.0                                  *
*                                                          *
*   Clinic-Plus\Resources\Styles\Tasks.css                 *
*                                                          *
***********************************************************/

#tasks {

}
#tasks-title {
	width: 100%;
}
#tasks-title-title {
	padding: 3px 5px 3px 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	background-color: #EEE;
}
#tasks-title-link {
	padding: 3px 0px 3px 5px;
	text-align: left;
	border-bottom-width: 1px;
	background-color: #EEE;
	font-size: 11px;
}
#tasks-title-link a {
	font-size: 11px;
}
#tasks-title-link a:hover {
	text-decoration: underline;
}
#tasks-list {
	margin-bottom: 8px;
}
.tasks-list {
	width: 100%;
}
.tasks-list td {
	border-bottom-width: 1px;
	font-size: 11px;
	padding: 3px 3px 1px;
	cursor: pointer;
}
.tasks-list-urgent td {
	background-color: #F5A9A9;
}
.tasks-list-normal td {
	background-color: #FFF;
}
.tasks-list .date {
	width: 18px;
}
.tasks-list .button {
	padding: 2px 0xp 0px;
	width: 16px;
}
/********************************************************
*                                                       *
*   קליניקה-פלוס גרסה 1.0                               *
*                                                       *
*   Clinic-Plus\Resources\Styles\Tree.css               *
*                                                       *
********************************************************/

.page-content-tree {
	
}
.page-content-tree-branch {
	margin: 3px 0px 3px;
}
.page-content-tree-branch td.expand td.contract {
	width: 20px;
	text-align: left;
}
.page-content-tree-branch td.contract {
	display: none;
}
.page-content-tree-branch td.branch {
	padding: 2px 24px 2px 8px;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: default;
}
.page-content-tree-branch td.children {
	display: none;
}
.page-content-tree-branch td.button {
	padding: 2px 2px 0px;
	width: 16px;
	display: none;
}
.page-content-tree-branch>tbody>tr:hover>td.button {
	display: table-cell;
}
