*, html {
    margin:  0pt;
    padding: 0pt;
}

body {
    color: black;
    background: #E9E9E9;
    font-size: 11pt;
    font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

form {
    padding:0;
    margin:0;
}

hr {
    clear:both;
    color:white;
    height:0px;
}

a:link {
    color: black;
    text-decoration: underline;
}
a:visited {
    color: #111;
    text-decoration: underline;
}
a:hover {
    color: #222;
    text-decoration: underline;
}
a:active {
    color: #222;
    text-decoration: underline;
}

#content_header, .navigation, #main, #content_footer {
    min-width: 980px;
}

#content_header {
    position: relative;
    /*background-image:url(../images/shelf_bg.jpg);*/
    background-image:url(../images/content_header_bg.gif);
    background-position: center;
    background-repeat: repeat-x;
}
#content_header, #content_header a {
    color: white;
}
#content_header h1 {
    font-size: 24px;
    line-height: 1.8em;
    margin-left: 10px;
    color: #819FCC;
}
#content_header h1 span {
    font-weight: normal;
}
#content_header a:hover {
    color:#dcdee4;
    text-decoration: underline;
}

#content_header a:active {
    color:#AAA;
    text-decoration: underline;
}


#application_header_navigation {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0.9em;
}

#application_header_navigation #user_picture {
    float:left;
    margin: 1px 5px 0px 0px;
}

#application_header_navigation form {
    display: inline;
}

#application_header_navigation input {
    border: 0px solid #aaa;
    color: #eee;
    background-color: transparent;
    font-size: 12px;
    height: 1.3em;
    padding-left: 2px;
    text-align: center;
}

#application_header_navigation input.focused {
    border: 1px solid #aaa;
    background-color: #eee;
    color: black;
    text-align: left;
}

.navigation {
    background-color: #efefef;
    background-image:url(../images/navigation_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #C6D1D5;

    padding-top: 3px;
    margin: 0 auto 0 auto;
    position: relative;

    text-shadow: 0px 1px 0px #fff;
    line-height: 2em;
}

.navigation a {
    text-decoration: none;
}

#navi_admin {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#content_footer {
    background-color: #C6D1D5;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C6D1D5), to(#e9e9e9));
    font-size: 10px;
    text-align: center;
    line-height: 4em;
    color: rgb(51, 51, 51);
    text-shadow: white 0px 1px 0px;
}
#content_footer a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

a.bright_link:link, a.bright_link:visited, a.bright_link:hover, a.bright_link:active {
    color: white;
    text-decoration: underline;
    font-size: 9px;
}

a.code_anchor:link, a.code_anchor:visited, a.code_anchor:hover, a.code_anchor:active {
    text-decoration: underline;
    font-family: Monaco, Courier, monospace;
}

/*----------------------------------------------------
LISTS
----------------------------------------------------*/

.inline-list {
    margin: 0 5px;
    padding: 0 0px;
}

.inline-list ul {
}
.inline-list li {
    display: inline;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.inline-list li {
    margin: 0 5px;
}

.inline-list li.same_controller {
}

.inline-list li:hover, .inline-list li.active {
    border-bottom: 1px dotted black;
}

#main {
    margin: 0 auto;
    min-height: 500px;
    height: 100%;
}

a img {
    border:0;
}

/* classes */            
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}

h1 {
    padding: 0;
    margin: 0;
}

#content {
    padding: 10px;
}

#content_header a:link, #content_header a:visited {
    text-decoration: none;
}

#projects_issue_overview {
    margin-top: 10px;
}
#projects_issue_overview td#my_unresolved,
#projects_issue_overview td#top_ten_recently_changed,
#projects_issue_overview td#last_ten_incoming {
    width: 33%;
}
#projects_issue_overview td#my_unresolved {
    padding: 0 5px 0 0;    
}
#projects_issue_overview td#top_ten_recently_changed {
    padding: 0 5px 0 5px;
}
#projects_issue_overview td#last_ten_incoming {
    padding: 0 0 0 5px;
}
#projects_issue_overview h1 a {
  position: absolute;
  right: 10px;
}

