
html {
  margin: 0 0 1px 0; /* force FF to show scrollbar to prevent page jumping */
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  text-align: center;
  padding: 0;
  font: normal 12px/1.5em "Helvetica Neue", "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
  background: #EFEFEF;
  color: #333;
}

ul, li, form, input, dt, dl, dd, ol, div, p, 
blockquote, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

#header {
  background: #5A9ECF;
  height: 100px;
  margin: 0;
  text-align: left;
  padding-top: 1px;
  position: relative;
  border-bottom: 6px solid #058;
  border-top: 1px solid #222;
}

#search {
  position: absolute;
  right: 10px;
  top: 115px;
}

#container {
  margin: 0 auto;
  text-align: left;
  /* min-width: 950px; */
}

a { outline: none; }
a:link, a:visited {  color: #38B; text-decoration: none; }

a:hover {
  color: #333;
}

#main {
  margin: 9px 0 0 18px;
  float: left;
  /* width: 70%; */
  width: 700px;
  position: relative;
  background: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

#sbar {
  /* margin: 0 15px 0 73%; */
  margin: 0 10px 0 740px;
  padding-top: 9px;
  width: 240px;
}

#sbar:after {
  content: ".";
  height: 1px;
  visibility: hidden;
  clear: left;
  display: block;
}

#devmode {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 4px;
}

#content {
  max-width: 1500px;
}


code {
  margin: 5px;
  padding: 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  color: #222222;
  border: 3px solid #88ac0b;  
  background: #F4F8FD;
}

pre {
  display: block;
  text-align: left;
}


/* @group Footer */

#footer {
  background: #CCC;
  color: #555;
  font-size: 92%;
  height: 60px;
  margin: 10px 0 20px 0;
  text-align: center;
  padding-top: 1px;
  position: relative;
  border-top: 2px solid #058;
  border-bottom: 5px solid #BBB;
}


#footerbar {
  padding: 9px;
}

#ftr-links {
  list-style: none;
  text-align: center;
}

#ftr-links li {
  display: inline;
  margin-right: 9px;
  padding-bottom: 8px;
}

#footer p {
  padding-top: 10px;
}

#footer a {
  color: #333;
}

#footer a:hover {
  text-decoration: underline;
}

/* - - - - - - - - - - - - */

/*------------------------------------------------------------------------*/
/* HIGHLIGHTS
/*------------------------------------------------------------------------*/

.lead {
	font-weight: bold;
	color:#FF1177;
}
.meas {
	font-weight: bold;
	color:#AAA;
}



/*------------------------------------------------------------------------*/
/* DATA TABLES
/*------------------------------------------------------------------------*/

/* TABLE - - - - - - - - - - - - - - */

table.data {
  width: 100%;
}

table.data th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding: 9px;
}

table.data td {
  padding: 9px;
  border-bottom: 1px solid #eee;
}

td.issue {
  width: 40%;
}

td.closed {
  background: url(../images/app/icons/closed.png) 5px 50% no-repeat;
}

td.date {
  color: #555;
}

/* LIST - - - - - - - - - - - - - - */

.data {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.data li {
  line-height: 160%;
  position: relative;
}

.data li a { border: 0; font-weight: bold;}

.data li a:hover {
  color: #333;
}


.data-list {
  margin: 40px 0 0 0;
}

.data-list h3 {
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #bbb;
  padding: 0;
  font-size: 100%;
  color: #130;
}

.data-list h3 a {
  color: #000;
  border: none;
  text-decoration: none;
}

.data-list a {
  border: none;
  font-weight: bold;
}


.media-list {
  list-style: none;
}

.media-list li.media-item {
  padding: 9px;
  border-bottom: 1px solid #eee;
  line-height: 100%;
}

.media-list h4 {
  line-height: 100%;
  margin-bottom: 6px;
}

#main .media-list p.meta {
  margin-top: 0;
  color: #777;
  text-align: left;
  font-weight: normal;
  padding: 0;
}

.data .ttstate {
  white-space: nowrap;
}




/*------------------------------------------------------------------------*/
/* LIST OF RECORDS
/*------------------------------------------------------------------------*/

.records { 
  margin: 0 0 0 90px;
  padding: 0;
  list-style: none;
}

.records li.event {
  padding: 12px !important;
  line-height: 160%;
  border-bottom: 1px solid #eee;
  position: relative;
  display:block;
}

li.event ul {
  padding-left: 10px;
  list-style: none;
}

li.event ul li {
  background: url(../images/app/bullet.gif) 2px 50% no-repeat;
  padding-left: 18px;
}

li.event h1 {
  color:#3388BB;
}



.records li blockquote p {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  color: #444;
  font-size: 92%;
}

.records .event-date {
  color: #999;
  font-family: Georgia, Times, serif;
  position: absolute;
  top: 18px;
}

.records .avatar, .msg .avatar {
  width: 25px;
  height: 25px;
  padding: 2px;
}


/*------------------------------------------------------------------------*/
/* BUTTONS AND PLATES
/*------------------------------------------------------------------------*/

a.button, span.button {
  background-color: #FC0;
  color: #000 !important;
  padding: 2px;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  border-radius: 2px;
  width:80px;
}

input.button {
  height:22px; /* rounded border ??? img? */
}

.button {
  border-style: none;
  background-color: #FC0;
  color: #000 !important;
  padding: 2px;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  display: block;
  width:80px;
  font-family:"Helvetica Neue", "Lucida Grande", "Helvetica Neue", Arial, sans-serif;
}

.button:hover {
  background-color: #996600 !important;
  color: white !important;
  cursor: pointer;
}

.button.long {
  width:120px;
}

.button.warning {
  background-color: #FF1177;
}
.button.smooth {
  background-color: #ccff66;
}

input.button.disabled {
	 opacity: .35; filter:Alpha(Opacity=35); background-image: none; 
}
input.button.disabled:hover {
  background-color: #FC0 !important;
  color: #000 !important;
  cursor: default;
}

div.buttonarray
{
  background:#EEE;
  margin:18px 0pt 0pt;
  padding:9px !important;
  text-align:right;
  color: #38B;
  height: 23px;
}

div.buttonarray .button
{
	float:right;
	margin-left:10px;
}

.plate {
  width: 60px;
  background-color: #555;
  color: #fff;
  position: absolute;
  right: 0;
  top: 12px;
  text-align: center;
  padding-bottom: 2px;
  font-size: 92%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
}

