﻿ 

.floatingInfo
{
    position:relative;
    height:100%;
    
    min-width:320px;
    width:100%;
    position:inherit;
    float:none;
    
    
    z-index:40;
    opacity: 1.0;
  
   
}
.mainOpacityBlue
{
 
    background-image: url('../imgBts/blueOpacMainBackground.png');
    
}
.mainImageBorderWhite
{
    width: 100%;
    border: 1px solid #e3e3e3;
    opacity:1;
    background-color:Silver;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: auto;
    /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*Sök*/


 .mMenySearchInput
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
     border-left: 1px solid #636881;
     border-top: 1px solid #636881;
     border-bottom: 1px solid #636881;
     border-right: 1px solid #636881;
    height: 30px;
    min-width: 110px;
    font-size:10pt;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
     outline:no;
    

    text-decoration: none;
    float:right; 
    padding: 4px 4px 4px 4px;
    overflow: auto;
    display: block;
 ;
    background-color: transparent;
    
     
    
   /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius:  2pt 0 2pt  0  ;
    border-radius: 2pt 0 0 2pt  ;
 
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}


 .SearchInput
{

   font-family: 'Open Sans', sans-serif;	
    color: #565656;
     border-left: 1px solid #636881;
     border-top: 1px solid #636881;
     border-bottom: 1px solid #636881;
     border-right: 1px solid #636881;
    height: 40px;
    width: 50px;
    font-size:10pt;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
     outline:no;
    

    text-decoration: none;
    float:right; 
    padding: 8 10 11 20;
    overflow: auto;
    display: block;
    line-height:100%;
    background-color: transparent;
    
     
    
   /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius:  2pt 0 2pt  0  ;
    border-radius: 2pt 0 0 2pt  ;
 
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.SearchInput:hover
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
      border-left: 1px solid white;
     border-top: 1px solid white;
     border-bottom: 1px solid white;
     border-right: 1px solid white;
    height: 40px;
    width: 170px;
    font-size:10pt;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    
    padding: 8 10 11 20;
    overflow: auto;
    display: block;
    line-height:100%;
    background-color: #454c73;
    /*Rounded Corners*/
     -webkit-border-radius: 0 5pt 5pt 0  ;
    -moz-border-radius: 0 5pt  0  ;
    border-radius: 5pt 0 0 5pt  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(1 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(1, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0.4, 0, 0, 1));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
.SearchInput:focus
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
        border-left: 1px solid white;
     border-top: 1px solid white;
     border-bottom: 1px solid white;
     border-right: 1px solid white;
    height: 40px;
    width: 170px;
    font-size:10pt;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    
    padding: 8 10 11 20;
    overflow: auto;
    display: block;
    line-height:100%;
    background-color: #454c73;
    /*Rounded Corners*/
     -webkit-border-radius: 0 5pt 5pt 0  ;
    -moz-border-radius: 0 5pt  0  ;
    border-radius: 5pt 0 0 5pt  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(1 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(1, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0.4, 0, 0, 1));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
.mainMenSearchTopBox
{
    position:fixed;
    width:auto;
    height:50px;
    z-index:1195;
    left:70%;
    top:-20px;
    float:right;
    display:block;
   
    
 }
 
 
.mainMenAdmTopBox
{
    position:fixed;
    width:50px;
    height:50px;
    z-index:1196;
    right:10%;
    top:50px;
    display:inline-block;
   
    
 }
.MenSearchTopBox
{
    position:absolute;
    outline:no;
    width:870px;
    height:39px;
    left:120px;
    top:6px;
   
    
    z-index:1200;
   
}

.logoutButton
{

    font-family: 'Open Sans', sans-serif;	
     
    border-top: 1px solid #636881;
    border-bottom: 1px solid #636881;
    border-right: 1px solid #636881;
    border-left: 1px solid #636881;
    background-color:transparent;
    font-size:1.0em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
   
    color:White;
    opacity:1;
    text-decoration: none;
 
    padding: 0 0 0 0;
    overflow: hidden;
    display: block;
    
    
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 0 2pt 2pt 0  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    	
}

.logoutButton:hover
{

    font-family: 'Open Sans', sans-serif;	
     
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 0px solid #ffffff;
 background-color:#3d72af;
    font-size:1.0em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
   
    color:White;
    opacity:1;
    text-decoration: none;
    white-space:nowrap;
    padding: 0 0 0 0;
    overflow: hidden;
    display: block;
  
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 0 2pt 2pt 0  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    	
}

.mMenysearchButton
{

    font-family: 'Open Sans', sans-serif;	
     
    border-top: 1px solid #636881;
    border-bottom: 1px solid #636881;
    border-right: 1px solid #636881;
    border-left: 0px solid #636881;
    background-color:transparent;
    font-size:0.8em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
   
    color:White;
    opacity:1;
    text-decoration: none;
 
    padding: 0 0 0 0;
    overflow: auto;
    display: block;
    line-height:100%;
    
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 0 2pt 2pt 0  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    	
}
.mMenysearchButton:hover
{

    font-family: 'Open Sans', sans-serif;	
     
    
    font-size:0.8em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
   
    color:White;
    opacity:1;
    text-decoration: none;
 
    padding: 0 0 0 0;
    overflow: auto;
    display: block;
    line-height:100%;
    
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 0 2pt 2pt 0  ;

	background-color: #309408;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    	
}
.searchButton
{

    font-family: 'Open Sans', sans-serif;	
     
    border-top: 1px solid #636881;
    border-bottom: 1px solid #636881;
    border-right: 1px solid #636881;
    border-left: 0px solid #636881;
    background-color:transparent;
    font-size:1.0em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
   
    color:White;
    opacity:1;
    text-decoration: none;
 
    padding: 0 0 0 0;
    overflow: auto;
    display: block;
    line-height:100%;
    
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 0 2pt 2pt 0  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    	
}

.searchButton:hover
{

    font-family: 'Open Sans', sans-serif;	
     
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
 background-color:#3d72af;
    font-size:1.0em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
   
    color:White;
    opacity:1;
    text-decoration: none;
 
    padding: 0 0 0 0;
    overflow: auto;
    display: block;
    line-height:100%;
    3d72af
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 0 2pt 2pt 0  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    	
}
/*Prenumerera*/
 .subScribeInput
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    border-left:1px solid #f7f5f3;
    border-top:1px solid #f7f5f3;
    border-bottom:1px solid #f7f5f3;
     
    height: 38px;
    width: 160px;
    font-size:1.0em;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
     outline:no;
    outline-color:transparent;
    opacity:0.6;
    text-decoration: none;
  
    overflow: auto;
    display: block;
    line-height:100%;
    background-color: #41486c;
    
     
    
 
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(1, 0, 0, 0.5 ), rgba(1, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(1, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(1 0, 0, 0.4), rgba(1, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(4, 4, 5, 0), rgba(1, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0.4, 0, 0, 1));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.subScribeInput:focus
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
     border-left:1px solid #f7f5f3;
    border-top:1px solid #f7f5f3;
    border-bottom:1px solid #f7f5f3;
    height: 38px;
    width: 170px;
    font-size:1.0em;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    
  
    overflow: auto;
    display: block;
    line-height:100%;
    background-color: #41486c;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(1 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(1, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0.4, 0, 0, 1));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
/*Bakgrunder*/

.mainPlainTextInputCheckBox
{
 
    border: 1px solid #ffffff;
    height: 20px;
    width: 20px;
    margin-right:10px;
    
    opacity:0.8;
    
 
    overflow: hidden;
    display: block;
    
    float:left;
    /*Rounded Corners*/
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
     
    display:block;

}
 
 .calendarBoxEmty
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    min-width:90px;
    width:100%;
    height: 100%;
    min-height:70px;
    font-size:0.9em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    text-decoration: none;
    
     
    
    display: block;
    background-color: #393f61;
 
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    
   /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

 
 .calendarBox
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    min-width:35px;
    width:25%;
    height: 60px;
    font-size:0.9em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
     outline:no;
    outline-color:transparent;
    text-decoration: none;
    
     
    overflow: hidden;
    display: block;
    background-color: #393f61;
 
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    
   /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.calendarBox:hover
{

   font-family: 'Open Sans', sans-serif;	
    color: #565656;
     border-top:1px solid #b0b0b0;
     border-left:1px solid #b0b0b0;
     border-right:1px solid #b0b0b0;
     border-bottom:1px solid #b0b0b0;
    
    width:98%;
    min-width:70%; 
    height:auto;
    min-height:70px;
    font-size:0.9em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    position:absolute;
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    background-color: #41486c;
    z-index:20;
    
   
    overflow: hidden;
    display: block;
    
   
  /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
 
  
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

}
 .boxStartPage
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    min-width:290px; 
    width:100%;
    height: 324px;
    font-size:0.9em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
     outline:no;
    outline-color:transparent;
    text-decoration: none;
    
     
    overflow: hidden;
    display: block;
    background-color: #393f61;
    
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    
   /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.boxStartPage:hover
{

    font-family: 'Open Sans', sans-serif;	
    color: #565656;
    border-left:1px solid #b0b0b0;
    border-right:1px solid #b0b0b0;
    border-bottom:1px solid #b0b0b0;
    height: auto;
    width:100%;
    min-width: 230px;
    font-size:0.9em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    background-color: #41486c;
    z-index:20;
    position:inherit;
   
    overflow: hidden;
    display: block;
    
   
  /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
 
  
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

}
 .boxNewsPaperMain
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    font-size:0.8em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    opacity:1.0;
    max-width:350px;
    text-decoration: none;
    border: 1px solid #6f7491;
    background-color: #41486c;
    
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

 
}

.boxNewsPaperMain:hover
{

   font-family: 'Open Sans', sans-serif;	
    color: #565656;
     border: 1px solid #6f7491;
    height: auto;
    width:100%;
    font-size:0.8em;
    color:White;
    padding:2px;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    background-color: #41486c;
    z-index:20;
   
    display: block;
    
   
   /*Transition*/
    -webkit-transition: All 1.0s ease;
    -moz-transition: All 1.0s ease;
    -o-transition: All 1.0s ease;
    -ms-transition: All 1.0s ease;
    transition: All 1.0s ease;
 
  
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

}

 .boxNewsPaper
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    font-size:0.8em;
    font-style:normal;
    font-weight:lighter;
    opacity:0.6;
    text-decoration: none;
    
    border: 1px solid #f7f5f3;
    background-color: #41486c;
    
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

 
}

.boxNewsPaper:hover
{

   font-family: 'Open Sans', sans-serif;	
    color: #565656;
     border: 1px solid #f7f5f3;
    height: auto;
   
    font-size:0.8em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    background-color: #41486c;
    
   
    display: block;
    
   
   /*Transition*/
    -webkit-transition: All 1.0s ease;
    -moz-transition: All 1.0s ease;
    -o-transition: All 1.0s ease;
    -ms-transition: All 1.0s ease;
    transition: All 1.0s ease;
 
  
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

}

 .boxtest2
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
     
    height: 190px;
    width: 250px;
    font-size:0.8em;
    color:White;
    font-style:normal;
    font-weight:lighter;
    overflow:inherit;
     outline:no;
    outline-color:transparent;
    text-decoration: none;
    z-index:1;
     
    overflow: visible;
    display: block;
    background-color: #41486c;
    
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
 
}