#project_heading, #tag_cloud {
    background-color: #EFEFEF;
    padding: 5px;
    margin-bottom: 5px;
}
#project_heading h1 {
    line-height: 1.5em;
    white-space: nowrap;
    float: left;
}
#project_heading img {
    float: left;
    padding: 0px 5px 0px 0px;
}
#tag_cloud {
    border-top: 0px;
}
form #issue_tags {
    position: relative;
}
form #issue_tags #tag_cloud {
    background-color: inherit;
    margin-left: 9.0em;
    display: block;
    padding-left: 0;
}
fieldset #tags {
    position:relative;
}

#report_issue_form input, form.wide input {
    width: 80%;
}
#report_issue_form input#issue_title {
    font-size: 1.5em;
}
#report_issue_form #issue_attachments label {
    width: 10em;
}
#report_issue_form #issue_attachments input {
    width: inherit;
}
#report_issue_form .action input {
    width: inherit;
}

div.project {
    border: 1px solid #aab7cc;
    padding: 4px;
    margin: 5px 0 5px 0;
    background: #fff;
}
div.project h2 {
    margin: 15px 0 0 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.project h2 a {
  text-decoration: none;
  display: block;
}

div.project div#description{
    clear: none;
    margin-left: 75px;
}

table.layout div.project p {
    padding: 0;
    margin: 0 0 0 0;
    margin-bottom: 15px;
}
div.project img {
    float: left;
    margin: 15px;
    margin-right: 15px;
}

#attachment_container {
    overflow: auto;
}

.main_form div.attachment {
    float: left;
    border: 1px solid #aab7cc;
    padding: 8px;
    background: #eee;
    margin: 5px 1.2% 0 1.2%;
    width: 45%;
}
.main_form div.attachment.second {
  float: right;
}
.main_form div.attachment img {
    float: left;
    margin: 5px;
    margin-right: 13px;
}
.main_form div.attachment {
  clear: none;
  padding: 8px;  
}


fieldset {
    border: 0;
    padding:2px 4px 4px 4px;
    margin: 4px auto;
    background: #fff;
}

legend {
    color: #222;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.8);
    background: #bbb;
    padding: 2px 10px;
    margin-left: 0px;
    min-width: 150px;
    font-weight: bold;
    line-height:1.3em;
    position: relative;
    left: -5px;
    -webkit-border-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
}
legend img {
    vertical-align: middle;
}

.table_label {
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
    text-align: right;
    padding: 3px 0px 2px 5px;
    background-color: inherit;
    border: 0;
}

.floatright {
    float: right;
}

.nowrap {
  white-space: nowrap;
}

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


table {
    padding:0;
    width: 100%;
    border-collapse: collapse;
}

table.listing tr:hover a {
  text-decoration: underline;  
}

tr.heading {
    background-color: rgb(217, 223, 234);
}

table.listing, table.content_table, table.content_table table {
    width: 100%;
}

table.listing {
    background-color: #f0f0f0;
}

table.listing tr {
    background-color: #fff;
}
table.listing th, table.listing td {
    padding: 3px 5px 2px 5px;
}
table.listing tr:nth-child(odd) {
    background-color: #fff;
}

table.listing tr td {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

table.listing tr:hover td {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

table.listing td.narrow_issue_column {
  width: 6em;
}
table.listing td.small_icon_column {
  width: 20px;
}


table.content_table #issue_roadmap {
    border-right: 5px solid white;
    width: 50%;
    padding-right: 5px;
}
table.content_table #issue_timeline {
    width: 50%;
    padding-left: 5px;
}
table.content_table h2 {
    color: #555;
}


table.listing img {
    max-width: 80px;
}

table#recently_changed_issues {
    margin: 0 5px 0 0px;
}

table tr.issueFixed td, table tr.issueFixed td strong, li.issueFixed a, a.issueFixed {
    color: #336633 !important;
}
table tr.issueDuplicate td, table tr.issueDuplicate td strong, li.issueDuplicate a, a.issueDuplicate,
table tr.issueCantReproduce td, table tr.issueCantReproduce td strong, li.issueCantReproduce a, a.issueCantReproduce {
  color: #888 !important;
}

table tr.issueIncomplete td, table tr.issueIncomplete td strong, li.issueIncomplete a, a.issueIncomplete,
table tr.issueWontFix td, table tr.issueWontFix td strong, li.issueWontFix a, a.issueWontFix {
  color: #888 !important;
  text-decoration: line-through;
}

th,td {
    text-align:left;
    font-size: 9pt;
    margin: 0px;
}

