@CHARSET "UTF-8";

#historyContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10px;
	z-index: 200;
	display: none;
}

/* ---------------------------------------- */
/* GLOBAL SETTINGS */
/* ---------------------------------------- */
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body
{
	font-family: Arial, Helvetica,"MS PGothic";
}

.bodyWin
{
	font-family: Arial, Helvetica,"MS PGothic";
}

.bodyRest
{
	font-family: Helvetica, Arial,"MS PGothic";
}


a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	outline: none;
}

a.current {
    color: #000000;
    text-decoration: none;
    outline: none;
}

.breadcrumb a.current {
	cursor: default;
}

a.contentLink {
	color: #535353;
	font-weight: bold;
	outline: none;
}
a.contentLink:ACTIVE, a.contentLink:HOVER, a.contentLink:FOCUS {
	color: #000000;
	outline: none;
}

a.grey
{
	color: #535353;
	outline: none;
}
a.grey:HOVER,
a.grey:ACTIVE,
a.grey:FOCUS
{
	color: #000000;
	outline: none;
}


.unFocusHistoryA
{
	display: none;
	visibility: hidden;
	height: 0;
}



/* ---------------------------------------- */
/* BASIC SETTINGS */
/* ---------------------------------------- */
h1 {
	position: relative;
}

.imgSpan {
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.clear {
	clear: both !important;
}


.area, .container, .contentcontainerWrapper
{
	height: 100%;
}

.connFrame
{
	display: none;
}



/* ---------------------------------------- */
/* CONTENT SETTINGS */
/* ---------------------------------------- */

/* LOGO */
.logo {
	position: absolute;
	top:26px;
	right: 18px;
	z-index: 100;
	width: 160px;
}

.logo h1 {
	float: right;
	height: 41px;
	width: 155px;
	font-size: 40px;
	overflow: hidden;
}

.logo h1 .imgSpan {
	cursor: hand;
	cursor: pointer;
	background: url("../../assets/media/images/uniplan-logo.jpg");
}


/* WRAPPER ELEMENTS */
.contentcontainerWrapper
{
	position: absolute;
	width: 100%;
}

.contentcontainerWrapper .navigationWrapper
{
	background-color: #ca0511;
	height: 100%;
	width: 416px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.contentcontainerWrapper .contentWrapper
{
	height: 100%;
/* CHANGE HERE */
	margin: 0 0 0 416px;
	position: relative;
}

/*.contentcontainerWrapper .contentWrapper .content*/
#content
{
	position: absolute;
	top: 98px;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: auto;
	padding-bottom: 40px;
}

.innerContentWrapper {
	margin:0;
	padding:0;
}

/* INVISIBLE AJAX HELPERS */
div#trackingTag
{
	display: none;
	visibility: hidden;
}

div#extendedContent
{
	display: none;
	visibility: hidden;
}


