/* DEBUGGING STYLE === THIS MUST BE DELETED BEFORE PRODUCTION */
table.xdebug-error {
	z-index: 900;
	color: #000000;
}
div.print_r2,
div.echo2, pre
{
	background-color: black;
	border: 1px #ffffff solid;
	padding: 10px;
	color: #ffffff;
	display: block;
	position: fixed;
	z-index: 901;
	overflow: auto;
	width: 100%;
	height: 700px;
}
/*END DEBUGGING STYLE === THIS MUST BE DELETED BEFORE PRODUCTION */



/*General settings*/
body {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}
img {
	vertical-align: middle;
	border: 0px;
}
sup {
	font-size: 11px;
	color: #0cff00;
}
a {
	color: #ffffff;
	text-decoration: none;
}

label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 4px;
}

input[type=text],
input[type=password],
select {
	border-radius:3px;
	border: 1px #006ae5 solid;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4f4f4',GradientType=0 );
	line-height: 19px;
	height: 19px;
	text-shadow: 1px 1px 1px #cecece;
}
textarea {
	border-radius:3px;
	border: 1px #006ae5 solid;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4f4f4',GradientType=0 );
	text-shadow: 1px 1px 1px #cecece;
}
select {
	height: 21px;
	line-height: 21px;
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f4f4f4',GradientType=0 );
	text-shadow: 1px 1px 1px #cecece;
}
select option {
	background-color: #FFFFFF;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus {
	background: rgb(219,219,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	border-color: #33a0ff;
	text-shadow: 1px 1px 1px #cecece;
}
input[type=button],
input[type=submit] {
	border-radius:4px;
	border: 1px #002b5d solid;
	background: rgb(34,114,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,114,183,1) 0%, rgba(16,35,119,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,114,183,1)), color-stop(100%,rgba(16,35,119,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(34,114,183,1) 0%,rgba(16,35,119,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(34,114,183,1) 0%,rgba(16,35,119,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(34,114,183,1) 0%,rgba(16,35,119,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(34,114,183,1) 0%,rgba(16,35,119,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2272b7', endColorstr='#102377',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	text-shadow: 1px 1px 1px #111111;
}
input[type=button],
input[type=submit]:hover {
	background: rgb(38,176,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,176,201,1) 0%, rgba(21,90,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,176,201,1)), color-stop(100%,rgba(21,90,150,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0c9', endColorstr='#155a96',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px #111111;
}

form {
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}
#floatingWindow,
#floatingWindow2
 {
	margin-left: 200px;
	margin-top: 200px;
	position: absolute;
	overflow: hidden;
	background-color: #333333;
	width: 500px;
	height: 300px;
	display: none;
	border: 1px #0059BF solid;
	border-radius: 6px;
	box-shadow: 1px 1px 12px 2px #0059BF;
	z-index: 99;
	padding: 10px;
}
#floatingWindow iframe.post,
#floatingWindow2 iframe.post {
	height: 1px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	visibility: hidden;
}
#floatingWindow h3,
#floatingWindow2 h3 {
	border-bottom: 1px solid #ffffff;
}
#contextMenu {
	display: none;
	overflow: hidden;
	position: absolute;
	background-color: #000000;
	border-radius: 6px;
	border: 1px #005096 solid;
	box-shadow: 1px 1px 10px 2px #0059BF;
}
#contextMenu ul {
	padding: 0px;
	margin: 0px;
}
#contextMenu ul li {
	list-style-type: none;
	text-align: left;
	min-width: 150px;
}
#contextMenu ul li.delimiter {
	text-align: center;
	background-color: #005096;
	color: #ffffff;
	line-height: 18px;
	height: 18px;
	font-size: 13px;
}
#contextMenu ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	margin: 5px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	min-width: 100px;
}
#contextMenu ul li a:hover {
	background-color: #006fd0;
	color: #ffffff;
	padding-right: 6px;
	padding-left: 6px;
}
#hiddenIframe {
	display: none;
}

/*MAIN MENU*/
div.menu {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 180px;
	float: left;
	height: 100%;
	clear: both;
	background-color: #232323;
	border-right: 2px #000000 solid;
}