form td {
    vertical-align: baseline;
}

th {
    font-weight: bold;
    background: #fff;
    line-height: 2em;
    color: #111;
    border-bottom: 2px solid #DCDCDC;
}

/*-------------------------------------------------
Forms
-------------------------------------------------*/
label {
    font-weight: normal;
}
div.required label {
    font-weight: bold;
}

textarea {
    font-size: 12px;
    font-family: Monaco, Courier, monospace;
}

.tag_active {
    color: white;
    background-color: black;
}

.tag {
    cursor:pointer;
    padding:1px;
}
.clickable {
  cursor: pointer;
}

.selected_tag {
    background-color: #c4d6fe;
    color: #000 !important;
    text-decoration: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

div.fieldWithErrors {
  display: inline !important;
}
div.fieldWithErrors input, div.fieldWithErrors textarea {
    border: 1px solid red;
}

select {
    min-width: 10em;
}

/* Issue */
#issue_container {
    margin-top: 5px;
}

div#issue_actions {
    float: right;
    width: 250px;
    line-height: 1.8em;
}
div#issue_actions table {
    width: 100%;
}
div#issue_actions table td {
}
div#issue_actions table td select {
    min-width: 80px !important;
    max-width: 100% !important;
}

div#issue_base_info {
    overflow: auto;
    margin-right: 10px;
}
div#issue_base_info textarea {
    width: 100%;
    font-size: 10px;
    font-family: Monaco,Courier,monospaced;
}

#issue_status_actions a {
    display: block;
}

/*-------------------------------------------------
Sortable Lists
-------------------------------------------------*/

.sorted_asc {
    padding-right: 16px;
    background: url(../images/icons/up.gif) no-repeat bottom right;
}

.sorted_desc {
    padding-right: 16px;
    background: url(../images/icons/down.gif) no-repeat bottom right;
}

/*-------------------------------------------------
Pagination
-------------------------------------------------*/

.pagination {
    padding: 3px;
    margin: 3px;
    font-size: 9pt;
}
.pagination a {
    padding: 3px 5px 2px 5px;
    margin: 2px;
    border-bottom: 1px solid #888;
    text-decoration: none;
}
.pagination a.next_page, .pagination a.prev_page, .pagination a.next_page:hover, .pagination a.prev_page:hover {
    border-bottom: 0px solid;
}
.pagination a:hover, .pagination a:active {
    border-bottom: 2px solid #888;
}
.pagination span.current {
    padding: 3px 5px 2px 5px;
    margin: 2px;
    font-weight: bold;
    border-bottom: 2px solid #111;
}
.pagination span.disabled {
    padding: 3px 5px 2px 5px;
    margin: 2px;
    border: 0px solid #555;
    color: #555;
}

/*-------------------------------------------------
ALERTS
-------------------------------------------------*/

.note, #flash_note, #infobox {
    text-align: left;
    border-top: 1px solid #9c9;
    border-bottom: 1px solid #9c9;
    border-left: 0px;
    border-right: 0px;
    padding: 5px 5px 5px 30px;
    font-size: 11px;
    margin: 0 0px 15px 0px;
    color: #060;
    background: url(../images/icons/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

div.error, #flash_error {
    text-align: left;
    font-weight: bold;
    border-top: 1px solid #c99;
    border-bottom: 1px solid #c99;
    border-left: 0px;
    border-right: 0px;
    padding: 5px 5px 5px 27px;
    font-size: 11px;
    margin: 0 0px 15px 0px;
    background: url(../images/icons/alertbad_icon.gif) #c00 left no-repeat;
    color: #fff;
}

.hint, .hint a {
    font-size: 0.8em;
    color: #999;
}
.hint a {
    text-decoration: underline;
    font-size: 1em;
}
.hint .error {
    color: red;
    font-weight: bold;
}
ul.hint {
  margin-left: 3em;
}

