@font-face {
    font-family: 'MetrostyleRegular';
    src: url('/templates/metrostyle-webfont.eot');
    src: url('/templates/metrostyle-webfont.eot?#iefix') format('embedded-opentype'),
         url('/templates/metrostyle-webfont.woff') format('woff'),
         url('/templates/metrostyle-webfont.ttf') format('truetype'),
         url('/templates/metrostyle-webfont.svg#MetrostyleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'triglavianRegular';
    src: url('/templates/Triglavian-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html {
    height: 100%;
    width: 100%;
    margin: 0;
	overflow-y: scroll;
}

body 
{
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
	padding: 0px;
	background-color:#FFF;
	background-image:url('/images/frame/background_lightgrey.png');
	background-position:center;
	background-repeat:repeat-y;	
	
	font-size: 14px; 
	color: #000000; 
	font-family: Tahoma, sans-serif; 

	overflow-y: scroll;

}
.preload * 
{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

#structure_framework
  {
    min-height: 100%;
    position:relative;
}

#structure_framebody
{
    padding-bottom: 40px;
}

#structure_framefooter
{
    background-color: #000000;
    display: table-row;
	height: 20px;
}

.structure_content_body
{
	width:1590px; 
	margin:auto; 
	height:auto;
	background-color: #f4f4f4;
	padding:5px;
}

.structure_content_breadcrumbs
{
	width:1590px; 
	margin:auto; 
	height:auto;
	background-color: #ececec;
	padding:5px;
	border-bottom:1px solid #dfdfdf;
}

.structure_content_body_container
{
	width:1590px; 
	margin-left:5px; 
	margin-right:5px; 
	float:left;
}

.structure_framefooter_text 
{
	text-align: center;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	font-size: 12px;
}

.structure_frame
{
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	border: 0px;
	vertical-align:top;
	padding-bottom: 40px;
}

.structure_banner
{
	width: 100%;
	height: 86px;
	background-color: #ececec;	
	text-align: center;
}

.structure_login 
{
	float:right;
	text-align:left;
	width:500px;
	margin-right: 50px;
}

.structure_login_table 
{
	width:100%; 
	height:85px
}

.structure_login_table_imgcell
{
	width:140px;
	height:85px
}


.structure_navbar
{
	width: 100%;
	height: 42px;
	background: #000000;
	border-bottom: 4px solid #aa1111;
}

.structure_banner_container
{
	width:1600px; 
	margin:auto; 
	height:85px; 
}

.structure_banner_img 
{
	float: left;
	width: 253px;
	height: 85px;
}

.structure_error_container 
{
	position: fixed; 
	top: 0px; 
	width: 100%;
}

.structure_error_centralizer 
{
	width:800px;
	margin:auto;
}