.message { background-color: #F92;}
.ticket { background-color: #aaa;}
.ereply { background-color: #D52;}
.emilestone { background-color: #81C;}
.epage { background-color: #0A2;}
.echangeset { background-color: #000;}

.taghi {
background-color: #FCF;
padding-left:5px;
padding-right:5px;
}
.taglow {
background-color: #DDF;
padding-left:5px;
padding-right:5px;
}

/*------------------------------------------------------------------------
 *=UTILITY
 ------------------------------------------------------------------------*/


img { border: 0; }
ins { text-decoration: none;}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
.clear {display: block;}
/* End hide from IE-mac */



.tl {
  position: absolute;
  left: 0;
  top: 0;
}

blockquote {
  padding: 10px;
}

blockquote p:last-child:after {
  content: "\201D";
  font-size: 190%;
}

blockquote p:before {
  content: "\201C";
  font-size: 190%;
}

h3.phead {
  margin-top: 18px;
}

/*------------------------------------------------------------------------
 *=HEADER
 ------------------------------------------------------------------------*/


#header h1 a {
  color: #fff;
  text-decoration: none;
  height: 34px;
  border: none;
  font-weight: normal;
  font-size: 200%;
}

#header h1 {
  line-height: normal;
  padding: 20px 0 14px 0;
  margin-left: 21px;
}

/*------------------------------------------------------------------------
 *=NAV
 ------------------------------------------------------------------------*/
/* Top right in header */
#topbar {
  font-size: 92%;
  list-style: none;
  float: right;
  margin-right: 10px;
  margin-top: 9px;
}

#topbar li, #act-nav li {
  display: inline;
  margin-right: 5px;
}

#topbar li a {
  color: #fff;
  border: none;
}

#topbar li a:hover {
  color: #ffc;
  background-color: transparent;
}

li#help a {
  color: #fff;
  background-color: #d70;
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

li#help a:hover {
  color: #fff;
  background: #222;
}

li.catcheye a {
  color: #fff;
  background-color: #069;
  padding: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

li.catcheye a:hover {
  color: #fff;
  background: #222;
}


/* @group Navigation */

#navmain {
  margin: 6px 0 0 0;
  line-height: 100%;
}


#navmain ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  line-height: 100%;
  position: relative;
}

#navmain li {
  float:left;
  margin: 0 3px 0 0;
  list-style: none;
}

#navmain a {
  float: left;
  display: block;
  background: #047;
  padding: 10px 9px 9px 9px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  outline: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

#navmain a:hover {
  color: #fff;
  background-color: #0063AD;
}

#navmain li#new-ticket {
  border-bottom-color: #058;
}

#navmain li#new-ticket a {
  background: #07b;
  color: #fff;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navmain a {float:none;}
/* End IE5-Mac hack */

#navmain li.current a,
#navmain li a.current {
  background-color: #07b;

}

#navmain-r {
  position: absolute;
  top: 70px;
  right: 40px;
}

#navmain .dashboard {
  background: #047 url(styleimgs/folder_default.png) 9px 9px no-repeat;
  padding-left: 30px;
}

#navmain .templates {
  background: #047 url(styleimgs/folder_page.png) 9px 9px no-repeat;
  padding-left: 30px;
}


li#nticket {
  border-bottom-color: #480;
}

li#nticket a {
  background: #333;
  color: #fff;
}

li#nticket a:hover { background-color: #444; color: #fff;}

/* Project Navigation */

/* @group Project Navigation */

#navsection {
  background: #069;
  height: 33px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}

#navsection ul, #navcommands ul {
  list-style:  none;
  width: 100%;
}

#navsection li {
  display:  block;
  float: left;
  position: relative;
}

#navsection li a {
  padding: 8px 20px 7px 20px;
  display: block;
  float: left;
  color: #fff;
  border: none;
  font-weight: bold;
  position: relative;
}

#navsection li a:hover {
  background-color: #07B;
}

#navsection li.selected a {
  background-color: #5A9ECF;
  color: #fff;
}

#first a, #t-proj a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

#navsection #t-menu a, #navsection #t-proj a {
  padding-right: 27px;
}

#t-menu em, #t-proj em {
  position: absolute;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  right: 8px;
  top: 11px;
  background: #057 url(../images/app/droparrow.gif) 5px 6px no-repeat;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#t-menu a:hover em, #t-proj a:hover em {
  background-color: #057;
}

#navsection ul.submenu {
  width: 230px;
  background: #fff !important;
  position: absolute;
  border-bottom: 1px solid #4294CF;
  border-left: 1px solid #4294CF;
  border-right: 1px solid #4294CF;
  top: 33px;
  left: 0;
  z-index: 9;
}

#navsection ul.submenu li {
  float: none;
  display: block;
  border-bottom: 1px solid #eee;
  margin: 0 6px !important;
  background-color: #fff;
}

#navsection ul.submenu li a {
  color: #333;
  float: none;
  padding: 6px;
  background-color: #fff;
}

#navsection ul.submenu li a:hover {
  background: transparent;
  color: #058;
}

/* - - - - - - - - - - - - */



/* Commands navigation*/

#navcommands {
  background: #5A9ECF;
  height: 42px;
  border-bottom: 1px solid #468DC0;
}

#navcommands ul { 
  background:  none; 
  padding: 9px 0 6px 0; 
}

#navcommands li { 
  float: left; 
  list-style:  none; 
  padding: 0; 
  position: relative;
}

#navcommands li a {
  display: block;
  float: left;
  padding: 4px 8px 5px 8px;
  border: none;
  color: #058;
  font-weight: bold;
  margin: 0 6px 0 6px;
}

#navcommands li a:hover, #navmaincommands li:hover a {
  color: #fff;
}

#navcommands li.pressed a {
  background-color: #84C0EB;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* - - - - - - - - - - - - */


#arianna h1 {
  color: #006699;
  text-decoration: none;
  padding-top: 3px;
  height: 25px;
  border-bottom: 4px solid #006699;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 20px;
}

h1.pagetitle {
  color: #AAA;
  text-decoration: none;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 20px;

}

/* basic tabs */


.tabs {
  margin-bottom: 9px;
  border-bottom: 1px solid #ddd;
  background: none !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 9px;
  list-style: none;
}

.tabs a {
  background: none;
  text-decoration: none;
  display: block;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float: left;
  padding: 6px 18px;
  margin-right: 3px;
  text-align: center;
}

.tabs a:hover {
  color: #333;
  background-color: #f7f7f7;
}

.tabs li a.active {
  border-bottom: 1px solid #fff;
  margin-bottom: -2px;
  color: #000;
}

/* - - - - - - - - - - - - */

/* Quick Search */

#navsection #quick-search {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/app/tr.gif) top right no-repeat;
}

li#quick-search a {
  background: url(../images/app/search.png) no-repeat;
  width: 33px;
  text-indent: -9999px;
  padding: 8px 0;
  margin: 0;
}

li#quick-search a:hover {
  background-color: transparent;
  background-position: 0 -29px;
}