/*-------------------------------------------------
PROGRESS BARS
-------------------------------------------------*/
.progress_bar_container {
    width: 18em !important;
    position: absolute;
    right: 8px;
    top: 7px;
    margin: 0;
    background-color: transparent !important;
}
tr > .progress_bar_container {
    position: relative;
    right: 0;
    top: 0;
}
.progress_bar_container tr {
    background-color: transparent !important;
}
.progress_bar {
    width: 104px;
    padding: 0;
    white-space: nowrap;
    height: 6px;
    padding: 0;
    margin: 0;
}
.progress_bar_text {
    font-weight: normal;
    padding: 0;
    padding-right: 5px;
    margin: 0;
    text-align: right;
    background-color: transparent !important;
}
.resolved_bar_part, .unresolved_bar_part {
    padding: 0;
    margin: 0;
    height: 8px;
    float: left;
    background-color: #009900;
}
.resolved_bar_part {
  border: 2px solid white;
  border-right: 0;
}
.unresolved_bar_part {
    background-color: #c00;
    margin-right: 0px;
    border: 2px solid white;
    border-left: 0;
}

/*-------------------------------------------------
INSIDER ADMIN
-------------------------------------------------*/
.invalid td {
    color: red;
}
.incomplete td, .canceled td {
    color: gray;
}
.canceled td {
    text-decoration: line-through;
}

span.green {
    color: green;
}
span.darkgreen {
    color: #004400;
}
span.yellow {
    color: yellow;
}
span.red {
    color: red;
}

/*
Show Issue
*/
#show_issue #tagstring_input_element {
    margin-top: 5px;
    width: 99%;
}

/*-------------------------------------------------
Add user form
-------------------------------------------------*/
table.layout {
    margin-top: 0;
    margin-bottom: 0;
}

table.layout td.left {
    position:relative;
    padding:0 8px 8px 0;
    width:70%;
    vertical-align: top;
    background-color: #fff;
}

table.layout td.right {
    background: #E9E9E9;
    padding: 0 0 5px 0;
    width: 30%;
    width: auto;
    min-width:200px;
    vertical-align: top;
    text-align: left;
}

.main_form table.layout td.right fieldset {
    background: transparent;
    padding-left: 0;
}
.main_form table.layout td.right fieldset label {
    width: 9.2em;
    white-space: nowrap;
}

.main_form table.layout td.right ul{
    list-style-type: none;
    margin-left: 50px;
}


table.layout h1 {
	background-color:#EBF1FE;
    border-bottom:1px solid #DCDCDC;
    color:#333333;
    font-size:15px;
    margin:0 0 0 0;
    padding:6px 8px;
    text-align: left;
    position: relative;
}

table.layout td.left h1 {
	background-color: transparent;
	border-bottom:2px solid #DCDCDC;
}

table.layout h2, table.layout td.headline_cell {
  background-color:#EBF1FE;
  font-size:13px;
  padding:6px 8px;
  position: relative;
}
table.layout td.headline_cell {
  border-top: 0;
  font-weight: bold;
}

table.layout p {
    padding:6px 8px;
}
.main_form {
    margin: 0 0;
    padding: 0;
    font-size: 100%;
}

input, select, textarea {
    font-size: 100%;
}

textarea {
    overflow: auto;
}

.main_form div {
    clear: left;
    display: block;
    margin: 5px 0 0 0;
    padding: 0;
    margin: 6px 8px;
}

.main_form fieldset {
    border: 0;
    margin:0 auto 1em auto;
    clear: both;
    padding: 5px 5px;
}

.main_form fieldset legend {
    border: 0px;
    background-color: #dedede;
    color: #111;
    text-shadow: 1px 1px 1px #fff;
    font-size:1.3em;
    font-weight:bold;
    margin:0 1em;
    padding:0 1em;
}

.main_form label {
    display:block;
    float:left;
    margin:2px 0em;
    padding:0;
    text-align:left;
    width:9em;
}
.main_form label.wide {
  width: 90%;
}
.main_form label span.error {
  color: red;
}
.main_form table.layout td.right div.email_actions label {
  width: 10.2em;
}
.main_form div.action {
    border-top:2px solid #DCDEE4;
    font-size:12px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom:10px;
    padding-top: 6px;
    padding-right: 5px;
    text-align:right;
    /* width: 100%; */
}
.main_form div.action input {
    width: inherit;
}

.main_form div.comment {
    margin: 0;
    padding: 0;
    min-height: 45px;
}

.main_form div.comment img {
    float: right;
    margin: 2px 5px 5px 5px;
    padding: 0px;
    border: 1px solid #8892a3;
}

