/**
 * @summary     Visual Event CSS
 * @file        VisualEvent.css
 * @author      Allan Jardine (www.sprymedia.co.uk)
 * @license     GPL v2
 * @contact     www.sprymedia.co.uk/contact
 *
 * @copyright Copyright 2007-2011 Allan Jardine.
 *
 * This source file is free software, under the GPL v2 license:
 *   http://www.gnu.org/licenses/gpl-2.0.html
 */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Label
 */

#Event_Label {
	position: fixed;
	bottom: 0;
	left: 0;
	color: white !important;
	padding: 5px 10px 5px 5px;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	z-index: 55999;
	background-color: #7C94C0;
	z-index: 55002;
}

#Event_Label>span {
	color: white !important;
}

#Event_Label span.Event_LabelClose,
#Event_Label span.Event_LabelHelp {
	display: inline-block;
	width: 17px;
	text-align: center;
	border: 1px solid #627ba9;
	background-color: #93a8cf;
	color: #4b6698;
	margin-right: 5px;
	cursor: pointer;
	*cursor: hand;
}

#Event_Label span.Event_LabelClose:hover,
#Event_Label span.Event_LabelHelp:hover {
	background-color: #aebfdd;
}

#Event_Label span.Event_LabelHelp {
	margin-right: 10px;
}

#Event_Label span.Event_LabelBy {
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
}

#Event_Label span.Event_LabelBy a {
	color: #eee;
}

table.Event_LabelColorInfo td {
	text-align: center;
	font-size: 12px;
}

div.Event_LabelColour {
	margin: 0 auto;
	height: 20px;
	width: 20px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Help
 */

#Event_Help {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 55001;
	background-color: #ddd;
	color: #222;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#Event_Help div.Event_HelpInner {
	width: 800px;
	margin: 30px auto 0 auto;
}

#Event_Help h1 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	color: #222;
}

#Event_Help p {
	margin: 1em 0;
	color: #222;
}

#Event_Help table {
	width: 90%;
	margin: 0 auto;
}

#Event_Help p.Event_HelpClose {
	text-align: center;
	margin-top: 2em;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Lightbox
 */

#Event_Lightbox {
	position: absolute;
	display: none;
	color: #111;
	width: 660px;
	z-index: 55003;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	direction : ltr;
	background-color: #F8F8F8;
	border: 4px solid #7C94C0;
	-moz-box-shadow: 3px 3px 5px #111;
	-webkit-box-shadow: 3px 3px 5px #111;
	box-shadow: 3px 3px 5px #111;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	box-sizing: content-box;
}

#Event_Lightbox * {
	box-sizing: content-box !important;
}

#Event_Lightbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Event_Lightbox ul li {
	display: block;
	width: 90px;
	padding: 5px;
	cursor: pointer;
	*cursor: hand;
}

#Event_Lightbox ul li.Event_EventSelected {
	background-color: #eee;
}

#Event_Lightbox div.Event_NodeRemove {
	float: right;
	font-size: 10px;
	color: #4E6CA3;
	cursor: pointer;
	*cursor: hand;
}

#Event_Lightbox div.Event_NodeRemove:hover {
	text-decoration: underline;
}

#Event_Lightbox #Event_Trigger {
	color: #4E6CA3;
	cursor: pointer;
	*cursor: hand;
}

#Event_Lightbox #Event_Trigger:hover {
	text-decoration: underline;
}

#Event_Lightbox div.Event_Nav {
	float: left;
	width: 100px;
}

#Event_Lightbox div.Event_Code {
	float: left;
	width: 550px;
	background-color: #eee;
	padding: 5px;
}

#Event_Lightbox div.Event_Code p {
	padding: 0 0 12px 0;
	margin: 0;
}

#Event_Lightbox div.Event_NodeName {
	padding: 5px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Display
 */

#Event_Display {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 55001;
	background-color: rgba(0, 0, 0, 0.2);
}


#Event_Display div.Event_info {
	float: left;
	width: 15px;
	height: 15px;
	z-index: 55002;
	border: transparent 2px solid;
}

#Event_Help div.Event_bg_blue,
#Event_Display div.Event_bg_blue {
	background-color: rgba(0, 0, 255, 0.3);
	border: rgba(0, 0, 255, 0.5) 2px solid;
}

#Event_Display div.Event_bg_blue:hover {
	border: rgba(0, 0, 255, 1) 2px solid;
}

#Event_Help div.Event_bg_red,
#Event_Display div.Event_bg_red {
	background-color: rgba(255, 0, 0, 0.3);
	border: rgba(255, 0, 0, 0.5) 2px solid;
}

#Event_Display div.Event_bg_red:hover {
	border: rgba(255, 0, 0, 1) 2px solid;
}

#Event_Help div.Event_bg_yellow,
#Event_Display div.Event_bg_yellow {
	background-color: rgba(255, 204, 51, 0.3);
	border: rgba(245, 184, 0, 0.5) 2px solid;
}

#Event_Display div.Event_bg_yellow:hover {
	border: rgba(255, 204, 51, 1) 2px solid;
}

