/**
 * Main helpdesk stylesheet
 * Copyright (C) 2006-2009 Ripta Pasay (http://r8y.org) for Lunarpages Web Hosting
 */

.hidden {
	display: none;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	color: #362b27;
	padding: 0;
	margin: 0;
	min-width: 850px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #4D89FF;
	text-decoration: underline;
}

a:active {
	color: #000000;
}

abbr {
        border: none;
        cursor: help;
}

hr {
	display: none;
}

h1 {
	font-size: 230%;
}

img {
 	border: none;
}

#banner h1 {
	font-size: 150%;
	padding: 25px 15px;
	margin: 0px;
	color: #FFFFFF;
	background: url(/assets/banner-bg-pale.png) top left repeat-x;
}

#banner h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

h2 {
	font-size: 160%;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0 0 1em 0;
}

h2 .header-block,
h3 .header-block {
	clear: both;
	display: block;
}

h2 .header-block .editor_cancel,
h3 .header-block .editor_cancel {
	margin: 0 10px;
}

h2 .header-control,
h3 .header-control {
	vertical-align: middle;
	margin: 0 0.5em;
	padding: 1px 3px;
}

h2 .header-control:hover,
h3 .header-control:hover {
	color: #FFF;
	background-color: #444;
	cursor: pointer;
}

h3 {
	font-size: 120%;
	padding: 20px 10px 5px 10px;
	font-weight: normal;
	margin: 0px;
}

h5 {
	color: #FFF;
	background: #0066B3;
	padding: 5px 15px;
	margin: 0px;
}

h5 a,
h5 a:hover {
	color: #FFF;
}

img.download {
	vertical-align: middle;
}

#outercontainer {
	width: 100%;
}

#container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E8E8E8;
} 

#banner {
	background: #0066B3;
	height: 70px;
	padding: 0px;
	margin: 0px;
}

#banner img {
	padding: 10px 0px;
}

#outer {
	border: 0;
} 

div#container > div#outer {
	/* margin-top: 25px; */
}

#inner {
	width: 100%;
	margin-right: -271px; 
	float: left;
}

#menu {
	float: right;
	width: 265px;
	font-size: 95%;
}

* + html #menu {
	width: 260px;
}

#menu h3 {
	margin: 0em 0 0.25em 0;
	font-size: 105%;
	border-bottom: 1px solid #c2c2c2;
}

#content {
	min-height: 500px;
	padding: 10px 2em 20px 2em;
	margin-right: 271px; 
}

#content ol,
#content ul,
#content li {
	font-size: 100%;
}

p {
	padding: 5px 10px;
	margin: 0px; 
	font-size: 100%;
}

p.medium-sized {
	font-size: 90%;
}

p.right {
	text-align: right;
}

p.universal-announcement {
	padding: 8px 150px 5px 150px;
	background: #600B3D;
	border-bottom: 5px solid #6F2F54;
	color: #FFF;
	font-size: 80%;
	text-align: center;
}

p.universal-announcement a {
	color: #FFF;
	text-decoration: underline;
}

blockquote {
	font-size: 95%;
	margin: 7px 15px;
	padding: 3px 5px;
	border-left: 1px solid #000;
}

.red {
	margin-left: 1em;
	color: #FF0000;
}

.blue {
    margin-left: 1em;
    color: blue;
}

.green {
        margin-left: 1em;
        color: #008000;
}

.important {
        color: #FF0000 !important;
}

.grey {
        color: #696969 !important;
}

span.error {
	color: #FF0000;
	clear:both;
	display:block;
}

pre {
	font-size: 110%;
	padding: 5px 10px;
	margin: 0;
	white-space: pre-wrap;
	overflow: auto;
	border: 1px solid #454545;
}

pre.debug_dump {
        font-size: 125%;
        border: 0;
        padding: 0;
        margin: 0;
}

code {
	font-size: 120%;
}

#nav ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: url(/assets/nav-bg-pale.png) top left repeat-x;
	border-top: 1px solid #0066B3;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	float: left;
	padding: 5px 12px;
	/* background: #00487D; */
	color: #FFF;
	text-decoration: none;
	/* border: 2px solid #00487D; */
	border-bottom: 5px solid #00487D;
}

