@import url(templates.css);

/**
 * Templates (Helpdesk)
 */

div.template {
	margin-top: 1em;
}

div#content {
	background-image: url(/repository/images/helpdesk/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-color: transparent;
	width: 768px;
	position: relative;
	z-index: 1;
} * html div#content {
	padding-bottom: 0;
}

div#content div#contentTop {
	background-image: url(/repository/images/helpdesk/background_tabs_top.jpg);
	width: 768px; height: 15px;
}

div#t1 div#content div#contentTop,
div#t4 div#content div#contentTop {
	background-image: url(/repository/images/helpdesk/background_top.jpg);
}

div#content div#mainContent {
	margin-left: 10px; margin-bottom: 0; margin-top: -5px;
	width: 539px;
	z-index: 2;
} * html div#content div#mainContent {
	display: inline;
	margin-right: 0;
}

div#content div#secondaryContent {
	float: right;
	margin-right: 10px; margin-top: -5px;
	width: 199px;
	z-index: 2;
} * html div#content div#secondaryContent {
	display: inline;
}

div#footer {
	margin-top: 20px;
} * html div#footer {
	margin-top: 40px;
}