div#MainContainer {
	width: 100%;
	border: 0px;
}

div#header {
	border-bottom: 0px;
	height: auto;
}

div.userBar {
	display: none;
}

div.changeBar {
	display: none;
}

div#HeaderNavagation {
	display: none;
	border-bottom: 0px;
}

div#BodyContainer {
	padding: 2px;
}

div.title_one {
	border: 0px;
	border-radius: 0px;
	border-bottom: 3px solid #C1161B;
}

div.title_one div.back_link {
	display: none;
}

div.title_one_actions {
	display: none;
}

table.data td {
	border: 1px solid #ccc;
}

table.data td.actionLinks {
	display: none;
}

div#footer {
	display: none;
}

/** for looking at a ticket **/
table.ticket_table {
	width: 100%;
	float: none;
}

table.ticket_table tr.links {
	display: none;
}

div.SideBoxOfInfo {
	float: none;
	width: 100%;
}

div.SideBoxOfInfo div.group {
	width: 80%;
	margin: 4px auto;
}

div.SideBoxOfInfo div#SearchSideBoxOfInfo { display: none; }
div.SideBoxOfInfo div#HistorySideBoxOfInfo { display: none; }

div.SideBoxOfInfo div.group div.contents div.link_container {
	display: none;
}

div.comments {
	float: none;
	width: 100%;
}

div.comments div.comment {
	border: 1px solid #ccc;
}

div.comments div.comment div.details span.actionLinks {
	display: none;
}

form.comment_form {
	display: none;
}