#nav ul li a:hover {
	/* background: #00487D; */
	border-bottom: 5px solid #0066B3;
}

#content form {
	display: inline;
	margin-left: 10px;
}

#content label {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#content select,
#content input[type="text"],
#content input[type="password"],
#content textarea {
        min-width: 150px;
        margin-bottom: 10px;
}

#content select,
#content input[type="text"],
#content input[type="password"],
#content textarea {
        *width: 150px;
        *clear: both;
}

#content input[type="password"],
#content input[type="text"] {
	width: 150px;
}

#content input[type="text"].numbers {
        min-width: 75px;
	width: 75px;
}

#content input[type="text"].wide {
	width: 250px;
}

#content textarea {
	width: 90%;
	height: 150px;
	font-family: verdana, sans-serif;
}

#content textarea.wide {
	width: 95%;
}

#content input.lunarpages-cap-login-box,
#content input.open-id-login-box {
        padding-left: 18px;
        border: 1px solid #AAA;
}

#content input.lunarpages-cap-login-box {
        background: #FFFFFF url(/assets/lunarpages-cap-login-bg.gif) no-repeat center left;
}

#content input.open-id-login-box {
        background: #FFFFFF url(/assets/open-id-login-bg.gif) no-repeat center left;
}

#content input.lunarpages-cap-login-box:focus,
#content input.open-id-login-box:focus {
        border: 1px solid #000;
}

#menu form {
	display: inline;
}

#menu input[type="password"],
#menu input[type="text"] {
	width: 75px;
	margin: 0;
	padding: 0;
}

#menu select {
	width: 150px;
	margin: 0;
	padding: 0;
}

.boxes {
	width: 1em;
}

.submitbutton {
	margin-top: 5px;
	width: 120px;
}

.submitbutton-wide {
        margin-top: 5px;
        width: 180px;
}

span.form_error {
	color: #FF0000;
	margin-left: 150px;
}

div.fieldWithErrors {
	background-color: #FFC0C0;
	margin: 0;
	padding: 0;
}

/*
div.codebox {
	font-family: "Andale Mono", Courier, monospace;
	font-size: small;
	background: #dde url(/assets/codeedge.png) repeat-y left;
	color: #234;
	margin-left: 10px;
	padding: 10px 0.2em 10px 1.6em;
	overflow: auto;
	width: 90%;
}

span.leftsection {
	position: relative;
	float: left;
}

span.rightsection {
	position: relative;
	float: right;
}
*/

td {
	vertical-align: top;
}


.message {
	margin: 0;
}

.message .message-content {
	/* nothing */
}

.message .message-headline {
	clear: both;
	margin: 0;
}

.message .message-headline h3 {
	position: relative;
	padding: 0;
}

.message .message-headline h3 a {
	display: block;
	text-decoration: none;
	height: 66px;
	font-size: 80%;
	padding: 5px 15px 1em 20px;
	height: auto;
	color: #fff;
}

.message .message-headline span + h3 a {
	padding-left: 85px;
}

.message .message-headline a cite {
	display: block;
	font-style: normal;
	color: #eee;
}

.message h3 cite {
	font-size: 75%;
	padding: 0;
}

.message .message-headline h3 div.header-link {
	float: right;
	font-size: 70%;
	height: 66px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 15px;
}

.message .message-headline h3 div.header-link a {
	padding: 2px 10px;
	margin: 0;
}

.message .message-headline h3 div.header-link a:hover {
	text-decoration: underline;
}

.message .message-headline p {
	font-size: 90%;
	line-height: 135%;
}

.message .message-headline input,
.message .message-headline label,
.message .message-headline li,
.message .message-headline table,
.message .message-headline select {
	font-size: 90%;
}

.message .message-headline img.headline {
	border: 1px solid #f0f0f0;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 1em;
	margin: 0 1em 1em 0;
}

.errors .message-headline h3 a {
	background: #A10048;
}
.errors {
	border-color: #A10048;
}

.generic .message-headline h3 a {
	background: #59742C;
}
.generic {
	border-color: #59742C;
}

