
.link_btn_rounded_shadow {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #036744;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #0bbd7f;
    color: #000000;
    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_rounded_shadow:hover {
   background-color: #038558;
   color:#ffffff;
}

/************************************/

.link_btn_rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;

    border-radius: 8px;
    border: solid 2px #7bab49;
    background: #95d353;
    color: #ffffff;

    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_rounded:hover {
   background-color: #89bc55;
   color:#000000;
}

/************************************/

.link_btn_squared {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 2px #7bab49;
    background: #95d353;
    color: #ffffff;
    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_squared:hover {
   background-color: #89bc55;
   color:#ffffff;
}

/************************************/

.btn_rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;    
    border: #7bab49  2px solid; 
    background: #95d353;
    color: #000000;      
    
    font-weight: 700;    
    height: 35px;
    /*width is fixe. Padding is dynamic*/ 
    width:165px;
    /*
    
    font-family: Tahoma; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px;*/
}
.btn_rounded:hover {
   background-color: #89bc55;
   color:#ffffff;
}

/************************************/

.btn_squared {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
    border: #7bab49  2px solid; 
    background: #95d353;
    color: #000000;      
    
    font-weight: 100;    
    height: 35px;
    /*width is fixe. Padding is dynamic*/ 
    width:165px;
    /*
    
    font-family: Tahoma; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px;*/
}
.btn_squared:hover {
   background-color: #89bc55;
   color:#ffffff;
}

/************************************/

.link_btn_info_rounded {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 2px #272728;
    background: #89bc55;
    color: #ffffff;
    /* top and bottom 6px, right and left 30px*/
    padding: 6px 30px;
    text-decoration: none;
    font-weight:100;
}
.link_btn_info_rounded:hover {
   background-color: #5e5e60;
   color:#ffffff;
}


/************************************/

.hz_cell_bgcolor
{
    background-color: #83b665;
    /*color: #04ab8e;*/
}

/************************************/

/*tableShadow beeter sig konstigt. anropa så: class="tableShadow"*/
.tableShadow{
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

/***********************För portfolio*****************************************/

.gallery_effect {
    /*border och box-shadow är extra för RAM*/
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #aaa;

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.gallery_effect:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */

    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

.img_effect {

    
}

.img_effect:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
   
}

.img_label {
position:relative;
bottom:130px;
/*left:100px;*/
text-align:center;
visibility:visible;
color: #ffffff;
font-size: 16px;
font-weight:700;
/*visibility:hidden;*/
}

.img_label:hover {
visibility:visible;
color: #a4e164;
}



