/*
// +----------------------------------------------------------------------+
// | Adkanit 1.1 	(http://adkanit.dotcom.co.il)			     		  |
// | $date:  01 November 2014                                             |
// +----------------------------------------------------------------------+
// | Copyright (c) 2014 Tzvook @ Dotcom                                   |
// +----------------------------------------------------------------------+
// | Adkanit REQUIREMENTS (TESTED WITH)                                |
// | PHP  (5.1.2 - 5.2+)                                                  |
// | Apache (1.3.7 - 1.3.9, 2.2+)                                         |
// | jQuery (1.2.6+)    *required                                         |
// +----------------------------------------------------------------------+

Primary Colours: (easy find / replace)
Colour 01:  #001932 - near black
Colour 02:  #D02B2B - reddish
Colour 03:  #7F7F7F - greyish
Colour 04:  #A3DBF0 - light blue
Colour 05:  #92C-1D3 - grey blue
Colour 06:  #F2FBFF - very pale blue
Colour 07:  #E4F0F4 - dark grey blue
Colour 08:  #C9E0E9 - darker grey blue

*/

/* login link - customise to suit*/
a.eelgn {border:0;} /* this leaves the text link of 'Admin' on the page */
/* image replacement link - turned off atm */
/* a.eelgn {border:0;height:12px;width:21px;overflow:hidden;display:block;background:url(/_ee/img/ee-logo-small.png) no-repeat;} a.eelgn span {}*/

/* end login link */

/* #### START eePanel */
* {margin:0;padding:0; direction: rtl;}
#eepanel {font-size:12px;margin:0;padding:0;display:block;position:absolute;z-index:999;top:-40px;height:31px;border-bottom:1px solid #E4F0F4;background:#012b7f;width:100%;font-size:12px;line-height:15px;font-family:Arial, Helvetica, sans-serif;color:#000;text-align:right; direction: rtl;}
#eepanelWrap {display:none;padding:4px 10px 0 10px;line-height:22px;}
#eepanel .ec {display:block;}
#eepanel .eeimg {margin:0px 4px 0 4px; float:right;display:block;}
#eepanel .eeimgs {margin:0px 18px 0 18px;float:left !important;display:block;}
#eepanel .eeimgs img {margin:0px 6px 0 6px;float:left !important;}
#eepanel strong {font-weight:bold;color:#DBEDFF; text-shadow: 1px 1px 2px #FFFFFF; }
#eepanel b {font-weight:bold;color:#ffffff;}
#eepanel em {font-style:italic}
#eepanel select {position:absolute;margin:-3px 4px 0 0;}
#eepanel option {color:#D02B2B;padding:1px 3px;}
select#eepages  {margin-top:2px !important; padding: 0px; }
#eepanel .small {font-size:80%}
#eepanel img {border:0;}
#eepanel a,#eepanel a:visited {font-weight:bold;border:0;}
#eepanel a:hover {font-weight:bold;color:#D02B2B;text-decoration:underline;border:0;}
#eepanel h1 {padding:3px 0;margin:3px 0;letter-spacing:.05em;font-family:Arial, Helvetica, sans-serif;}
#eepanel h2 {padding:0 0 5px 0;line-height:1.5em;letter-spacing:.05em;font-family: Arial, Helvetica, sans-serif;}
#eepanel p{line-height:15px;color:#000;padding:5px 0;}
/* #### END eePanel */

