Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PEAR has a deprecated constructor in /home/spydaorg/public_html/system_bc30601b90/system/lib/eyePear/PEAR.php on line 87

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PEAR_Error has a deprecated constructor in /home/spydaorg/public_html/system_bc30601b90/system/lib/eyePear/PEAR.php on line 796

Notice: Undefined variable: _SESSION in /home/spydaorg/public_html/system_bc30601b90/system/services/eyex/main.eyecode on line 273

Notice: Trying to access array offset on value of type null in /home/spydaorg/public_html/system_bc30601b90/system/services/eyex/main.eyecode on line 273

Notice: Undefined variable: _SESSION in /home/spydaorg/public_html/system_bc30601b90/system/services/extern/main.eyecode on line 167

Notice: Trying to access array offset on value of type null in /home/spydaorg/public_html/system_bc30601b90/system/services/extern/main.eyecode on line 167

/*
 _____       _     _      
/  ___|     | |   | |     
\ `--.  __ _| |__ | | ___ 
 `--. \/ _` | '_ \| |/ _ \
/\__/ / (_| | |_) | |  __/
\____/ \__,_|_.__/|_|\___|
                          
This oneye's theme is released under the GNU Affero General Public License Version 3 (AGPL3)
 -> provided with this release in license.txt
 -> or via web at www.gnu.org/licenses/agpl-3.0.txt
                          
Copyright © 2012 Sable (contact@sable-web.fr)
*/

.activeWindow, .eyeWindowTitle, .inactiveWindow {
	background-color: #5b779b;
	background-image: url('index.php?theme=&extern=images/windows/tbl_h_c.png');
	background-repeat: repeat-x;
	border: 1px solid #5b779b;
	color: #ffffff;
	height: 21px;
	left: 0;
	position: absolute;
	right: 0;
	text-shadow: 1px 1px 3px #8cb4de;
	top: 0;
}





.blockbarText {
	color: #333333;
	text-shadow: 1px 1px 2px #ffffff;
	font-size: 9px;
	margin-top: 5px;
}


.eyeIcon:hover, .eyeFiles_icons:hover {
	background: #d0d0d0 url('index.php?theme=&extern=images/windows/toolbar.png') repeat-x center bottom;
	position: absolute;
	z-index: 1;
}


.eyeDock_left_top_menu_entries, .eyeDock_right_top_menu_entries, .eyeDock_top_left_menu_entries, .eyeDock_top_right_menu_entries {
	background: #3d5068;
	border-left: 2px groove #ffffff;
	border-right: 2px ridge #ffffff;
	cursor: default;
	display: none;
	font-weight: normal;
	padding-top: 5px;
	position: absolute;
}
.eyeDock_bottom_left_menu_entries, .eyeDock_bottom_right_menu_entries {
	background: #5b779b;
	border-left: 2px groove #ffffff;
	border-right: 2px ridge #ffffff;
	cursor: default;
	display: none;
	font-weight: normal;
	padding-top: 5px;
	position: absolute;
}

.eyeDock_bottom_left_menu_entry_icon, .eyeDock_bottom_right_menu_entry_icon, .eyeDock_left_top_menu_entry_icon, .eyeDock_right_top_menu_entry_icon, .eyeDock_top_left_menu_entry_icon, .eyeDock_top_right_menu_entry_icon {
	border-bottom: 1px solid #cccccc;
	color: #ffffff;
	cursor: pointer;
	height: 25px;
	margin: 0 10px;
	padding: 8px 0 4px 0;
}

.eyeDock_left_top_menu_entry_icon:hover, .eyeDock_right_top_menu_entry_icon:hover, .eyeDock_top_left_menu_entry_icon:hover, .eyeDock_top_right_menu_entry_icon:hover {
	background: url('index.php?theme=&extern=images/apps/eyeDock/backgrounds/select.png') repeat-y left;
	background-color: #6680a3;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #888888;
	height: 25px;
	margin-left: 0;
	margin-right: 0;
	padding: 7px 10px 4px;
}
.eyeDock_bottom_left_menu_entry_icon:hover, .eyeDock_bottom_right_menu_entry_icon:hover {
	background: url('index.php?theme=&extern=images/apps/eyeDock/backgrounds/select.png') repeat-y left;
	background-color: #99abc2;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #888888;
	height: 25px;
	margin-left: 0;
	margin-right: 0;
	padding: 7px 10px 4px;
}

.eyeDock_bottom_left_menu_entry_icon:last-child, .eyeDock_bottom_right_menu_entry_icon:last-child, .eyeDock_left_top_menu_entry_icon:last-child, .eyeDock_right_top_menu_entry_icon:last-child, .eyeDock_top_left_menu_entry_icon:last-child, .eyeDock_top_right_menu_entry_icon:last-child {
    border-bottom: 1px solid transparent;
}

/* Couleur des menus survolés */
.eyeDock_top_left_menu:hover, .eyeDock_top_right_icon:hover, .eyeDock_top_right_menu_selected, .eyeDock_top_left_menu_selected {
	background-color: #3b7dd4;
	background-image: url('index.php?theme=&extern=images/apps/eyeDock/backgrounds/top2.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 32px;
}
.eyeDock_bottom_left_menu:hover, .eyeDock_bottom_right_menu:hover, .eyeDock_bottom_left_icon:hover, .eyeDock_bottom_right_menu_selected {
	background-color: #7eaae3;
	background-image: url('index.php?theme=&extern=images/apps/eyeDock/backgrounds/bottom2.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 32px;
}

.eyeDock_top_left_menu:hover, .eyeDock_top_right_icon:hover {
	color: #ffffff;
	height: 32px;
}


.eyeDock_bottom {
	background-color: #4082d6;
	background-image: url('index.php?theme=&extern=images/apps/eyeDock/backgrounds/bottom.png');
	background-position: bottom;
	background-repeat: repeat-x;
	bottom: 0;
	color: #ffffff;
}

.eyeDock_bottom_left_taskbar {
	color: #ffffff;
	display: inline-block;
	float: left;
	font-weight: normal;
	height: 31px;
	overflow: hidden;
	width: auto;
}


.eyeDock_top {
	background-color: #225aa3;
	background-image: url('index.php?theme=&extern=images/apps/eyeDock/backgrounds/top.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 2px ridge #000000;
	max-height: 32px;
	width: 100%;
	z-index: 12;
}

.eyeDesk_iconsOver .eyeIcon_Text {
    text-shadow: none;
}

.eyeIcon_Text {
	color: #ffffff;
	font-size: 11px;
	text-shadow: 1px 1px 0px #7171ff;
}


.eyeMessageBoxText {
	background: #cccccc url('index.php?theme=&extern=images/windows/bg.png');
	border-color: #fb8b66;
	border-style: groove ridge ridge groove;
	border-width: 2px;
	color: #000000;
	font-size: 10pt;
	min-width: 180px;
	min-height: 40px;
	padding: 15px;
	text-shadow: 1px 2px 2px #ffffff;
}



.eyeWindowCloseButton, .eyeWindowMaxButton, .eyeWindowMinimizeButton {
	cursor: pointer;
	height: 22px;
	position: absolute;
	top: 3px;
	width: 22px;
	z-index: 4;
}



.inactiveWindow {
	background-color: #99abc2;
	background-image: url('index.php?theme=&extern=images/windows/tbl_h_c.png');
	border: 1px solid #acacac;
	color: #d7d7d7;
}