#quick-search-bar {
  line-height: 100%;
  background: #058;
  padding: 12px;
  padding-bottom: 8px;
  text-align: right;
  color: #9FC7E3;
  white-space: nowrap;
}

#quick-search-bar label {
  color: #fff;
  font-weight: bold;
}

#quick-search-bar input {
  width: 200px;
  color: #555;
  border: 1px solid #259EE6;
  border-top: none;
  border-left: none;
}

#quick-search-bar a {
  color: #fff;
}

/* Action nav */
.arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 0;
  margin-left: -6px;
}

.search-back a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/*------------------------------------------------------------------------
 *=FORMS
 ------------------------------------------------------------------------*/


form dl {
  margin: 0 10px;
}

dt label {
  font-weight: bold;
  text-shadow: #fff 1px 1px;
  margin: 0;
  padding: 0;
}

dt {
  margin-top: 15px;
}

dd {
  line-height: normal;
  padding: 1px;
}

input[type='text'], input[type='password'], input[type='search'], textarea {
  border: 1px solid #ccc;
  font-size: 100%;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
  color: #000;  
}


.btn-asset {
  border-top: 1px solid #FFEB9E;
  margin-top: 5px;
  padding: 3px;
  text-align: right;
  background: #F0C000;
}

.btns {
  padding: 9px !important;
  margin: 18px 0 0 0;
  text-align: right;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.big { font-size: 180% !important; }
.lil { font-size: 80%; }
.fat { width: 100%;}

.area {
  width:100%;
  height:100px;
}

.tiny { width: 30px; }

.submit {
  vertical-align: middle;
}

.canvas {
  margin-top: 10px;
  border: 3px solid #ccc;
}

.canvas canvas {
  border: 2px solid #fff;
}

.list-form {
  list-style: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.list-form li {
  padding: 9px 0;
}

.list-form li label {
  display: block;
  font-weight: bold;
}


.list-form select, .list-form input {
  width: 100%;
}

fieldset {
  border: 1px solid #ddd;
  padding: 1px 5 10px 0;
}

fieldset legend {
  font-weight: bold;
}

.hint {
  color: #555;
}

.help {
  font-weight: normal;
  font-size: 92%;
}

.form-tbl, .form {
  width: 100%;
  margin: 20px 0;
}

.form-tbl input, .form input {
  font-size: 130%;
}

.form-tbl label, .form-tbl label {
  font-weight: bold;
}

.form-tbl th, .form th {
  border-bottom: 1px solid #eee;
  padding: 10px 20px 15px 0pt;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}

.form-tbl td, .form td {
  border-bottom: 1px solid #eee;
  margin: 0pt;
  padding: 10px 20px 15px 0pt;
}

p.hint {
  color: #656565;
  margin: 0 !important;
  padding: 0 !important;
}


/* @group Plans */

#plans {
  width: 100%;
  margin: 40px 0;
  background-color: #5EA4D7;
  color: #fff;
}

#plans thead th {
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 130%;
  height: 73px;
  font-weight: bold;
  background:  #4C95C9;
  border-left: 1px solid #75B3DE;
  border-bottom: 1px solid #75B3DE;
  vertical-align: top;
}

#plans thead span.price {
  font-size: 72%;
  display: block;
  padding: 3px;
  color: #02243C;
  font-weight: normal;
}

#plans thead th a {
  display: block;
  text-indent: -9999px;
  background: url(../images/signup-btn.gif) no-repeat;
  width: 63px;
  height: 22px;
  margin-top: 4px;
}

#plans tbody th {
  color: #fff;
  background: #1C5E8D;
  padding: 20px 10px;
  text-align: right;
  font-size: 92%;
  font-weight: bold;
  border-bottom: 1px solid #30749F;
}

#plans td {
  padding: 5px;
  font-size: 120%;
  text-align: center;
  border-bottom: 1px solid #75B3DE;
  border-left: 1px solid #75B3DE;
}
 
#plans th.current {
  background: orange;
  border-bottom: 1px solid #FFD485;
}

#plans th.empty {
  background: #fff;
  border-left: 0;
}

#plans td.current {
  background: #FFBD00;
  color: #8A2900;
  border-bottom: 1px solid #FFD45A;
}

.yplan {
  font-size: 72%;
  background-color: #222;
  display: block;
  padding: 1px;
}

/* - - - - - - - - - - - - */

/*------------------------------------------------------------------------
 *=MAIN
 ------------------------------------------------------------------------*/

#thiscontent {
  padding: 20px 10px 10px 10px;
  background: #fff;
  min-height: 300px;
}

#main h2 {
  font-size: 150%;
  padding: 0 0 0 5px;
  margin: 25px 0 0 0;
  border-bottom: 1px dotted #ccc;
}

#main h3 {
  font-size: 120%;
  padding: 6px;
}

#main p {
  padding: 0 5px 5px 5px;
}

div.blankslate {
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 9px;
  font-weight: bold;
  margin: 0 !important;
}

#pbody ul, #pbody ol {
  margin: 10px 0 10px 40px;
}

#pbody ul li {
  list-style-image: url(../images/app/bullet.gif);
}

#pbody h4, #pbody h5 {
  font-size: 92%;
}

h2#ptitle {
  font-size:  130%;
  border: none;
  margin-bottom: 10px;
}

/*
 *=DAHSBOARD
 */

/* @group Events */

#events {
  margin-top: 18px;
  margin-left: 81px;
}

#events h3 {
  border-bottom: 1px solid #ccc;
}

.pagelist {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.day-break, .time-span {
  position: absolute;
  left: -81px;
  top: 9px;
  width: 60px;
  text-align: center;
  display: block;
  background-color: #eee;
  padding: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

li.daybreak {
  border-top: 2px solid #e4e4e4;
}

span.day {
  display: block;
  font-size: 92%;
  font-weight: bold;
}

span.num {
  color: #777;
}

#events .emeta a {
  color: #555;
}

#events .emeta a:hover {
  color: #111;
}


.time-span, .dtime {
  font-size: 92%;
  color: #666;
  background-color: transparent;
}


.tcnt .event-date a.edit {
  color: #07b;
}

/* - - - - - - - - - - - - */


/* @group Sidebar */

#sbar {
  position: relative;
}

#utility, .specialblock {
  color: #fff;
  margin-left: 5px;
}

#utility select {
  background: #fff;
  color: #333;
  border: 1px solid #58b;
  font-weight: normal;
}

.specialblock a {
  color: #fff;
  display: block;
  background-color: #5B9BC8;
}

a.pedit {
  font-weight: normal;
  font-size:  92%;
  color: #bdf;
}

a.pedit:hover {
  color: #fff;
}

#sbar dl {
 margin: 0 10px;
 padding: 10px;
}

#sbar dd {
 border: 0;
 display: inline;
}

.sblock {
  background: transparent;
  color: #555;
  margin-bottom: 36px;
  padding-bottom: 6px;
}

