/* Felles css for napha.no og psykiskhelsearbeid.no*/

table.list {
    border: 0 hidden;
    width:100%;
}
table.list td {
    border-bottom:1px solid #CCCCCC;
    border-right:hidden;
    padding-bottom:12px;
    padding-top: 10px;
}

table list tr {
    border-bottom:1px solid #CCCCCC;
    padding-bottom:5px;
}

table.list tr th {
    border: 0 hidden;
}


.newsletter .image{
    float: left;
    margin-right: 10px;
}
.newsletter #header {
    height: 50px;
}
.newsletter #header > span {
    display:block;
    font-weight:bold;
}
.newsletter .article {
    height: 100px;
}

body.newsarchive h2, .newsletter .article a {
    color: #FF9900;
}

/* Innholdsknapper */
.bigbutton {
    width: 190px;
    padding-left: 5px;
    height: 35px !important;
    line-height:35px;
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    clear: both;
    cursor: pointer;

}
.bigbutton:hover {
    text-decoration:none;
}
.bigbutton span {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    color: #888888;
    display: block;
    position: relative;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align:center;
}
.bigbutton.narrow span {
    width: 150px;
}
.bigbutton.wide span {
    width: 180px;
}
.actionbutton {
    text-decoration: none;
    outline: none;
    margin-top: 5px;
    float: left;
    color: #666 !important;
    display: inline-block;
    font-size: 0.857em; /*~12px*/
    height: 19px;
    line-height: 19px;
    border: 1px solid #999999 !important;
    border-radius: 4px;

    background-image: -o-linear-gradient(bottom, rgb(215,215,215) 20%, rgb(231,231,231) 45%, rgb(255,255,255) 80%);
    background-image: -moz-linear-gradient(bottom, rgb(215,215,215) 20%, rgb(231,231,231) 45%, rgb(255,255,255) 80%);
    background-image: -webkit-linear-gradient(bottom, rgb(215,215,215) 20%, rgb(231,231,231) 45%, rgb(255,255,255) 80%);
    background-image: -ms-linear-gradient(bottom, rgb(215,215,215) 20%, rgb(231,231,231) 45%, rgb(255,255,255) 80%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.2, rgb(215,215,215)),
        color-stop(0.45, rgb(231,231,231)),
        color-stop(0.8, rgb(255,255,255))
    );
    background-image: linear-gradient(bottom, rgb(215,215,215) 20%, rgb(231,231,231) 45%, rgb(255,255,255) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-8 */
}
.actionbutton:hover {
    text-decoration: none;
}
.actionbutton span {
    padding-left: 20px;
    padding-right: 20px;
}
.actionbutton span.icon {
    padding-left: 25px;
    margin-left: 5px;
}
.actionbutton span.subscription {
    background: url("../../bitmaps/naphaweb/icon_large_subscription.png") left center no-repeat;
    padding-left: 35px;
}
.actionbutton .skrivartikkel {
    background: transparent url("../../bitmaps/napha/icon_skrivartikkel_v.png") no-repeat left;
    text-align: center;
    padding-left: 8px !important;
}

.actionbutton .redigerinnstillinger{
    background: transparent url("../../bitmaps/napha/icon_redigerinnstillinger.png") no-repeat left;
    text-align: center;
    padding-left: 8px !important;
}

.actionbutton .lukkInnstillinger{
    background: transparent url("../../bitmaps/common/fancybox/fancy_close.png") no-repeat left;
    text-align: center;
    padding-left: 8px !important;
}


.actionbutton .skrivutlink{
    background:url("../../bitmaps/naphaweb/btn_medium_skrivut.png") no-repeat left center transparent;
}

.actionbutton .share{
    background:url("../../bitmaps/naphaweb/btn_medium_share.png") no-repeat left center transparent;
}

.actionbutton input {
    border: 0;
    float: left;
    padding-left: 3px;
    height: 19px;
    color: #666;
}

.normalFontWeight {
    font-weight: normal;
}

.largerText {
    font-size: 1.143em;
}


.linkColor {
    color: #FF9900;
}

.textColor {
    color: #000000;
}


.fadedText {
    color: #666666;
}

.footNote{
    color: #000;
    font-size: 80%;
}

.borderLeftFaded {
    border-left: 1px solid #CCCCCC;
}

.borderBottom {
    border-bottom: 1px solid #666666;
}

/* Alle lenker til tema (tags)*/
a.tag {
    color: #1490c9;
    text-decoration: none;
    font-weight: normal;
}
a.tag:hover {
    text-decoration: underline;
}

.highlight {
    border: 1px solid #fea400;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px;
    background: #f4e37f; /* Old browsers */
    background: -moz-linear-gradient(top, #f4e37f 0%, #f4c54e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4e37f), color-stop(100%,#f4c54e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4e37f 0%,#f4c54e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4e37f 0%,#f4c54e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4e37f 0%,#f4c54e 100%); /* IE10+ */
    background: linear-gradient(top, #f4e37f 0%,#f4c54e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e37f', endColorstr='#f4c54e',GradientType=0 ); /* IE6-9 */
}

.highlightedTextBox {
    border: 1px solid #dedede;
    background-color: #f8f8f8;
}

.mod {
    padding: 10px;
}

.hidden{
    display: none !important;
}


.homemade-social-button {
    height: 13px;
    font-size: 11px;
    border: 1px solid #cccccc;
    padding: 3px 4px 2px 4px;
    border-radius: 4px;
    background-image: url(../../bitmaps/common/deleknapp.png);
    background-repeat: repeat-x;
    background-position: 1px 1px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.homemade-social-button:hover {

    background-image: url(../../bitmaps/common/deleknapp_hover.png);
    text-decoration: none;
}


.homemade-social-button span { color: #333; display: inline;}


/** Footer **/
#Footer {
    padding: 20px;
    background-color: #f1f1f1;
    font-size: 12px;
    color: #555;
    margin-top: 100px;


}
#Footer a {color: #bd3f00;}
#Footer .footer-content {margin-bottom: 20px; margin-top: 10px;}
#Footer .footer-logo {display: inline-block; float: left; margin-left: 20px;}
#Footer .logo-napha {margin-bottom: 25px;}
#Footer .kontaktinfo-container {border-top: 1px #d3d3d3 solid; }
#Footer .kontaktinfo-text {font-size: 10px; margin-top: 10px;}
#Footer .footer-content-list {list-style: none; float: left;}
#Footer p {margin: 0.5em 0}
#Footer .footer-content-list li {float: left; padding: 0 25px;}

#Footer a.tipsoss{
    background:url("../../bitmaps/napha/tips_oss.png") no-repeat 0 0;
    display:block;
    width:82px;
    height:40px;
    padding-bottom:10px;
}

#Footer .social-icon-link {
    position: relative;
    top: -7px;
    margin-left: 5px;
    color: #555;
}

#Footer .social-media-icons a, #Footer .social-media-icons a:hover {display: block; padding-bottom: 5px; text-decoration: none;}
#Footer h3 {font-size: 1.1em; font-weight: bold}


/** Søkeside **/


body.search .searchResult {
    font-size: 90%;
}
body.search .tema-i-sok { margin-top: 5px;}


