.boxtest2:hovers
{

   font-family: 'Open Sans', sans-serif;	
    color: #565656;
     border: 1px solid #636881;
    min-height:150px;
    min-height: auto;
    height:250px;
    width: 250px;
    font-size:0.8em;
    color:White;
    font-style:normal;
    font-weight:lighter;
  
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    background-color: #41486c;
    z-index:2000;
    
    position:absolute;
 
    display: block;
    
   
   
   /*Transition*/
    -webkit-transition: All 1.0s ease;
    -moz-transition: All 1.0s ease;
    -o-transition: All 1.0s ease;
    -ms-transition: All 1.0s ease;
    transition: All 1.0s ease;
 
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

}


 .boxtest1
{

   
    
     
    height: 10px;
    width: 160px;
 
    overflow:inherit;
     outline:no;
    outline-color:transparent;
    opacity:0.6;
    text-decoration: none;
  
    overflow: auto;
    display: block;
    
  
    
     
    
 
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(1, 0, 0, 0.5 ), rgba(1, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(1, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(1 0, 0, 0.4), rgba(1, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(4, 4, 5, 0), rgba(1, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0.4, 0, 0, 1));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    -ms-transition: All 1.5s ease;
    transition: All 1.5s ease;
}

.boxtest1:hover
{

 
    
    height:100%;
    width: 170px;
 
    overflow:inherit;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    
  
    overflow: auto;
    display: block;
    
    
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(1 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(4, 4, 5, 0 ), rgba(1, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(1, 0, 0, 0.4), rgba(0.4, 0, 0, 1));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 1.5s ease;
    -moz-transition: All 1.5s ease;
    -o-transition: All 1.5s ease;
    -ms-transition: All 1.5s ease;
    transition: All 1.5s ease;
}
 .mainInfoBoxMiddle
{
    background-image: url(../Imgbts/blackpixTrans.png);
    height:100%;
    width:100%;
    
 }
.StartPageBlackTransBgDyn100
{

 
  
  height: 100%;
 border-top:1px solid #b0b0b0;
  min-width:320px;
  
  width:100%;
  
    display:block;
    position:inherit;
  z-index:75;
  line-height:25px;
  background:rgba(201,157,3,0.1);
    opacity:1;
    background-color: #3f456a;
  text-decoration: none;
  
 padding:4px;
 
    opacity:0.9;
 
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}
.StartPageBlackTransBgDyn30px
{

 
  
  height: 50px;
  
 
  width:45px;
  
    display:block;
    position:inherit;
  z-index:75;
  line-height:25px;
 
    opacity:1;
  
  text-decoration: none;
  
 padding:4px;
 
    opacity:0.9;
 
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}

.LetterBox
{
    background-color: transparent;
    border:1px solid #636881;
    padding:5px;
    width:30px;
    height:30px;
    margin-right:2px;
    
    }
.LetterBox:hover
{
    background-color: #357e0d;
    border:1px solid white;
    padding:5px;
    width:30px;
    height:30px;
    margin-right:2px;
}
.LetterBox-Select
{
    background-color: #357e0d;
    border:1px solid white;
    padding:5px;
    width:30px;
    height:30px;
    margin-right:2px;
    
}
.SubPageBlackTransBgDyn
{

 
  
   
 
  
  
  width:72%;
  
    display:block;
    position:inherit;
  z-index:75;
  padding:100px;
  line-height:35px;
  background:rgba(201,157,3,0.1);
    opacity:1;
    background-color: #3f456a;
  text-decoration: none;
  
 padding:4px;
 
    opacity:0.9;
 
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}


.StartPageBlackTransBgDyn
{

 
  
  height: 50px;
 border-top:1px solid #b0b0b0;
  min-width:320px;
  
  width:100%;
  
    display:block;
    position:inherit;
  z-index:75;
  padding:100px;
  line-height:35px;
  background:rgba(201,157,3,0.1);
    opacity:1;
    background-color: #3f456a;
  text-decoration: none;
  
 padding:4px;
 
    opacity:0.9;
 
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}
.StartPageBlackTransBg230
{

 
  
  height: 40px;
 border-top:1px solid #b0b0b0;
  min-width:230px;
  
  width:100%;
  
    display:block;
    position:absolute;
  z-index:75;
  line-height:38px;
  background:rgba(201,157,3,0.1);
    opacity:1;
    background-color: #3f456a;
  text-decoration: none;
  
 padding:4px;
 
    opacity:0.9;
 
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}

.StartPageBlackTransBgMain
{
    height: 40px;
    display:block;
    z-index:75;
    line-height:40px;
    background:rgba(201,157,3,0.1);
    opacity:1;
    background-color: #3f456a;
    text-decoration: none;
    padding-left:4px;
    opacity:0.9;
 
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
    
    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
	
}
.StartPageBlackTransBg320
{

 
  
  height: 40px;
 border-top:1px solid #b0b0b0;
  min-width:300px;
  max-width:300px;
  width:100%;
  
    display:block;
    position:absolute;
  z-index:75;
  line-height:38px;
  background:rgba(201,157,3,0.1);
    opacity:1;
    background-color: #3f456a;
  text-decoration: none;
  
 padding:4px;
 
    opacity:0.9;
 
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}

.StartPageBlackTransBg
{

 height: 40px;
 border-top:1px solid #b0b0b0;
 min-width:300px;
 width:inherit;
 display:block;
 position:absolute;
 z-index:5;
 line-height:38px;
 background:rgba(201,157,3,0.1);
 opacity:1;
 background-color: #3f456a;
 text-decoration: none;
 padding:4px;
 opacity:0.9;
}

.StartPageBlackTransBgPlain
{
    
 height: 40px;
  
 min-width:150px;
 display:block;
 width:100%;
 line-height:38px;
 background:rgba(201,157,3,0.1);
 opacity:1;
 background-color: #3f456a;
 text-decoration: none;
 padding:4px;
 opacity:0.9;
  
 /*Shadow*/
 -webkit-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 4px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 4spx 1px rgba(0, 0, 0, 0);

 /*Transition*/
 -webkit-transition: All 0.5s ease;
 -moz-transition: All 0.5s ease;
 -o-transition: All 0.5s ease;
 -ms-transition: All 0.5s ease;
 transition: All 0.5s ease;
	
}

.FloatingBackgroundMain
{
  border: 1px solid #ffffff;
  height: 40px;
  width: 100%;
  height:100%;
  background:rgba(201,157,3,0.1);
  opacity:1;
  background-color: #3f456a;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
 

 /*Gradient*/
 
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 2), rgba(0, 0, 0, 0.4));
 background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}
.EventThankYouBackground
{
  border: 1px solid #15c10d;
  width: 99%;
  height:200px;
  background:rgba(201,157,3,0.1);
  opacity:1;
  background-color: #3f456a;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
 

 /*Gradient*/
 
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 2), rgba(0, 0, 0, 0.4));
 background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}