.log .message-headline h3 a {
	background: #303D1A;
}
.log {
	border-color: #303D1A;
}

.no-border {
	border-color: #FFFFFF;
}

.note .message-headline h3 a {
	background: #412D29;
}
.note {
	border-color: #412D29;
}

.sidebar .message-headline h3 a {
	background: #303D1A;
}
.sidebar {
	border-color: #303D1A;
}

.tech .message-headline h3 a {
	background: #005588;
}
.tech {
	border-color: #005588;
}

.user .message-headline h3 a {
	background: #660033;
}
.user {
	border-color: #660033;
}


#footer {
	clear: both;
	padding: 0;
	text-align: right;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#outerfooter {
	height: 16px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



.kb-article-list {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	clear: both;
	border-top: 1px solid #f5f5f5;
}

.kb-article-list:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.kb-article-list li.kb-article-category,
.kb-article-list li.kb-article-category-alt {
	width: 49%;
	margin: 0;
	padding: 0;
	color: #000000;
	clear: right;
	float: right;
	/* background-color: #C3CA90; */
	-moz-border-radius: 4px;
}

.kb-article-list li.kb-article-category-alt {
	clear: left;
	margin-left: 10px;
	float: left;
}

.kb-article-list li cite {
	display: block;
	margin: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
	font-style: normal;
	padding: 0 0 .4em 0;
}

.kb-article-list li cite a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}


/* Table */
table {
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	border: 1px solid #A0A6C7;
}

table table {
	border: 0;
	font-size: 100%;
}

table .center {
	text-align: center;
}

table.striped {
	padding: 0;
	margin: 5px 10px;
	width: 95%;
	border: 1px solid #A0A6C7;
}

table table.striped {
	border: 0;
}

table.striped tbody td {
	padding: 3px 1em;
	border-bottom: 1px solid #D2D2D2;
}

table.list td.link-only a,
table.striped tbody td.link-only a {
	display: block;
}

table.striped thead th,
table.list th.mid-section {
	background: url(/assets/white-top-bottom.gif);
	padding: 0.5em;
	font-size: 105%;
	border-bottom: 1px solid #A0A6C7;
}

table.striped thead th a {
	font-variant: small-caps;
	font-size: 85%;
}

table.list td a,
table.list th a,
table.striped tbody td a:hover,
table.striped thead th a:hover {
	text-decoration: none;
}

table.striped img {
	border: 0;
	margin: 0;
	padding: 0;
}

table.list tfoot tr td,
table.striped tfoot tr td,
table.striped tfoot tr th {
	background: url(/assets/page-bg.gif);
	vertical-align: middle;
	margin: 0 0 0 2em;
}

table.striped tfoot tr.note td,
table.list tfoot tr.note td {
	background: #d2e1f0 none;
}

table.list tfoot td,
table.striped tfoot td {
	font-size: 80%;
}

table.list tfoot td span.control,
table.striped tfoot td span.control {
	float: left;
	margin: 8px 0 0 1em;
}

table.list tfoot td span.description,
table.striped tfoot td span.description {
	float: right;
	height: 2em;
	margin: 8px 1em 0 0;
}

table.list tfoot td span.options form,
table.striped tfoot td span.options form {
	float: left;
	text-align: center;
	margin: 8px auto 0 auto;
	font-size: 120%;
}

table.list tfoot td span.paging,
table.striped tfoot td span.paging {
	float: left;
	height: 2em;
	padding: 10px 0 0 1em;
}

table.striped tr.row1 td,
table.striped tr.row1 th {
	background-color: #E2E2E2;
}

table.striped tr.row2 td,
table.striped tr.row2 th {
	/* ? */
}

table#results_table tbody tr:hover td,
table.striped tbody tr:hover td,
table.striped tbody tr:hover th {
	background-color: #EEEEEE;
	border-bottom: 1px solid #777;
}

/*
tbody.flexible {
	height: 450px;
	overflow-y: auto;
}
*/


table.spaced tr {
	line-height: 130%;
}

table.spaced tr.note {
	line-height: 100%;
}

