@charset "utf-8";

@import url("reset.css");

/* CSS Document */
body {
	margin: 10px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #FFF;
	direction: rtl;
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

#BodyDiv {
	display: block;
	width: 800px;
	margin: 0px auto;
	background-image: url(/img/bg.gif);
}

#introBoxs {
	display: block;
	padding: 0px 10px 10px 10px;
	min-height: 300px;
}

#introBoxs #LeftSide {
	display: block;
	width: 150px;
	margin-left: 10px;
	float: right;
}

#introBoxs #RightSide {
	display: block;
	width: 620px;
	float: right;
}


.imgCenter {
	border: 1px solid #CCC;
	margin: 0px auto;
	display: block;
}

#NavBar {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}

#NavigateUrl {
	display: block;
	height: 20px;
	border-bottom: 1px solid silver;
	font-family: Tahoma;
	font-size: 11px;
	color: #F79520;
	font-weight: normal;
	line-height: 20px;
}

#NavigateUrl a {
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #F9B563;
	margin-right: 5px;
	margin-left: 1px;
}

#PersonalIcons {
	display: block;
	margin-top: 20px;
	text-align: center;
}

#PersonalIcons a {
	display: inline-block;
	margin-left: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #299FC7;
	cursor: pointer;
}

#PersonalIcons a img {
	display: block;
}

.PersonalList {
	display: block;
	padding: 5px;
	display: none;
}

.PersonalList .PersonalListTitle {
	display: block;
	border-top: 1px solid #F79520;
	border-bottom: 1px solid #F79520;
	margin-top: 10px;
	background-color: #FBCE97;
	padding: 4px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.PersonalList .Personals {
	display: inline-block;
	width: 136px;
	margin: 5px 4px 5px 4px;
	font-size: 11px;
	background-color: #F8F8F8;
	border: 1px solid #E1E1E1;
	text-align: center;
	padding: 10px 2px 5px 2px;
}

.PersonalList .Personals img {
	border: 1px solid #E8E8E8;
}

.PersonalList .Personals span {
	display: block;
	line-height: 15px;
	font-weight: bold;
}

#TitleOfContact {
	background-image: url('/img/top_mod.png');
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	line-height: 35px;
	border-bottom: 2px solid #1E5F97;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: white;
	padding-right: 20px;
	margin-bottom: 10px;
}

/******************************/
#ContactForm {
	width: 600px;
	margin: 0px auto;
}

#ContactForm label {
	display: block;
	padding: 5px;
}

#ContactForm input[type=text] {
	display: block;
	padding: 2px;
	border: 1px solid silver;
	width: 100%;
}

#ContactForm input {
	font-family: Tahoma;
	font-size: 12px;
}

#ContactForm textarea {
	width: 100%;
	height: 100px;
	padding: 2px;
	border: 1px solid silver;
	font-family: Tahoma;
	font-size: 12px;
}

#ContactForm input[type=submit] {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #F4F4F4;
	border: 1px solid silver;
}

/*********************************************/
#Portal-Menu-Left {
	display: block;
	margin-bottom: 15px;
}

#Portal-Menu-Left span {
	background-color: #F79520;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
	display: block;
}

#Portal-Menu-Left a {
	background-image: url('/img/menu_bg.png');
	display: block;
	text-decoration: none;
	line-height: 25px;
	color: gray;
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid silver;
	padding-right: 22px;
}

#Portal-Menu-Left a:hover {
	color: black;
}

table {
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background: #f2f2f2;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 20px;
}

th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid silver;
}

table tr td a {
	text-decoration: none;
	font-weight: bold;
	color: #FF8000;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

#TableShowError th {
	width: 22%;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
}

#TableShowError td {
	text-align: right;
	padding-right: 10px;
}