.sblock-cnt {
  padding: 6px;
}

.sblock h3 {
  padding: 6px 0;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  color: #676767;
  font-size: 92%;
}

.sblock p {
  padding: 6px 6px 0px 6px;
}

.attention h3 {
  font-size: 120%;
  margin-bottom: 6px;
  color: #fff;
  text-transform: none;
  color: #333;
}

.attention {
  margin-bottom: 9px;
  line-height: 160%;
  background: #ccc;
  color: #555;
  padding: 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.attention a {
  color: #fff;
  text-decoration: underline;
}

.attention .abutton {
  color: #38B;
  padding: 2px;
  margin-top: 3px;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  border-radius: 2px;
}

.attention .abutton:hover {
  background-color: #fff;
  color: #000;
}

.smodal {
  color: #fff;
  margin-bottom: 20px;
}

.smodal-cnt {
  padding: 5px;
}

.smodal h3 {
  padding: 5px 5px 0px 5px;
  font-size: 92%;
  background: #548EB8 url(../images/app/tr.gif) top right no-repeat;
  position: relative;
  text-shadow: 1px 1px #fff;
}

#sbar h4 {
  font-size: 100%;
}

.avatar, .tinyavatar {
  background: #fff;
  padding: 3px;
  float: left;
  margin: 0 5px 0 0;
  max-height: 40px;
  max-width: 40px;
  overflow: hidden;
  border: 1px solid #eee;
}

.tinyavatar {
  padding: 1px;
  width: 20px;
  height: 20px;
  float: none;
  vertical-align: middle;
  border: 1px solid #eee;
}

#sbar .avatar {
}

.sblock {
  margin-bottom: 20px;
}

#assignees li {
  height: 38px;
  border-bottom: 1px dotted #ccc;
  padding: 5px 5px 5px 25px;
  list-style: none;
  position: relative;
}

#assignees li input {
  position: absolute;
  left: 2px;
  top: 45%;
}

#assignees li a {
  color: #000;
}

#assignees .avatar {
  width: 30px;
  height: 30px;
}

ul.stacked {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 130%;
  font-weight:  normal !important;
}

ul.stacked li {
  position: relative;
  padding: 5px;
}

.badge {
  color: #333;
  font-weight: bold;
  width: 38px;
  display: block;
  float: left;
  padding: 2px;
  text-align: center;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: -1px;
}

ul.wbadges li {
  padding: 0 !important;
  line-height: 100% !important;
  margin: 0 !important;
}

ul.wbadges li a {
  position: relative;
  padding: 8px;
  display: block;
  color: #555;
}

ul.wbadges li {
  font-weight: bold;
}

ul.wbadges a span.badge {
  color: #fff;
  background-color: #5596C4;
  line-height: 100%;
}

li.aproj a span.badge {
  background: #bbb;
  color: #999;
}

ul.wbadges li.aproj a {
  color: #777;
  font-weight: normal;
}

ul.components li {
  padding: 8px 10px 8px 30px;
  background: url(../images/app/icons/bug-large.png) 0 50% no-repeat;
}

.smeta {
  font-size: 92%;
}

.radioed {
  margin-top: 5px;
}

.radioed h4 {
  color: #444;
}

.radioed li {
  padding: 0 5px 10px 25px;
  list-style: none;
  position: relative;
  color: #555;
}

.radioed li input {
  position:  absolute;
  left: 5px;
  top: 0;
}

#mstones {
  list-style: none;
}

#milestone-list {
  padding: 8px;
  background: #ccc;
  border: 1px solid #999;
}

#milestone-list h3 {
  font-size: 100%;
  border: none;
  color: #333;
  text-shadow: 1px 1px #eee;
}

#milestone-list li {
  margin-bottom: 5px;
}

.mstone-cnt {
  background: #eee;
  padding: 5px;
  margin-bottom: 5px;
}

#milestone-list h4 {
  margin-left: 8px;
}

#milestone-list a {
  border:  none;
}

.mmeta {
  margin-top: 3px;
  font-weight: bold;
}

.mstone-chart {
  background: url(../images/app/mstone-chart-bg.gif) no-repeat;
  height: 22px;
  padding: 5px 0 0 6px;
  position: relative;
}

.mstone-progress {
  background: url(../images/app/mstone-progress.gif) top left no-repeat;
  height: 17px;
  position: absolute;
  right: 12px;
  top: 5px;
}

#projects li, #user-ticket-bins li, #shared-ticket-bins li, .blist li {
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

#projects li a:hover, #user-ticket-bins li a:hover, 
#shared-ticket-bins li a:hover,
.blist li a:hover {
  background-color: #ccc;
}

li.current-bin a {
  background: url(../images/app/check.png) 98% 50% no-repeat;
  padding-right: 20px;
}

.tktlink a:hover {
  color: #333;
}

ul.link-list {
  list-style: none;
}

ul.link-list li a {
  padding: 3px;
  display: block;
  border-bottom: 1px solid #ccc;
}

ul.link-list li a:hover {
  background-color: #ccc;
}

li.last, li.last a {
  border-bottom: none !important;
}

.watcherdude a {
  padding: 10px;
}

#tag-list {
  margin-top: 6px;
}

#tag-list li {
  margin-right: 3px;
  margin-bottom: 3px;
  display: block;
  float: left;
}

#tag-list li a {
  color: #333;
  background-color: #ffc;
  padding: 2px 3px;
  line-height: 100%;
  float: left;
  border-bottom: 1px solid #DDA;
  border-right: 1px solid #DDA;
}

#tag-list li a:hover {
  background-color: #555;
  color: #fff;
}

.opts {
  text-align: right;
  font-weight: normal;
  font-size: 92%;
  margin-top: 5px;
}

.proj-desc {
  color: #555;
  padding: 9px 0 9px 0;
}

/* - - - - - - - - - - - - */


/* @group summarydisplayings */

.summarydisplay {
  background: #f7f7f7;
  padding: 18px 9px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.summarydisplay h2 {
  margin: 0 0 3px 0!important;
  border: none !important;
  color: #222;
  font-size: 130% !important;
}

.summarydisplay .date, .summarydisplay .gmeta {
  color: #5F87A5;
}

.gleft, .tleft {
  float: left;
  width: 55px;
}

.gcnt, .tcnt {
  margin-left: 55px;
  margin-right: 70px;
}


.tcnt a.edit:hover { color: #07b;}

.summarydisplay-cnt {
  margin-top: 9px;
}

.summarydisplay-cnt p {
  margin-bottom: 7px;
}

.summarydisplay-cnt ul, .summarydisplay-cnt ol {
  padding-left: 25px;
  margin: 5px;
}

.gbar {
}

.gbar ul { list-style:  none; float: right;}
.gbar li { display:  inline;}
.gbar li a { display: block; float:  left; padding: 5px 10px; color: #aed7f3;}

#main .summarydisplay h3 {
  color: #222;
}

.summarydisplay a, .gbar a {
  color: #747780;
  text-decoration: underline;
  border: none;
}

.summarydisplay a:hover, .gbar a:hover {
  color: #222;
  background: transparent;
}

/* - - - - - - - - - - - - */


.event-date {
  position: absolute;
  right: 5px;
  font-size: 92%;
}

h3 .event-date {
  font-weight: normal;
  right: 20px;
}

#events .emeta {
  line-height: 140%;
  color: #333;
  padding-left: 0 !important;
}

#events .emeta a {
  color: #777;
  font-weight: normal;
}