.main_form div.comment_heading {
    background: #EBF1FE;
    margin:  0px;
    padding: 4px 2px 2px 4px;
    color: #000;
    font-weight: bold;
    margin-top: 2px;
}

.main_form div.comment_body {
    margin:  0px;
    padding: 4px;
    min-height: 20px;
}

a.admin_link:link, a.admin_link:visited {
    color:#FF0000;
    font-family:verdana;
    font-size:11px;
    font-weight:normal;
}

a.admin_link:hover {
    background: #FF0000 none repeat scroll 0 0;
    color:#FFFFFF;
}
h1 a.admin_link {
    margin-left: 1em;
}

div.page_top {
    background:#EBF1FE none repeat scroll 0 0;
    padding:13px 30px 13px 24px;
}

div.page_top h1 {
    font-size: 16px;
}

div.page_top a {
    font-size:14px;
    font-weight:normal;
    margin-left:10px;
}

div.page_top a:link {
    color:#0033CC;
}

div.page_top a:visited {
    color:#0033CC;
}

div.page_top a:hover {
    background:#0033CC;
    color:#FFFFFF;
}

div.page_top .previous_issue_link {
  background: transparent;
  position: absolute;
  left: 5px;
}

div.page_top .next_issue_link {
  background: transparent;
  position: absolute;
  right: 15px;
}
div.page_top .previous_issue_link a, div.page_top .next_issue_link a {
  background: transparent;
}

div#add_comment_form_div textarea, div.comment textarea{
    width: 100%;
}
textarea#details_input_element{
    width: 100%;
}

a.add_link {
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px;
    color:#0033CC !important;
}

a.add_link:visited{
    color:#0033CC !important;
}

a.add_link:hover{
    background:#0033CC !important;
    color:#FFFFFF !important;
}

a.trash_link_action, table a.trash_link_action {
  color: #ff0000;
}

a.link_to_insider_issue {
	text-decoration: none;
}

/*-------------------------------------------------
Public
-------------------------------------------------*/

#public_login {
    float: right;
    margin: 0px 0px 0px 10px;
    padding:5px;
    width: 210px;
}

#public_projects {
    padding:5px;
    margin-right: 220px;
}

#public_fieldset {
    min-height:120px;
}

/* search form with hint*/

#search_form {
    background-color: #C6D1D5;
}
#search_form input {
    margin: 0;
}
#search_form .hint a {
    color: black !important;
}

#search_form_fields {
    position:relative;
    z-index:15;
}

#project_heading #search_form_hint_box, #project_heading #versions_hint_box {
    -moz-border-radius-bottomleft:1em;
    -moz-border-radius-bottomright:1em;
    -moz-border-radius-topleft:1em;
    -moz-border-radius-topright:1em;
    -webkit-border-bottom-left-radius:1em;
    -webkit-border-bottom-right-radius:1em;
    -webkit-border-top-left-radius:1em;
    -webkit-border-top-right-radius:1em;

    -webkit-box-shadow: 3px 3px 7px #777;
    -moz-box-shadow: 3px 3px 7px #777;

    line-height: 1.3em;
    background: #C6D1D5 none repeat scroll 0 0;
    display: block;
    padding: 2.9em 2em 1.5em;
    position: absolute;
    right: 0;
    top: 0em;
    width: 28em;
    z-index: 10;
    border: 0 solid #222;
}

#project_heading #versions_hint_box {
  width: 20em;
}

#search_form_hint_box .left, #search_form_hint_box .right, #versions_hint_box .left, #versions_hint_box .right {
    float:left;
    margin:0;
    padding:0;
    width:50%;
}

#search_form_hint_box .right, #versions_hint_box .right {
    text-align: left;
    float:right;
}

#search_form_hint_box dt, #search_form_hint_box dd, #versions_hint_box dt, #versions_hint_box dd {
    font-size: 0.8em;
    font-weight: normal;
    margin:0;
    padding:0;
}
#search_form_hint_box dt, #versions_hint_box dt {
    margin: 0.5em 0 0;
    padding: 0;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-shadow: white 0px 1px 0px;
}

#search_form_hint_box a {
    color: #000;
}
#search_form_hint_box hr {
    color:white;
}

td.drag_handle {
    font-size: 12px;
    cursor: move;
    width: 15px;
    background-image: url(../images/icons/drag.png);
    background-position: center;
    background-repeat: no-repeat;
}
td.drag_handle:hover {
    background-image: url(../images/icons/drag_active.png);
}