form {
	clear: both;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	background: #fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}

form div.input {
	color: #444;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

label {
	display: block;
	font-size: 12px;
	padding-right: 20px;
	font-weight: bold;
	color: #484848;
	margin-top: 10px;
	margin-bottom: 5px;
}

input,textarea {
	clear: both;
	font-size: 100%;
	display: block;
	font-family: Tahoma;
	padding: 4px;
	border: 1px solid silver;
	width: 610px;

}

input:focus,textarea:focus,select:focus {
	background-color: #F4F4FF;
}

select {
	clear: both;
	font-size: 100%;
	display: inline-block;
	font-family: Tahoma;
	padding: 4px;
	border: 1px solid silver;
	width: 420px;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float: left;
	width: auto;
	margin: 0 3px 7px 0;
}

input[type=hidden] {
	border: none;
}

div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

div.message {
	clear: both;
	padding: 10px;
	margin: 0px auto;
	margin-top: 2px;
	font-weight: bold;
	text-align: center;
	color: #900;
	border-top: 1px solid #FF8000;
	border-bottom: 1px solid #FF8000;
	background: red;
	color: white;
}

div.error-message {
	clear: both;
	padding: 2px;
	width: 60%;
	margin: 0px auto;
	margin-top: 2px;
	font-weight: normal;
	text-align: center;
	color: #900;
	border-top: 1px solid #FF8000;
	border-bottom: 1px solid #FF8000;
	background: #FFE9D2;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

ul.checkboxMultiple {
	margin:0;
	padding:0;
	list-style-type:none;
	}
ul.checkboxMultiple li {
	display:block;
	float:left;
	width: 220px;
	margin: 0 8px 0 0;
	}


.success {
	background: green;
	color: #fff;
}

.BTT {
	display: inline-block;
	line-height: 25px;
	border: 1px solid gray;
	background-color: #DBDBDB;
	text-align: center;
	padding: 0px 10px 0px 10px;
	color: black;
	text-decoration: none;
	margin: 5px;
}

#PortalLogimForm {
	margin: 0px;
}


#PortalLogimForm input[type=text],#PortalLogimForm select {
	width: 140px;
	margin: 0px;
}

/******************************/
#ReportAddForm {
	width: 700px;
	margin: 0px auto;
}

#ReportAddForm label {
	display: block;
	padding: 5px;
}

#ReportAddForm input[type=text] {
	width: 700px;
	padding: 6px;
	border: 1px solid silver;
	font-family: Tahoma;
	font-size: 12px;
}

#ReportAddForm select {
	width: 715px;
	padding: 4px;
	border: 1px solid silver;
	font-family: Tahoma;
	font-size: 12px;
}

#ReportAddForm textarea {
	width: 705px;
	padding: 4px;
	border: 1px solid silver;
	font-family: Tahoma;
	font-size: 12px;
}

#ReportAddForm input[type=submit] {
	padding-right: 15px;
	padding-left: 15px;
	background-color: #F4F4F4;
	border: 1px solid silver;
}

/*********************************************/
#IconHelpBar {
	display: block;
	vertical-align: middle;
}

#ReportViewTable {
	border: 1px solid #C0D1DA;
}

#ReportViewTable th {
	width: 150px;
	background: #8EADC4;
	font-weight: bold;
	text-align: right;
	color: white;
	padding-right: 10px;
	vertical-align: middle;
}

#ReportViewTable td {
	line-height: 18px;
	padding-right: 10px;
	text-align: justify;
	background-color: #F1F4F8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #C0D1DA;
}

#IntroText {
	display: block;
	color: silver;
	padding: 2px;
	margin-bottom: 15px;
}

#IntroText a {
	text-decoration: none;
	color: red;
}

#ChatWarpper {
	display: block;
}

#ChatsShow {
	display: block;
}

#ChatsShow .ChatShowBlock {
	display: block;
	margin: 10px;
	border: 1px solid #CACAFF;
	background-color: #F0F0FF;
}

#ChatsShow .ChatShowBlock span {
	display: block;
	line-height: 20px;
	border: 2px solid white;
	background-color: #E6E6FF;
	padding: 2px;
}

#ChatsShow .ChatShowBlock div {
	display: block;
	line-height: 15px;
	border: 1px solid #FFF;
	border-top: none;
	padding: 3px 5px 3px 5px;
}

#ChatBox {
	border-top: 1px solid #F9B563;
}