div.cs-body {
  font-size: 92%;
  color: #777;
}

.dated-list h3 {
  border-bottom: 1px solid #aaa;
}

.subscribe {
  display: block;
  padding-left: 15px;
  border: none !important;
  text-decoration: none;
  background: url(../images/app/icons/feed.gif) 0 50% no-repeat;
  line-height: 100%;
}


/* @group Milestones */

#milestones {
  
}

#milestones .pbar-container {
  height: 33px;
}

#milestones .pbar {
  height: 33px;
}

#milestones h3 {
  margin-top: 33px;
}

.milestone {
  border-bottom: 1px solid #eee;
  padding: 0;
}

.analytics {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 9px;
  border-collapse: collapse;
}

.analytics td {
  text-align: center;
  padding: 9px;
  border-right: 1px solid #eee;
}

.analytics th.ttl {
  padding: 9px; 
  border-bottom: 1px solid #eee;
  font-size: 110%;
  color: #000;
  text-align: left;
}

.analytics .desc {
  margin-top: 3px;
  color: #555;
  font-size: 92%;
  font-weight: normal;
}

.analytics .ttl a {
  color: #333;
}

.analytics a:hover {
  color: #069;
}

.analytics .num {
  font-size: 180%;
  font-weight: bold;
  display: block;
  color: #000;
  margin-bottom: 6px;
}

.analytics .label {
  color: #777;
}

.milestone.late .pbar {
  background-color: #c00;
}

.analytics .pbar-container {
  background: #ddd;
}

.islate {
  color: #c00;
}

.sentence {
  padding: 10px;
  background-color: #ddd;
  font-weight: bold;
  text-align: center;
}

.late {
  border: none;
}

.late h4 a {
  color: #c00;
}

#main-area {
  float: left;
  width: 70%;
}

#user-list {
}

#user-list ul {
  list-style: none;
}

#user-list li a {
  position: relative;
  display: block;
  height: 32px;
  padding: 5px;
  color: #555;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

#user-list li a:hover {
  background-color: #ccc;
}

#user-list li .avatar {
  width: 24px;
  height: 24px;
}

a span.ticket-count {
  position: absolute;
  right: 9px;
  top: 9px;
  color: #555;
  font-size: 120%;
}

a span.job {
  color: #888;
  font-weight: normal;
  display: block;
  font-size: 92%;
}

.ticket-list {
  list-style: none;
  margin-bottom: 40px;
  margin-top: 10px;
}

.ticket-list li {
  border-bottom: 1px solid #eee;
  line-height: 100%;
  padding: 5px;
  position: relative;
  display: block;
}

.ticket-list li:hover {
  background-color: #f7f7f7;
}

.tnum2 {
  float: left;
  color: #555;
  padding: 3px;
  display: block;
  margin-right: 9px;
  width: 50px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.marker {
 background: #c00;
 color: #fbb;
 font-size: 92%;
 padding: 3px;
 position: absolute;
 right: 18px;
 top: 6px;
}

.ticket-list a {
  position: relative;
  font-size: 100%;
  line-height: 150%;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
}

.ticket-list .tbody {
  padding: 0 5px 0 0;
  color: #777;
  margin-left: 48px;
}

.prioritize, .pagesort {
  display: block;
  text-align: center;
  line-height: 100%;
  color: #fff !important;
  font-weight: bold;
  background-color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  right: 9px;
  top: 3px;
  padding: 6px 6px;
  font-size: 82%;
  width: 60px;
}

.sorting {
  background-color: #38b;
}

span.handle {
  z-index: 1;
  top: 3px;
  background: #333;
  color: #fff;
  font-size: 92%;
  padding: 0 3px;
  height: auto;
  width: auto;
  text-indent: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 160%;
  position: absolute;
  right: 9px;
  top: 6px;
  cursor: pointer;
}

ul.sortable li {
  position: relative;
}

.sblock ul.sortable .handle {
  z-index: 1;
  top: 3px;
  background: #333;
  color: #fff;
  font-size: 92%;
  padding: 0 3px;
  height: auto;
  width: auto;
  text-indent: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: 160%;
}

.sblock .sorting {
  padding: 3px;
  text-shadow: none;
  background-color: #480;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

div h3.uname {
  margin-top: 18px;
  padding: 9px 3px !important;
  border-bottom: 2px solid #ccc;
  line-height: 100%;
  position: relative;
}


/* - - - - - - - - - - - - */


/* @group Messages */

.message-list {
  padding-top: 20px;
}

.message-list h3 {
  position: relative;
  font-weight: bold;
  font-size: 100% !important;
  border: none;
  margin: 0;
  padding: 0 !important;
}

ul.messages {
  list-style: none;
}

ul.messages li.response {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.messages h4 {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.messages li.msg {
  border-bottom: 1px solid #eee;
  position: relative;
  margin-left: 80px;
}

.messages li h4 a {
  border: none;
  font-size: 120%;
}

.messages li.msg .desc {
  color: #555;
  padding: 0;
  margin-left: 33px;
}

.messages .attachment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages .attachment-list .tcnt {
  margin-left: 6px;
}

.messages .attachment-list .tleft {
  padding: 0;
  margin: 0;
  width: auto;
}

.desc p {
  padding-left: 0 !important;
}

div.desc ul, .summarydisplay-cnt ul {
  margin: 9px 0 9px 27px;
  list-style-type: disc;
}

.messages p, .gdesc p {
  margin-bottom: 8px;
}

.messages .last {
  border: none;
}

.msg {
  padding: 5px;
  margin-bottom: 15px;
}

.msg h3 {
  margin: 0;
  padding-left: 5px;
}

.msg ul {
  list-style-type: disc;
}

.msg .desc ul {
  line-height: 170%;
}

.msg ul, .msg ol, .comments ul, .commnets ol, .gdesc ul, .gdesc ol {
  padding-left: 25px;
  margin: 5px;
}

.msg-meta {
  margin-bottom: 5px;
  font-size: 92%;
  padding: 0 5px 5px 5px;
  color: #888;
  font-weight: bold;
}

.msg-meta a {
  color: #777;
}

.msg .desc p {
  padding-left: 5px !important;
}

.msg-meta a:hover {
  color: #555;
}

/* - - - - - - - - - - - - */


/*------------------------------------------------------------------------------------
  @group attachments
------------------------------------------------------------------------------------*/
.attachments {
  list-style: none;
  margin-top: 9px;
  padding-left: 9px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 100%;
  border: 1px solid #eee;
}

.gcnt .attachments {
  border: 1px solid #ddd;
}

.attachments li {
  position: relative;
  list-style: none;
  margin-right: 9px;
}

.attachment .file-size {
  display: block;
  color: #999;
  font-size: 92%;
  position: absolute;
  top: 21px;
  left: 38px;
  z-index: 2;
  min-width: 100px;
}

li.attachment {
  float: left;
}

li.attachment a.item {
  padding: 0px 0 18px 38px;
  margin: 6px 6px 6px 0;
  background: url(../images/app/mime/attachment.png) 0 50% no-repeat;
  display: block;
  font-size: 92%;
}

.attachment .xdel {
  color: #c00;
  text-decoration: underline;
  padding-left: 3px;
  visibility: hidden;
}

.attachment .xdel:hover {
  background-color: #ffc;
}

.attachment:hover .xdel {
  visibility: visible;
}

li.apdf  a.item { background-image: url(../images/app/mime/pdf.png);}
li.axls  a.item { background-image: url(../images/app/mime/xls.png);}
li.adiff a.item { background-image: url(../images/app/mime/diff.png);}
li.atxt  a.item { background-image: url(../images/app/mime/txt.png);}
li.adoc  a.item { background-image: url(../images/app/mime/doc.png);}
li.azip  a.item { background-image: url(../images/app/mime/zip.png);}
li.atar  a.item { background-image: url(../images/app/mime/tar.png);}
li.aimg  a.item { background-image: url(../images/app/mime/img.png);}


/* Sidebar attachments  */
#sbar .attachments {
  border: none;
}

#sbar .attachments li {
  float: none;
  border-bottom: 1px solid #ccc;
  line-height: 100%;
}

#sbar .attachments .file-size {
  top: 26px;
  left: 42px;
}

/* - - - - - - - - - - - - */

/*------------------------------------------------------------------------
 *=COMMENTS
 ------------------------------------------------------------------------*/
.comments h4 {
  border:  none;
  padding: 0;
}

/* @group Ticket Page */

.sentence {
  margin: 18px 0 0 0 !important;
  background: #fff;
}

#save-search {
  background: #f7f7f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  padding: 9px;
}

