* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, sans-serif;
	font-size: x-small;
}

img {
	border: none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;	
}
table {
	border-collapse: collapse;
}
input.checkbox {
width: auto !important;
}
input,select {
	width: 180px;
}

input.numeric {
	text-align: right;
	width: 5%;
}

div.loading {
	position: fixed;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 1.3em;
	background-color: #c00;
}

a.action {
color: #c00 !important;
text-decoration: underline;
}

#container {
	min-width: 800px;
}

#header {
	height: 45px;
	font-size: 1em;
	padding: 5px 15px 0 20px;
}

#topbit {
	height: 20px;
	width: 100%;
	clear: both;
	float: left;
	margin: 0 0 5px;
}

#topbit h1 {
	font-size: 1.4em;
	margin: 0 0 7px;
	float: left;
}

#topbit span.account_name {
	
}

#mini_nav {
	float: right;
	margin: 0px 0px;
	padding: 0;
	list-style-type: none;
	line-height: 20px;
}

#mini_nav li {
	display: inline;
	padding: 0 10px;
}

#mini_nav li:first-child {
	border-left: none;
}

#mini_nav li a {
	
}

#logo_holder {
	clear: both;
	margin: 0 10px 10px;
	background: url("/graphics/resolve/logo_small.png") no-repeat right;
	padding-right: 40px;
	height: 35px;
	line-height: 17px;
	text-align: right;
}

#logo_holder a {
	color: #00c;
	text-decoration: underline;
}

#main_nav, #manage_nav {
	list-style-type: none;
	margin: 0px 0px;
	padding: 0;

}

#main_nav {
	float: left;
	clear: left;
	width: 500px;
}

#manage_nav {
float: right;
margin-right: 315px;
}

#main_nav li, #manage_nav li {
	display: block;
	font-size: 1em;
	padding: 0 10px;
	line-height: 20px;
	margin: 0;
	float: left;
	margin: 0 1px;
	height: 20px;
	font-weight: bold;
}

#main_nav li a {
	
}

#main_nav li.current {
	background: url("/graphics/resolve/tab.png") repeat-x;
}

#main_nav li.current a {
	
}

#main_nav li.current a:hover {
	
}

#main {
	background-color: #eee;
	color: #333;
	padding: 10px 0 0;
}

#user_message {
	display: block;
	clear: both;
}

#the_page {
	margin-right: 320px;
	border-left: none;
	padding: 10px;
}

.view_page_holder,.edit_page_holder {
	padding: 10px;
	min-height: 720px;
}


/* Flash messages */
#flash {
	position: absolute;
	top: 40px;
	width: 50%;
	z-index: 40;
	margin-left: 25%;
}

#flash ul {
	line-height: 1.6em;
	width: 100%;
list-style-type: square;
}

#messages {
	color: #000;
	list-style-type: none;
	border: 1px solid green;
	background-color: #9f9;
	padding: 8px;
	text-align: center;
}

#errors {
	background-color: #fdd;
	border: 1px solid #c00;
	color: #000;
	padding: 8px 0 8px 20px;
	text-align: left;
	color: #333;
}




/*status editing*/
#status_table {
	width: 100%;
	margin: 10px;
}

#status_table th.main_column {
	text-align: left;
}

#status_table td {
	padding: 10px 0;
	text-align: center;
}

#status_table td.name {
	text-align: left;
}

#status_table tr.even td {
	background-color: #ffd;
}

/*Index pages*/
div.index_holder {
	padding: 10px;
}

table.index_table {
	width: 100%;
	float: left;
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 20px 0;
}

table.index_table th {
	text-align: left;
	padding: 4px 6px;
	color: #666;
}

table.index_table td.empty_table {
	text-align: center;
	padding: 2px;
}

table.index_table thead,table.index_table tfoot {
	border: 1px solid #999;
	border: 1px solid #999 !important;
	color: #666;
}

table.index_table tfoot th {
	border-top: 1px solid #999 !important;
}

table.index_table tbody tr {
	height: 40px;
}

table.index_table td {
	padding: 0px 5px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	line-height: 1.3em;
}

table.index_table td a {
	color: #00c;
	text-decoration: underline;
}

/*The different view links on index pages*/
ul.list_types {
	clear: left;
	position: relative;
float: left;
	top: 10px;
padding: 5px 0;
}
ul.list_types li{
	display: inline;
	float: left;
	padding: 0 5px;
}
ul.list_types li a{
	color: #00c;
	font-weight: bold;
}
ul.list_types li.current a{
	color: #333;
}


