﻿body 
{
    background: #fff;    
	color: #242424;
    font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
    line-height: 150%;
    margin: 0px;
	padding: 0px;
}
a
{
    outline: medium none;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
 }
header
{
    max-width: 1200px;
	min-width: 1000px;
	margin: 0px auto;
}
header, footer
{
	display: block;
}
img
{
    border: none;
}
input, button, textarea, select
{
    font-family: inherit;
}
table 
{
    border-spacing: 0px;
    border-collapse: collapse;
}
.clear
{
	display: block;
	clear: both;
	height: 0px;
}
/*Border*/
.border
{    
	width: 1000px;
	margin: 0px auto;
	margin-top: 10px;
	overflow: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
/*Header*/
#header
{
    position: relative;
	width: 940px;
	margin: 0px auto;
}
#content h2 
{
	font-size: 1.5em;   
}

/*Logo*/
#logo
{
    position: relative;
	padding: 5px 0px 0px 9px;
    margin-top:30px;
	float: left;
}

/*Banner*/
#banner
{
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
	padding: 25px 200px 25px 7px;
	border: solid 1px #eaecee;
	border-left: none;
	border-right: none;
	font-size: 4.500em;
	line-height: 100%;
	font-weight: 500;
}
h1#banner.bannertext {
	padding-left: 30px;
}
h1#banner.bannertext.bannertextbackground {
    padding-left: 0px;
	background: url(../Images/banner.png) repeat-x top center;
    width: 863px;
}	
.bannertitle
{
    color: white;
	padding-top: 34px;
	font-size: 40px;
	padding-bottom: 29px;
	padding-right: 40px;
	padding-left: 40px;
	margin-left: -7px;
	width: 730px;
	background:url(../Images/banner_title.png);
}
/*Content*/
#content
{
	width: 940px;
    margin: 0px auto;
    z-index:1;
}
/*Page heading*/
.pageheading 
{
    margin: 20px 0px 20px 0px;
	border-bottom: 2px solid #D8D8D8;
    position: relative;
    text-align: center;
}
.pageheading div {
    font-family: Lato, sans-serif;
	font-size: 25px;
	font-weight: 300;
	display: inline-block;
	background-color: white;
	padding: 1px 12px;
	position: relative;
	top: 10px;    
}
.heading {
	margin: 0px 0px 0px 10px;
	padding: 0px 17px 0px 0px;
	display: inline;
	list-style: none;
	font-weight: bold;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}
