html { background-color: #eee; }
body { margin: 0; padding: 0; background-color: #eee; }
body, td { font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; font-size: small; }
/* IE fix: disappearing elements */
* html #Content { height: 0.01%; }

a { color: blue; text-decoration: none; }
a:hover { color: #000; background-color: #ffc; }
a img { border: none !important; }

h1 { font-size: 180%; margin: 0 0 10px 0; padding: 0 }
h2 { font-size: 120%; border-bottom: 1px solid #ccc; margin-top: 0; margin-bottom: 10px; }
h3 { font-size: 110% !important; margin-top: 0; margin-bottom: 10px; font-weight: bold; }
h4 { font-size: 100%; border: none; }

#ErrorPage h2 { border: none; }

/* Links */
.open, .close { padding-left: 17px; background-image: url('/images/arrow_right.gif'); background-repeat: no-repeat; background-position: left; }
.close { background-image: url('/images/arrow_down.gif') }

/* Structure and layout */
.welcome_help { padding: 10px 20px 20px 20px; margin: 0 10px 0 0; text-align: left; line-height: 1.2; z-index: 101; zoom: 1;}

.column { color: #333; background-color: #fff !important; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#ContentBody { padding: 10px 20px 20px 20px; margin: 0 0 0 0; text-align: left; line-height: 1.2; z-index: 101;}
#Container { width: 100%; margin: 0; margin-left: auto; margin-right: auto; }
#Content { padding: 0; padding-top: 0; margin: 0 0 0 10px; clear: both; text-align: left; z-index: 101;}
#PublicContent { background-color: #fff; padding: 0; padding-top: 0; margin: 0; clear: both; text-align: left; z-index: 101;}
#ContentMinor { margin: 0; padding: 0 10px 0 0; text-align: left; width: 24%; float: right; z-index: 101;}
#ContentPage { width: 99%; }
#ContentMajor { text-align: left; margin: 0; padding: 0; float: left; z-index: 101; width: 74%; }

#Header { clear: both; margin: 0 0 0 0; padding: 0; text-align: left; height: 3em; }
#Header h1 { margin: 0; padding: 0; font-size: 150%; position: relative; }
#Header img.logo { margin: 0; padding: 0; }
#Header #Logo { float: left; margin: 6px 8px 0 10px; }
#HeaderTitle { float: left; margin: 0.75em 0 0 0;  }
#Logout { float: right; clear: none; font-size: x-small; margin: 4px 6px 0 0; }

#Content { padding: 0; padding-top: 0; margin: 0 0 0 10px; clear: both; text-align: left; z-index: 101;}
#ContentMinor, #ContentMinorHider { margin: 0; padding: 0 10px 0 0; text-align: left; width: 20%; float: right; z-index: 101;}
#ContentMajor, #ContentMajorHider { width: 78%; text-align: left; margin: 0; padding: 0; float: left; z-index: 101;}
#ContentMinorHider { width: 0; display: none;}
#ContentMajorHider { width: 100%; }

#Footer, #PublicFooter { margin: 0 0 0 20px; padding: 10px 0 4px 0; text-align: left; clear: both; font-size: 11px; }
#Footer a.nav { margin-right: 20px; font-size: small; }
#Footer div { clear: both; font-size: 5px; }

#Links { margin: 0; padding: 0; text-align: right; font-size: x-small; font-family: verdana, sans-serif; float: right; clear: none; }

/* Secondary navigation */
div#SecondaryNavigation { color: #999; width: 100%; text-align: center; margin: 0 0 20px 0; padding: 0; font-weight: bold; clear: both; }
div#SecondaryNavigation ul { list-style-type: none; clear: both; }
div#SecondaryNavigation li { float: left; margin: 0 8px }

/* Tertiary navigation */
p#TertiaryNavigation { text-align: center; width: 100% }

div#Content h1 { text-align: center; border-bottom: 1px solid #ccc; }

/* Tabs */
#TabsContainer { width: 100%; margin: 0; padding: 0; }
#Tabs { position: relative; float: left; padding: 10px 0 0 20px; margin: 0; list-style:none; line-height:1em; z-index: 100; font-size: 0.85em; font-family: verdana, sans-serif;}
#Tabs li { float:left; margin:0; padding:0; }
#Tabs a:link, #Tabs a:visited, #Tabs a:active { position: relative; top: 1px; display: block; text-decoration: none; margin: 0 0.25em 0 0; padding: 0.4em 0.9em; z-index: 100;}
#Tabs a.selected, #Tabs a:visited.selected { position:relative; font-weight: bold !important; z-index: 103;}
#Tabs li.right { margin: 0; padding: 0; float: right; }

/* User feedback messages */
.SystemMessage { margin: 0 0 10px 0; padding: 6px; border: 2px dotted #666; background-color: #f0f0f0; font-weight: bold; color: green; }
.UserMessage { margin: 0 0 10px 0; padding: 6px; border: 2px solid #ccc; background-color: #f0f0f0; }
#Notice, #Error { clear: both; }
.notice, #Notice { padding: 4px 2px; margin: 0; margin-top: 10px; margin-bottom: 10px; font-weight: bold; color: green; background-color: #DBFFDB; border-top: 1px solid green; border-bottom: 1px solid green; width: 100%; }
.error, #Error { padding: 4px 0 4px 0; margin: 10px 0; font-weight: bold; color: red; background-color: #FFDBDB; border-top: 1px solid red; border-bottom: 1px solid red; width: 100%; }
#errorExplanation { padding: 0 0 1px 0; margin: 0 0 10px 0; border: none !important; }
#errorExplanation { background: #f9f9f9 !important; }
#errorExplanation ul { padding: 0; margin: 10px 10px 10px 30px;}
#errorExplanation ul li { font-weight: bold; color: red; }
#errorExplanation h2 { background-position: 4px center; background-repeat: no-repeat; background-image: url('/images/error.gif'); margin: 0; padding: 3px 0 3px 26px; font-size: 1em; border: none; background-color: #FFDBDB; color: red;}
#errorExplanation p { margin: 10px;}

#Notice, #Error { cursor: pointer; background-position: 4px center; background-repeat: no-repeat; }
#Notice { background-image: url('/images/completed.gif'); }
#Error { background-image: url('/images/error.gif'); }
span.message_space { padding: 0 8px; margin: 0;}

#Notice .body, #Error .body, #Info .body { margin-left: 24px !important }

.long_message { padding: 0 0 1px 0; margin: 0 0 10px 0; border: none !important; width: 100%;}
.long_message { background: #f9f9f9 !important; }
.long_message ul { padding: 0; margin: 10px 10px 10px 30px;}
.long_message h2 { background-position: 4px center; background-repeat: no-repeat; margin: 0; padding: 3px 0 3px 26px; font-size: 1em; border: none; background-color: #ffc; }
.long_message p { margin: 10px;}

/* Page structure */
.divider { border-bottom: 1px solid #ddd; margin: 1em 0; width: 100%; clear: both; }
.divider hr { display: none; }

.blank_divider { margin: 1em 0; width: 100%; clear: both; }
.blank_divider hr { display: none; }

/* Tables */
table.standard { width: 100%; }
table.standard tr th { text-align: left; padding: 3px 8px; font-weight: bold;}
table.standard tr td { vertical-align: middle; padding: 5px 8px; }
table.standard tr td p,
table.standard tr td form { padding: 0; margin: 0; }

table.standard tr.selected td { font-weight: bold; background-color: #f0f0f0;}

table.standard tr td,
table.standard tr th { font-size: 9pt }

table.standard tr.totals th { background-color: transparent; border: none; }
table.standard tr.totals td { background-color: transparent; border: none; }
table.standard tr.totals td.empty { text-align: center; }

/* Form styling */
form.small, form.small div { margin: 0; padding: 0; }

form.standard { margin: 0; padding: 0; }
form.standard label { padding: 0 0 0 1em; text-align: right; float: left; clear: left; width: 12em; margin-right: 0.9em; margin-top: 0.3em; }
form.standard div { padding: 1em 0 0 0; }
form.standard div fieldset { float: left; margin: 0.4em 0 0 0em; padding: 0 0 4px 0; background-color: #fff; text-align: left; height: auto;}
form.standard div fieldset label { text-align: left; width: 20em; }
form.standard div fieldset table { width: 100%; }
form.standard div fieldset table th { white-space: nowrap; }
form.standard div fieldset.table { width: 50%; border: none; }
span.optional { color: #777; }
form.standard div.action { clear: both; padding: 0; }
/* zoom: 1 translates as: Internet Explorer fails at life */
form.standard div.buttons { margin: 1.5em 0 0 0; padding: 1em 0 1em 13.75em; zoom: 1; /}
form.standard div.text { padding: 1em 0 0 1.5em;  }
form.standard div.left { margin-left: 0 !important; padding-left: 1.5em; }
form.standard h3, form.standard h4 { margin-left: 1em; }

form.standard div.horizontal label.horizontal { text-align: right; float: none; clear: none; margin-right: 0.9em; }
form.standard div.horizontal input, form.standard div.horizontal select { margin-right: 1em;}

form.standard .wrap { background-color: #fff;}
form.standard div.single_button { margin-bottom: 1em; margin-left: 12.9em;}

form.plain { clear: both; padding: 1px 0; margin: 0; }

form.questions label { float: none; clear: right; text-align: left; margin: 0; padding: 0; }
form.questions div { margin: 0 0 0 2em }
form.questions p { margin: 0 0 1em 0; }
form.questions .buttons { margin: 0 !important; padding-left: 10px !important; }
form.questions .action { margin: 0 !important;  }
form.questions .buttons button { margin-left: 2em; }

/* Ajax editor */
form.edit { width: 44em; position: absolute; z-index: 1000; padding: 0 !important; left: 0; top: 0; margin: 0 !important; border: 2px solid #999 !important;}
form.edit div { padding: 0 0 1em 0; }
form.edit div.buttons { margin-top: 0; float: left; padding: 1em 0 1em 8em; clear: both; width: 36em; }
form.edit div.buttons div.action { margin: 0 0 1em 0; clear: both; }
form.edit textarea { width: 27em !important; }
form.edit label { width: 8em; font-size: 80% !important }
form.edit img { border: none; }
img.delete { cursor: pointer; margin: 0; padding: 0; border: none;}

h2.title { margin: 0 0 1em 0; border-bottom: 1px solid #fff !important; padding: 4px 0 4px 6.5em; background-color: #f9f9f9; color: #444; font-size: 1.25em; }

.duration { font-size: 1.6em; }

.fieldWithErrors { clear: none; display: inline; }

.button-to { margin: 0; padding: 0; }
.ajax-edit { margin: 0; padding: 0; }

/* Sliders */
form div.slider { padding: 0; margin: 8px 0 3px 0; background-color: #ccc; height: 19px; border: 1px solid #808080 }
form div.slider div { padding: 0; width: 18px; height: 17px; background-color: #eee; border: 1px solid #aaa }
form.standard div.slider { margin-left: 14em; }
form#IssueForm div.slider, form#ExceptionForm div.slider { margin-left: 8em; }

.handle { cursor: pointer; }

form.inplaceeditor-form { margin: 2px; padding: 0; }
.inplaceeditor-form a { margin: 0 0 0 10px; }

/* Buttons */
.button-to button { display: block; font-size: 100%; margin: 0 5px 0 0; border: 1px solid #fff; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; line-height: 130%; text-decoration: none; font-weight: bold; color: #444; cursor: pointer; padding: 2px 8px 2px 5px }

.buttons a, .buttons button { display: block; float: left; margin: 0 7px 0 0; font-size: 100%; line-height: 130%; text-decoration: none; font-weight: bold; cursor: pointer; padding: 5px 10px 6px 7px }
.buttons button { width: auto; overflow: visible; padding: 4px 10px 3px 7px; }
.buttons button[type] { padding: 5px 10px 5px 7px; line-height: 17px; }
*:first-child+html button[type] { padding:4px 10px 3px 7px; }
.buttons button img, .buttons a img,
.buttons_inline button a img { margin: 0 3px -3px 0 !important; padding: 0; border: none; width: 16px; height: 16px; }

/* Buttons: colours/borders */
.button-to button:active, .buttons a:active, .buttons button:active { border: 1px solid #fff; border-top: 1px solid #dedede; border-left: 1px solid #dedede; }
.buttons a, .buttons button { border: 1px solid #fff; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; text-decoration: none; font-weight: bold; color: #444; }

.button-to button,
.buttons a,
.buttons button,
.buttons_inline button { background-color: #f5f5f5; white-space: nowrap; }

/* Buttons: special cases */
.buttons_inline { display: inline; border: none !important; background-color: transparent !important; padding-left: 10px !important;}
.buttons_inline button { display: inline; float: none; }

/* Viewing items */
.item_list { border-bottom: 1px solid #ddd; float: left; margin: 0 0 1em 0; padding: 0 0 0.5em 0; width: 100%; clear: both; }
.item_list .header { float: left; width: 100%; margin: 0; padding: 0;}
.item_list .header h2 { border: none; margin: 0; }
.item_list .header h3 { border: none; margin: 0; padding: 0; font-size: 100% !important; }
.date { color: #666;}
.item_list .title { border-bottom: 1px solid #ddd; padding: 2px 1px; }
.item_list .header .controls { float: right; font-size: 0.9em; line-height: 2em; text-align: right; }
.item_list .header .controls a { text-decoration: underline; margin: 0 2px 0 0; position: relative; top: -5px;}
.item_list .header .controls img { margin: 0; position: relative; top: 1px }
.item_list .header h2 { float: left; clear: both; margin: 0 0 0 0; padding: 0; width: 60%;}
.item_list div.details { padding: 0; margin: 10px 0; float: left; width: 100%; clear: both; }
.item_list div.details dl { margin: 0; padding: 0; clear: left; float: left; }
.item_list div.details dl.small { width: 75%; }
.item_list div.details dl dt { margin: 0 0.5em 0 0; padding: 0; color: #666; float: left; }
.item_list div.details dl dd { margin: 0 1em 0 0; padding: 0; float: left; }
.item_list div.notes { margin: 0.5em 0; padding: 0; float: left; clear: both; width: 98%; text-align: left; }
.item_list div.notes p { margin: 1em 0 0 0 !important; }
.item_list div.detailed_notes { margin: 1em 0 }
.item_list div.notes_small { margin: 0; padding: 0; float: right; width: 24%; text-align: right; color: #666; font-size: 0.8em;  }
.item_list p { margin: 0; padding: 0; clear: both; }

dt.tags { background-image: url('/images/tag.gif'); background-repeat: no-repeat; width: 16px; }

.data { margin: 0 0 10px 0; }
.data h3 { margin: 10px 0 10px 0; }
div.trace { width: 100%; font-family: 'Courier New', courier, monospace; font-size: 1em; padding: 4px; white-space: nowrap; background-color: #fff; }
div.trace span.odd, div.trace span.even { width: 100%; display: block; padding: 4px 0; margin: 0 }
div.trace span.odd { background-color: #fff }
div.trace span.even { background-color: #f0f0f0; }
div.trace span.highlight { font-weight: bold; }
iframe.trace { height: 280px; width: 100%; border: 1px solid #999; }
dl.data { clear: both; width: 100%; float: left; }
dl.data dt, dl.data dd { margin: 2px 0; }
dl.data dt { color: #666; float: left; width: 10em; clear: left; }
dl.data dd { float: left; clear: right; }

/* Issue states */
.item_list .state { font-size: 0.9em; }
.item_list .acknowledged, .item_list .resolved, .item_list .feedback, .item_list .new { padding: 1px 2px; }
.item_list .acknowledged { background-color: #99ff99; }
.item_list .resolved { background-color: #444; color: #fff; }
.item_list .feedback  { background-color: #ff9999; }
.item_list .new  { background-color: #ffff99; }

.resolved { opacity: 0.5; }

/* Controls */
div#Title { width: 97%; clear: both; }
div#Title h1 { position: relative; z-index: 1; }
div#Title ul.controls { position: relative; z-index: 2; top: -3em; text-align: right; margin: 0; padding: 0; }

ul.controls { list-style-type: none; padding: 0; margin: 0; font-size: 0.9em }
ul.controls li { display: inline; margin: 0 0 0 8px; padding: 0;}
ul.controls li a { text-decoration: underline; }

/* Settings page */
body#Accounts div#Content h2 { border: none }

ul#settings { list-style-type: none; margin: 0; padding: 0 }
ul#settings li { margin: 0 0 30px 0; padding: 0 }

table#Themes img { padding: 4px; border: 1px solid #000; background-color: #fff; }

/* Project list */
#ProjectListHeader { font-size: small; margin: 0; }
#ProjectListHeader h2 { margin: 0 0 0.5em 0; }

#ProjectList { font-size: 9pt; margin: 1em 0 1em 0; width: 100%; }
#ProjectList h2, #ProjectList p { padding: 0; margin: 0;}
#ProjectList h3 { margin: 0; padding: 0; }
#ProjectList h3 a { font-size: 100%; font-weight: bold !important; }
#ProjectList h3 a.create { color: blue !important; }
#ProjectList ul { margin: 0; padding: 0; list-style: none; }
#ProjectList li { margin: 0 0 1em 0; }
#ProjectList ul li ul { padding: 0; margin: 0.5em 0 1em 17px; }
#ProjectList ul li a { display: block; }
#ProjectList ul li ul li { width: 100%; margin: 0; padding: 0; }
#ProjectList ul li ul li p { margin: 4px 0 8px 0; font-size: 86% }
#ProjectList ul li ul li a.project { width: 100%; padding: 0; display: block;}

li.selected a { font-weight: bold }

#ProjectList a.options { color: green; }
#ProjectList div.client_header div.edit { position: relative; float: right; top: -1.2em; right: 2px; }
#ProjectList div.client_header { background-color: #fff; border-bottom: 1px solid #ccc; }

#ProjectList ul.hidden { display: none;}
#ProjectList h3.hidden { background-image: url('/images/box-close.png'); background-repeat: no-repeat; background-position: right; }
#ProjectList h3.visible { background-image: url('/images/box-open.png'); background-repeat: no-repeat; background-position: right; }

#ArchivedList { margin: 0 0 0 0; }

/* Issues */
table#IssueOverview { width: 100%; float: left; padding: 1em 0; margin: 1em 0 0 0; border-top: 1px solid #ccc; }
table#IssueOverview td.issue_description { padding-right: 10px; width: 48% }
table#IssueOverview td.issue_technical { padding-left: 10px; width: 48%; }
table#IssueOverview td.issue_technical p { font-family: courier; }
table#IssueOverview h3 { font-size: 100% !important; color: #666; font-weight: normal; }

div#Issue { padding-bottom: 1em; clear: both; }

/* Messages */
.message { border-bottom: none; margin-bottom: 0; }
.message_controls { float: right }

form.message { padding: 10px 0; margin: 0 0 1em 0; float: left; width: 100% }
form.message div.section { margin: 0 10px 10px 10px; width: 100%;}
form.message div.buttons { margin: 10px 10px 0 10px; }
form.message label { font-weight: bold; }
form.message textarea { width: 100%; margin: 0; }
.wide_control { width: 97%; }

.section { margin: 0.5em 0; clear: both; float: left; width: 100%; }

#Issues #Messages h2 { margin-bottom: 1.5em; }

/* Exceptions */
.severity { text-align: center; width: 2.2em; float: left; color: #fff; background-color: #000; padding: 2px 3px; margin: 0 0.5em 0 0; font-family: arial; font-size: 0.75em; }

/* People */
body#Person table.standard { margin-bottom: 2em; clear: both; }

div.person { width: 30%; float: left; padding: 10px; margin: 0 5px; }
div.person h3 { margin: 0 0 7px 0; padding: 0 }
div.person div.edit { float: right; margin: 0 0.5em 0 0; padding: 0; }

div.person ul { margin: 0; padding: 0; list-style-type: none }
div.person dl { margin: 0; padding: 0 }
div.person dt { width: 35%; float: left; margin: 0; padding: 0.5em 0 0.5em 0; font-weight: bold; border-top: 1px solid #ccc; }
div.person dt { clear: both; }
div.person dd { float: left; width: 63%; margin: 0; padding: 0.5em 0 0.5em 0; border-top: 1px solid #ccc; }

body#Person div#Content h1 { text-align: center }
body#Person div#Content div#Graphs { width: 100%; text-align: center; }
body#People div.col { float: left; width: 95%; margin-right: 0 }

#PeopleList { clear: both }

/* View controls */
#ViewControl { margin: 0; padding: 0;}
#ViewControl ul { width: 100%; clear: both; margin: 0 0 5px 0; padding: 0 }
#SortSpinner img { border: none; padding: 5px 4px 0 0; margin: 0; }
ul.control_list { float: left; text-align: right; clear: right; padding: 0; margin: 0; z-index: 99 }
ul.control_list li.title { float: left; }
ul.control_list li.title h2 { margin: 0 10px 0 0; border: 0; padding: 0; position: relative; top: 7px; }
ul.control_list li.selector { float: left; margin: 3px 0 2px 0; padding: 0; }
ul.control_list li form { display: inline; margin: 0; padding: 0; }
ul.control_list li { float: right; margin: 0; padding: 0; display: inline; list-style-type: none; position: relative; }
ul.control_list li .button-to button { font-size: 12px; margin-right: 0 !important; }
ul.control_list li .button-to button.selected { background-color: #CCCCCC;}
ul.control_list li.left { float: left; }

div.list_menu { width: 9.5em; color: #333; margin: 1px 0; padding: 0; background-color: #f5f5f5 !important; border: 2px solid #fff; border-bottom: 2px solid #dedede; border-right: 2px solid #dedede; z-index: 120; position: absolute }
div.list_menu ul { margin: 0; padding: 0; }
div.list_menu ul li { text-align: left; display: block; float: none !important }
div.list_menu ul li a { background-color: transparent; border: none; color: #000; padding: 2px 4px; margin: 0; display: block }
div.list_menu ul li a:hover { background-color: #000; color: #f5f5f5; }
.standard .selected { text-decoration: underline; }

div.menu { text-align: left; color: #333; margin: 1px 0; padding: 0; background-color: #f5f5f5 !important; border: 2px solid #fff; border-bottom: 2px solid #dedede; border-right: 2px solid #dedede; z-index: 210; width: 180px; overflow: auto; position: absolute }
div.menu a { background-color: transparent; border: none; color: #000; padding: 2px 4px; margin: 0; width: 95%; display: block; }
div.menu a:hover { background-color: #000; color: #f5f5f5; }

/* Dashboard */
table.issue_summary { width: 100%; margin: 0 0 1.5em 0;  }
table.issue_summary th { text-align: left; padding: 0.5em; font-size: 80%; font-weight: normal;}
table.issue_summary td { vertical-align: top; padding: 0.5em; font-size: 90%; padding-right: 1.0em; font-size: small}
table.issue_summary caption { text-align: left; padding: 0.3em; margin: 0; font-weight: bold; }
table.issue_summary td form { margin: 0; padding: 0; }

/* Tag font sizes */
.size1 {font-size: 1.0em;}
.size2 {font-size: 1.2em;}
.size3 {font-size: 1.4em;}
.size4 {font-size: 1.6em;}
.size5 {font-size: 1.8em;}
.size6 {font-size: 2.0em;}

/* Pagination */
div.pagination { margin: 10px 0 0 0; padding: 0 8px 8px 0; border-bottom: 1px solid #ccc; font-weight: bold; text-align: center; }
div.pagination a { margin: 0; padding: 4px; background-color: #f0f0f0; border: 1px solid #B8C8FF }

/* Colour editors */
div.colour_block { margin: 1.5em 0 0 0; border: 4px solid #999; width: 100px; height: 70px; float: left; clear: right; background-color: #000;}
div.colour_sliders { float: left; width: 300px; clear: left; }
div.colour_block { float: left; clear: right; }

div#LightColour { float: left; clear: left; width: 460px; margin: 0; padding: 0; }
div#DarkColour { float: left; clear: right; width: 460px; margin: 0; padding: 0; }

#AppearanceColours h4 { margin: 0; padding: 0; }
#AppearanceColours table { margin: 1em; }
#AppearanceColours div.options { padding: 1em 0 0 1em; clear: both; }
#AppearanceColours div.options h4 { margin-bottom: 1em; }

#AppearanceColours .slider { margin: 1em 0 !important; }
.left_buttons .buttons { padding-left: 1em !important; }

.colour_block_small { border: 1px solid #999; width: 1.5em; float: left; margin: 0 1em 0 0; cursor: pointer }

.floating_sliders { position: absolute; z-index: 1000; width: 438px !important; padding: 10px 0 0 0 !important; margin: 0; border: 2px solid #999 !important;}
.floating_sliders h2 { margin: 0 15px 0 15px;}
.floating_sliders div.buttons { float: left; padding: 10px !important; margin: 20px 0 0 0 !important; clear: both; width: 418px !important; }
.floating_sliders div.buttons div.action { margin: 0 0 10px 0 !important; padding: 0 !important; clear: both; }

/* Decorations to make links that do things via GET more meaningful */
a.action { font-size: 11px; font-weight: bold; text-decoration: none; color: red; }
.header .newwindow { padding: 0 !important; background: none; }
.rss { padding-left: 17px; background: url('/images/azuki/feed.gif') no-repeat left; }
a.create, a.modify { padding-left: 17px; background: url('/images/azuki/open.png') no-repeat left;  color: green !important; }
.view { background: none; padding-left: 0; color: blue !important; }
.modify { color: blue !important; background: url('/images/azuki/modify.png') no-repeat left; }
.back { padding-left: 17px; background: url('/images/azuki/back.png') no-repeat left; }
.destroy { padding-left: 17px; background-image: url('/images/azuki/close_small.png'); background-repeat: no-repeat; background-position: left; }
.pdf { padding-left: 17px; background: url('/images/apdf.gif') no-repeat left; }
.info { color: #333; background-color: #efefef; }
.big { font-size: 115% !important; font-weight: normal;}

.open, .close { padding-left: 17px; background-image: url('/images/arrow_right.gif'); background-repeat: no-repeat; background-position: left; }
.close { background-image: url('/images/arrow_down.gif') }

/* Public stuff */
form.public label { width: 99%; clear: both; font-size: 1.2em; margin-top: 20px; float: none; display: block; text-align: left;}

form.public div { margin: 0; padding: 0;}
form.public fieldset { margin: 10px 0 20px 0; padding: 1%; }
form.public fieldset legend { font-size: 1.6em;}

div#public_top { width: 99%; float: left;}
fieldset#public_left { width: 47%; float: left;}
fieldset#public_right { width: 47%; float: right; }

div#public_description { margin: 10px 0 10px 0; padding: 10px; }
div#public_description p { margin: 0; }

.key { position: relative; left: -25px; top: -2px; margin: 0; padding: 0; line-height: 14px; }
.key_text { background-color: #336633; color: #fff; font-weight: bold; position: absolute; z-index: 9010; width: 16px; height: 16px; margin: 0; padding: 2px 0 0 0; text-align: center; font-size: 12px; border: 2px solid #333; }

/* Dynamic model errors */
/* .model_error { position: absolute; z-index: 1000; border: solid 1px #999; background-color: #ff8; text-align: center; margin: -2.5em 0 0 14em; padding: 4px !important; color: #000 } */
.model_error { display: block; position: absolute; margin: -3em 0 0 0 !important; padding: 0 !important; z-index: 1; font-size: 12px; white-space: nowrap;}

.assigned_to_issue { background-color: #efefef; padding: 1px 3px; color: #333 }

/* START AzukiLib */
/* Busybox */
#Busybox { position: absolute; z-index: 1000; padding: 1em !important; left: 0; top: 0; margin: 0 0 0 0 !important; width: 138px; height: 81px; position: absolute; }

/* Contextual help */
a.help { margin-left: 1px; padding-left: 16px; background: url('/images/azuki/help.gif') no-repeat left; font-size: 86% !important; background-position: 0; white-space: nowrap; cursor: pointer }
#HelpContainer { width: 500px; z-index: 1001;}
#HelpContent { margin: 4px; padding: 10px; text-align: left; line-height: 1.2; z-index: 101; background-color: #fff; }
#HelpContent h3 { text-align: center; font-size: 120% !important; border-bottom: 1px solid #ccc; margin-top: 0; margin-bottom: 10px; }

/* Virtual windows */
.popinfo_container { position: absolute; z-index: 1000; padding: 1em !important; left: 0; top: 0; margin: 0 0 0 0 !important; border: 2px solid #999 !important; background-color: #ccc; text-align: center;}
.popinfo_frame { display: block; position: absolute; margin: -3em 0 0 0; width: 10em; z-index: 1; font-size: 12px; }
.popinfo_inner { display: block; position: absolute; z-index: 1; border: solid 1px #999; background-color: #ff8; text-align: center; margin: 0 !important; padding: 4px !important; color: #000 }
.popinfo_image { display: block; position: absolute; top: 23px; z-index: 1; width: 28px; height: 11px; padding: 0 !important; margin: 0 !important; background: transparent url('/images/azuki/triangle.gif') no-repeat; }

/* Keyboard shortcuts */
div.accesskey { text-decoration: underline; display: inline; margin: 0; padding: 0;}
span.accesskey { text-decoration: underline; }

/* Textarea extensions */
.bigger, .smaller { cursor: pointer }

/* END AzukiLib */