.ApplyThankYouBackground
{
  border: 1px solid #309408;
  width: 100%;
  
  height:auto;
  display:block;
  padding-top:40px;
  background:rgba(201,157,3,0.1);
  opacity:1;
  background-color: #3f456a;
  text-decoration: none;
  
 

 /*Gradient*/
 
 background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 2), rgba(0, 0, 0, 0.4));
 background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
 background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
 /*Shadow*/
 -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);
 box-shadow: 0px 3px 1px rgba(0, 0, 0, 0);

/*Transition*/
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
-ms-transition: All 0.5s ease;
transition: All 0.5s ease;
	
}

/*Login*/

.TESTFONT

{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: Black;
    padding:4px;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Login
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: Black;
    padding:4px;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Login-Small
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: white;
    padding:4px;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}




/* INPUT */

.front-Page-Desc-Reg-Special
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #5d5d5c;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
display:block;
position:relative;
float:left;
min-height:150px;
min-width:350px;
vertical-align: super;
}
.front-Page-Desc-Reg
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #5d5d5c;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Reg:focus
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #5d5d5c;
    background-color:white;
    border:1px solid #d8dadb;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Reg-Wrong
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #5d5d5c;
    background-color:white;
    border:3px solid #d8dadb;
    line-height:35px;
    text-decoration: none;
    font-weight: lighter;
}
/*Knappar*/

 .CalendarButtonYearFront
  {
    min-width:35px;
    width:100%;
    display:block;
    height:35px;
    text-align:center;
    color: white;
	   font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
 	  font-size: 0.8em;
	  font-weight: normal;
	
	background-color:transparent;
	cursor:pointer;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid; 
	  /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
	    
    
 
}
  .CalendarButtonYearFront:hover
{
      
    display:block;
    height:35px;
    min-width:35px;
    width:100%;
    text-align:center;
    color: white;
	font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
	font-size: 0.8em;
	font-weight: normal;
	
	
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid; 
	background-color:#5f88a1;
	  /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
	    
    
 
}
.CalendarButtonYearFront-Selected
{
      min-width:55px;
    height:35px;
    min-width:35%;
    width:100%;
    text-align:center;
    color: white;
	font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
	font-size: 0.8em;
	font-weight: normal;
	
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid; 
	background-color:#5f88a1;
	  /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
	    
    
 
}




  .CalendarButtonFront
{
     min-width:35px;
     width:100%;
    display:block;
    height:35px;
    text-align:center;
    color: white;
	font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
	font-size: 0.8em;
	font-weight: normal;
	
	background-color:transparent;
	cursor:pointer;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid; 
	  /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
	    
    
 
}
  .CalendarButtonFront:hover
{
      
    display:block;
    height:35px;
    min-width:35px;
    width:100%;
    text-align:center;
    color: white;
	font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
	font-size: 0.8em;
	font-weight: normal;
	
	
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid; 
	background-color:#5f88a1;
	  /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
	    
    
 
}
.CalendarButtonFront-Selected
{
      min-width:55px;
    height:35px;
    min-width:35%;
    width:100%;
    text-align:center;
    color: white;
	font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
	font-size: 0.8em;
	font-weight: normal;
	
	border-right: #ffffff 2px solid;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid; 
	background-color:#5f88a1;
	  /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
	    
    
 
}
.forwardButton
{ 
    font-family: 'Open Sans', sans-serif;	
    
    border-top: 1px solid #636881;
    border-bottom: 1px solid #636881;
    border-right: 1px solid #636881;
    border-left: 1px solid #636881;
    background-color:transparent;
    font-size:0.8em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
    
    color:White;
    opacity:1;
    text-decoration: none;
  
    
 
     
     
 
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 2pt 2pt 2pt 2pt  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    
 }