#save-search p {
  margin-bottom: 6px;
}

#save-search h3 {
  font-size: 120%;
}

#save-search label {
  display: block;
}

#save-search .meta {
  display: block;
  color: #999;
  text-align: left;
  font-weight: normal;
  margin: 3px 0 0 0;
  padding: 0;
}

#ticket h2 {
 font-size: 100%;
 border-bottom: 1px dotted #ccc;
 padding: 5px;
 background: #efd;
 position: relative;
}

.filter {
  background: #eed;
  padding: 5px;
  border-bottom: 1px dotted #cd8;
  text-align: right;
}

.filter label {
  font-weight: bold;
}

#ticket .date {
  font-weight: normal;
  display: block;
  color: #555;
}

.filter input, .filter select {
  border: 1px solid #cc9;
  color: #333;
}

.filter option {
  border-bottom: 1px solid #eee;
}

.meta {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
}

.open {
  background: #bee;
  border: 1px solid #6bb;
}

.description {
  padding: 0;
  margin: 0;
  font-size: 110%;
}

.tticket {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 9px !important;
}

.tticket a.edit, li.response a.edit {
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 92%;
  padding: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 100%;
  border: 1px solid #eee;
  background: #f7f7f7;
}

.changes {
  margin-top: 40px !important;
}

.changes h3 {
  padding: 5px;
}

.changes h4 a { color:  #444; }

.changes h4 {
  position: relative;
  font-size: 110%;
}

.changes .event-date, .response .event-date {
  position: static;
  display: block;
  color: #888;
  font-size: 92%;
}

.changes .event-date a {
  color: #999;
  font-weight: normal;
}

ul.info {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}

ul.info li {
}

ul.info ul li {
  border: none;
}

.ticket-changes {
  margin: 6px 0;
  padding: 0;
  width: 100%;
}

.info .desc {
  margin-top: 9px;
  color: #555;
}

ul.ticket-changes li {
  display: block;
  padding: 1px 0;
  font-weight: bold;
}

.change {
  background: #eee;
  font-style: normal;
}

.ticketnum {
  font-weight: bold;
  font-size: 130%;
  background: #ddd;
  padding: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-borderr-radius: 4px;
  border-radius: 4px;
}

.ticketnum a {
  color: #112233;
  text-decoration: none;
}

.ticket-meta {
  float: right;
}

.tstate {
  color: #aaa;
  line-height: 120%;
  padding: 2px;
  font-weight: bold;
}

.ticket-meta .tstate {
  text-align: center;
  display: block;
  margin-top: 3px;
}

.topen {
  color: #f17;
}

.tresolved {
  color: #333;
}

.tinvalid {
  color: #A30;
}

.thold {
  color: #EB0;
}

.tresolved {
  color: #6A0;
}

td.tnum a {
  color: #777;
}

#attach-fields {
  list-style: none;
}

#attach-field li {
  padding:  4px 0;
}

ul#prevtags {
  margin-top: 9px;
}

ul#prevtags li {
  list-style: none;
  margin: 3px 3px 0 0;
  padding: 0;
  display: block;
  float: left;
  line-height: 100%;
}

ul#prevtags a {
  color: #333;
  background-color: #ffc;
  padding: 2px 3px;
  line-height: 100%;
  float: left;
  border-bottom: 1px solid #DDA;
  border-right: 1px solid #DDA;
}

ul#prevtags a:hover {
  color: #111;
}

ul#prevtags a.active {
  background: #777;
  color: #fff;
}

ul#prevtags a.active:hover {
  background-color: #c00;
}
/* - - - - - - - - - - - - */


/* @group Members and Users */
#members-list {
  margin-top: 18px;
  list-style: none;
}

#members-list li.member {
  padding: 9px;
  position: relative;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

#members-list .avatar {
  width: 30px;
  height: 30px;
  padding: 1px;
}

.inlinecheck {
  position: absolute;
  top: 9px;
}