.notice {
    background-color: #FFFFCC;
    padding: 10px;
}

.notice a {
    text-decoration: underline !important;
}

.lighter {
    opacity: 0.5;
}

/* inline forms */
#add_project_form, #add_project_version_form, #add_user_form, #add_saved_search_form {
  margin-bottom: 15px;
}

/* autocomplete */
div.autocomplete {
  margin:0px;  
  padding:0px;
  width:250px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  z-index: 1000;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

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

div.autocomplete ul li {
  margin:0;
  padding:2px;
  line-height:22px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}

ul#related_issues_list li.related_issue {
  white-space: nowrap;
}

div#relation_projects_autocomplete {
	width: 150px !important;
}

div#relation_projects_autocomplete ul {
 margin-left: 0px;
}

div#relation_duplicate_autocomplete {
	top: auto !important;
	width: 150px !important;
}

/* buttons */
.awesome, .awesome:visited,
a.awesome, a.awesome:visited,
table a.awesome, table a.awesome:visited {
  background: #222 url(../images/button-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.awesome:hover {
  background-color: #111;
  color: #fff;
}
.awesome:active {
  top: 1px;
}
.small.awesome, .small.awesome:visited {
  font-size: 11px;
}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesome, .large.awesome:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}
.right .large.awesome, .right .large.awesome:visited {
    margin: 0 6px 6px 6px;
    width: auto;
    float: none;
    padding: 6px 8px;
    line-height: 2em;
}
.right .large.awesome, .right .large.awesome:visited {
    display: block;
    text-align: center;
}

.green.awesome, .green.awesome:visited {
  background-color: #91bd09;
}
.green.awesome:hover {
  background-color: #749a02;
}
.pale_green.awesome, .pale_green.awesome:visited {
  background-color: #88bb88;
}
.pale_green.awesome:hover {
  background-color: #77aa77;
}
.blue.awesome, .blue.awesome:visited {
  background-color: #2daebf;
}
.blue.awesome:hover {
  background-color: #007d9a;
}
.red.awesome, .red.awesome:visited {
  background-color: #e33100;
}
.red.awesome:hover {
  background-color: #872300;
}
.magenta.awesome, .magenta.awesome:visited {
  background-color: #a9014b;
}
.magenta.awesome:hover {
  background-color: #630030;
}
.orange.awesome, .orange.awesome:visited {
  background-color: #ff5c00;
}
.orange.awesome:hover {
  background-color: #d45500;
}
.yellow.awesome, .yellow.awesome:visited {
  background-color: #ffb515;
}
.yellow.awesome:hover {
  background-color: #fc9200;
}
.gray.awesome, .gray.awesome:visited {
  background-color: #999;
}
.gray.awesome:hover {
  background-color: #888;
}

.project_heading_button, a.project_heading_button, a.awesome.project_heading_button {
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;

    position: relative;
    float: right;
    margin: 0;
    margin-left: 5px;
    padding: 10px;
    line-height: 2em;
}

.large.awesome.project_heading_versions_button {
  padding: 10px;
}
a#project_heading_versions_link {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.right .awesome.active_button {
  -webkit-box-shadow: 0 0 1px #999;
  -moz-box-shadow: 0 0 1px #999;
}

/* growl */
#bugbus_message {
    border: 5px solid #333;
    border-top: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    position: absolute;
    top: 0px;
    left: 40%;
    width: 300px;
    opacity: 0.95;
    z-index: 100;
    -webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 1px 3px;
    padding: 0;
}
#bugbus_message div {
    margin: 5px;
}
#bugbus_message h1 {
    font-size: 1.2em;
    position: relative;
}
#bugbus_message #bugbus_message_description {
    color: #ddd;
    font-weight: normal;
    margin-top: 5px;
}

div.plan_listing {
    background-color: rgb(239, 239, 239);
    border: 4px solid #EBF1FE;
    margin: 1em auto;
    padding: 0px 1em 0.5em 1em;
    width: 50%;
}

/* project versions */

.project_versions_row th {
  background-color: #EBF1FE;
}
.project_versions_row th.active {
  background-color: white;
}
.project_versions_row th .version_name {
  font-size: 16px;
}
.project_versions_row th.active .version_name {
  font-weight: bold;
}