div.noscript {
	min-height: 4em;
	text-align: center;
	border: 2px solid red;
	background-color: #ffdada;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 1em;
}

div#content div.noscript a.details {
  color: #a0a0a0;
  text-decoration: none;
  border-bottom: 1px dashed #a0a0a0;
}

div#content div.noscript div.details {
  display: none;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  text-align: left;
  font-family: monospace;
  padding: 2px 5px;
}

div#content a#toggle-form {
	float: right;
	color: blue;
	white-space: normal;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 3px;
	width: 117px;
}

div#content form.request-ticket {
/*	width: 580px;*/
}

div#plugin {
	display: none;
}

div#plugin-noscript {
	display: block;
}
div#plugin select {
	width: 90%;
}
div#plugin td.plugin-label {
	text-align: right;
	padding-left: 20px;
}

div#content a.ticket:before {
	content: url(../images/ticket.gif) ' ';
	vertical-align: -20%;
}

div#content a.ticket {
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: bottom;
}
div#content a.ticket:hover {
	/* background-color: #FFFFFF;*/
	color: #000000;
}

label#display-mode {
	float: right;
	margin-top: 15px;
}

label#display-mode select {
	width: 120px;
}

ul.ticket-list-errors {
	color: red;
	font-weight: bold;
}

.activate-all {
	height: 30px;
	margin: -10px 0 6px 0;
	padding: 0;
	text-align: center;
}

.activate-all * {
	height: 30px;
	border: 2px outset #D26E00;
	background: #D26E00 none;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em !important;
}

.deactivate-all {
    background-color: gray;
    border: 2px outset gray;
}

*#licenses-header {
	margin-top: -19px;
}

*#licenses-header-simple {
	display: none;
	color: #ffffff;
	background-color: #009fa5;
	padding: 3px 5px;
	border-bottom: 1px solid #ffffff;
}

div#tickets {
	width: 100%;
}

div.ticket {
	width: 100%;
	margin: 15px 0 15px 0;
	/* border: 1px solid #FFFFFF; */
}
div.ticket.simple {
	margin: 0;
	/* border-top: none; */
}
/* div.ticket.simple:first-child {
	border: 1px solid #FFFFFF;
} */
div.ticket button.small {
	width: 16px;
	height: 16px;
	border: none;
	margin: 0;
	padding: 0;
	margin-left: 2px
}
div.ticket button.small:hover {
	border: 1px solid #FFFFFF;
}
div.ticket.locked {
	border: 1px solid red;
}
div.ticket>div {
	padding: 3px 5px;
}

div.ticket-header {
	color: #FFFFFF;
	background-color: #009fa5;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	height: 1.5em;
}
div.ticket.simple div.ticket-header {
	display: none;
}
div.ticket-header div.ticket-number {
	padding-right: 10px;
}
div.ticket-header div.ticket-date {
	float: right;
}
div.ticket-header div.ticket-date span {
	font-weight: bold;
}
div.ticket-header div.ticket-controls {
	position: absolute;
	right: -1px;
	top: -16px;	
	visibility: hidden;
	text-align: right;
	padding-left: 36px;
	background: url(../images/ticket_ctrl_cap.gif) no-repeat 0 1px;
}
div.ticket-header div.ticket-controls div {
	background-color: #009fa5;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
div.ticket-header:hover div.ticket-controls {
	visibility: visible;
}
div.ticket-header div.ticket-controls:hover {
	visibility: visible;
}
div.ticket-header div.ticket-controls button:hover {
	border: 1px solid white;
}
div.ticket-header button.minimize-ticket {
	background: url(../images/btn_up.gif) no-repeat center;
}
div.ticket-header button.maximize-ticket {
	background: url(../images/btn_down.gif) no-repeat center;
}
div.ticket-header button.close-ticket {
	background: url(../images/btn_del.gif) no-repeat center;
}

div.ticket div.ticket-status {
	/*clear: both;*/
	/* width: 100%; */
	text-align: center;
	background-color: #e2e2e2;
}
div.ticket div.ticket-status * {
	vertical-align: middle;
}
div.ticket div.ticket-status img {
	width: 16px;
	height: 16px;
}
div.ticket div.ticket-error {
	color: red;
	font-weight: bold;
}

div.ticket div.ticket-support-actions {
	border-top: 1px solid #FFFFFF;
	text-align: right;
	background-color: #e2e2e2;
}
div.ticket.simple div.ticket-support-actions {
	display: none;
}

/*div#tickets-pop-up { 
  display: none;
  position: absolute;
  width: auto;
  padding-left:4px;
  padding-right:1px;
  background-color: #e2e2e2;
  color: #000000;  
  border: 1px solid #009fa5;
  font-size: 96%;  	
  z-index: 20;
}*/

div#content div.ticket-support-actions a {
	color: blue;
	vertical-align: inherit;
	white-space: nowrap;
	margin: 0 0.5em;
}
div#content div.ticket-support-actions span {
	/* color: #606060; */
	vertical-align: inherit;
	white-space: nowrap;
	margin: 0 0.5em;
}

.selected-div {
    background-color: #e2e2e2;
    text-align: right;
}

div#content div.ticket-support-actions span.strike {
	text-decoration: line-through;
}