#Event_Help div.Event_bg_green,
#Event_Display div.Event_bg_green {
	background-color: rgba(0, 167, 0, 0.3);
	border: rgba(0, 167, 0, 0.5) 2px solid;
}

#Event_Display div.Event_bg_green:hover {
	border: rgba(0, 167, 0, 1) 2px solid;
}

#Event_Help div.Event_bg_purple,
#Event_Display div.Event_bg_purple {
	background-color: rgba(167, 0, 145, 0.3);
	border: rgba(167, 0, 145, 0.5) 2px solid;
}

#Event_Display div.Event_bg_purple:hover {
	border: rgba(167, 0, 145, 1) 2px solid;
}

#Event_Help div.Event_bg_orange,
#Event_Display div.Event_bg_orange {
	background-color: rgba(201, 145, 35, 0.3);
	border: rgba(201, 145, 35, 0.5) 2px solid;
}

#Event_Display div.Event_bg_orange:hover {
	border: rgba(201, 145, 35, 1) 2px solid;
}

#Event_Help div.Event_bg_black,
#Event_Display div.Event_bg_black {
	background-color: rgba(190, 190, 190, 0.3);
	border: rgba(190, 190, 190, 0.5) 2px solid;
}

#Event_Display div.Event_bg_black:hover {
	border: rgba(190, 190, 190, 1) 2px solid;
}
/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.Event_syntaxHighlighter a,
.Event_syntaxHighlighter div,
.Event_syntaxHighlighter code,
.Event_syntaxHighlighter table,
.Event_syntaxHighlighter table td,
.Event_syntaxHighlighter table tr,
.Event_syntaxHighlighter table tbody,
.Event_syntaxHighlighter table thead,
.Event_syntaxHighlighter table caption,
.Event_syntaxHighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Source Code Pro","Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.Event_syntaxHighlighter {
  width: 100% !important;
  margin: 1em 0 1em 0 !important;
  position: relative !important;
  overflow: auto !important;
  font-size: 1em !important;
}
.Event_syntaxHighlighter.source {
  overflow: hidden !important;
}
.Event_syntaxHighlighter .bold {
  font-weight: bold !important;
}
.Event_syntaxHighlighter .italic {
  font-style: italic !important;
}
.Event_syntaxHighlighter .line {
  white-space: pre !important;
}
.Event_syntaxHighlighter table {
  width: 100% !important;
}
.Event_syntaxHighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.Event_syntaxHighlighter table td.code {
  width: 100% !important;
}
.Event_syntaxHighlighter table td.code .container {
  position: relative !important;
}
.Event_syntaxHighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.Event_syntaxHighlighter table td.gutter .line {
  text-align: right !important;
  padding: 2px 0.5em 2px 1em !important;
}
.Event_syntaxHighlighter table td.code .line {
  padding: 2px 1em !important;
}
.Event_syntaxHighlighter.nogutter td.code .container textarea, .Event_syntaxHighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.Event_syntaxHighlighter.show {
  display: block !important;
}
.Event_syntaxHighlighter.collapsed table {
  display: none !important;
}
.Event_syntaxHighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.Event_syntaxHighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.Event_syntaxHighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.Event_syntaxHighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.Event_syntaxHighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.Event_syntaxHighlighter .toolbar span.title {
  display: inline !important;
}
.Event_syntaxHighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.Event_syntaxHighlighter .toolbar a.expandSource {
  display: none !important;
}
.Event_syntaxHighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.Event_syntaxHighlighter.ie .toolbar {
  line-height: 8px !important;
}
.Event_syntaxHighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.Event_syntaxHighlighter.printing .line.alt1 .content,
.Event_syntaxHighlighter.printing .line.alt2 .content,
.Event_syntaxHighlighter.printing .line.highlighted .number,
.Event_syntaxHighlighter.printing .line.highlighted.alt1 .content,
.Event_syntaxHighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.Event_syntaxHighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.Event_syntaxHighlighter.printing .line .content {
  color: black !important;
}
.Event_syntaxHighlighter.printing .toolbar {
  display: none !important;
}
.Event_syntaxHighlighter.printing a {
  text-decoration: none !important;
}
.Event_syntaxHighlighter.printing .plain, .Event_syntaxHighlighter.printing .plain a {
  color: black !important;
}
.Event_syntaxHighlighter.printing .comments, .Event_syntaxHighlighter.printing .comments a {
  color: #008200 !important;
}
.Event_syntaxHighlighter.printing .string, .Event_syntaxHighlighter.printing .string a {
  color: blue !important;
}
.Event_syntaxHighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.Event_syntaxHighlighter.printing .preprocessor {
  color: gray !important;
}
.Event_syntaxHighlighter.printing .variable {
  color: #aa7700 !important;
}
.Event_syntaxHighlighter.printing .value {
  color: #009900 !important;
}
.Event_syntaxHighlighter.printing .functions {
  color: #ff1493 !important;
}
.Event_syntaxHighlighter.printing .constants {
  color: #0066cc !important;
}
.Event_syntaxHighlighter.printing .script {
  font-weight: bold !important;
}
.Event_syntaxHighlighter.printing .color1, .Event_syntaxHighlighter.printing .color1 a {
  color: gray !important;
}
.Event_syntaxHighlighter.printing .color2, .Event_syntaxHighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.Event_syntaxHighlighter.printing .color3, .Event_syntaxHighlighter.printing .color3 a {
  color: red !important;
}
.Event_syntaxHighlighter.printing .break, .Event_syntaxHighlighter.printing .break a {
  color: black !important;
}