table.large tr {
	font-size: 120%;
	line-height: 150%;
}


.list {
	width:100%;
	border:0;
	margin-bottom: 25px;
}

.list th {
	font-size: 105%;
	padding: .6em 1em;
	background: url(/assets/list_bar_green.png) repeat-y;
	border-bottom: 1px solid #b2b2b2;
	text-align: left;
}

.list th.clear {
	background: none;
}

.list th.debug {
	background: url(/assets/list_bar_brown.png) repeat-y;
}

.list th.external {
	background: url(/assets/list_bar_blue.png) repeat-y;
}

.list th.inverse {
	background: #555;
	color: #FFF;
}

.list th.warning {
	background:url(/assets/list_bar_red.png) repeat-y;
}

.list .list th {
	font-size: 96%;
}

a[name],
a[name]:hover {
	color: #333;
	text-decoration: none;
}

.list td cite,
.list th cite {
	font-size: 80%;
	font-style: normal;
	font-variant: small-caps;
}

cite.inverse {
	color: #FFF;
	background: #888;
	padding: 1px 3px;
}

.list th cite:before {
	content: " ";
}

.list th .special {
	float: right;
}

.list td {
	color: #222;
	font-size: 90%;
	padding: .5em 1em;
	vertical-align: top;
	border-bottom: 1px solid #c4c4c4;
}

.list tr.column-header td {
	color:#000;
	font-weight:bold;
	text-align:center;
}

.list td strong {
	color:#000;
}

.ticket-list tr:last-child td,
.list tr.last td {
	border-bottom: none !important;
}

.list td {
	color: #454545;
	font-size: 90%;
	vertical-align: top;
}

.list td strong {
	color: #222;
}

.list .form-extern {
	margin: 2px;
}

.list .form-extern span {
	margin-right: 10px;
}

.list .form-submit {
	display: block;
}


.list .message-by-note,
.list .message-by-important-note,
.list .message-by-tech,
.list .message-by-user {
	width: 200px;
	min-width: 200px;
}

.message-by-important-note {
	border-color: red;
	border-style: solid;
}

.list .message-ok {
	color: #009900;
}


.list .message-error {
	color: #990000;
}

.list .message-author {
	font-weight: bold;
}

.list .messsage-content p {
	font-size: 110%;
}

.list .message-human-time {
	display: block;
}

.list .message-number {
        color: #888;
        float:left;
        z-index: 1000;
        font-weight: bold;
        margin: 0 10px 0 0;
        padding: 0;
        display: block;
        clear: left;
}

.list .message-number-aligned {
        min-width: 70px;
        text-align: right;
}

.list .message-originator {
        display: block;
        margin: 0;
        margin-left: 40px;
}

.list .message-type {
        font-weight: bold;
        margin: 0;
        margin-left: 14px;
}

#search_result .message-type {
        margin: 0;
}

.list .message-time {
	display: block;
	margin-top: 3px;
}

.list td.edit {
	text-align:right;
}

.list th img,
.list td img {
	vertical-align:middle;
	margin-right:.5em;
}

.list td a {
	color:#006fb8;
}

.list td table td {
        font-size: 100%;
}

.list td table.calendar td,
.list td table.tight td {
        padding: 0;
        margin: 0;
        border-bottom: 0px;
}

.transparent_message {
  width: 90%;
  text-align: center;
  font-size: 30px;
  opacity:  0.8;
  position: relative;
  top: 20px;
	left: 5%;
	z-index: 99;
  -moz-border-radius:10px;
}

#transparent_error {
  background: #FFA3A9;
  border: 1px solid #750004;
}

#transparent_error p {
  color: #560109;
}



/* 
 * Autocomplete
 *
 */
div.auto_complete {
	background: #fff;
}

div.auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	overflow: hidden;
}

div.auto_complete ul li {
	margin: 0;
	padding: 3px;
}

div.auto_complete ul li.selected { 
	background-color: #ffb; 
}

div.auto_complete ul strong.highlight { 
	color: #800;
	margin: 0;
	padding: 0;
}

#message_container {
	display: block;
	background-color: #FFF;
	min-height: 0.5em;
}