.forwardButton:hover
{
  
  
    text-align:center;
    
      
    
   
    overflow: hidden;
	color: white;
	font-family: 'Open Sans', sans-serif;	
    text-decoration:none;
	font-size:0.8em;
	font-weight: normal;
	background-color: #309408;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	
}

.UpdateButtonSmall
{ 
    font-family: 'Open Sans', sans-serif;	
    
    border-top: 1px solid #636881;
    border-bottom: 1px solid #636881;
    border-right: 1px solid #636881;
    border-left: 1px solid #636881;
    background-color:#309408;
    font-size:1.1em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
    
    color:White;
    opacity:1;
    text-decoration: none;
  
   
 
    display: block;
     
   height:38px;
     
    
    /*Rounded Corners*/
    -webkit-border-radius: 0 2pt 2pt 0  ;
    -moz-border-radius: 0 2pt 2pt 0  ;
    border-radius: 2pt 2pt 2pt 2pt  ;
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 2, 0, 2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    
 }


.UpdateButtonSmall:hover
{
      
    font-family: 'Open Sans', sans-serif;	
    
    border-top: 1px solid #636881;
    border-bottom: 1px solid #636881;
    border-right: 1px solid #636881;
    border-left: 1px solid #636881;
    background-color:transparent;
    font-size:1.2em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
    
    color:White;
    opacity:1;
    text-decoration: none;
  
    
    overflow: hidden;
	color: white;
	font-family: 'Open Sans', sans-serif;	
    text-decoration:none;
	 font-size:1.2em;
	font-weight: normal;
	background-color: #309408;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	
}
.eventButton
{ 

    font-family: arial,  Tahoma, Verdana, sans-serif;
    color: #fff;
    border: 1px solid #ffffff;
    height: 40px;
    width: 100%;
    font-size:0.9em;
    font-style:normal;
    font-weight:lighter;
    text-align:center;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    
    overflow: hidden;
    display: block;
    
    background-color: #454c73;
    /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
 cursor:pointer;
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 2), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
 }




























