/* @override 
	http://lappy586.local:3030/stylesheets/core.css
	http://lappy586.local:3001/stylesheets/core.css
	http://lappy586.local:3000/stylesheets/core.css
*/

@import url(core/forms.css);
@import url(dialog_box.css);

* {
	margin: 0;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size: 12px;
}

img {
	vertical-align: middle;
	border: 0;
}

input[type=text], input[type=password], textarea {
	border: 1px solid #aaa;
	border-color: #777 #aaa #aaa #777;
}

p {
	margin: 1em 0;
	line-height: 16px;
}

blockquote {
	margin: 1em;
	border-left: 3px solid #7a98eb;
	color: #0047cb;
	padding-left: 10px;
}

blockquote blockquote {
	color: #a00;
	border-color: #aa7b7c;
}

blockquote blockquote blockquote {
	color: #1d7f00;
	border-color: #72b572;
}

.ActionLink {
	text-decoration: none;
}

.ActionLink span {
	text-decoration: underline;
}


/* STRUCTURAL */

#Canvas { }

#Main, #Footer, #Flash .inner, #Header .inner, #Header h1, #UserBar .inner {
	width: 800px;
	margin: 0 auto;
}

body#TicketConfirmation #Main,
body#TicketConfirmation #Footer,
body#TicketConfirmation #Header h1 {
	width: 450px;
}

body#TicketConfirmation #Main {
	padding: 0 0 20px;
}

body#TicketConfirmation #Main p {
	font-size: 14px;
	width: 90%;
}

body#TicketConfirmation #Header h1 {
	padding: 60px 0 0;
}

body#TicketConfirmation #Header h1 strong {
	background: #ffd;
	font-family: Arial, sans-serif;
}


body#NewSession #Main,
body#NewSession #Footer,
body#NewSession #Header h1,
body#NewSession #Flash .inner {
	width: 400px;
}



#Main, #Footer {
	padding: 20px 0;
	background: #fff;
}

#Footer {
	border-top: 1px solid #aaa;
	color: #888;
	margin-top: 20px;
	padding-top: 10px;
}

#Footer p {
	margin: 0 0 0.5em;
}

#Footer a {
	color: #666;
}

#Flash {
	background: #fff;
	padding: 10px 20px;
	font-size: 14px;
}

#Flash.alert {
	background: #c00;
	color: #fff;
}
#Flash img {
	vertical-align: middle;
}

#Header h1 {
	padding: 20px 0px 0px;
	font-family: Georgia, serif;
	font-weight: normal;
}

#Header .inner {
	padding: 20px 0 0;
}

#Header .inner h1 {
	width: auto;
	margin: 0;
	padding: 0;
}

#UserBar {
	background:#f9f9f9;
	background: #e0e0e0;
	background: #d5e5f5;
}

#UserBar .inner {
	padding: 0px 0 0;
}

#UserBar .UserInfo {
	float: 		left;
	text-align: left;
	padding-top: 15px;
}

#UserBar .UserActions {
	text-align: right;
	float: 		right;
	width: 60%;
	margin: 0;
	padding: 10px 0 0 0;
}

#UserBar .UserActions li,
#UserBar .UserActions li a {
	/*float: left;*/
	display: inline-block;
	display: -moz-inline-box;
	margin-right: 2px;
}

#UserBar .UserActions li a {
	background: #c5d5e5;
	padding: 5px 10px 8px;
	color: #666;
}

#UserBar .UserActions li a.on {
	background: #fff;
	color: #000;
	font-weight: bold;
}

ul.Notes, ul.Notes > li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul.Notes li.note {
	border-bottom:  1px solid #ccc;
	padding-bottom: 1.5em;
	margin-bottom:  1.5em;
	position: relative;
}

ul.Notes li.note .noteheader {
	color: #777;
	margin-bottom: 1em;
}

ul.Notes li.note ul,
ul.Notes li.note ol {
	padding-left: 2.5em;
}

ul.Notes li.note ul li {
	list-style-type: square;
}



#TicketsOverview {
	border-spacing: 0;
	width:  100%;
	margin: 0;
}

#TicketsOverview th, #TicketsOverview td {
	padding:  		4px;
	border-bottom: 	1px solid #bbb;
	text-align:  	left;
}

#TicketsOverview tr.upper td {
	border: none;
	padding-bottom: 0;
}

td.excerpt {
	color: #444;
	font-style: italic;
}

tr.odd td {
	background:  #f0f0f0;
}

tr.even td {
	background:  #f5f5f5;
}

col#Active {
	width: 20px;
}

col#Subject {
	width: 30%;
}

col#Status {
	width: 130px;
}

col.date {
	width: 130px;
}



#EditTicketForm input[type=text], #EditTicketForm textarea {
	width: 98%;
	padding: 2px;
}

#EditTicketForm #ticket_subject {
	font-size: 16px;
}


ul.userList, ul.userList li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.userList {
	width: 48.5%;
	float: left;
	border: 2px solid #aaa;
	height: 280px;
	background: #def;
	overflow: auto;
}