/**
 * SyntaxHighlighter
 * http://alexgorbatchev.com/SyntaxHighlighter
 *
 * SyntaxHighlighter is donationware. If you are using it, please donate.
 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
 *
 * @version
 * 3.0.83 (July 02 2010)
 * 
 * @copyright
 * Copyright (C) 2004-2010 Alex Gorbatchev.
 *
 * @license
 * Dual licensed under the MIT and GPL licenses.
 */
.Event_syntaxHighlighter {
  background-color: white !important;
  font-size: 13px !important;
  overflow: visible !important;
}
.Event_syntaxHighlighter .line.alt1 {
  background-color: white !important;
}
.Event_syntaxHighlighter .line.alt2 {
  background-color: #F8F8F8 !important;
}
.Event_syntaxHighlighter .line.highlighted.alt1, .Event_syntaxHighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.Event_syntaxHighlighter .line.highlighted.number {
  color: black !important;
}
.Event_syntaxHighlighter table caption {
  color: black !important;
}
.Event_syntaxHighlighter .gutter {
}
.Event_syntaxHighlighter .gutter div {
  color: #5C5C5C !important;
}
.Event_syntaxHighlighter .gutter .line.alt1, .Event_syntaxHighlighter  .gutter .line.alt2 {
  background-color: white !important;
}
.odd .Event_syntaxHighlighter .gutter .line.alt1, .odd .Event_syntaxHighlighter  .gutter .line.alt2 {
  background-color: #F2F2F2 !important;
}
.Event_syntaxHighlighter .gutter .line {
  border-right: 3px solid #4E6CA3 !important;
}
.Event_syntaxHighlighter .gutter .line.highlighted {
  background-color: #4E6CA3 !important;
  color: white !important;
}
.Event_syntaxHighlighter.printing .line .content {
  border: none !important;
}
.Event_syntaxHighlighter.collapsed {
  overflow: visible !important;
}
.Event_syntaxHighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #4E6CA3 !important;
}
.Event_syntaxHighlighter.collapsed .toolbar a {
  color: blue !important;
}
.Event_syntaxHighlighter.collapsed .toolbar a:hover {
  color: red !important;
}
.Event_syntaxHighlighter .toolbar {
  color: white !important;
  border: none !important;
}
.Event_syntaxHighlighter .toolbar a {
  font: 100%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
  color: white !important;
  background: #4E6CA3 !important;
  float: right !important;
  padding: 2px 5px !important;
  clear: both;
}
.Event_syntaxHighlighter .toolbar a:hover {
  color: #b7c5df !important;
  background: #39568b !important;
}
.Event_syntaxHighlighter .plain, .Event_syntaxHighlighter .plain a {
  color: black !important;
}
.Event_syntaxHighlighter .comments, .Event_syntaxHighlighter .comments a {
  color: #008200 !important;
}
.Event_syntaxHighlighter .string, .Event_syntaxHighlighter .string a {
  color: blue !important;
}
.Event_syntaxHighlighter .keyword {
  color: #006699 !important;
}
.Event_syntaxHighlighter .preprocessor {
  color: gray !important;
}
.Event_syntaxHighlighter .variable {
  color: #aa7700 !important;
}
.Event_syntaxHighlighter .value {
  color: #009900 !important;
}
.Event_syntaxHighlighter .functions {
  color: #ff1493 !important;
}
.Event_syntaxHighlighter .constants {
  color: #0066cc !important;
}
.Event_syntaxHighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}
.Event_syntaxHighlighter .color1, .Event_syntaxHighlighter .color1 a {
  color: gray !important;
}
.Event_syntaxHighlighter .color2, .Event_syntaxHighlighter .color2 a {
  color: #ff1493 !important;
}
.Event_syntaxHighlighter .color3, .Event_syntaxHighlighter .color3 a {
  color: red !important;
}

.Event_syntaxHighlighter .keyword {
  font-weight: bold !important;
}

.datatables_ref:hover {
  text-decoration: underline;
  cursor: pointer;
  *cursor: hand;
}

.Event_syntaxHighlighter .dtapi {
  color: #069;
}

.Event_syntaxHighlighter .dtapi:hover {
  text-decoration: underline;
  cursor: pointer;
  *cursor: hand;
}

.Event_syntaxHighlighter table {
  table-layout: fixed !important;
}

.Event_syntaxHighlighter table td.gutter {
  width: 46px !important; /* enough for three digits */
}

.Event_syntaxHighlighter table td.code {
  width: auto !important;
  overflow: auto !important;
}