/*Paging section */
div.paging {
	float: right;
	line-height: 20px;
}

div.paging .new_link {
	color: #c00;
	text-decoration: underline;
	padding: 2px 10px;
	line-height: 25px;
}

div.paging .add_disallowed {
	color: #999;
	line-height: 25px;
	padding: 2px 10px;
	text-decoration: line-through;
}

div.paging img {
	margin: 0 !important;
	margin-right: 2px !important;
	margin-left: 3px !important;
}

a.paging_link,span.paging_button_holder {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 2px 3px;
	background-position: bottom center;
}

#paging_details,#paging_details_empty {
	float: left;
	line-height: 20px;
	margin: 2px 10px;
	font-size: 1em;
}

#paging_details_empty {
	color: #ccc;
}


/* sidebar structure */


#right_bar {
	float: right;
	margin: 0 10px;
	width: 300px;
}

#right_bar ul ul {
	margin: 2px 0;
}

#right_bar div.foldable,#right_bar div.ajax-foldable {
	border: 1px solid #999999;
	background-color: #f9f9f9;
	padding: 5px;
	margin-bottom: 10px;
}

#right_bar div.foldable h3,#right_bar div.ajax-foldable h3 {
	font-size: 1em;
	padding-left: 10px;
}

#right_bar h3 a {
	color: #666;
}


#right_bar div.foldable > div,#right_bar div.ajax-foldable > div {
	padding: 0 0px 0 10px;
	position: relative;
}




/* edit-delete links at the top of view-pages*/

.edit_delete {
	line-height: 1.6em;
	float: right;
	width: 100px;
}

.edit_delete a,.edit_delete fieldset {
	float: right;
}

#page_title .edit_delete a,#page_title .edit_delete button {
	font-size: 1.1em;
	color: #c00;
	text-decoration: underline;
}

.button_link {
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	cursor: pointer;
	display: block;
	margin: 5px 2px;
	float: left;
}

.edit_delete a {
	border-right: 1px solid #999999;
	padding-right: 5px;
	margin-right: 0;
}

span.grey_delete {
	color: #aaa;
	background-repeat: no-repeat;
	display: block;
	margin: 5px 2px;
	float: right;
}

span.grey_edit {
	color: #aaa;
	border-right: 1px solid #aaa;
	padding-right: 5px;
	background-repeat: no-repeat;
	display: block;
	margin: 5px 2px;
	float: right;
}

.delete_form fieldset {
	border: none;
}

/*the key-value bits on view-pages*/
#view_data_left {
	float: left;
	width: 50%;
}

#view_data_right {
	float: left;
	width: 45%;
}

#view_data_left span.view_label {
	
}

#view_data_right .view_data {
	
}

div.view_row {
	width: 100%;
	min-height: 2.6em;
	display: table;
}

span.view_label {
	color: #666;
	font-size: 1.2em;
	padding: 3px 8px;
	line-height: 1.4em;
	display: block;
	float: left;
	width: 110px;
	margin-top: -2px;
}

span.view_data {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #333;
	padding: 7px 0 2px;
}

div.view_list {
	margin: 20px 0;
}

div.view_list a {
	color: #00c;
	text-decoration: underline;
}

/* main forms */ /*new/edit pages*/
.edit_page_holder form {
	width: 100%;
	position: relative;
}

form.saveform fieldset {
	margin: 10px 0px;
	border: none;
	position: relative;
	padding: 10px 0 0px;
	width: 100%;
	float: left;
}

form.saveform fieldset h3 {
	margin-bottom: 20px;
}

form.saveform fieldset label {
	float: left;
	display: block;
	width: 150px;
	margin: 10px 0;
	line-height: 1.6em;
	font-size: 1.2em;
	clear: both;
	color: #666;
}

.edit_page_holder fieldset textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #222;
overflow: hidden;
	font-family: verdana, sans-serif;
padding: 5px 0 5px 3px;
font-size: 1.4em;
}

form.saveform #save_container,
form.saveform fieldset.save_container {
	margin-top: 20px;
	border-top: 1px dashed #999999;
}

#save_container input,
form.saveform fieldset.save_container input {
	width: auto;
	margin-left: 150px;
	padding: 3px 5px;
}

form a.highlight {
	color: #080;
}