ul.userList li {
	padding: 5px;
	border-bottom: 1px solid #aaa;
	z-index: 10000;
	background: #fff;
	position: relative;
}

ul#Unassigned {
	float: right;
}

.porkWalk {
	border-color: #c00;
	background-color: #ffd;
}

.userDelete {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 10px;
}

ul#Unassigned li {
	padding-left: 30px;
}

.userAdd {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 10px;
}

.userListHeader {
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 2px solid #fff;
	width: 47.5%;
}


#TicketParticipants, #TicketParticipants li {
	list-style: none;
	padding: 0;
}

#TicketParticipants li {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	position: relative;
}

#TicketParticipants li .deleteParticipant {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -8px;
}

#TicketParticipants li .editParticipant {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -8px;
}

#TicketParticipants {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#ParticipantForm {
	background: #def;
	padding: 5px;
	margin: 0 -5px;
	width: 360px;
}

#ParticipantForm input[type=submit] {
	font-size: 12px;
}

#ParticipantForm input[type=text] {
	width: 98%;
}

#ParticipantForm table {
	border-spacing: 0;
	width: 100%;
}

#ParticipantForm table td {
	width: 50%;
}


#TagSearch {
	margin-top: 8px;
}

#TagsBar {
	padding: 5px;
	background: #f0f0f0;
	margin-top: 5px;
}
	
#TagsBar a {
	display: inline-block;
	display: -moz-inline-box;
	padding: 2px 5px;
	background: #e5e5e5;
	border: 1px solid #d0d0d0;
	color: #000;
	margin-bottom: 5px;
}

#TagsBar a.on {
	background: #888;
	border-color: #888;
	color: #fff;
}


#FilterOptions {
	padding-bottom: 5px;
}

#FilterOptions a {
	text-decoration: none;
	margin-left: 10px;
	color: #888;
	display: inline-block;
	display: -moz-inline-box;
	padding: 2px 5px;
	border: 1px solid #eee;
}
#FilterOptions .on {
	color: #000;
	font-weight: bold;
	border: 1px solid #cca;
	background: #ffd;
}

dd.participant {
	font-size: 11px;
	color: #444;
}

dd.participant abbr {
	color: #888;
}

a.attachment_link {
	text-decoration: none;
}

a.attachment_link span {
	text-decoration: underline;
}

.original_body {
	background: #ffd url(../images/icons/search_12.png) no-repeat left center;
	color: #888;
	font-size: 10px;
	padding: 1px 0;
	padding-left: 16px;
	position: absolute;
	right: 0px;
	bottom: 8px;
}

.original_body a {
	color: #666;
}

	
ul.TagsList, ul.TagsList li {
	list-style: none;
	padding: 0;
}

ul.TagsList li {
	display: inline;
}

ul.TagsList li a {
	display: -moz-inline-box;
	display: inline-block;
	padding: 3px;
}

ul.TagsList li a.on {
	background: #000;
	color: #fff;
}


table#UsersOverview, table.overview {
	width: 100%;
}

table#UsersOverview th, table#UsersOverview td,
table.overview th, table.overview td {
	border-bottom: 1px solid #d5d5d5;
	padding: 5px;
	text-align: left;
}

table#UsersOverview tr.even,
table.overview tr.even {
	background: #e0e0e0;
}

col.icon {
	width: 20px;
}

table.overview .noitems td {
	text-align: center;
	padding: 60px 20px;
	font-size: 16px;
	color: #7a7a7a;
}

table.overview .noitems td a {
	color: #c00;
}

ul#template_fields,
ul#template_fields li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul#template_fields li.template_field {
	background: #dfefff;
	border: 1px solid #c5d5e5;
	padding: 5px;
	margin: 0 0 3px;
	position: relative;
}

li.template_field div + div {
	margin-top: 5px;
}

li.template_field input,
li.template_field textarea {
	width: 352px;
}

li.template_field input {
	font-size: 16px;
}

li.template_field span.tf_actions {
	position: absolute;
	top: 8px;
	right: 8px;
}

li.template_field a.field_remover {
	background: url(../images/icons/s/close.gif) no-repeat center center;
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 12px;
	height: 12px;
}

li.template_field .field_handle {
	background: url(../images/icons/s/move.gif) no-repeat center center;
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 12px;
	height: 12px;
	margin-top: 5px;
}

dl.ticket_template_data {
	margin-top: 10px;
}

dl.ticket_template_data dt {
	margin-top: 10px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 4px 10px;
}

dl.ticket_template_data dd {
	padding: 6px 10px 4px;
}

.template_url {
	background: #f5f5f5;
	border: 1px solid #d4d4d4;
	margin-top: 10px;
}

.template_url p {
	margin: 0;
	padding: 10px;
	border: 2px solid #fff;
}

.template_url p strong {
	display: block;
	margin-top: 2px;
	font-size: 16px;
	font-weight: normal;
}

.notification_toggle {
	margin: 8px 0;
	color: #5a5a5a;
}

.notification_toggle, .notification_toggle input {
	font-size: 10px;
}

.status_change_action input {
	font-size: 10px;
}