.eventButton:hover
{
    height: 40px;
    width: 100%;
    display:block;
    text-align:center;
    vertical-align:bottom;
    cursor:pointer;
    overflow: hidden;
	color: white;
	font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
	font-size:0.9em;
	font-weight: normal;
	background-color: #309408;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	
}
 
.eventButton-selected
{
    height: 40px;
    width: 100%;
    display:block;
    
    text-align:center;
    vertical-align:bottom;
    
    overflow: hidden;
	color: white;
	font-family: arial,  Tahoma, Verdana, sans-serif;
    text-decoration:none;
	font-size:0.9em;
	font-weight: normal;
	background-color: #8a8888;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	
}
/*DropCap*/
.dropcapUpLeftPartners
{
	float: right;
	text-align: right;
	font-size: 56pt;
	margin-right: 8px;
	color: #000000;
	font-style: normal;
	font-family: Arial;
	vertical-align: top;
	position: inherit;
	width: 125px;
	display: block;
}
.dropcapRightInfoNews
{
	float: left;
	text-align: left;
	font-size: 56pt;
	margin-right: 8px;
	color: #000000;
	font-style: normal;
	font-family: Arial;
	vertical-align: top;
	position: inherit;
	width: 120px;
	display: block;
}
.dropcapRightSingleInfoNews
{
float: left;
	
	margin-right:10%;
	vertical-align: top;
	position: relative;
	min-width: 340px;
	width:40%;
	display: block;
}
.dropcapUpLeftNews
{
	float: left;
	text-align: left;
	font-size: 56pt;
	margin-right: 8px;
	color: #000000;
	font-style: normal;
	font-family: Arial;
	vertical-align: top;
	position: inherit;
	width: 250px;
	display: block;
}
.dropcapUpLeftTopNews
{
    float: left;
	margin:10px;
	vertical-align: top;
	position: inherit;
	min-width: 300px;
	width:24%;
	display: block;
}
 .dropcapUpLeftCat1Info
{
	float: left;
	
	margin:1%;
	
	vertical-align: top;
	position: inherit;
	min-width: 340px;
	
	display: inline-block;
}
 .dropcapUpLeftCat2Info
{
	float: right;
	
	margin:1%;
	
	vertical-align: top;
	position: inherit;
	min-width: 340px;
	
	display: inline-block;
}
.dropcapTopSP1112----
{
float: right;
	
	margin-right:10%;
	vertical-align: top;
	position: relative;
	min-width: 340px;
	width:40%;
	display: block;
}
.dropcapUpLeft1Cat
{
float: right;
	
 
	vertical-align: top;
	position: inherit;
	min-width: 250px;
    margin:10px;
	width:38%; 
	display: block;
}
/*FONT-MAIN*/
.front-Page-Box-Desc
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    text-decoration: none;
    font-weight: lighter;
}

 .mainPopupbooking
{
    display:block;
    position:fixed;
    z-index:1500;
    left:40%;
    top:15%;
 }
  .mainPopupbookingInside
{
    display:block;
    position:relative;
    z-index:1500;
    left:40%;
    top:15%;
 }
 .blueTopHeaderBackground
 