a.set-perm-btn {
  position: absolute;
  right: 18px;
  top: 9px;
  display: block;
  background-color: #ddd;
  color: #555;
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.project-access-list {
  margin-top: 9px;
}

.project-access-list li {
  border-right: 1px dotted #ddd;
  font-weight: bold;
  list-style: none;
  display: block;
  float: left;
  width: 22%;
  padding: 9px;
  border-top: 1px dotted #ddd;
}

.member-permissions {
  clear: left;
  margin-top: 18px;
  background-color: #fff;
  border-top: 3px solid #333;
}

.member-permissions p.btns {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

#users {
  width: 100%;
  margin-bottom: 40px;
}

#users tr td {
  border-bottom: 1px solid #eee;
  padding: 5px;
  vertical-align: top;
}

#users td.uinfo {
  border-right: 2px solid #eee;
  width: 280px;
}

#users td.uinfo p {
  margin: 0;
  padding: 0;
  line-height: 120%;
  font-size: 92%;
  color: #777;
}

#users .uemail {
  margin-bottom: 5px !important;
}

#users .uemail a {
  font-weight: bold;
  color: #555;
}

#users ul {
  margin-left: 20px;
  list-style-image: url(../images/app/bullet.gif);
  font-size: 92%;
  color: #777;
  line-height: 180%;
}

#users .avatar {
  float: left;
  margin-right: 10px;
  max-height: 50px;
  max-width: 50px;
}

.quiet {
  color:#888;
  border-bottom:1px solid #eee;
  font-weight:normal
}

p.or {
  font-weight: normal;
   color: #656565;
   padding: 9px !important;
}

p.aa {
  padding-top: 18px !important;
}

.setting-perms {
  background: #eee;
}

/* - - - - - - - - - - - - */



/* @group Settings */

.setgroup {
  padding: 10px;
  margin: 5px 0;
}

.setform {
  background: #eee;
  padding: 10px;
  margin: 0;
}

dd.avatar {
  margin: 15px 2px 5px 0;
  float: left;
  padding: 0;
}

dd.avatar img {
  border: none;
}

.settings {
  margin-top: 20px;
}

.settings table {
  margin: 10px 10px 20px 10px;
}

.settings h3 {
  font-size: 120% !important;
  margin-top: 20px;
}


ul#api-keys {
  list-style: none;
  margin-left: 20px;
  font-size: 110%;
}

#api-keys li {
  padding:  5px;
  border-bottom: 1px dotted #eee;
}

#api-keys h4 {
  font-size: 92%;
  color: #555;
}

#api-keys code { color: #777; background: #f2f2f2; }

#api-keys .destructive {
  color: #D41;
  font-weight: normal;
  font-size: 92%;
}

.token {
  font-weight: bold;
}

span.tokenkey {
  padding: 0 !important;
  color: #888 !important;
}

.token code {
  padding: 0 !important;
  background: #fff !important;
  font-family: Courier, "Courier New", Monaco, fixed;
}

ul.inline {
  list-style: none;
  padding: 5px;
  background: #eee;
}

ul.inline li {
  display: inline;
  line-height: 400%;
  padding: 0;
}

li.bloc {
  line-height: 150% !important;
  display: block !important;
  padding: 5px;
}

/* - - - - - - - - - - - - */


/* @group Changeset */

#changes {
  list-style: none;
  margin-left: 40px;
}

#changes li {
  padding: 4px;
  border-bottom: 1px solid #f2f2f2;
}

#changes li span {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  float: left;
  margin-right: 5px;
}

span.cs-m, span.cs-u { background: url(../images/app/icons/m.png) no-repeat; }
span.cs-d { background: url(../images/app/icons/d.png) no-repeat;}
span.cs-a { background: url(../images/app/icons/a.png) no-repeat;}

/* - - - - - - - - - - - - */


/* @group System */

#flashes {
  text-align: center;
  font-weight: bold;
}

#flash-notice, #flash-errors, #flash-archived, #errorExplanation, .delete-dialog {
  background: #bec;
  color: #031;
  padding: 10px;
  border: 3px solid #8DA;
  border-right: none;
  border-left: none;
  border-bottom-width: 2px;
  border-top-color: #483;
}

#flash-archived {
  border-top-color: #DB0;
  background: #fd4;
  border-bottom-color: #fe7;
  color: #641;
}

#flash-errors, .delete-dialog, #errorExplanation {
  background: #fdd;
  border-top-color: #c00;
  border-bottom-color: #fbb;
  color: #700;
}

#errorExplanation {
  background: #FFEBEB;
  margin: 20px;
  border: 1px solid #FF8585;
  color: #b11;
}

#errorExplanation ul {
  margin-left: 20px;
}

#errorExplanation h2 {
  margin: 0;
  font-size: 120%;
  border: none;
}

#flash-archived a {
  color: #333;
  text-decoration: underline;
}

#announcement {
  margin: 20px auto;
  width: 90%;
  background: #fd8;
  border: 1px solid #c90;
  border-top: 1px solid #fe9;
  border-left: 1px solid #fe9;
  font-size: 92%;
}

#announcement h2 {
  font-size: 120%;
}

#ann-cnt {
  background: #fff;
  margin: 8px;
  padding: 10px;
}

#delete-diag {
  padding: 0 !important;
}

#delete-diag form {
  padding: 10px;
}

.delete-dialog input[type=submit] {
  background: #800;
  padding: 2px;
  color: #fff;
  border: 1px solid #c00;
  font-size: 92%;
  border-bottom-color: #400;
  border-right-color: #400;
}

/* - - - - - - - - - - - - */


/*------------------------------------------------------------------------
 *=MISC
 ------------------------------------------------------------------------*/

 
#user-select {
  background: #fff;
  margin: 0;
  padding: 0;
  background: #fff;
}

#select {

}

.trigger {
  cursor: pointer;
}


#select #optgroup {
  position: absolute;
  top: 41px;
  left: 4px;
  width: 470px;
  z-index: 9999;
  padding: 0;
  margin: 0;
}

#select #options {
  background: #fff;
  border: 1px solid #bbb;
  padding: 0 0 3px 3px;
}

#select #options a {
  float: none !important;
  margin: 0;
  border: none;
  display: inline;
  padding: 0;
}


#options .endgroup {
  border-bottom: 2px solid #999 !important;
}

.custom-select li {
  position: relative;
  padding: 0;
  cursor: pointer;
  line-height: 100%;
  list-style: none;
  height: 23px;
  color: #555;
  float: left;
  width: 150px;
  vertical-align: middle;
  margin: 3px 3px 0 0;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.custom-select li:hover {
  border-color: #ccc;
  background-color: #f1f1f1;
}

.custom-select .uname {
  margin-left: 26px;
  margin-top: 5px;
  display: block;
}

#assigned-user {
  line-height: 100%;
  height: 23px;
  padding: 3px;
  background: #f7f7f7 url(../images/app/ddownarrow.gif) no-repeat;
  background-position: 98% 6px;
  color: #555;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

#assigned-user .uname {
  margin-top: 6px;
  display: block;
}