#ChatBox textarea {
	width: 90%;
	height: 100px;
}

/********************************************************************/
#LeftSide .Menu-Wraper {
	display: block;
	width: 146px;
	margin: 0px auto;
}

#LeftSide .Menu-Wraper .Menu-Title {
	display: block;
	background-image: url("/img/header-menu.gif");
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#LeftSide .Menu-Wraper .Menu-Items {
	display: block;
	background-image: url("/img/bg-menu.gif");
	padding: 3px 10px 3px 3px;
	
}

#LeftSide .Menu-Wraper .Menu-Items a{
  color: #666;
  text-decoration: none;
  display: inline-block;
  line-height: 18px;
}

#LeftSide .Menu-Wraper .Menu-Items a:hover{
  color: silver;
}



#News{
  display: block;
}

#News .NewsTitle{
  display: block ;
  font-size: 16px;
  color: red;
  font-family: arial;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid silver;
}

#News .NewsText{
  font-size: 12px;
  text-align: justify;
  color: #161616;
  padding: 5px;
  line-height: 17px;
  margin-bottom: 20px;
}

#UsersLoginForm label{
  width: 100px;
  font-family: tahoma;
  font-size: 11px;
  padding: 0px;
}

#UsersLoginForm input[type=text],#UsersLoginForm input[type=password]{
  width: 1105px;
}

#UsersLoginForm input[type=hidden]{
  border:  none;
}


#ShowToolsBox{
  margin: 20px auto;
  width: 420px;
  background-color: #F2F2F2;
  border: 1px solid silver;
  padding: 10px;
}

#ShowToolsBox input[type=hidden]{

  padding: 0px  ;
}

#ShowListCheckBoxOfHospital
{
  display: block;
}

#ShowListCheckBoxOfHospital .checkbox{
 background-color: #F2F2F2;
 border: 1px solid #E5E5E5;
 padding: 4px;
 margin-left: 2px;
 display: inline-block;
 width: 115px; 
}

#ShowListCheckBoxOfHospital .checkbox *{
  margin: 0px;
  padding: 0px; 
}

#ShowListCheckBoxOfHospital .checkbox label{
  width: 100px;
  font-weight: normal;
  display: inline-block;
}

#ShowListCheckBoxOfHospital input[type=hidden] {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

/************************************************************/

#ShowPost{
  display: block;
  border: 1px solid #0B198C;
  background-color: #E1E4F2;
  padding: 1px;
  margin-bottom: 2px;
}


#PostBar{
  display: block;
  padding: 5px;
  background-image: url('/img/gradient_thead.gif');
  color: white; 
}

#PostInfo{
  width: 135px;
  padding-top: 15px;
  float: right;
}

#PostInfo span{
  display: block;
  padding-right: 5px;
  line-height: 15px;
}

#PostInfo .UserName{
  color: #8080FF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#PostInfo .Name{
  color: black;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
#PostInfo .UserType{
  color: black;
  font-size: 10px;
}

#PostText{
  border-right: 1px solid silver;
  display: inline-block;
  min-height: 120px;
  width: 470px;
  background-color: #F5F5FF;
  padding: 5px;
 }
 
 #PostText .PostTitle{
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid silver;
 }
 
 #PostText .Text{
  padding-top: 5px;
 }
 
 #PostText .PostBTT{
  display: block;
  margin-top: 80px;
  border-top: 1px solid silver;
 }
 
 #ReplayPost{
    display: block;
    background-color: #E1E1E2;
    border: 1px solid gray;
    padding: 10px 10px 2px 10px;
 }
 
 #ReplayPost input[type=hidden]{
  padding: 0px;
 }
 #ReplayPost textarea{
    width: 585px;
 }
 
 
 
 #NavForum{
  display: block;
  background-color: #FFE0C1;
  border-bottom: 1px solid #F79520;
  border-top: 1px solid #F79520;
  padding: 5px;
  margin-bottom: 10px;
  color: gray;
  font-weight: bold;
 }
 
  #NavForum a{
    text-decoration: none;
    color: black;
    font-weight: bold;
  }