#message_container img {
	border: 0;
	margin: 0 10px;
}


#global_notice, #global_error {
	margin-top: 0px;
	padding: .75em;
	padding-top: 0.5em;
	padding-bottom: 0px;
	min-height: 2em;
	clear: both;
}

#global_notice {
	color: #000;
	font-weight: bold;
	background-color: #83dc7b;
	border-bottom: 3px solid #7FE699;
}

#global_notice a {
	color: #000;
}

#global_error {
	color: #000;
	font-weight: bold;
	background-color: #dc837b;
	border-bottom: 3px solid #E67F00;
}

#global_error a {
	color: #FFF;
}


.search-result-heading {
	font-size: 90%;
	font-weight: bold;
}

.search-result-score {
	font-style: italic;
}

.search-result-excerpt {
	font-size: 90%;
}

.search-result-type {
	font-style: italic;
}

.highlight {
	background-color: #F2F2A2;
	padding: 0 1px;
}

.item-highlight {
	background-color: #FFFF99;
}

.item-hover {
	background-color: #FFCCCC;
}

#performances {
	margin-top: 1.5em;
}

.ticket-list {
	margin: 0;
	padding: 0;
}

.ticket-list li {
	list-style: none;
	/* min-height: 3em; */
	padding-top: 5px;
	padding-left: 2.5em;
}

.ticket-list .ticket-details {
	color: #444;
	width: 75%;
}

.ticket-list .ticket-features {
	float: left;
	width: 25%;
}

.ticket-list .ticket-end {
	clear: both;
}

.ticket-list .ticket-excerpt {
	width: 450px;
	background: #d6d6fc;
	border: 2px solid #686868;
	margin: 0;
	padding: 5px;
	z-index: 1000;
}

.ticket-list .ticket-info {
	float: left;
	width: 75%;
}

.ticket-list .ticket-details cite {
	font-style: normal;
	font-size: 90%;
}

.ticket-list .ticket-details cite.ticket-await {
	color: #3366EE;
}

.ticket-list .ticket-details cite.ticket-stamp {
	color: #EE3333;
}

.ticket-list .ticket-details cite.ticket-queue {
	font-weight: bold;
}


.nodeinfo {
  color: #6e838f;
	font-size: 90%;
  font-style: italic;
  font-weight: normal;
}

.search_bar {
	background: #FFF url(/assets/searchfield-plain.png) top left no-repeat;
	border: 1px solid #000;
	display: inline-block;
	height: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-right: 6px;
}

.search_bar input {
	border: 0 !important;
	margin-top: 2px !important;
	margin-left: 20px !important;
	margin-right: 4px !important;
	width: 140px !important;
	font-size: 11px !important;
}


.search_bar a {
	margin: 0;
	padding: 0;
}

.search_bar img {
        margin: 0;
        padding: 0;
	border: none;
	vertical-align: middle;
}


#menu ol,
#menu ul {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#menu ul {
	list-style: none;
}

#menu ol li {
	margin: 0 15px 0 30px;
	padding: 0;
}

#menu ul li {
	margin: 5px 10px;
	padding: 0;
}

#menu ul li > a {
	text-decoration: underline;
}

#menu ul li.menu-item > a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
}

#menu ul li > a:hover {
	color: #59742C;
	text-decoration: none;
}

#menu .sub-list {
	font-size: 70%;
}

.jet-box p {
	font-size: 80%;
}

.jet-box table {
	border:0;
}

.jet-box div {
	margin-bottom: 1em;
}

.jet-box form {
	margin-left: 10px;
}

.jet-box input,
.jet-box select {
	font-size: 80%;
}

#facet_box {
}

.handle {
	background:url(/assets/movearrow.gif) no-repeat center center;
	width: 13px;
	min-width: 13px;
	height: 14px;
	min-height: 14px;
	font-size: 14px;
	float: left;
	position: relative;
	margin-right: -30px;
	left: -30px;
	padding: 0;
	cursor: move;
}


#raised {
	display: block;
	padding: 0;
	background: #eeeea7 url(/assets/raised_bg.png) 0 -8px repeat-x;
	color: #222;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
}