{ 

    font-family: arial,  Tahoma, Verdana, sans-serif;
    color: #fff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height: 40px;
    width: 100%;
    font-size:0.9em;
    font-style:normal;
    font-weight:lighter;
    background:rgba(0,0,0,0.1);
    opacity:1;
    text-decoration: none;
    
    overflow: hidden;
    display: block;
    
    background-color: #454c73;
    /*Rounded Corners*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    
 
    /*Gradient*/
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 2), rgba(0, 0, 0, 0.4));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    	
 }
 .MenyBackgroundHeaderBooking
{

  font-family: arial,  Tahoma, Verdana, sans-serif;
    color: #fff;
  border: 1px solid #ffffff;
  height: 40px;
  width: 100%;
 
    font-size:9pt;
  font-style:normal;
  font-weight:lighter;
  
  background:rgba(201,157,3,0.1);
    opacity:1;
    background-color: #839199;
  text-decoration: none;
  
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
 
  
  display: block;
  line-height:100%;
/*Rounded Corners*/
 
 

}
 .MainBackgroundGreyBooking
{
    border: 1px solid #dadada;
    width: 100%;
    background:rgba(201,157,3,0.1);
    background-color: white;
    margin: 0 0 0 0;
    padding: 4 0 0 0;
    overflow: hidden;
    display: block;
    line-height:100%;
    
    
 
 
  
    /*Shadow*/
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2);

 
}
  .nightWatchBoxEmty1:hover
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    min-width:90px;
    width:100px;
    height:100px;
    min-height:30px;
    font-size:0.9em;
    color:White;
    border:1px solid white;
    font-style:normal;
    font-weight:lighter;
    text-decoration: none;
    position:fixed;
     z-index:599;
    
    display: block;
    background-color: pink;
 
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    
   /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
  .nightWatchBoxEmty1
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    min-width:90px;
    width:100%;
    height: 100%;
    min-height:320px;
    font-size:0.9em;
    color:White;
    border:1px solid white;
    font-style:normal;
    font-weight:lighter;
    text-decoration: none;
    position:fixed;
    
     
    z-index:599;
    display: block;
    background-color: Black;
 
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    
   /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}
 .nightWatchBoxEmty
{

   font-family: 'Open Sans', sans-serif;	
    color: white;
    min-width:90px;
    width:100%;
    height: 100%;
    min-height:30px;
    font-size:0.9em;
    color:White;
    border:1px solid white;
    font-style:normal;
    font-weight:lighter;
    text-decoration: none;
    
     
    
    display: block;
    background-color: #393f61;
 
    /*Shadow*/
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);

    
   /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

  .front-Page-Desc-14
 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4em;
    color: white;
    
    line-height:22px;
    float:left;
    width:100px;
    min-width:100%;
    height:inherit;
    text-decoration: none;
    font-weight: lighter;
    text-align:left;
    
}
 .front-Page-Desc-Small-NightWatch-text
 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: white;
    
    line-height:22px;
    float:left;
    width:100px;
    min-width:100%;
    height:inherit;
    text-decoration: none;
    font-weight: lighter;
    text-align:left;
    
}
.front-Page-Desc-Small-NightWatch-Free:link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    cursor:pointer;
    width:100%;
    min-width:100%;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Small-NightWatch-Free:hover
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    cursor:pointer;
    width:100%;
     min-width:110px;
     width:100%;
    float:left;
    background-color:#454c73;
    text-decoration: none;
    font-weight: lighter;
    height:auto;
}
.front-Page-Desc-Small-NightWatch-Free
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    white-space:nowrap;
    line-height:25px;
    float:left;
    width:100px;
    min-width:100%;
    height:inherit;
    text-decoration: none;
    font-weight: lighter;
    text-align:left;
    
}