.ddlheading
{
	margin: 0px 6px; 
	width: auto; 
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}
/*Entity name label or dropdown*/
.entitydisplay
{
    position: relative;
    margin: 20px 20px 0px 10px;
    float: left;
}
/*User name label*/
.userdisplay
{
    position: relative;
    margin: 20px 10px 0px 20px;
    float: right;
}
/*Menu*/
#menu
{
	position: relative;	
    height: 61px;
	width: 685px;
	float: right;
    margin-top: 26px;
    margin-right: 48px;
    text-align: left;
    font-size: 11px;
	text-transform: uppercase;
    z-index: 99;
}
#menu.employermenu
{
    height: 25px;
    margin-top: 10px;
}
#menu.close
{
	position: relative;	
    height: 25px;
	width: 50px;
	float: right;
    margin-top: 6px;
    margin-right: 48px;
    text-align: right;
    font-size: 11px;
	text-transform: uppercase;
}
#menu.nodrop
{
	position: relative;	
    height: 25px;
	width: 685px;
	float: right;
    margin-top: 6px;
    margin-right: 48px;
    text-align: left;
    font-size: 11px;
	text-transform: uppercase;
}
#menu ul li
{
	float: left;
    list-style: none;
    padding-left: 0px;
}
#menu ul li a
{
	display: block;
	position: relative;
	padding: 2px 18px;
	color: #242424;
}
#menu ul li a:hover
{
	color: #3781b7;
}
#menu ul li a.dropdownmenu, #menu ul li a.popout
{    
	background-image: url("../Images/Menu/parent.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
}
#menu ul li:hover a.dropdownmenu, #menu ul li:hover a.popout
{
	background-image: url("../Images/Menu/parent_hover.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
}
#menu ul li:hover ul
{
	display: block;
}
#menu ul li ul
{
    margin-left: -40px;
	position: absolute;
	display: none;
}
#menu.touchDevice ul li ul
{
    margin-left: -40px;
	position: absolute;
    display: block;
}
#menu ul li ul li
{
	float: none;
	display: block;
	background: #367fb3;
}
#menu ul li ul li a
{	
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
	padding: 3px 10px 3px 10px;	
    width: 180px;
}
#menu ul li ul li a:hover
{
	background: #6e9fc2;	
	color: #fff;
}

/*Main content*/
#main
{
	margin: 0px auto;
	position: relative;	
}

.formidle
{
    cursor: wait;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;    
    z-index: 99999;
    overflow:hidden;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /*background: none;*/
    background: rgba(255,255,255,0.5);
    /* IE 6/7 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";
}

/*Footer*/
footer
{
    font-family: Lato, sans-serif;
	max-width: 1200px;
	min-width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	color: #fff;
}
footer .footer
{    
	width: 940px;
}
#footer-container
{
	padding: 10px 60px 0px 0px;
	margin-right: -200px;
	width: 100%;
	background: #a8a7a7;
	color: #fff;
}
.footer-cell
{
	width: auto;
	float: left;
	margin-right: 0px;
	margin-left: 110px;
	margin-bottom: 10px;
}
.footer-cell a:hover
{
    text-decoration: underline;
}
.footer-cell h2
{
	text-transform: uppercase;
	font-size: 1.167em;
	margin-bottom: 5px;
}
.footer-cell a,.footer-cell b
{
	color: #fff;
}
.textwidget
{
	margin: 0px;
}
#footerbar
{
	padding: 5px 30px 5px 30px;
	font-size: 0.917em;
	line-height: 1.167em;
	width: 100%;
	background: #959393;
	color: #fff;
}
#footerbar a
{
    color:#FFF;
}
#clientfooterbar
{
	padding: 5px 160px 5px 30px;
	font-size: 0.917em;
	line-height: 1.167em;
	width: 100%;
	background: #383838;
	color: #fff;
}
#clientfooterbar a
{
    color:#FFF;
}
/*Go to top*/
.scrollup 
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 41px;
    width: 38px;
    display: none;
}
.scrollup img 
{
	background: #a8a7a7;
	-webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
a.scrollup:hover img 
{
    background-color: #367fb3;
}
/*General*/
.mini-space 
{
	height: 20px;
}
.supermini-space 
{
	height: 10px;
}
.tiny-space 
{
	height: 5px;
}
.center_half 
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.one_half 
{
	    width: 48%;
}
.one_third 
{
	    width: 30.6666%;
}
.one_thirds 
{
	    width: 65.3332%;
}
.one_fourth 
{
	    width: 22%;
}
.three_fourth 
{
	    width: 74%;
}
.one_half,.one_thirds, .one_third, .one_fourth, .three_fourth 
{
	float: left;
    top: 0px;
	padding: 0px;
    margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 30px;
}
ul.bullettext
{
    padding-left: 0px;
}
ul.bullettext li
{
    list-style: none;
    background:url("../Images/sprite.png");
    background-position:-993px -427px;
    padding-left: 23px;
}
/*Spacing*/
.w25pxl
{
    float: left;
    margin-right: 1px;
    text-align: center;
    width: 25px;
}
.w25px
{   
    text-align: center; 
    width: 25px;
}
.w30px
{
    width: 30px;
}
.w50px
{
    width: 50px;
}
.w60px
{
    width: 60px;
}
.w70px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 70px; 
    overflow: hidden;
}
.w75px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 75px; 
    overflow: hidden;
}
.w85px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 85px; 
    overflow: hidden;
}
.w95px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 95px; 
    overflow: hidden;
}
.w105px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 105px; 
    overflow: hidden;
}
.w150px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 150px; 
    overflow: hidden;
}
.w180px {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 180px;
    overflow: hidden;
}
.w250px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 250px; 
    overflow: hidden;
}
.w300px
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 300px; 
    overflow: hidden;
}
.h20px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 20px; 
    overflow: hidden;
}
.h30px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 30px; 
    overflow: hidden;
}
.h50px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 50px; 
    overflow: hidden;
}
.h60px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 60px; 
    overflow: hidden;
}
.h70px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 70px; 
    overflow: hidden;
}
.h105px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 105px; 
    overflow: hidden;
}
.h150px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 150px; 
    overflow: hidden;
}
.h250px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 250px; 
    overflow: hidden;
}
.h300px {
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    height: 300px; 
    overflow: hidden;
}
/*Percentage spacing*/
.w20perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 20%; 
    overflow: hidden;
}
.w30perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 30%; 
    overflow: hidden;
}
.w35perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 35%; 
    overflow: hidden;
}
.w40perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 40%; 
    overflow: hidden;
}
.w45perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 45%; 
    overflow: hidden;
}
.w50perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 50%; 
    overflow: hidden;
}
.w55perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 55%; 
    overflow: hidden;
}
.w60perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 60%; 
    overflow: hidden;
}
.w65perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 65%; 
    overflow: hidden;
}
.w70perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 70%; 
    overflow: hidden;
}
.w75perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 75%; 
    overflow: hidden;
}
.w83perc
{   
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;   
    width: 83%;
    overflow: hidden;
}
.w100perc
{
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px; 
    width: 100%; 
    overflow: hidden;
}