form.saveform fieldset input,form.saveform fieldset select {
	float: left;
	margin: 6px 0;
	font-size: 1.2em;
	padding: 2px 1px;
}

form.saveform fieldset input {
	padding: 4px 1px;
}

input.has_error {
	border: 1px solid #c00 !important;
	background-color: #fdd;
}

form.saveform fieldset input.subtle {
	background-color: #cccccc;
	color: #999;
}

form.saveform fieldset select.date_select {
	width: 110px;
}

form.saveform fieldset input.date {
	width: 100px;
	margin-right: 10px;
}

form.saveform fieldset input.time {
	width: 25px;
	margin: 6px 4px;
}

form.saveform fieldset option {
	padding: 0 0 2px 0;
}

form.saveform fieldset select[multiple] {
	height: 90px;
}

form.saveform div.form_help {
	position: absolute;
	left: 350px;
	top: 55px;
	line-height: 1.4em;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #ffd;
}

#ticket_private_label {
width: 400px;
}
#ticket_private_label input{
float: none;
margin-left: 10px;
margin-bottom: 0px;
}

#ticket_file_attachments {
border: 1px solid #ccc;
background-color: #ddd;
padding: 10px 0 10px 10px;
}

#ticket_file_attachments input{
float: left;
clear: left;

}

form.saveform input.file_input_adder {
margin-top: 20px;
width: 100px;
}

.saveform p {
	clear: left;
	margin: 4px 0;
}


div.quick_insert {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 350px;
  background-color: #fff;
  border: 1px solid #333;
  min-height: 150px;
  padding: 10px;
}

a.quick_add_trigger {
float: left;
position: relative;
top: 10px;
margin-left: 10px;
}
a.cancel_link {
margin-top: 10px;
margin-left: 10px;
margin-right: -50px;
width: 40px;
float: left;
color: #c00;
}

div.quick_insert form {
float: left;
padding: 10px;
}

blockquote.ticket_comment {
border-left: 10px solid;
padding: 10px 0 10px 20px;
margin: 5px 0;
max-width: 450px;
font-size: 1.4em;
line-height: 1.4em;
}
#ticket_history, ul.changes {
list-style-type: none;
}
li.changeset {
border-bottom: 1px solid #ccc;
margin: 20px 0;
font-weight: bold;
}
ul.changes li {
margin: 5px;
font-weight: normal;
}

.ticket_id_holder {
font-size: 1.2em;
border: 2px solid #ccc;
padding: 10px;
background-color: #ffd;
}

span.form_value {
margin: 5px 0px 0px;
display: block;
float: left;
font-size: 1.4em;
font-weight: bold;
padding: 4px;
}


#dashboard_list {
font-size: 1.2em;
line-height: 1.4em;
margin-left: 10px;
margin-top: 10px;
list-style-type: none;

}
#dashboard_list h3 {
font-size: 1.4em;
}
#dashboard_list h4 {
font-size: 1.2em;
margin: 5px 0 0px;
}
#dashboard_list h5 {
margin: 5px 0 0px;
}
#dashboard_list p {
max-width: 600px;
}
#dashboard_list li.date_spacer {
padding: 20px 0 5px;
}

#dashboard_list li {
background-color: #fff;
top: 0;
}


ul.trigger_list {
margin: 10px 10px 20px 10px;
list-style-type: none;
cursor: move
}

ul.trigger_list li{
border: 1px solid;
padding: 20px 10px;
margin: 10px 0;
background-color: #fdc;
}

#trigger_form input {
width: 385px;
}
#trigger_form select{
width: auto;
}
#trigger_form option {
padding-right: 10px;
}

a.delete_link {
color: #c00;
text-decoration: none;
background-color: #e6e6e6;
width: 10px;
text-align: center;
padding: 2px 5px 5px;
line-height: 0.8em;
font-size: 2em;
top: 8px;
left: -20px;
}

#client_user_edit_holder {
position: absolute;
top: -15px;
right: 5px;
}

#client_user_form fieldset {
border: none;
}

#client_user_form input.checkbox {
margin: 5px 0;
}

#client_user_form label {
margin: 5px 10px 0 0;
width: 110px;
display: block;
float: left;
}

#client_user_save {
width: 80px;
margin: 5px 55px;
}

#client_user_form a {
position: relative;
top: -5px;
}

#ticket_basic_search {
padding: 10px 0;
}

#ticket_basic_search fieldset{
border: none;
}

#search_button {
margin: 15px 0 5px;
}

