﻿body{
	background: #E5E5E5;
	height:100%;
}

.content
{
    width:1170px;
    margin-left:auto;
    margin-right:auto;
}

#header *,
#main-nav *,
#sub-nav *,
#content *,
#footer * 
{
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#wrapper{
  /*padding: 0 23px 0 30px;*/
  margin: 0 0 23px 0;
  background:#FFFFFF;
}

#top-navigation{
	background: #FFFFFF;
	height: 25px;
	padding: 3px 15px 0 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #DDD;
}
	
#top-navigation ul{
	margin: 0;
	list-style: none;
	text-align:right;
}
	
#top-navigation ul li{
	display:inline;
	margin-left: 10px;
}

#top-navigation ul li a:link,
#top-navigation ul li a:visited
{
    font-size: 8pt;
	color:#666666;
	text-decoration:none;
}
#top-navigation ul li a:hover{
	color: #999999;
	text-decoration:underline;
}
	
#header
{
    position:relative;
	display:block;
	background: #FFFFFF url('../images/background.jpg') no-repeat center;
	height: 90px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#header .logo
{
    float:left;
    height:90px;
    width:120px;
    background:url('../images/logo.svg') no-repeat;
    background-size:contain;    
}

#header #lang-select {
    float: right;
    height: 90px;
    padding: 30px 0;
}

#header .login-section
{
    float:right;
    margin-top:20px;
}

#header #userInfo
{
    -moz-box-sizing:border-box;
    float: right;
    background: #FFFFFF;
    border-radius: 15px;
    margin-top: 20px;
}

#header #userInfo div.infoBoxContent
{
    height:auto;
    padding:10px 10px 12px 10px;
}

#header #userInfo span
{
    display:inline-block;
    color:#666666;
    font-size:12px;
    font-weight:bold;
}

#header #userInfo span#clientname
{
    color:#333;
}

#main-nav
{
    height:40px;
    background:#1E3980;
}

#main-nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
    font-size:0pt;
}

#main-nav ul li{
	display:inline-block;
	height:40px;
}

#main-nav ul li a:link,
#main-nav ul li a:visited{
	/*color: #DDDDDD;*/
	font-weight:bold;
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;
	line-height:40px;
	padding:0px 15px;
}

#main-nav ul li a:hover
{
    background: #2B4A8E;
}

#main-nav ul li{
	display:block;
	float:left;
	/*text-align: center;*/
	padding: 0px;
	margin:0px;
}

#main-nav ul li.active a:link,
#main-nav ul li.active a:visited{
	background: #BC305E !important;
	background: -webkit-linear-gradient(top, #BC305E 0%, #A72A54 100%) !important; 
	background: -moz-linear-gradient(top, #BC305E 0%, #A72A54 100%) !important; 
	background: -ms-linear-gradient(top, #BC305E 0%, #A72A54 100%) !important; 
	color:#FFFFFF;
}

#sub-nav{
	width:100%;
	height:10px; /*30px;*/
	background: #FFFFFF;
	display:block;
	clear:both;
	border-bottom:1px solid #DDD;
	box-shadow: 0px 2px 5px #CCCCCC;
}


#sub-nav ul{
	list-style:none;
    padding:0px;
    margin:0px;		
    font-size:0pt;
    height:30px;
}

#sub-nav ul li{
	display:inline-block;
	margin: 0 3px 0 0;
	height:100%;
}

#sub-nav ul li a:link,
#sub-nav ul li a:visited
{
    display:block;
    height:100%;
    color: #666;
	text-decoration:none;
	padding:0px 10px;
	line-height:30px;
	
}

#sub-nav ul li a:hover{
	color: #999;
}

#sub-nav ul li.active a:link,
#sub-nav ul li.active a:visited{
	color: #000;
	background:#EBEBEB;
}

#content
{
    margin-top:12px;
}

#content .content
{
    background:#FFFFFF;
    min-height:560px;
    border:1px solid #DDD;
    box-shadow: 0px 5px 5px #CCCCCC;
}
	
#content .leftcol{
	padding:17px 25px 10px 25px;
	width:880px;
	clear:right;
	float:left;
}

#content .rightcol{
	clear:right;
	height: 443px;
	float: right;
	padding: 17px 10px;
}

#content .center{
	padding:17px 25px 10px 25px;
}

#footer .content
{
    background:#AAA;
    min-height:40px;
    height:40px;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
}

#layout{
	width:100%;
	height:100%;
}
#layout #left-margin{
	width:30px;
	background: url('../images/left_margin.gif') repeat-y right;
}
#layout #right-margin{
	width: 34px;
	background: url('../images/right_margin.gif') repeat-y;
}
#layout .left-corner{
	width:100px;
	height:51px;
	float:left;
	background: url('../images/left_corner.gif') no-repeat left;
} 
#layout .right-corner{
	width:58px;
	height:51px;
	float:right;
	background: url('../images/right_corner.gif') no-repeat right;
}
#layout #bottom{
	height:50px;
	background: url('../images/bottom_bkg.gif') repeat-x;
}

/*********** Info Panel *************************/
div.infoPanel
{
    background: #F5F5F5;
    padding:0px;    
    border-radius: 0.3em 0.3em 0 0;
    border:1px solid #CCC;
}

.infoPanel > div
{
    padding:15px;
}

.infoPanel h2
{
    background: #1974D2;
    font-size:120%;
    text-transform: uppercase;
    display:block;
    text-align:center;
    border-radius: 0.3em 0.3em 0 0;
    border-bottom:1px solid #EEE;
    padding:5px;
    color: #FFF;
}

div.buttons_strip {
    height: 40px;
    margin-top: 7px;
    background: #FFFFFF;
    text-align: center;
    padding: 7px;
}