/*Buttons*/
input.button
{
    background: #367fb3;
    color: #fff;
    cursor: pointer;
    border: 0px;
    padding: 5px 15px 5px 15px;
    text-align:center;
    white-space: normal;
    vertical-align:middle;    
}
input.button:focus
{
    background: #2660cd;
    color: #fff;
    cursor: pointer;
    border: 0px;
    padding: 5px 15px 5px 15px;
    text-align:center;
}
input.button:hover
{
    background: #2690cc;
    color: #fff;
    cursor: pointer;
    border: 0px;
    padding: 5px 15px 5px 15px;
    text-align:center;
}
input.button:active
{
    background: #2690cc;
    color: #fff;
    cursor: pointer;
    border: 0px solid #2690cc;
    padding: 5px 15px 5px 15px;
    text-align:center;
}
input.button[disabled]
{	   
	background: #367fb3;
	color: #b9b6b6;
	cursor: default;
	border: 0px solid #2690cc;
    padding: 5px 15px 5px 15px;
    text-align:center;
}
input.gridbutton
{
	background: #367fb3;
    border: 0px;
    color: #fff;
    cursor: pointer;    
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align:center;
}
input.gridbutton:hover
{
    background: #2690cc;
    border: 0px;
    color: #fff;
    cursor: pointer;    
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align:center;
}
input.gridbutton:active
{
    background: #2690cc;
    border: 0px solid #2690cc;
    color: #fff;
    cursor: pointer;    
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align:center;
}
input.gridbutton[disabled]
{	   
	background: #367fb3;
    border: 0px solid #2690cc;
	color: #b9b6b6;
	cursor: default;	
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
    text-align:center;
}
/*Explanation*/
.explanation
{
	color: #2690cc;
}
.hidecontrol
{
    display: none;   
}
/*Processing*/
.busy
{
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}
.busy img
{
    vertical-align: middle;
}
/*Hyperlink*/
.link
{    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    text-decoration: underline;
}
.link a 
{
    text-decoration: none;
    color: #5a5555;     
}
.link a:hover 
{
    text-decoration: none;
    color: #00559a;
}
.fontbold {
    font-weight: bold;
}