div#content div.ticket-support-actions span.ticket-support-orderid {
	float: left;
}

div.ticket-license {
	border-bottom: 1px solid #FFFFFF;
	background-color: #cccccc;
	position: relative;
}

div.ticket div.even-row {
	background-color: #e2e2e2;
}

div.ticket-license:hover {
    background-color: #CCEBED;
}

div.ticket div.even-row:hover {
    background-color: #CCEBED;
}

div.tr-color {
    background-color: #cccccc;
}

div.tr-color-even {
	background-color: #e2e2e2;
}

div.ticket-license div.ticket-license-name {
	font-weight: bold;
	height: 100%;
	max-width: 520px;
}

div.ticket-license div.ticket-license-firmcode{
	float: right;
	white-space: nowrap; 
	margin-right: 185px;
}
div.ticket-license div.ticket-license-firmcode select {
	width: 90px;
}

div.ticket-license-checkbox {
        position: absolute;
	top: 3px;
	right: 160px;
	text-align: right;
}

input.ticket-license-nodisplay {
    display:none;
}

div.ticket-license div.ticket-license-actions {
	position: absolute;
	top: 3px;
	right: 26px;
	text-align: right;
	z-index: 10;    
}
div.ticket-license div.ticket-license-actions-open {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 4px;
	padding-top: 1px;
	text-align: right;	
	background-color: #e2e2e2;
	z-index: 20;
        border: 1px solid #009fa5;
}
div.ticket-license div.ticket-license-status {
	display: inline;
}
div.ticket-license div.ticket-license-status * {
	vertical-align: middle;
}
div.ticket-license div.ticket-license-status img {
	width: 16px;
	height: 16px;
}
div.ticket-license button.ticket-license-toggle-actions {
	position: absolute;
	top: 5px;
	right: 2px;
	background: url(../images/btn_down.gif) no-repeat center;
}
div#content a.ticket-license-action {
	color: blue;
	vertical-align: inherit;
	white-space: nowrap;    
}
div.ticket-license div.ticket-license-error-old {
	color: red;
	font-weight: normal;
	text-align: right;
	margin-top: 3px;
}

div#content a.ticket-license-info {
	color: blue;
	vertical-align: inherit;
	white-space: nowrap;
	text-decoration: none;
	border-bottom: 1px dotted blue;
	cursor: help;
}
div#content div.ticket-license a.request-activations {
	color: blue;
	vertical-align: inherit;
	white-space: nowrap;
}
div.ticket-license div.activation {
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	padding: 2px;
}
div.ticket-license div.activation-date {
	float: right;
	font-weight: bold;
}
div.ticket-license div.activation-date span {
	font-weight: normal;
}
div.ticket-license div.activation-status {
	float: left;
	font-weight: bold;
}
div.ticket-license div.activation-status span {
	font-weight: normal;
}
div.ticket-license div.activation-cmbox {
	font-weight: bold;
	margin: 0 auto;
	width: 200px;
	/* text-align: center; */
}
div.ticket-license div.activation-cmbox span {
	font-weight: normal;
}
div.ticket-license div.activation-comment {
	font-weight: bold;
}
div.ticket-license div.activation-comment span {
	font-weight: normal;
}

div.ticket-license-popup {
	position: fixed;
	top: 20%;
	left: 30%;
	z-index: 1000000;
	
	border: none;
}
div.ticket-license-popup-header {
	color: #ffffff;
	background-color: #009fa5;
	/* border-bottom: 1px solid #FFFFFF; */
	text-align: center;
	cursor: move;
}
button.ticket-license-popup-confirm {
	float: right;
	width: 16px;
	height: 16px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(../images/btn_del.gif) no-repeat center;
	cursor: default;
}
button.ticket-license-popup-confirm:hover {
	border: 1px solid #FFFFFF;
}
div.ticket-license-popup-content {
	position: relative;
	background-color: #e2e2e2;
	border: 1px solid #009fa5;
	border-top: none;
	padding: 5px;
        overflow: auto;
        max-height: 400px;
        min-width: 300px;
}
div.ticket-license-popup-content ul {
	margin-left: 0;
	padding-left: 2em;
}
ul.ticket-license-popup-list {
	min-height: 50px;
}
div.ticket-license-popup-controls button {
	margin-top: 2px;
    margin-bottom: 5px;
	width: auto;
	height: 22px;
	background: url(../images/button_bg.gif) repeat-x;
	text-align: center;  
	color: #007c81;
	border: 1px solid #00888d;
	cursor: pointer;        
}
div.ticket-license-popup-controls input {
	width: 90%;
}

input.rebookInput {
    text-align: left;
    width: 90%;
}

div.ticket-license-popup-controls input.default-value {
	color: #808080;
}
div.ticket-license-popup-controls label {
	width: 100%;
	text-align: right;
}
div.ticket-license-popup-controls label input {
	width: 80px;
	margin-right: 25px;
}

div.ticket-license-popup-controls-radio {	    
    text-align: left;
}

div.ticket-license button.noscript-submit {
	height: 1.5em;
}
div.ticket-license button.noscript-submit * {
	position: relative;
	top: -3px;
}
span.hiddenId{
    display:none;
}

#tab-bottom {
    padding-bottom: 5px;
}