.front-Page-Desc-Small-NightWatch:link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    cursor:pointer;
    width:100%;
    min-width:100%;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Small-NightWatch:hover
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    cursor:pointer;
    width:100%;
     min-width:110px;
     width:100%;
    float:left;
    background-color:#454c73;
    text-decoration: none;
    font-weight: lighter;
    height:auto;
}
.front-Page-Desc-Small-NightWatch
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    white-space:nowrap;
    line-height:25px;
    float:left;
    width:100px;
    min-width:100%;
    height:inherit;
    text-decoration: none;
    font-weight: lighter;
    text-align:left;
    
}

.nightwatchBoxEmpty
{
    min-height:50%;
    height:100%;
    display:block;
    max-height:90px;
    min-width:50%;
    
    }
.front-Page-Desc-Small-Calendar:link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    cursor:pointer;
    width:100%;
    min-width:100%;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Small-Calendar:hover
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    cursor:pointer;
    width:100%;
     min-width:110px;
     width:100%;
    float:left;
    background-color:#454c73;
    text-decoration: none;
    font-weight: lighter;
    height:auto;
}
.front-Page-Desc-Small-Calendar
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    white-space:nowrap;
    line-height:25px;
    float:left;
    width:100px;
    min-width:100%;
    height:inherit;
    text-decoration: none;
    font-weight: lighter;
    text-align:left;
    
}



.front-Page-Desc-Calendar:link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    cursor:pointer;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Calendar:hover
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    cursor:pointer;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-Calendar
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}

.front-Page-Desc-link:link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #9f8e5f;
    cursor:pointer;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-link:visited
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #9f8e5f;
    cursor:pointer;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc:link
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    cursor:pointer;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc:hover
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}

.front-Page-Desc-08
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    color: white;
    line-height:18px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-09-red
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: #d75959;
    line-height:18px;
    text-decoration: none;
    font-weight: lighter;
    white-space:normal;
    
}
.front-Page-Desc-11-red
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: #d75959;
    line-height:18px;
    text-decoration: none;
    font-weight: bold;
    white-space:normal;
    
}
.front-Page-Desc-09
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    line-height:18px;
    text-decoration: none;
    font-weight: lighter;
    white-space:normal;
}

.front-Page-Desc-09-Bold
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    line-height:18px;
    text-decoration: none;
    font-weight: bold;
    white-space:normal;
    
}
 
.front-Page-Desc-09-calender-button
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    line-height:18px;
    text-decoration: none;
    font-weight: lighter;
    background-color:transparent;
    border: 0px solid transparent;
    cursor:hand;
    white-space:normal;
    
}
.front-Page-Desc-09-news
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    line-height:18px;
    text-decoration: none;
    font-weight: lighter;
    background-color:transparent;
    border: 0px solid transparent;
    cursor:hand;
    white-space:normal;
    
}
.front-Page-Desc-header-20
{
    font-family: 'Open Sans', sans-serif;
    font-size: 2.0em;
    color: white;
    
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc-header
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: white;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}

