body {
    background: #e9e9e9;
    color: #333;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
img {
    border: none;
    vertical-align: middle;
}
img.avatar {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin: 3px 30px 3px 0;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/* Layout ************************************************ */
#centrecontent {
    background: #fff;
    border: 1px solid #ddd;
    line-height: 130%;
    margin: 50px 285px 100px 50px;
    padding: 10px 25px 40px 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 3px 3px 3px #ddd;
    -moz-box-shadow: 3px 3px 3px #ddd;
    -webkit-box-shadow: 3px 3px 3px #ddd;
}
#widecontent {
    margin: 0 40px 0 40px;
}
#header {
    background: #2A2A2A; /*url(../images/title_bg.png) repeat-x fixed left top;*/
    box-shadow: 0px 3px 3px #777;
    margin: 0;
    height: 75px;
    voice-family: inherit;
    -moz-box-shadow: 0px 3px 3px #777;
    -webkit-box-shadow: 0px 3px 3px #777;
}
#header img {
    margin: 15px 0 0 50px;
}
#headerSearchForm {
    position: absolute;
    right: 40px;
    top: 20px;
}
.searchField {
    color: #555;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    padding: 2px;
    width: 175px;
}
/* Footer Bar */
#footer {
    bottom: 0px;
    left: 0px;
    padding: 0px 0px 4px 0px;
    margin: 0;
    width: 100%;
    height: 16px;
}
#footer p {
    text-align: center;
    font-size: 11px;
    color: #666;
    margin-top: 3px;
}
#footer a {
    color: #555;
}
.hide {
    display: none;
}
.show {
    display: block;
}
/* Navigation bar holding section links ************************************************ */
.navbar {
    background-color: #72a128;
    border: 1px solid #699c23;
    border-radius: 5px;
    height: 35px;
    margin: 10px 40px 0 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 7px #555;
    -moz-box-shadow: 3px 3px 7px #555;
    -webkit-box-shadow: 3px 3px 7px #555;
}
.navcontent {
    padding: 0;
    position: absolute;
    top: 65px;
    left: 30px;
}
html>/**/body .navcontent { /* Ignored by IE7 and below */
    top: 55px;
    left: 30px;
}
.navcontent #nav_items li {
    border-right: 1px solid #79A728;
    height: 36px;
    list-style-type: none;
    margin-top: -6px;
    padding: 0;
    float: left;
}
.navcontent #nav_items li a {
    color: #fff;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
    padding: 6px 25px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333;
}
.navcontent #nav_items li:hover {
    background-color: #689925;
}
#nav_login {
    color: #eee;
    font-size: 12px;
    position: absolute;
    right: 80px;
    top: 72px;
}
#nav_login a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#nav_login a:hover {
    text-decoration: underline;
}
/* Links ************************************************ */
a:link {
    color: #5A6A7B;
}
a:visited {
    color: #5A6A7B; /*#72a128;*/
}
a:hover {
    color: #5A6A7B;
}
a.button {
    font-size: 12px;
    text-decoration: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: #f5f5f5;
    padding: 3px 10px 3px 10px;
    margin: 5px;
}
a.actionLink {
    color: #555;
    pointer: cursor;
    font-weight: bold;
    text-decoration: underline;
}
a.mail {
    background-color: transparent;
    background-image: url(../images/email.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0px 1px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 18px;
    text-decoration: none;
}
a.mail:hover {
    text-decoration: underline;
}
/* Sidebar holding mini menus ************************************************ */
#sidebar {
    position: absolute;
    top: 140px;
    right: 30px;
    width: 240px;
    line-height: 120%;
}
.sidebarBlock {
    margin: 0 10px 20px 0;
}
.sidebarBlock h4 {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px !important;
    font-weight: bold;
    padding: 0 10px;
    line-height: 220%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 3px 3px 3px #ddd;
    -moz-box-shadow: 3px 3px 3px #ddd;
    -webkit-box-shadow: 3px 3px 3px #ddd;

}
/* Sidebar boxes ************************************************ */
#sidebar h4, #sidebar ul {
    margin: 0;
}
#sidebar ul {
    list-style: none;
    padding: 10px 0 20px 15px;
}
#sidebar ul li {
    border-bottom: 1px solid #ddd;
    margin-right: 10px;
    padding: 10px 0;
}
#sidebar li a {
    color: #555;
    text-decoration: none;
}
#sidebar li a:hover {
    text-decoration: underline;
}
#new_page_form a {
    font-size: 11px;
    padding: 0;
}
#new_page_form .submit {
    color: #666;
    font-size: 11px;
    margin-top: 5px;
}
/* Typeface ************************************************ */
p {
   color: #333;
   font-size: 12px;
   line-height: 160%;
   margin-left: 10px;
}
h1 {
   font-family: Arial, Tahoma, Verdana, sans-serif;
   font-size: 26px;
   color: #333;
   margin-bottom: 20px;
   padding: 5px;
}
h2 {
   font-family: Arial, Tahoma, Verdana, sans-serif;
   font-size: 22px;
   color: #444;
   margin-bottom: 20px;
   padding: 5px;
   border-bottom: 1px solid #ccc;
}
h3 {
   font-family: Arial, Tahoma, Verdana, sans-serif;
   font-size: 20px;
   color: #555;
   margin: 3px 0 10px 0;
   padding: 5px;
}
h4 {
   font-family: Arial, Tahoma, Verdana, sans-serif;
   font-size: 16px;
   font-weight: normal;
   color: #666;
   margin-top: 10px;
   margin-bottom: 6px;
   padding: 3px;
}
h5 {
   font-family: Arial, Tahoma, Verdana, sans-serif;
   font-size: 14px;
   color: #666;
   margin-top: 5px;
   margin-bottom: 5px;
   padding: 3px;
}
pre {
   color: #333;
   border: 1px dotted #666;
   /*background-color: #eee;*/
   padding: 5px;
   margin: 10px;
   width: 95%;
   overflow: auto;
}
h2 a {
    text-decoration: none;
}
h4.timelineDate {
    color: #555;
    margin-top: 30px !important;
}
input[type="text"], input[type="password"], select, textarea {
    background-color: #ffffee;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #ccc;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #ccc;
}
.small {
    width: 140px;
}
.medium {
    width: 250px;
}
.large {
    width: 380px;
}
/* Tables ************************************************ */
.savedSearchTable, .projectListTable, .allUserTable {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 20px;
    width: 680px;
}
.savedSearchTable th, .projectListTable th, .allUserTable th {
    border-right: 1px solid #999;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #666;
    padding: 0 5px;
    text-align: left;
    line-height: 25px;
}
.savedSearchTable td, .projectListTable td, .allUserTable td {
    color: #777;
    border: 1px solid #eee;
    padding: 4px;
}
.searchNumberCol {
    width: 40px;
}
.allUserTableEmail {
    font-size: 11px;
}
.allUserTableLastActive {
    margin-left: 20px;
    font-size: 10px;
    color: #999;
}
#attachment {
    margin-bottom: 8px;
}
.attachment_link {
    vertical-align: middle;
    margin-left: 20px;
}
.projectSummaryRow {
    font-size: 11px;
}
#ticket_list_table, #project_list_table, #component_list_table,
#milestone_list_table, .saved_search_table, #file_list_table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: auto;
    width: 100%;
}
#ticket_list_table th, #project_list_table th, #component_list_table th,
#milestone_list_table th, .saved_search_table th, #file_list_table th {
    background-color: #f3f3f3;
    border-bottom: 2px solid #ddd;
    color: #999;
    font-size: 11px;
    height: 30px;
    text-align: left;
    padding: 0 5px;
}
#ticket_list_table tr.highSevTicket {
    background-color: #FFDBDB;
}
#ticket_list_table tr.highSevTicket a:link,
#ticket_list_table tr.highSevTicket a:visited {
    border-bottom: 1px dotted #C81616;
    color: #C81616;
}
#ticket_list_table tr.highSevTicket .ticket_list_link a {
    font-weight: bold;
}
#ticket_list_table tr:hover, #project_list_table tr:hover,
#component_list_table tr:hover, #milestone_list_table tr:hover,
.saved_search_table tr:hover, #file_list_table tr:hover {
    background-color: #ffffdd;
}
#ticket_list_table tr.highSevTicket:hover {
    background-color: #FF9F9F;
}
#ticket_list_table td, #project_list_table td, #component_list_table td,
#milestone_list_table td, #file_list_table td {
   border-bottom: 1px solid #f5f5f5;
   font-size: 11px;
   height: 25px;
   padding-left: 5px;
}
.saved_search_table td {
   border-bottom: 1px solid #f5f5f5;
   font-size: 12px;
   height: 25px;
   padding-left: 5px;
}
#ticket_list_table tr.highSevTicket td {
   border-bottom: 1px solid #FFCCCC;
}
.ticket_list_link a, #milestone_list_table a {
    border-bottom: 1px dotted #ccc;
    color: #888;
    text-decoration: none;
}
.ticket_list_link_title a {
    border-bottom: 1px dotted #ccc;
    color: #444;
    text-decoration: none;
}
.saved_search_table a, #file_list_table a {
    text-decoration: none;
}
.saved_search_table a:hover, #file_list_table a:hover {
    text-decoration: underline;
}
#archivedMsg {
    display:none;
}
#project_list_table a {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#project_list_table a:hover {
    text-decoration: underline;
}
#milestone_list_table p {
    font-size: 11px;
}
a.action_edit {
    color: #666;
    font-size: 11px;
    margin-right: 6px;
    text-decoration: underline;
}
.action_img, .xajax_link {
    cursor: pointer;
    vertical-align: middle;
}
.action_link {
    border-bottom: 1px dotted #ccc;
    color: #666;
    cursor: pointer;
}
table.page_revisions {
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 20px auto;
    width: 90%;
}
table.page_revisions th {
    text-align: left;
    padding: 3px;
    color: #fff;
    background-color: #333;
    border-right: 1px solid #999;
}
table.page_revisions tr:hover {
    background-color: #ffffdd;
}
table.page_revisions td {
    border: 1px solid #ddd;
    padding: 2px 2px 2px 4px;
}
/* *********** Tickets *************** */
#ticketDetailsClosed, #ticketEdit {
    background-color: #f7f7f7;
    border: 2px solid #eee;
    margin: 0px 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#newTicketDetails, #ticketDetailsOpen, #attachmentDetails {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#ticketDetailsOpen, #attachmentDetails {
    background-color: #FFFCEF;
    border: 2px solid #FCF3CE;
}
#attachmentDetails {
    padding: 20px 40px !important;
}
#newTicketSubmitButton, #ticketUpdateButton, #uploadAttachmentButton {
    margin: 20px 5px;
}
#ticketTitle {
   font-family: Arial, Tahoma, Verdana, sans-serif;
   font-size: 20px;
   font-weight: normal;
   color: #555;
   margin: 20px 0 10px 30px;
}
label.ticket, label.milestone {
    color: #444;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.ticket_field_nobg {
    margin: 5px 20px 15px 5px;
    padding-left: 10px;
}
.ticket_field {
    margin: 5px 20px 15px 5px;
    padding: 10px 0 10px 10px;
}
.ticket_field {
    background-color: #F9F9F9;
    border-radius: 3px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ticket_field input, .ticket_field select {
    float: left;
}
.form_description {
    color: #777;
    font-style: italic;
    font-size: 11px;
    margin: 3px 20px 0 20px;
}
#show_advanced {
    display: block;
    font-size: 11px;
    margin: 5px 0 10px 0;
    text-decoration: none;
}
#ticket_advanced {
    display: none;
}
.ticket_reporter {
    margin: 8px 0;
}
.ticket_reporter p {
    color: #666;
    font-size: 10px;
    margin: 3px 0 0 105px;
}
.ticket_due_date {
    color: #666;
}
span.help_text {
    color: #666;
    font-size: 10px;
}
.ticketPropertiesTable {
    padding: 10px;
    width: auto;
    width: 100%;
}
textarea#summary, textarea#noteContent {
    height: 140px !important;
    width: 97% !important;
}
ul.ticket_actions {
    list-style: none;
}
ul.ticket_actions li {
    margin: 0 0 10px 0 !important;
}
#ticketWatchers {
    margin: 4px 0;
}
.projectDate {
    color: #bbbb44;
    font-size: 10px;
    width: 180px;
}
.ticketDetailsInner {
    border-collapse: collapse;
    padding: 5px 15px 5px 15px;
    margin: 20px 40px 10px 30px;
    width: 95%;
}
.ticketDetailsInner th {
    color: #444;
    font-weight: bold;
    height: 25px;
    padding-right: 15px;
    text-align: right;
}
.ticketDetailsInner a {
    border-bottom: 1px dotted #999;
    color: #444;
    text-decoration: none;
}
#ticketSummary {
    margin: 0 30px;
    padding-bottom: 20px;
}
#ticketSummary p {
    font-size: 12px;
}
#ticketSummary img {
    margin: 5px;
    background: #fff;
    border: 1px solid #999;
}
#ticketSummary ul, #ticketSummary li {
    font-size: 11px;
    list-style: square;
}
#ticketChangeTitle, #ticketPropertiesTitle {
    color: #444;
    font-family: Helvetica,Arial,Tahoma,Verdana,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 10px;
}
/* Change listing and content ******************************** */
#ticketChanges {
   padding: 10px;
   border: 0px solid #ddd;
   margin: 10px 30px 10px 10px;
   width: auto;
   width: 100%;
}
.changeTitle {
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
}
#ticketChanges p {
    font-size: 11px;
    margin-left: 10px;
}
#ticketChanges li {
    list-style: square;
}
.changeContent_bg, .changeContent_nobg {
    margin-bottom: 10px;
    margin-right: 40px;
    padding: 10px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.changeContent_bg {
    background-color: #f9f9f9;
}
.changeContent_nobg {
    background-color: #fff;
}
.changeContent_bg li, .changeContent_nobg li {
    font-size: 11px;
}
.changeHistoryIP {
    color: #B4B4B4;
    font-size: 11px;
}
.watchers {
    color: #666;
    margin: 5px 20px;
}
/* *********** Projects *************** */
#projectDetails {
    background-color: #fff9df;
    border: 2px solid #f1e4af;
    margin: 0 20px 20px 20px;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#projectDetails ul {
    list-style: square;
    margin-left: 30px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
#projectDetails ul li {
    font-size: 12px;
}
#projectProperties {
    font-size: 12px;
    line-height: 180%;
    margin: 10px 20px;
    padding: 0 20px;
    width: auto;
    width: 95%;
}
.projectField {
    background-color: #F9F9F9;
    margin: 5px 20px 15px 15px;
    padding: 10px 0 10px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.projectProperty {
    display: block;
}
label.project {
    display: block;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    margin: 20px 0 10px 0;
}
.projectValue {
    color: #666;
    display: inline;
    font-size: 12px;
}
h4#description_title {
    line-height: 22px;
    padding: 0;
    margin: 0 0 20px 0;
}
#projectDescription {
    font-size: 12px;
    padding: 0 30px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