#assigned-user:hover {
  background: #eee url(../images/app/ddownarrow.gif) no-repeat;
  background-position: 98% -26px;
  border-color: #bbb;
}

.custom-select li .avatar {
  width: 16px;
  height: 16px;
  padding: 1px;
  border: 1px solid #eee;
  position: absolute;
  top: 2px;
  left: 3px;
}

#assigned-user .avatar {
  width: 16px;
  height: 16px;
  padding: 1px;
  border: 1px solid #eee;
  margin-top: 1px;
}

.small-head {
  font-size: 90% !important;
  border-bottom: 1px solid #aaa !important;
}

.sect-head {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.group {
  margin: 18px 0 0 0;
}

.group h3 {
  margin-left: 9px;
  padding: 0 !important;
  font-size: 120% !important;
  color: #111 !important;
}

.group-main {
  float: left;
  width: 60%;
}

.group-more {
  margin-left: 62%;
  margin-top: 10px;
}

p.form-tip, div.form-tip {
  margin: 0;
  background: #f7f7f7;
  color: #888;
  margin-top: 10px;
  font-size: 92%;
  padding: 18px !important;
}

.stdout {
  font-weight: bold;
  font-size: 100% !important;
  color: #333 !important;
}

.nada {
  padding: 10px;
  background: #eee;
}

/* @group Code */

pre {
  background: #f7f7f7;
  padding: 10px;
  font-size: 90%;
  line-height: 130%;
}

pre {
  overflow: auto;
}

pre code {
    font-family: Monaco, Consolas, monospace;
    font-size: 100%;
    color: #444;
}

.keywords { color: #f71; }
code .comment { color: #517; }
.string { color: #392; }
.regex { 
  background: #D0F0FF; 
  color: #27b;
}
.global { color: #60A;}

/* - - - - - - - - - - - - */

/* @group Progress Bars */

.pbar-container {
  height: 18px;
  background: #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 4px;
  border-radius: 2px;
  border: 2px solid #fff;
}

.pbar-label {
  color: #fff;
  font-weight:  bold;
  display: block;
  text-align: center;
}

#pbar, .pbar {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  background: #270;
}

/* - - - - - - - - - - - - */


/* @group User Dashboard */

#udashboard {
  margin-top: 20px;
}

#lcol {
  width: 50%;
  float: left;
}

#rcol {
  margin-left: 60%;
}

.usblock {
  margin-bottom: 40px;
}

.plist {
  list-style: none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.plist li {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  font-size: 92%;
  position: relative;
}

.plist .pdate {
  color: #999;
  position: absolute;
  right: 5px;
  top: 5px;
}

.plist li.shade {
  background: #f9f9f9;
}

.plist a {
  color: #333;
  display: block;
  margin-right: 50px;
}

.plist li a:hover {
  color: #07b;
}

/*-----------------------------------------------------------------------*/

#foldertree {
}

#foldertree ul {
  background: #f9f9f9;
  margin-left:20px;
  list-style: none;
}

#foldertree ul#root {
  padding:5px;
  margin-left:0px;
}

#foldertree ul li {
}

#foldertree ul li input{
margin-right:5px;
}

/*-----------------------------------------------------------------------*/

.sidemenu1 {
margin:0 0 10px 0;
}

.sidemenu1 H1{
margin:0 0 10px 0;
}

/*-----------------------------------------------------------------------*/
/* PLANS N STUFF                                                         */
/*-----------------------------------------------------------------------*/
.sdata {
  width: 100%;
}

.sdata td, .sdata th {
  border-bottom: 1px solid #ddd;
  padding: 5px;
  color: #666;
  font-size: 92%;
}

.sdata th {
  background: #eee;
  border-right: 2px solid #ccc;
  width: 150px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

table.plans th, table.plans td {
  text-align: center;
  font-weight: bold;
}

.warn {
  color: #c00;
}

div.warn {
  margin: 20px 0;
  background: #fdd;
  border: 1px solid #fbb;
  color: #700;
  padding: 10px;
}

div.warn h3 {
  color: #c00 !important;
}

/*------------------------------------------------------------------------
 *=PAGING
 ------------------------------------------------------------------------*/
.pagination {
  padding: 3px;
  margin: 10px;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  color: #555;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #aaa;
  color: #111;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #555;
  color: #fff;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #aaa;
}

/* @group popups */

.popup {
  background: transparent;
  border: 12px solid #333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-align: left;
}

.popup-content {
  background: #fff;
}

.popup h3 {
  padding: 3px 6px;
  background: #555;
  color: #fff;
}

.popup table {
  width: 100%;
}

.popup th {
  padding: 6px;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

.popup td {
  padding: 6px;
  border-bottom: 1px solid #eee;
}

.popup td.query {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.popup .plinks {
  text-align: right;
  font-weight: bold;
}

/* - - - - - - - - - - - - */

#translist {
margin-top:30px;
}

#translist #search {
position:static;
}

#translist .transarea {
width:300px;
}


/* pagination and page browsing links */

.paginator {border:0; margin:0; padding:0;}
.paginator li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-left:2px;
display:inline;
float:right;
}
.paginator a{
border:solid 1px #9aafe5;
margin-left:2px;
color:#9aafe5;
display:block;
padding:2px 5px 2px 5px;
}
.paginator #next a,
.paginator #previous a {
font-weight:bold;
} 
.paginator #active{
font-weight:bold;
background:#2e6ab1;
color:#FFFFFF;
padding:3px 6px 3px 6px;
}
.paginator a:link,
.paginator a:visited {
color:#0e509e
text-decoration:none;
}
.paginator a:hover{
border:solid 1px #0e509e;
text-decoration:underline;
color: #0e509e;
background:#DDFFDD;
}


/* icon menu */
.iconmenu {border:0; margin:0 0 0 40px; padding:0;}
.iconmenu li{
border:0; 
margin:20px; 
padding:0;
list-style:none;
display:block;
float:left;
width:150px;
height:80px;
text-align: center;
}



.user {
	padding-left: 20px;
	background: url(styleimgs/user.gif) no-repeat left center;
}
/* listen span */
span.listen, a.listen{
	color: #2666c3;
	text-decoration: none;	
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	display: block; /* mind the float! this must float to preserve bullet */
	cursor: pointer;
}
span.listen:hover, a.listen:hover{
	color: #CC0000;
}

p.notice {
	margin: 10px 0 5px 0;
	padding: 5px;
	display: block;
	color: #00cc00;
	border: 1px solid #00cc00;
	background: #EEFFEE;
}

p.warning {
	margin: 10px 0 5px 0;
	padding: 5px;
	display: block;
	color:#EE5555;
	border: 1px solid #EE5555;
	background: #FFEEEE;
}