.front-Page-Desc-lineheight
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    line-height:20px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Desc
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
 
}
.front-Page-Desc-Warning
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #f1b30c;
    line-height:25px;
    text-decoration: none;
    font-weight: lighter;
}
.frontPageDesc09
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    color: white;
    text-decoration: none;
    font-weight: lighter;
}
.frontPageDesc07
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.7em;
    color: white;
    text-decoration: none;
    font-weight: lighter;
}
.frontPageDescSmall
{
   font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: #5d5d5c;
    background-color:white;
    border:4px solid #0527e2;
    line-height:33px;
    text-decoration: none;
    font-weight: lighter;
}
.front-Page-Event-Box-Foldout
{
    width:600px;
    height:600px;
    z-index:150;
    top:150px;
    display:block;
    position:absolute;
    background-color:#454c73;
    
}





.front-Page-Box-Foldout
{
    width:100%;
    height:100%;
    z-index:1500;
    display:block;
    position:absolute;
}
.menyBackgroundTop
{
  z-index:250;
 }
.front-Meny-title
{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95em;
    color: white;
    line-height:35px;
    text-decoration: none;
    font-weight: lighter;
    text-transform: uppercase;
}

.front-Meny-title-small
{
    font-family: Century Gothic, sans-serif;
    font-size: 0.8em;
     
    letter-spacing:0.2;
    color: white;
    line-height:35px;
    text-decoration: none;
    font-weight: lighter;
    text-transform: uppercase;
}
.front-Meny-title-small:hover
{
    font-family: Century Gothic, sans-serif;
    font-size: 0.8em;
     
  letter-spacing:0.2;
    color: #e7e7e7;
    line-height:35px;
    text-decoration: none;
    font-weight: lighter;
    text-transform: uppercase;
}
.front-Meny-title-medium
{
    font-family: Century Gothic, sans-serif;
    font-size: 0.95em;
     
    letter-spacing:0.2;
    color: white;
    line-height:35px;
    text-decoration: none;
    font-weight: lighter;
    text-transform: uppercase;
}
.front-Meny-title-medium:hover
{
    font-family: Century Gothic, sans-serif;
    font-size: 0.95em;
     
  letter-spacing:0.2;
    color: #e7e7e7;
    line-height:35px;
    text-decoration: none;
    font-weight: lighter;
    text-transform: uppercase;
}


.front-Page-Header20
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    color: white;

}
.front-Page-Header-1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6em;
    color: white;
    line-height: 35px;
    text-decoration: none;
    font-weight: lighter;
    text-transform: uppercase;
}

.front-Page-Header-2
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    color: white;
    line-height: 35px;
    text-decoration: none;
    font-weight: lighter;
    text-transform: uppercase;
}
.front-Page-Header-3
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    color: white;
    line-height: normal;
    text-decoration: none;
    background-color:transparent;
    border: 0px solid transparent;
    font-weight: lighter;
    text-transform: uppercase;
    text-align:left;
    white-space:normal;
    
    cursor:hand;
}
.front-Page-Header-4
{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0em;
    color: white;
    line-height: normal;
    text-decoration: none;
    background-color:transparent;
    border: 0px solid transparent;
    font-weight: lighter;
    text-transform: uppercase;
    text-align:left;
    white-space:normal;
    
    cursor:hand;
}
.plainTextRed10
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: #e50c0c;
	text-decoration: none;
}
.plainTextGreen10
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: #58e50c;
	text-decoration: none;
}
.plainTextWhite12
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: White;
	text-decoration: none;
}
.plainTextWhite13
{
	font-family:  sans-serif,'Open Sans';
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-align:left;
	text-decoration: none;
}
.plainTextWhite15
{
	font-family:  sans-serif,'Open Sans';
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-align:left;
	text-decoration: none;
}
.menyCat2Text
{
	height: 40px;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: lighter;
	text-transform: uppercase;
}
.menyCat2Text:hover
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	
    
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: white;
	text-decoration: none;
 
	white-space:nowrap;
}
.menyCat2TextSelected
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	
    
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: white;
	text-decoration: none;
    text-transform: uppercase;
	white-space:nowrap;
}
 
.plainTextWhite16
{
	font-family:  sans-serif,'Open Sans';
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: white;
	text-decoration: none;
}
.plainTextWhite10
{
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: White;
	text-decoration: none;
}
.plainTextWhite08
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: White;
	text-decoration: none;
}
.plainTextWhite10FooterHeader
{
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	color: #dedede;
	text-decoration: none;
}
.plainTextWhite10FooterText
{
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	color: #dedede;
	text-decoration: none;
}
.plainTextWhite10FooterLink
{
	font-family: 'Open Sans', sans-serif, arial;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	color: #b3bcd6;
	text-decoration: none;
}
.plainTextWhite10FooterLink:hover
{
    font-family: 'Open Sans', sans-serif, arial;
    font-size: 0.85em;
    font-weight: normal;
    font-style: normal;
    color: #dedede;
    text-decoration: none;
    clear: both;
}