#manageProjectDevelopers {
    margin: 0 10%;
    width: auto;
}
#manageProjectDevelopers select {
    border: 1px solid #ccc;
    width: 200px;
}
.project_section {
    margin: 30px 0 20px 15px;
}
.project_section p {
    margin-left: 15px;
}
.project_section ul li {
    color: #555;
    list-style: square;
    margin-left: 20px;
}
.project_developer_link, .project_tag_link, .watcher_link {
    margin-right: 10px;
}
#projectComponentsList {
    margin: 0 20px;
}
#projectDevelopersList {
    margin-left: 40px;
}
#component_list {
    margin: 5px 0 5px 20px;
}
#compForm {
    margin: 10px 10px 20px 30px;
}
#project_edit_link {
    color: #666;
    cursor: pointer;
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 0 10px;
    padding-bottom: 0px;
}
textarea#project_description {
    width: 90%;
}
/* ************ MILESTONES ***************** */
.milestone_header {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    margin: 5px 0 10px 0;
    width: 680px;
}
.milestone_link {
    border-bottom: 1px dotted #ccc;
    color: #444;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}
.milestone_date {
    font-size: 10px;
    color: #666;
    margin-top: 3px;
}
.milestone_content, .milestone_content p {
    color: #555;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 150%;
}
.milestone_stats {
    color: #999;
    text-decoration: none;
}
.datePicker {
    border: 1px solid #ccc;
    margin-right: 5px;
}
#originalDate {
    font-size: 10px;
    color: #999;
}
#overdue_milestones {
    background-color: #fffde4;
    border: 1px solid #efefbb;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 10px 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#overdue_milestones p {
    text-align: center;
}
#overdue_milestones_list ul li {
    line-height: 150%;
    list-style-type: square;
}
.milestone_item, .milestone_item_overdue {
    margin-bottom: 20px;
    padding: 10px 20px 0 20px;
}
.milestone_item_overdue {
    background-color: #ffdddd;
}
.milestone_item_released .milestone_header a {
    color: #bbbb44
}
/* ************** STATS ******************* */
.statsBar {
    margin: 10px;
    width: 400px;
    height: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.statsBarContent {
    height: 10px;
    background: #f7c752;
    margin: 1px;
}
/* ************* SETTINGS ****************** */
label.settings {
    display: block;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    margin: 20px 0 10px 0;
}
.settingsField, .settingsFieldAvatar {
    background-color: #F3F3F3;
    border: 1px solid #EEE;
    margin: 5px 20px 15px 15px;
    padding: 10px 0 10px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.settingsFieldAvatar {
    margin: 5px 20px 15px 90px;
}
#user_form p {
    color: #555;
}
.user_profile {
    background-color: #F9F9F9;
    margin: 5px 20px 15px 15px;
    padding: 10px 0 10px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.user_profile h3 {
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;

}
h3.settings_block {
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 14px;
}
.settings_block h4 {
    border: none;
    color: #444;
    font-size: 18px;
    margin-left: -10px;
}
#emailStatus {
    margin-bottom: 10px;
}
/* ***************** CALENDAR **************** */
.calendar {
    border: 1px solid #ccc;
    border-spacing: 1px;
    margin: 10px;
}
.month {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: #fff;
    background-color: #777;
}
.calendar th {
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: #666;
    height: 15px;
    background-color: #ccc;
}
.weekday, .targetday, .today, .releaseday {
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: #333;
    text-align: center;
    width: 25px;
    height: 20px;
}
.weekday {
    background-color: #eee;
}
.today {
    background-color: #FFFFCE;
}
.targetday {
    background-color: #fff;
    border: 1px solid #333;
}
.targetday a, .releaseday a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #666;
}
.releaseday {
    background-color: #fff;
    color: #333;
}
.outsidemonth {
    background-color: #fefefe;
}
.fortnight_calendar {
    border: 1px solid #ccc;
    border-spacing: 1px;
    margin: 5px 40px 20px 40px;
    width: 90%;
}
.fortnight_calendar th {
    font-size: 11px;
    color: #666;
    background-color: #ccc;
    padding: 2px 0 2px 5px;
    width: 14.285%;
    text-align: left;
}
.fortnight_calendar_today {
    color: #555;
    padding: 2px 0 2px 5px;
    background-color: #FFFFCE;
}
.fortnight_calendar_day {
    font-size: 11px;
    color: #aaa;
    padding: 2px 0 2px 5px;
    background-color: #eee;
    width: 14.285%;
    vertical-align: top;
}
.fortnight_calendar_deadline {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 11px;
    line-height: 130%;
    padding: 3px;
}
/* ***************************************** */
#auth_sent_reset, #auth_reset_error {
    display: none;
}
.helpFooter {
    position: absolute;
    right: 300px;
}
#infoBox, #errorBox, .infoBox {
    border-radius: 5px;
    font-size: 12px;
    line-height: 160%;
    margin: 20px auto;
    padding: 15px 30px 15px 30px;
    text-align: center;
    width: 80%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#infoBox, .infoBox {
    border: 2px solid #f1e4af;
    background-color: #fff9df;
    color: #A9833C;
}
#infoBox a, .infoBox a {
    color: #A48B26;
    text-decoration: underline
}
#infoBox a:hover, .infoBox a:hover {
    color: #BAA44E;
    text-decoration: underline
}
#infoBox p, .infoBox p {
    color: #A48B26;
    text-align: center;
}
#errorBox {
    border: 2px solid #D43C3C;
    background-color: #ff5e5e;
    color: #fff;
}
#errorBox a {
    color: #fff;
    text-decoration: underline
}
#errorBox p {
    color: #eee;
    text-align: center;
}
.page_nav {
}
.page_nav img {
    vertical-align: bottom;
}
.pagination_details {
    float: left;
    color: #333;
    margin-bottom: 15px;
}
.page_nav_links {
    float: right;
}
.clearfloat {
    clear: both;
}
.timelineContent {
    font-size: 11px;
    color: #666;
    margin-left: 20px;
    line-height: 130%;
}
.datatitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #666;
    color: #fff;
    padding: 5px;
}
.response {
    font-size:10px;
    color:#333;
    line-height:140%;
    background-color: #eee;
    border: 1px solid #666;
    padding: 5px 5px;
    margin: 15px 80px 0 115px;
    text-align: center;
}
#dupe_email, #dupe_username, #nomatch_email, #invalid_email {
    display: none;
    font-size:12px;
    color:#fff;
    border: 2px solid red;
    background-color: #ff5e5e;
    padding: 15px 30px 15px 30px;
    text-align: center;
    margin: 20px 10% 5px 10%;
}
#dupe_email a, #dupe_username a, #nomatch_email a, #invalid_email a {
    color: #ffffff;
    font-weight: bold;
}
#account_created {
    display: none;
    text-align: center;
    border: 2px solid green;
    padding: 15px 30px 15px 30px;
    color: green;
    margin: 20px 10% 5px 10%;
}
.changeHistory {
    padding: 10px;
}
.note1, .note2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
    line-height:130%;
    margin: 10px;
}
.note1 {
    background-color: #fff;
}
.note2 {
    background-color: #fcfcfc;
}
.note2 li {
    list-style-type: square;
    margin: 0px;
    padding: 0px;
}
.row1, .row2 {
    font-size:10px;
    color:#333;
    line-height:130%;
    border: 0px solid #333;
    padding: 5px 5px;
}
.row2 {
    background-color: #fcfcfc;
}
.rowhighlight {
    font-size:10px;
    color:#333;
    line-height:130%;
    background-color: #FF9191;
    border: 0px solid #333;
    padding: 5px 5px;
}
.hilite {
    background-color: orange;
    padding: 0 2px 0 2px;
    color: #fff;
}
#search_form {
    font-size: 12px;
    margin-bottom: 30px;
    margin-left: 40px;
}
li.searchList {
    font-size: 12px;
    list-style-type: square;
}
.searchTxtField {
    padding: 3px;
}
.searchResultTitle {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.searchResultTitle a {
    color: #28508c;
}
.searchResultTitle a:hover {
    text-decoration: underline;
}
.searchTicketStatus {
    color: #777;
    font-size: 11px;
}
.searchResultContent p {
    color: #333;
    font-size: 11px;
    line-height: 140%;
    margin: 0;
    padding: 5px 0 0 10px;
}
.search_result, .search_result_bg {
    margin-bottom: 2px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search_result_bg {
    background-color: #f9f9f9;
}
.search_result:hover, .search_result_bg:hover {
    background: #ffffdd;
}
.searchResultMeta {
    color: #999;
    font-size: 10px;
    line-height: 120%;
    margin: 3px 0 0 20px;
}
.saveSearchPrompt {
    border-left: 1px solid #bbb;
    margin-left: 10px;
    padding-left: 10px;
}
#saveSearchFormBlock {
    background-color: #fffde4;
    border: 2px solid #efefbb;
    border-radius: 5px;
    margin: 15px auto;
    padding: 20px 20px;
    width: 80%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.saveSearchField {
    margin: 5px 20px 5px 15px;
    padding: 0 15px;
    width: 90%;
}
#saveSearchFormBlock label {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    margin: 5px 0 10px 0;
}
#saveSearchFormBlock input {
    margin-left: 10px;
}
.timeline_ip {
    color: #aabbcc;
    font-size: 11px;
}
#reportTitleCount {
    color: #999;
    font-size: 12px;
}
.tableTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #333333;
    line-height: 120%
}
.subTitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    margin-left: 50px;
    margin-bottom: 20px;
}
.editRow {
    padding: 8px;
    margin: 5px;
}
.legendBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
form {
    margin-left: 15px;
}
.formButton, .sFormButton {
    cursor: pointer;
    margin: 20px 5px 0 0;
}
input[type="submit"], input[type="button"] {
    padding: 3px 8px;
}
a.formButton  {
    color: #333;
}
.formCancel {
    color: #999;
    font-size: 11px;
    vertical-align: middle;
}
.formCancel a {
    color: #666;
    font-size: 12px;
}
.formCancel a:hover {
    color: #E23535;
}
.inputField {
    margin: 3px 10px;
}
label {
    color: #111;
    margin: 3px 0;
}
.reqd {
    color: red;
}
.legendTitle {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.note1 li {
    list-style-type: square;
    margin: 0px;
    padding: 0px;
}
.historylink {
    text-decoration: none;
    border-bottom: 1px dotted #09f;
    font-size: 12px;
    font-style: italic;
}
.version-title {
    background-color:#eeeeee;
    border-bottom: 1px dotted #666;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    padding: 3px 3px 0 3px;
}
.version-title img {
   border: none;
}
.versionDate {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    padding-left: 15px;
}
.versionTxt {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #333333;
    line-height: 120%;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.quickSearch {
   color: #333;
   font-size: 11px;
   position: absolute;
   top: 20px;
   right: 40px;
}
.chart_left {
    float: left;
    margin: 0 20px;
    width: 44%;
}
.chart_left h4, .chart_right h4 {
    margin: 8px 0 0 12px;
}
.chart_left img {
    margin: 0 auto;
    width: auto;
}
.stats_box {
    float: right;
    margin: 5px 10px 10px 0;
    padding-bottom: 10px;
    width: 40%;
}
.stats_box h4 {
    margin: 8px 0 0 12px;
}
.stats_box ul {
    list-style: none;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -15px !important;
    margin-right: 10px;
}
.stats_box li {
    color: #666;
    font-size: 11px;
    line-height: 160%;
}
/* Dokuwiki text parsing **************** */
a.wiki_bug_link {
    background: transparent url(../images/ticket.gif) 0px 0px no-repeat;
    padding: 1px 0px 2px 18px;
    text-decoration: underline;
}
a.wiki_bug_link_closed {
    background: transparent url(../images/ticket_closed.gif) 0px 0px no-repeat;
    padding: 1px 0px 2px 18px;
    text-decoration: underline;
}
a.wiki_bug_link_critical {
    background: transparent url(../images/ticket_critical.gif) 0px 0px no-repeat;
    padding: 1px 0px 2px 18px;
    text-decoration:underline;
}
a.wiki_bug_link_closed_critical {
    background: transparent url(../images/ticket_closed_critical.gif) 0px 0px no-repeat;
    padding: 1px 0px 2px 18px;
    text-decoration: underline;
}
/* external link */
a.urlextern {
    background: transparent url(../images/wiki_link.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
    text-decoration: underline;
}
/* windows share */
a.windows {
    background: transparent url(../images/windows.png) 0px 0px no-repeat;
    padding: 1px 0px 1px 18px;
    text-decoration:none;
}
/* interwiki link */
a.interwiki {
    background: transparent url(../images/wp.gif) 0px 0px no-repeat;
    padding-left: 18px;
    text-decoration:none;
}
/* link to some embedded media */
a.media {
  text-decoration:none;
}
/* email link */
a.mail {
  background: transparent url(../images/email.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 18px;
  text-decoration:none;
}
/* Autocomplete CSS. */
.ac_results {
    padding: 0px;
    border: 1px solid #444;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not set or set
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}
.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
    background-color: #f3f3f3;
}
.ac_over {
    background-color: #ffffcc;
    color: #333;
}