#raised div.tab-pane {
	padding: 0 0 5px 0;
	border: 2px solid #000;
	margin: 0 15px 5px 15px;
	overflow: auto;
	height: 150px;
}

#raised ul.tab-list {
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 0;
	clear: both;
	/* border-bottom: 2px solid #333; */
	height: 20px;
	clear: both;
}

#raised ul.tab-list li.tab-item {
	float: left;
	margin: 0 10px;
	text-align: center;
}

#raised ul.tab-list li.tab-item:first-child {
	margin-left: 20px;
}

#raised ul.tab-list li.tab-item a {
	display: block;
	height: 20px;
	padding: 0 12px 0 12px;
	background-color: #000;
	color: #fff;
}

#raised ul.tab-list li.tab-item a:hover {
	color: #eea7a7;
	background-color: #000;
	text-decoration: none;
}

#raised ul.tab-list li.tab-item a.active {
	color: #77ee77;
	padding-bottom: 5px;
}

#raised ul.tab-list li.source_code {
	float: right;
}


#message_block_tbody tr td {
	/* nothing */
}

#message_block {
	table-layout: fixed;
	word-wrap: break-word;
}

span.color-box {
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	content: "&nbsp;&nbsp;&nbsp;&nbsp;";
}

.tight {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.first-blockle,
.next-blockle {
        float: left;
        width: 220px;
}

.first-blockle label,
.next-blockle label {
        display: inline !important;
        width: auto !important;
        margin: 0px;
        padding: 0px;
}

.first-blockle input,
.next-blockle input {
        display: inline !important;
}

a.state-change {
	font-variant: small-caps;
	padding: 0 2px;
}

#postpone_buttons a {
    font-variant: small-caps;
    padding: 0 2px;
	font-size:80%;
}

a.state-change:hover {
	background: #4D89FF;
	color: #FFFFFF;
	text-decoration: none;
}

.hint {
        color: #777;
        font-variant: small-caps;
}


.calendar-base {
        border: 1px solid #666;
        padding: 5px;
        margin: 2px;
}

.calendar-base a:hover {
        text-decoration: none;
}

.calendar-base table.calendar-month {
        padding: 2px;
}

.calendar-base table.calendar-month .calendar-controls {
        text-align: center;
}

.calendar-base table.calendar-month .calendar-week {
        
}

.calendar-base table.calendar-month .calendar-week td {
        width: 14%;
}

.calendar-day,
.calendar-day-next,
.calendar-day-prev {
        display: block;
        text-align: center;
        border: 1px solid #FFF;
        cursor: pointer;
}

.calendar-day {
}

.calendar-current {
        background-color: #FFD800;
}

.calendar-day:hover {
        border: 1px solid #00C;
}

.calendar-day-next,
.calendar-day-prev {
        color: #777;
        background-color: #EEE;
}

.calendar-control-prev-year,
.calendar-control-prev-month,
.calendar-control-next-month,
.calendar-control-next-year {
        display: block;
        cursor: pointer;
        border: 1px solid #CCC;
}

.calendar-control-prev-year:hover,
.calendar-control-prev-month:hover,
.calendar-control-next-month:hover,
.calendar-control-next-year:hover {
        border: 1px solid #999;
}

.anchored_synthesis {
        float: right;
        position: absolute;
        right: 3px;
        top: 3px;
        z-index: 5000;
        background-color: #AA0000;
        color: #FFF;
        padding: 5px 10px;
        font-variant: small-caps;
        border: 3px solid #660000;
}

.percent-text {
        margin-left: 5px;
}

.jet-box div #ticket_status, #postpone_sidebar_status {
	font-size: 80% !important;
	margin:0;
	padding: 5px 10px;
	margin-bottom: 0;
}
.tech_mark {
	padding-right: 15px;
}

#feedbackCanvas {
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#closeCanvas {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
#saveCanvas {
    position: fixed;
    left: 20px;
    top: 0;
    z-index: 1;
}

#error {
	color: red;
}

.highlighted {
	border-color: red !IMPORTANT;
	border-style: solid !IMPORTANT;
}