div.menu a {
	cursor: pointer;
	border-top: 1px #a5a5a5 solid;
	border-bottom: 1px #c1c1c1 solid;
	display: block;
	color: #575148;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
div.menu a::-moz-selection {
	background: transparent;
}

div.menu a:hover {
	color: #000000;
}
div.menu div.submenu {
	cursor: pointer;
	background-color: #414141;
	overflow: hidden;
	height: 0px;
	
}
div.menu div.submenu a {
	border: 0px;
	background-image: url(../images/menuLeftPointer.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 20px;
	color: #f8f8f8;
	line-height: 22px;
	height: 22px;	
}
div.menu div.submenu a.active,
div.menu div.submenu a.active:hover {
	background-color: #888888;
}

div.menu div.submenu a:hover {
	background-color: #565656;
}
div.menu div.submenu div.submenuPopup {
	display: none;
	position: absolute;
	margin-left: 165px;	color: #ffffff;
	width: 190px;
	margin-top: -30px;
	
}
div.menu div.submenu div.submenuPopup div.arrow {
	z-index: 2; 
	background-image: url('../images/submenuPopupArrow.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;
	float:left;
	width: 10px;
	height: 30px;
}
div.menu div.submenu div.submenuPopup div.spContent {
	margin-left: 9px;
	background: url('../images/dotbg.png') repeat;
	border-radius: 5px;
	border: 1px solid #c0b7ba;
	padding: 6px;
	z-index: 1;
	box-shadow: 0px 0px 3px 2px #111111;
}
div.menu div.submenu div.submenuPopup div.spContent a {
	background: none;
	padding-left: 5px;
	line-height: 24px;
	height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.menu div.submenu div.submenuPopup div.spContent a:hover, 
div.menu div.submenu div.submenuPopup div.spContent a.active {
	color: #000000;
	background-color: #fefefe;
	border-radius: 2px;
	line-height: 24px;
	height: 24px;
}
div.menu div.submenu a.submenu {
	background-position: 170px 6px;
}
div.menu div.submenu a.submenuActive {
	background-color: #888888;
	background-position: 170px 6px;
}
div.menu div.submenu a.submenuActiveClick {
	background-color: #666666;
	background-position: 170px 6px;
}
div.menu div.logo {
	background-image: url('../images/menubg.png');
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
}
div.menu div.clock {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	font-size: 13px;
	overflow: hidden;
	margin-top: 4px;
	color: #9a9a9a;
}
div.menu div.clock a.hideMenu {
	display: block;
	background: none;
	height: auto;
	border: 0px;
}
div.menu div.quickTools {
	overflow: hidden;
	background-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 4px;
	margin: 0px;
}
div.menu div.quickTools img {
	cursor: pointer;
}
div.menu div.siteSelection {
	margin: 5px 0px 0px 0px;
	background-color: #666666;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 5px;
	border-top: 1px #a6a6a6 solid;
	border-bottom: 1px #a6a6a6 solid;
}
div.menu div.siteSelection select {
	margin: 3px;
	width: 172px;
}
div.menuHandle {
	display: none;
	position: absolute;
	float: left;
	background-color: #232323;
	top: 100%;
	margin-top: -35px;
	border-top-right-radius: 30px;
	box-shadow: 2px -2px 2px 2px #111111;
	cursor: pointer;
}
/*Data container*/
div.loginContainer {
	width: 365px !important; 
	margin: auto !important; 
	margin-top: 140px !important;
	overflow: hidden;
}
div.loginContainer div.left {
	float: left;
	margin-top: 1px;
	width: 100px;
	height: 100px;
	background-image: url('../images/company_logo_small.png');
	background-repeat: no-repeat;
}
div.loginContainer div.right {
	float: right;
}
div.loginContainer label {
	width: 75px;
	font-weight: bold;
}
div.loginContainer input[type="text"],
div.loginContainer input[type="password"] {
	width: 170px !important;
}
div.loginContainer input[type="submit"] {
	margin-right: 0px !important;
}
div.loginContainer h1 {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-left: 10px;
	margin-bottom: 13px;
}
div.container {
	overflow: hidden;
	padding: 10px;
	margin: 10px;
	margin-top: 36px;
	margin-left: 190px;
	border: 1px #000000 solid;
	border-radius: 6px;
	border-top-left-radius: 0px;
	background-image: url('../images/containerbg.png');
	background-repeat: repeat-x;
	background-color: #979797;
	box-shadow: 0px 0px 5px #51B2EF;
}
div.containerWithoutLeftMenu {
	margin-top: 10px !important;
	margin-left: 10px !important;
}
div.containerTabs {
	position:absolute; 
	height: 31px; 
	overflow: hidden;
	line-height: 30px;
	margin-left: -11px;
	margin-top: -41px;
	border-top-right-radius: 6px;
}
div.containerTabs td.containerTitle {
	margin: 0px;
	padding: 0px;
	background-color: #3f3f3f;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	padding-right:  6px;
	border: 1px #000000 solid;
	border-bottom: 0px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	white-space: nowrap;
}

div.containerTabs td.containerTitle:hover,
div.containerTabs td.containerTitleActive {
	margin: 0px;
	padding: 0px;
	background-color: #a9a8aa;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	padding-right:  6px;
	border: 1px #000000 solid;
	border-bottom: 0px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	white-space: nowrap;
}
div.containerTabs td.containerTitle:hover {
	background-color: #676767;
}
div.containerTabs td.containerTitle a.closeHref,
div.containerTabs td.containerTitleActive a.closeHref {
	border: 1px solid #cecece;
	height: 16px;
	line-height: 16px;
	width: 16px;
	text-align: center;
	margin-top: 6px;
	margin-left: 5px;
}
a.closeHref:hover {
	background-color: #7b0000;
}

div.containerTabs td.containerTitle a.tab,
div.containerTabs td.containerTitleActive a.tab {
	height: 30px;
	line-height: 30px;
	text-align: left;
}
div.headerProperties {
	margin-bottom: 6px;
}
div.filters {
	clear: both;
	overflow: hidden;
	border-radius: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	display: table;
	width: 100%;
	vertical-align: middle;
	line-height: 23px;
}
div.filters input[type="button"],
div.filters input[type="submit"] {
	padding-bottom: 2px;
}
div.filters select {
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}
div.filters div.left {
	color: #111111;
	display: table-cell;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 26px;
}
div.filters div.left input {
	vertical-align: middle;
}
div.filters div.actions {
	display: table-cell;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url('../images/dotbg.png');
	vertical-align: middle;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 23px;
}
div.filters input[type=text] {
	width: 120px;
}
div.filters #advancedFilters {
	position: absolute;
	float: left;
	min-width: 180px;
	min-height: 100px;
	border: 1px solid #cecece;
	background: #cecece;
	color: #333333;
	box-shadow: 0px 0px 3px 3px #111111;
	display: none;
	border-radius: 2px;
	z-index: 99;
}
div.filters #advancedFilters div.title {
	background: rgb(38,176,201); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,176,201,1) 0%, rgba(21,90,150,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,176,201,1)), color-stop(100%,rgba(21,90,150,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0c9', endColorstr='#155a96',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px #111111;
	padding: 2px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 13px;
	padding-left: 10px;
	cursor: default;
}
div.filters #advancedFilters div.title a {
	display: inline-block;
	float: right;
	color: #222222;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-shadow: 1px 1px 1px #cecece;
	width: 24px;
}
div.filters #advancedFilters div.content {
	margin: 4px;
}
div.filters #advancedFilters div.content div {
	margin-top: 4px;
	text-align: right;
}
div.filters #advancedFilters div.footer {
	background-color: #aaaaaa;
	padding: 6px;
	text-align: right;
	margin-top: 5px;
	border-top: 1px solid #888888;
}
div.filters div.headerProperties {
	line-height: normal;
}
div.data {
	padding-top: 3px;	
	clear: both;
	overflow: hidden;
	background-image: url('../images/dotbg.png');
	padding: 4px;
}