/* #### START CustomDialog */
#eelogout, #eelogin {display:none;font-size: 1.1em;position:relative; margin:0px; padding: 0px;}
.customDialog {width: 300px;padding-bottom: 12px;font-family: Arial, sans-serif;text-align: center;}
.customDialog h1{margin: 0 0 15px 0;border-bottom: 1px solid #001932;padding: 5px 8px;font-size: 140%;color: #000;text-align: right;height:auto;right:0px;}
.customDialog .text {display:block;min-height: 35px;margin: 0 0 15px 0;padding-left: 8px;padding-right: 50px;/*background-image: url(img/dialog_choice.gif);background-repeat: no-repeat;background-position: 8px 3px;*/text-align: right;}
.customDialog button {margin: 0 5px;border: 3px double #FFFFFF;border-left-color: #7F7F7F;border-bottom-color: #7F7F7F;padding: 0 5px;background-color: #BBBCBC;background-image: url(img/dialog_button.gif);background-repeat: repeat-x;}
.customDialog img {display:block;float:left;}
.customDialog input {display:block;float:left;}
.customDialog label {display:block;font-weight:bold;float:right;margin:3px 0;clear:both;}
.customDialog form {background:none;border:0;padding:0;}
.customDialog fieldset {background:none;display:block;margin:5px 0 0px 10px;border:0;padding:0;}
.customDialog .warning {display:none;color:#D02B2B;margin:2px 0 8px 0;font-weight:bold;text-align:center;}
.customDialog .success {color:#25701D;}

#eelogin {background-image: url(img/dotcom-logoB.png);background-repeat: no-repeat;background-position: left top;}
#eelogin input { margin: 2px !important; padding: 2px !important;}
#eelogin div, #eelogout div, #eelogout span { margin: 4px !important; padding: 4px !important;}

#eelogin .text {display:block;min-height: 35px;margin: 0 0 15px 0;padding-left: 8px;padding-right: 50px;background-image: url(img/transparnt.png);background-repeat: no-repeat;background-position: left top; text-align: right;}
#eesbt {display:block;font-weight:bold;float:right;margin:7px 57px 0 0;clear:both;}
/* #### END CustomDialog */


/* #### START Accordion */
#accordion, #accordionR { direction: rtl; overflow:hidden; box-shadow:0px 1px 3px rgba(0,0,0,0.25); border-radius:3px;  background:#f7f7f7; }

.accordion-toggle {cursor: pointer; margin: 0; width:100%; padding:5px; display:inline-block; border-bottom:1px solid #002f8e; background:#002f8e; transition:all linear 0.15s; font-size:1.200em; text-shadow:0px 1px 0px #1a1a1a; color:#fff; }
.accordion-toggle.active, .accordion-toggle:hover { background:#4c4c4c; text-decoration:none; }
  .accordion-content {display: none; color: #000000;}
  .accordion-content p { padding: 0px 5px 0px 5px !important; color: #000000;}
  .accordion-content.default {display: block;}
/* #### END Accordion */
.accordion-section { background:#F7F7F7; margin-bottom: 8px; }
.accordion-section h2 { width:100%; background:#CCCCCC; }

.rtl { direction: rtl !important; text-align: right !important;}
.ltr { direction: ltr !important; text-align: left !important;}
.leftsec { float: left; width: 50%; padding-bottom: 5px; }
.rightsec { float: left; width: 50%; padding-bottom: 5px; padding-right: 2px; }
.widesec { clear: both; width: 100%;  padding-bottom: 5px !important; padding-right: 2px; }

.leftsec span, .rightsec span, .widesec span { display: inline-block !important; width: 120px !important; clear: left; }
.leftsec input, .rightsec input { padding:1px !important; width: 160px !important; }
.widesec input { padding:1px !important; width: 450px !important; }
.widesec textarea { padding:1px !important; width: 450px !important; }

/* #### START inline editing areas */
.emask {background:#A3DBF0 url(img/ajax-loader.gif) no-repeat center;display:block;position:absolute;z-index:91;}
.emask2 {background:#A3DBF0;display:block;position:absolute;z-index:91;}
#eefiles,#eehelp,#eeinfo,#eesettings {display:none;position:absolute;top:32px;width:100%;z-index:-1;}
.eedata {display:block;padding:20px;background:rgba(242, 251, 255, 0.99);border-bottom:2px solid #012b7f;min-height:250px;}
.eedata h1 {color:#012b7f;font-size:22px;border-bottom:2px solid #012b7f;}
.eedata h2 {color:#012b7f;font-size:17px;padding:0 0 2px 0;margin:0 0 3px 0;border-bottom:1px solid #012b7f;}
.eedata ul {margin-right:20px;}
.eedata li {margin-right:10px;}
.edata {width:100%;position:relative;}
.edataleft{float:left;width:49%;}
.edataright{float:right;width:49%;}
.edatapading {padding:10px 20px;}
.editactive {border:1px dashed #012b7f;display:block; padding: 0px !important; margin: 0px !important;}
.editactive textarea, input.editactive, textarea.editactive {padding: 0px !important; margin: 0px !important; min-width: 180px;}

.edithover {border:1px solid #012b7f;background:rgba(242, 251, 255, 0.7); color: rgba(0, 0, 0, 1);}
.edithoverActive {border:1px solid #012b7f;background:rgba(242, 251, 255, 0.7); color: rgba(0, 0, 0, 1); padding: 0px !important; margin: 0px !important;}

.eeClick, .eeClickEdit {cursor:pointer; border:1px solid #012b7f;  height: 16px !important; box-shadow: 2px 1px 1px #888888; background:rgba(242, 251, 255, 0.7);position:absolute; margin:-15px 0px 0 0; padding:0px 1px 0px 1px !important; color:#D02B2B; text-align: right; font-weight:bold; z-index:50;font-size:11px;font-family:Arial;}
.eeClick { width: 110px !important;}
.eeClickEdit { width: 110px !important;}

.eeClick img {position:relative; top:1px;z-index:99; float: right; width: 14px !important; height: 12px !important; padding: 0px !important; margin: 0px !important;}
.eeClick span {position:relative; top:-2px !important; line-height: 14px !important; z-index:99; background: transparent !important; margin: 0px 0px 0px 4px !important; padding: 0px !important; min-width: 50px;}
.eeClickEdit img {position:relative;top:1px !important;z-index:99; float: right !important; padding: 0px 1px 0px 1px !important; margin: 0px !important; width: 14px !important; height: 12px !important;}
.eeClickEdit span {position:relative;top:-2px !important; line-height: 14px !important; z-index:99; background: transparent !important; display: inline; padding: 0px !important; margin: 0px !important; min-width: 50px;}
.eeClickEdit div {display:inline !important; background: transparent !important; float: right !important;}
/* #### END inline editing areas */

#simplemodal-container {position:relative;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-23px; left:-24px; cursor:pointer;}

/* Tzvook got some ... */
.TZinttle { height:20px; line-height: 20px; font-size: 18px; margin-right: 80px !important; display: block;}
.edatapading p {margin:30px 0 30px !important;}

/**
// +----------------------------------------------------------------------+
// | fsLib see config.php file for more details 										      |
// +----------------------------------------------------------------------+
 *
 * fslib ** came about as a nice drop and go solution that is ordered by name and can be used
 * anywhere with very little config required at all.
 * The upload files uses the SWFUpload http://www.swfupload.org/ code to make life easy which
 * is also under the MIT License (included in the directory for swfupload
 *
**/

/* #### START File System */
#fileSystem {border:2px solid #012b7f;background:#F5FBFE;position:relative; direction: rtl; color:#000;}
#filePanel {background:#012b7f;color:#fff;padding:5px 5px 0 5px;height:29px;overflow:hidden; direction: rtl;}
.fileSystemWrap {min-height:200px; direction: rtl;}
#fileSystem img{display: inline !important;}

#fileSystem #dir-files {width:100%;background:#fff;}
#fileSystem #dir-files th{padding:2px 3px;color:#000;background:#C9E0E9;}
#fileSystem #dir-files td{padding:1px;}
#fileSystem ul{list-style-type:none;margin:0;padding:0; direction: rtl;}
#fileSystem ul ul{list-style-type:none;margin:0;padding:0;min-height:20px;display:block;}
#fileSystem #dir-files li{list-style-type:none;height:20px;margin:0;clear:both;padding:3px 26px 1px 0;font-size:100%;position:relative;background:#fff;}
#fileSystem #dir-folder li img{top:3px;right:3px;}
#fileSystem #dir-files li img{position:absolute;right:3px;}
#fileSystem th {text-align:right; direction: rtl;}
#fileSystem .size {text-align:left; direction: rtl;}
#fileSystem th .size {text-align:center;}
#fileSystem .options {text-align:right;background:#E4F0F4; }
#fileSystem th .options {text-align:center; float:right;}
#fileSystem .modTime {text-align:center;}
#fileSystem #dir-files tr.stripe{background:#E4F0F4;}
#fileSystem #dir-files tr.hover{background:#C9E0E9;}
#fileSystem a {border:0;outline:0;color:#000;text-decoration:none;font-weight:bold;}
#fileSystem a img {border:0; outline:0; display: inline !important;}
#filePanel a {color:#fff !important;}
#fileSystem :focus {outline:0;}
#fileSystem .dir-clear {clear:both;}

#fileSystem .pathDisplay {display:block;clear:both;font-size:11px;}
#fileSystem .none{display:none;}

#dirCreate, #uploadFile {position:absolute;top:34px;right:0;width:100%;height:0px;background:#C9E0E9;color:#000;}
#fileSystem .inner {padding:20px;}
#fileSystem form, #flashTarget {margin:15px;color:#000;}
#fileSystem fieldset {border:1px solid #000;background:#C9E0E9;}
#fileSystem legend {border:1px solid #000;margin-right:13px;padding:2px 5px;color:#000;}
#fileSystem label, #responseDir {font-weight:bold;}
#cancelDir,#cancelFile {float:left;cursor:pointer;}
/* #### END File System */




/*Start swfUpload*/
#fileSystem .likeParent{font:inherit;color:inherit;text-decoration:inherit;}
#fileSystem  .flash {padding:12px 20px 20px 25px;color:#F2FBFF;}
#fileSystem a.likeParent, #fileSystem a.likeParent:link, #fileSystem a.likeParent:active, #fileSystem a.likeParent:visited, #fileSystem a.likeParent:hover{font:inherit;color:#000000;text-decoration:none;}
#fileSystem .progressWrapper{width:50%;overflow:hidden;float:right;position:relative;}
#fileSystem .progressContainer{margin:5px;padding:4px;border:solid 1px #E8E8E8;background-color:#F7F7F7;overflow:hidden;width:300px;}
#fileSystem .red /* Error */{border:solid 1px #B50000;background-color:#FFEBEB;}
#fileSystem .green /* Current */{border:solid 1px #DDF0DD;background-color:#EBFFEB;}
#fileSystem .blue /* Complete */{border:solid 1px #CEE2F2;background-color:#F0F5FF;}
#fileSystem .progressName{font-size:8pt;font-weight:bold;color:#012b7f;width:100%;height:14px;text-align:right;white-space:nowrap;overflow:hidden;}

#fileSystem .progressBarInProgress,.progressBarComplete,.progressBarError{font-size:0;width:0;height:2px;background-color:#0D820D;margin-top:2px;}
#fileSystem .progressBarComplete{width:100%;background-color:green;visibility:hidden;}
#fileSystem .progressBarError{width:100%;background-color:red;visibility:hidden;}
#fileSystem .progressBarStatus{margin-top:2px;width:315px;font-size:7pt;font-family:Verdana;text-align:right;white-space:nowrap;color:#012b7f;}
#fileSystem a.progressCancel, #fileSystem a.progressCancel:link, #fileSystem a.progressCancel:active, #fileSystem a.progressCancel:visited, #fileSystem a.progressCancel:hover{margin-right:285px;font-size:0;display:block;height:16px;width:16px;background-image:url(_fslib/res/cancel.png);background-repeat:no-repeat;position:absolute;}
/*END swfUpload*/

/* #### START CustomDialog for File System */
#fslibDialog {display:none;font-size: 1.1em;position:relative;}
.fslibDialog {width: 300px;padding-bottom: 12px;font-family: Arial, sans-serif;text-align: center;}
.fslibDialog h1{margin: 0 0 15px 0;border-bottom: 1px solid #001932;padding: 5px 8px;font-size: 140%;color: #000;text-align: right;height:auto;right:0px;}
.fslibDialog .text{display:block;min-height: 35px;margin: 0 0 15px 0;padding-left: 8px;padding-right: 50px;background-image: url(_fslib/res/dialog_choice.gif);background-repeat: no-repeat;background-position: 8px 3px;text-align: right;}
.fslibDialog .inputName {display:none; margin:-20px 50px 15px 0;}
.fslibDialog button {margin: 0 5px;border: 3px double #FFFFFF;border-left-color: #7F7F7F;border-bottom-color: #7F7F7F;padding: 0 5px;background-color: #BBBCBC;background-image: url(_fslib/res/dialog_button.gif);background-repeat: repeat-x;}


/* #### END CustomDialog */