table.tableHeader tr th {
	text-align: center;
	background-color: #505050;
	height: 25px;
}

table.dataTable {
	width: 100%;
	
	
}
table.dataTable td {
	margin: 3px;
	padding: 2px;
}
table.dataTable th {
	text-align: center; 
}
table.dataTable tr.alternate1 {
	border-bottom: 1px solid #444444;
	background-color: #000000;
}
table.dataTable tr:hover, 
table.dataTable tr.hover {
	background-color: #005096 !important;
}
table.dataTable tr.selected {
	border-bottom: 1px solid #444444;
}
table.dataTable tr.alternate0 {
	background-color: #333333;
	border-bottom: 1px solid #444444;
}
table.dataTable tr.partial {
	background-color: #979797;
}
table.dataTable tr.partial td {
	color: #000000;
}
table.dataTable tfoot,
table.dataTable thead {
	visibility: hidden;
	overflow: hidden;
	height: 2px;
}
div.scrollTable {
	height: 540px;
	overflow: scroll;
}
div.selectPopup {
	height: 455px;	
}
div.footer {
	padding-top: 10px;
	overflow: hidden;
	font-weight: bold;
	color: #000000;
}
div.footer div.records {
	font-size: 12px;
	color: #000000;
	float: left;
	font-weight: bold;
	padding-left: 15px;
}
div.footer div.actions {
	float: right;
	margin-top: 4px;
}
div.footer span {
	text-align: right;
	min-width: 50px;
	font-weight: bold;
	display: inline-block;
	padding: 3px;
	background: rgb(14,14,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(14,14,14,1) 0%, rgba(68,68,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(68,68,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(68,68,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(68,68,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(68,68,68,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(14,14,14,1) 0%,rgba(68,68,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	border: 1px solid #006AE5;
	border-radius: 4px;
}

input[type=button].addButton {
	
	border: 0px;
	cursor: pointer;
	height: 22px;
	background: rgb(38,176,201); /* Old browsers */
	background: url('../images/add.png') no-repeat 0px 0px, -moz-linear-gradient(top,  rgba(38,176,201,1) 0%, rgba(21,90,150,1) 100%);
	background: url('../images/add.png') no-repeat 0px 0px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,176,201,1)), color-stop(100%,rgba(21,90,150,1))); /* Chrome,Safari4+ */
	background: url('../images/add.png') no-repeat 0px 0px, -webkit-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/add.png') no-repeat 0px 0px, -o-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Opera 11.10+ */
	background: url('../images/add.png') no-repeat 0px 0px, -ms-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* IE10+ */
	background: url('../images/add.png') no-repeat 0px 0px, linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0c9', endColorstr='#155a96',GradientType=0 ); /* IE6-9 */	
	width: 85px;
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #002B5D;
	vertical-align: middle;
}


input[type=submit].resetButton {
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	width: 22px;
	height: 22px;
	background-image: url('../images/reset.png');
}
input[type=submit].filterButton {
	border: 0px;
	cursor: pointer;
	height: 22px;
	background: rgb(38,176,201); /* Old browsers */
	background: url('../images/filter.png') no-repeat 0px 0px, -moz-linear-gradient(top,  rgba(38,176,201,1) 0%, rgba(21,90,150,1) 100%);
	background: url('../images/filter.png') no-repeat 0px 0px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,176,201,1)), color-stop(100%,rgba(21,90,150,1))); /* Chrome,Safari4+ */
	background: url('../images/filter.png') no-repeat 0px 0px, -webkit-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/filter.png') no-repeat 0px 0px, -o-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* Opera 11.10+ */
	background: url('../images/filter.png') no-repeat 0px 0px, -ms-linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* IE10+ */
	background: url('../images/filter.png') no-repeat 0px 0px, linear-gradient(top,  rgba(38,176,201,1) 0%,rgba(21,90,150,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0c9', endColorstr='#155a96',GradientType=0 ); /* IE6-9 */	
	width: 100px;
	padding-left: 22px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #002B5D;
	vertical-align: middle;
}

div.attachmentImageContent {
	width: 780px;
	margin: auto;
	height: 320px;
	overflow: hidden;
	border: 2px #666666 dashed;
	text-align: center;
}
div.resetFilters {
	position: absolute;
	left: 100%;
	margin-left: -50px;
	margin-top: -26px;
}
/* ###################################################################################################### */
/* onscreen keyboard */
div.osk {
	float: right;
	padding-top: 2px;
	margin-right: 44px;	
}
div.onScreenKeyboard {
	float: left;
	position: fixed;
	width: 600px;
	height: 212px;
	bottom: 0;
	left: 50%;
	margin-left: -300px;
	border: 1px solid #111111;
	background-color: #57698b;
	border-radius: 4px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	display: block;
	box-shadow: 0 0 5px 2px #000000;
}
div.OSKType1 {
	
}
div.onScreenKeyboard div.oskContent {
	padding: 10px;
}
div.onScreenKeyboard div.oskContent div.row {
	display: block;
	overflow: hidden;
	clear: both;
}

div.onScreenKeyboard div.key {
	background: rgb(245,246,246); /* Old browsers */
	background: rgb(245,245,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(231,231,231,1) 50%, rgba(216,216,216,1) 51%, rgba(236,236,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(50%,rgba(231,231,231,1)), color-stop(51%,rgba(216,216,216,1)), color-stop(100%,rgba(236,236,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(231,231,231,1) 50%,rgba(216,216,216,1) 51%,rgba(236,236,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(231,231,231,1) 50%,rgba(216,216,216,1) 51%,rgba(236,236,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(231,231,231,1) 50%,rgba(216,216,216,1) 51%,rgba(236,236,236,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(231,231,231,1) 50%,rgba(216,216,216,1) 51%,rgba(236,236,236,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */

	border-radius: 3px;
	border:1px solid #2c364a;
	box-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	color: #000000;
}
div.onScreenKeyboard div.key:hover {
	border: 1px solid #c7d4ed !important;
}
div.onScreenKeyboard div.selectedKey {
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 48%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(48%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 48%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 48%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 48%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 48%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

	border:1px solid #2c364a;
	color: #ffffff !important;
	box-shadow: 1px 1px 1px #2c364a;
}
div.onScreenKeyboard div.selectedKey:hover {
	border: 1px solid #000000 !important;
}
div.onScreenKeyboard div.oskContent div.row div.normalKey {
	float: left;
	margin: 2px;
	color: #000000;
	font-weight: bold;	
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0px;
}
div.onScreenKeyboard div.oskContent div.row div.backspace {
	width: 66px;
}
div.onScreenKeyboard div.oskContent div.row div.tab {
	width: 50px;
}
div.onScreenKeyboard div.oskContent div.row div.backslash {
	width: 49px;
}
div.onScreenKeyboard div.oskContent div.row div.caps {
	width: 65px;
}
div.onScreenKeyboard div.oskContent div.row div.enter {
	width: 73px;
}
div.onScreenKeyboard div.oskContent div.row div.lshift {
	width: 88px;
}
div.onScreenKeyboard div.oskContent div.row div.rshift {
	width: 89px;
}
div.onScreenKeyboard div.oskContent div.row div.ctrl,
div.onScreenKeyboard div.oskContent div.row div.alt {
	width: 62px;
}
div.onScreenKeyboard div.oskContent div.row div.space {
	width: 301px;
}
div.OSKType2 {
	width: 235px;
	height: 282px;
	bottom: 0;
	left: 50%;
	margin-left: -117px;
}
div.onScreenKeyboard div.oskContent div.row div.normalKey2 {
	float: left;
	margin: 2px;
	color: #000000;
	font-weight: bold;	
	font-size: 14px;
	width: 65px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0px;
}
div.onScreenKeyboard div.oskContent div.row div.zero2 {
	width: 136px;
}
/* ###### CALENDAR ###################################################################################### */
#calBorder {
	border-radius: 4px;
	border-top-left-radius: 0px;
	background-color: #e3e6ed;
	box-shadow: 2px 2px 4px 4px #222222;
}
#calBorder table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#calBorder td.calHeader {
	background: #e6e7eb; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e7eb 0%, #c4c9cf 49%, #b3b7c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7eb), color-stop(49%,#c4c9cf), color-stop(100%,#b3b7c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e7eb 0%,#c4c9cf 49%,#b3b7c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e7eb 0%,#c4c9cf 49%,#b3b7c0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e7eb 0%,#c4c9cf 49%,#b3b7c0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e7eb 0%,#c4c9cf 49%,#b3b7c0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7eb', endColorstr='#b3b7c0',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #9ea0a6;
}
#calBorder td.calHeader td.calR {
	color: #222222;
	text-shadow: 1px 1px 1px #ffffff;
	line-height: 36px;
}
#calBorder div.monthNav {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 1px 1px #cecece;
	text-align: center;
	border: 1px solid #999999;
	margin-left: 1px;
	margin-right: 1px;
	cursor: pointer;
}
#calBorder td.calTDContent {
	text-align: center;
	font-size: 11px;
	/*font-weight: bold;*/
}
#calBorder td.calTDContent div.calTDContent{
	border: 1px solid #cccccc;
	text-align: right;
	width: 21px;
	padding-right: 7px;
	height: 17px;
	line-height: 18px;
	color: #444444;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #f4f4f4 49%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(49%,#f4f4f4), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 49%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 49%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#f4f4f4 49%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#f4f4f4 49%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
#calBorder td.calTDHeader {
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	width: 25px;
}
#calBorder td.selectedday div.calTDContent {
	color: #ffffff;
	font-weight: bold;
	background: #41a2ed; /* Old browsers */
	background: -moz-linear-gradient(top,  #41a2ed 0%, #2b8acf 49%, #1b6da6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41a2ed), color-stop(49%,#2b8acf), color-stop(100%,#1b6da6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #41a2ed 0%,#2b8acf 49%,#1b6da6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #41a2ed 0%,#2b8acf 49%,#1b6da6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #41a2ed 0%,#2b8acf 49%,#1b6da6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #41a2ed 0%,#2b8acf 49%,#1b6da6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a2ed', endColorstr='#1b6da6',GradientType=0 ); /* IE6-9 */
}
#calBorder td.today div.calTDContent {
	color: #FFFFFF;
	background: #ec2f2f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ec2f2f 0%, #d12424 49%, #a61b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec2f2f), color-stop(49%,#d12424), color-stop(100%,#a61b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ec2f2f 0%,#d12424 49%,#a61b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ec2f2f 0%,#d12424 49%,#a61b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ec2f2f 0%,#d12424 49%,#a61b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ec2f2f 0%,#d12424 49%,#a61b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2f2f', endColorstr='#a61b1b',GradientType=0 ); /* IE6-9 */
}
#calBorder td.saturday div.calTDContent,
#calBorder td.sunday div.calTDContent {
	background: #b8efb5; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8efb5 0%, #a0e99f 44%, #89cc86 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8efb5), color-stop(44%,#a0e99f), color-stop(100%,#89cc86)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8efb5 0%,#a0e99f 44%,#89cc86 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8efb5 0%,#a0e99f 44%,#89cc86 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8efb5 0%,#a0e99f 44%,#89cc86 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8efb5 0%,#a0e99f 44%,#89cc86 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8efb5', endColorstr='#89cc86',GradientType=0 ); /* IE6-9 */
}
#calBorder td.hoverday div.calTDContent {
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	background: #5cabec; /* Old browsers */
	background: -moz-linear-gradient(top,  #5cabec 0%, #559ad3 49%, #397fb9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5cabec), color-stop(49%,#559ad3), color-stop(100%,#397fb9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5cabec 0%,#559ad3 49%,#397fb9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5cabec 0%,#559ad3 49%,#397fb9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5cabec 0%,#559ad3 49%,#397fb9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5cabec 0%,#559ad3 49%,#397fb9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cabec', endColorstr='#397fb9',GradientType=0 ); /* IE6-9 */
}
#calBorder #close_cal {
	font-size: 16px;
	color: #222222;
	cursor: pointer;
	text-shadow: 1px 1px 3px #666666;
	padding-left: 10px;
	padding-right: 8px;
}
#calBorder #close_cal:hover,
#calBorder span.gotoToday:hover {
	font-weight: bold;
}
#calBorder span.gotoToday {
	float: left;
	font-size: 15px;
	color: #222222;
	cursor: pointer;
	text-shadow: 1px 1px 3px #666666;
	padding-left: 6px;
	padding-right: 8px;
}
/* ###################################################################################################### */
/* DASH COMMAND ######################################################################################### */
#dashCommandOverlay {
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0.4;
	position: absolute;
	left: 0px;
	top: 0px;
}
#dashCommand {
	width: 400px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #111111;
	padding: 10px;
	border-top-right-radius: 6px;
	opacity: 0.85;
	border: 1px solid #000000;
	box-shadow: 1px -1px 2px 0px #000000;
}
#dashCommand input[type="text"] {
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	text-shadow: none;
	padding-left: 10px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	width: 386px;
	color: #AAAAAA;
	background: transparent;
	background-color: #222222;
	font-style: italic;
}
.dcHighlight {
	background: transparent !important;
	background-color: #FF0000 !important;
}
/* ###################################################################################################### */
font.itemExtraText {
	color: #FFF07F;
}
