﻿/* - Start of /portals/_default/default.css - */
@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
	
	* Filename:				default.css
	* Description: 			sets typography, basic grids, 
							and standard formstyles
	* Version:				1.0.0 (2012-06-16)
	* Author:				Ryan Martinez
	
	== INDEX ===============================================
	
	$__generic classes		classes used globally, should be at bottom to prevent semantic inheritance
	
------------------------------------------------------------*/


/*-------------------------------------*/
/* RESET */
/*-------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

html, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

/*
     * Remove text-shadow in selection highlight: h5bp.com/i
     * These selection declarations have to be separate
     * Also: hot pink! (or customize the background color to match your design)
     */

::-moz-selection {
    background: rgba(2,139,255,1); /* blue */
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(2,139,255,1); /* blue */
    color: #fff;
    text-shadow: none;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

body {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/*-------------------------------------*/
/* HEADER STYLES */
/*-------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    display: block;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 38px;
    line-height: 54px;
    letter-spacing: -0.03em;
    margin-top: 8px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
    margin-top: 8px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-top: 8px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: -1px;
}

h5 {
    font-size: 16px;
    line-height: 18px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

/* Module titles */
.Head {
    display: inline-block;
    margin-bottom: 6px;
}

/* Some old forge modules use .Head, .SubHead, .SubSubHead in table td, We keep this to be compatible */
td.Head, td.SubHead, td.SubSubHead {
    display: table-cell;
    margin-bottom: 0;
}

input[type="image"] + span.Head, input[type="image"] + span.SubHead {
    display: inline;
}

/*-------------------------------------*/
/* PARAGRAPH STYLES */
/*-------------------------------------*/
p {
    margin: 0 0 18px 0;
}
    /* margin bottom is equal to line-height */
    p img {
        margin: 0;
    }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

/* Set text size in modules*/
.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

/* disabled text styles */
.NormalDisabled,
.NormalDeleted {
    color: #999;
}

/* text style used for help text rendered by modules */
.Help {
    padding: 2px;
    border: #000 1px solid;
    background-color: #ff9;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}
/* text style used for rendered text which requires emphasis */
.NormalBold {
    font-weight: bold;
    color: #222;
}

/* text style used for error messages */
.NormalRed {
    font-weight: bold;
    color: red;
}

/* text style used for rendered text which should appear deleted */
.NormalDeleted {
    text-decoration: line-through;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 12px;
        color: #555;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
            color: #555;
        }

hr {
    clear: both;
    margin: 17px 0 17px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

/*-------------------------------------*/
/* ANCHOR STYLES */
/*-------------------------------------*/
a, a:visited {
    color: rgb(2,139,255); /*blue*/
    text-decoration: underline;
    outline: 0;
}

    a:hover, a:focus, a:active {
        color: #222;
        outline: 0;
    }

p a, p a:visited {
    line-height: inherit;
}

/*-------------------------------------*/
/* IMAGE STYLES */
/*-------------------------------------*/
img.dnn-scale-img {
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#dnn_dnnLOGO_imgLogo {
     border: 0;
}

/*-------------------------------------*/
/* lIST STYLES */
/*-------------------------------------*/
ul, ol {
    margin-bottom: 18px;
    margin-left: 18px;
}

ul {
    list-style: square outside;
}

ol {
    list-style: decimal;
}

    /* Nested Styles */
    ul ul, ul ol,
    ol ol, ol ul {
        margin-left: 18px;
        margin-bottom: 0;
    }

    ol ol {
        list-style: lower-roman;
    }

li p {
    line-height: 18px;
}

/*-------------------------------------*/
/* MESSAGE STYLES */
/*-------------------------------------*/
.dnnFormMessage {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(2,139,255,0.2); /* blue */
    background: rgba(2,139,255,0.15); /* blue */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 980px;
}

    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        background-color: rgba(255,0,0,0.15); /* red */
        border-color: rgba(255,0,0,0.2); /* red */
    }

    .dnnFormMessage.dnnFormWarning {
        background-color: rgba(255,255,0,0.15); /* yellow */
        border-color: #CDB21F; /* yellow */
    }

    .dnnFormMessage.dnnFormSuccess {
        background-color: rgba(0,255,0,0.15); /* green */
        border-color: rgba(0,255,0,0.5); /* green */
    }

/*-------------------------------------*/
/* TABLE STYLES */
/*-------------------------------------*/
.dnnTableHeader {
    display: block;
    padding: 15px;
    background: none repeat scroll 0 0 #E3E3E5;
}
.dnnTableHeader a,
.dnnTableHeader input, 
.dnnTableHeader select{
    margin: 0;
}
.dnnTableDisplay {
    margin-bottom: 18px;
    border: 1px solid #d1d1d1;
    border-left: 0;
    border-bottom: 0;
}

    .dnnTableDisplay td, .dnnTableDisplay th {
        padding: 5px 9px;
        border-bottom: 1px solid #d1d1d1;
    }

    .dnnTableDisplay th {
        padding: 0;
        border-left: 1px solid #d1d1d1;
        -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
        box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
    }

        .dnnTableDisplay th > span,
        .dnnTableDisplay th > a {
            display: block;
            padding: 5px 9px;
        }

    .dnnTableDisplay td:first-child {
        border-left: 1px solid #cfcfcf;
    }

    .dnnTableDisplay label {
        display: inline;
        padding-left: 5px;
    }

    .dnnTableDisplay caption {
        display: none;
    }

    /* thead styles */
    .dnnTableDisplay th {
        background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
        background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
        text-align: left;
        text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
        color: #333;
    }

        .dnnTableDisplay th a, .dnnTableDisplay th label {
            font-weight: normal;
            color: #333;
            text-decoration: none;
        }

        .dnnTableDisplay th a {
            padding: 8px 9px;
        }

            .dnnTableDisplay th a:hover {
                background: #fefefe; /* Old browsers */
                background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
                background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
                color: #333;
            }

            .dnnTableDisplay th a:active {
                border-color: #999;
                background: #c6c6c6; /* Old browsers */
                background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
                background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
                -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
            }
    /* tbody styles */
    .dnnTableDisplay tr:nth-child(2n) td {
        background: rgba(0,0,0,0.04);
    }

    .dnnTableDisplay tr:hover td {
        background: rgba(2,139,255,0.15); /* blue */
    }

    /* tfooter styles */
    .dnnTableDisplay tfoot tr:hover td {
        background: none;
    }

/* table filter styles */
.dnnTableFilter {
    margin-bottom: 18px;
    background: rgba(0,0,0,0.04);
}

    .dnnTableFilter .dnnTableDisplay {
        margin-bottom: 0;
    }

.dnnFilterSet {
    padding: 18px;
}

    .dnnFilterSet label {
        display: inline-block;
    }

    .dnnFilterSet input,
    .dnnFilterSet select {
        display: inline-block;
        margin: 0 5px;
    }

/* table filter vertical styles */
.verticalFilter .dnnFilterSet {
    float: left;
    width: 20%;
    padding: 2% 18px;
}

.verticalFilter .dnnTableDisplay {
    float: right;
    width: 75%;
}

.verticalFilter input[type=search], .verticalFilter select, .verticalFilter input[type=text] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

/*-------------------------------------*/
/* PAGINATION & RESULT STYLES */
/*-------------------------------------*/
.dnnResults {
    float: left;
    margin-bottom: 0;
}

.dnnPagination {
    float: right;
    margin: 0;
    padding: 0;
}

    .dnnPagination li {
        float: left;
        list-style: none;
    }

        .dnnPagination li a, .dnnPagination li span {
            display: inline-block;
            padding: 0 5px;
            text-decoration: none;
            color: #333;
        }

            .dnnPagination li a:hover {
                text-decoration: underline;
                color: #222;
            }

        .dnnPagination li span {
            color: #222;
            text-decoration: underline;
        }

/*-------------------------------------*/
/* FORM STYLES */
/*-------------------------------------*/

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
}

    .dnnFormItem input.aspNetDisabled,
    .dnnFormItem textarea.aspNetDisabled {
        background: #ebebeb;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #a7a7a7;
        border-width: 1px;
    }

.aspNetDisabled, a.aspNetDisabled,
.dnnDisabled, a.dnnDisabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

/* Active and Focus States */
.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active, .dnnFormItem select:focus,
.dnnFormItem textarea:active, .dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus {
    background: #fff;
    border: 1px solid rgba(2,139,255,0.5); /* blue */
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
}
/* Required Fields */
.required label:after,
legend.required:after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 9px;
    padding: 1px 9px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0,0,0,0.03);
    content: 'Required';
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #777;
}

/* Error Styles */
.error label, legend.error {
    color: rgba(255,0,0,0.9); /* opaque red*/
}

.error input[type="text"],
.error select, .error textarea,
.error input[type="email"],
.error input[type="search"] {
    border: 1px solid rgba(255,0,0,0.6); /* opaque red*/
    color: rgba(255,0,0,0.7); /* opaque red*/
}

/*
	 * 1. Display hand cursor for clickable form elements
	 * 2. Allow styling of clickable form elements in iOS
	 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
	 */

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    display: inline-block;
    padding: 9px 9px;
    margin-bottom: 9px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction {
    padding: 6px 6px;
}

/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #0D569E; /*dark blue*/
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #0D569E;
        background: #6cb6f3; /* Old browsers */
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
        color: #fff;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        border-color: #0D569E;
        background: #1f66be; /* Old browsers */
        background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
        background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;
}

    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover {
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
        color: #555;
    }

    .dnnFormItem button:active,
    .dnnFormItem input[type="button"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    ul.dnnAdminTabNav li a:active {
        border-color: #999;
        background: #c6c6c6; /* Old browsers */
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
        background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    }

/* Fix some old forge modules use .dnnPrimaryAction and .dnnSecondaryAction in wrong way */
span.dnnPrimaryAction > input[type="image"],
span.dnnSecondaryAction > input[type="image"] {
    display: none;
}

span.dnnPrimaryAction > a.dnnPrimaryAction,
span.dnnSecondaryAction > a.dnnSecondaryAction {
    display: inline;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Tertiary Action */
.dnnTertiaryAction, a.dnnTertiaryAction {
    padding: 10px 10px;
    border: none;
    background: #eaeaea;
    color: #333;
}

    .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
        background: #f2f2f2;
    }

    .dnnTertiaryAction:active, a.dnnTertiaryAction:active {
        background: #d8d8d8;
    }

/* Action Button behind input */
.dnnFormItem input[type="text"] + a.dnnPrimaryAction,
.dnnFormItem input[type="text"] + a.dnnSecondaryAction,
.dnnFormItem input[type="text"] + a.dnnTerriaryAction {
    margin-left: 5px;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
    margin: 5px;
}

/* text style for buttons and link buttons used in the portal admin pages */

/* button style for standard HTML buttons */
.StandardButton {
    border: 1px solid blue;
}


/* Re-set default cursor for disabled elements */
.dnnFormItem button[disabled],
.dnnFormItem input[disabled] {
    cursor: default;
    opacity: 0.5;
}


/* Consistent box sizing and appearance */
.dnnFormItem input[type="checkbox"],
.dnnFormItem input[type="radio"] {
    *width: 13px;
    *height: 13px; /*why are we using hacks here*/
    padding: 0;
    box-sizing: border-box;
}

.dnnFormItem input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .dnnFormItem input[type="search"]::-webkit-search-decoration,
    .dnnFormItem input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }


/* Remove inner padding and border in FF3/4: h5bp.com/l */
.dnnFormItem button::-moz-focus-inner, .dnnFormItem input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
	 * 1. Remove default vertical scrollbar in IE6/7/8/9
	 * 2. Allow only vertical resizing
	 */

.dnnFormItem textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    .dnnFormItem input:valid, .dnnFormItem textarea:valid {
    }

    .dnnFormItem input:invalid, .dnnFormItem textarea:invalid {
        background-color: #f0dddd;
    }

/*-------------------------------------*/
/* TAXONOMY */
/*-------------------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,
.horizontal ul.tags {
    list-style: none;
}

.horizontal ul.categories {
}

.horizontal ul.tags {
}

    .horizontal ul.categories li, .horizontal ul.tags li {
    }

        .horizontal ul.tags li.add-tags {
        }

            .horizontal ul.tags li.add-tags img {
            }

/* Vertical taxonomy styles */
.vertical ul.categories,
.vertical ul.tags {
    list-style: none;
}

    .vertical ul.categories li,
    .vertical ul.tags li {
    }

    .vertical ul.categories li {
    }

    .vertical ul.tags li {
    }

        .vertical ul.tags li.add-tags {
        }

            .vertical ul.tags li.add-tags img {
            }

/*-------------------------------------*/
/* TABS : JQUERY UI TABS 1.8.14 */
/*-------------------------------------*/
/* Tabs */
ul.dnnAdminTabNav {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #c2c2c2;
}

    ul.dnnAdminTabNav li {
        float: left;
        margin-right: 4px;
        list-style: none;
    }

        ul.dnnAdminTabNav li a {
            /* most styles are inherited from typography.css */
            margin-bottom: 0;
            border-bottom: 0;
            box-shadow: none;
            webkit-box-shadow: none;
            -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;
        }

        ul.dnnAdminTabNav li.ui-tabs-active a {
            margin-top: -3px;
            padding: 12px 9px 10px 9px;
            background: #fff;
        }

/* Panels */
.ui-tabs .ui-tabs-panel {
    position: relative;
    display: block;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

/*-------------------------------------*/
/* LOGIN TAB GROUP */
/*-------------------------------------*/
.dnnLogin .LoginTabGroup {
    display: inline-block;
    width: 100%;
    height: 37px;
    margin-left: 0;
    margin-top: 5px;
    border-bottom: 1px solid #C2C2C2;
}

    .dnnLogin .LoginTabGroup span {
        margin-right: 4px;
        margin-bottom: 0;
        border-bottom: 0 none;
        border-radius: 3px 3px 0 0;
        box-shadow: none;
    }

        .dnnLogin .LoginTabGroup span.LoginTabSelected {
            margin-top: -3px;
            padding: 12px 9px 10px;
            background: none repeat scroll 0 0 #FFFFFF;
        }

/*-------------------------------------*/
/* TABS : JQUERY UI RESIZABLE 1.8.14 */
/*-------------------------------------*/
.dnnForm .ui-resizable {
    position: relative;
}

.dnnForm .ui-resizable-handle {
    position: absolute;
    display: block;
    z-index: 99999;
    font-size: 0.1px;
}

.dnnForm .ui-resizable-disabled .ui-resizable-handle,
.dnnForm .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.dnnForm .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.dnnForm .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.dnnForm .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.dnnForm .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.dnnForm .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.dnnForm .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
/*	

/*-------------------------------------*/
/* FORM ITEMS
/*-------------------------------------*/
.dnnForm {
    width: 100%;
}

    .dnnForm fieldset {
        clear: none;
        position: relative;
        margin-bottom: 18px;
        text-align: left;
    }

        .dnnForm fieldset fieldset {
            width: 100%;
        }

    .dnnForm .dnnFormItem {
        clear: both;
        width: 100%;
        display: block;
        position: relative;
        text-align: left;
    }

/* Label */
.dnnTooltip {
    position: relative;
    display: block;
    width: 32.075%;
    margin-right: 18px;
}

.dnnHelperTip {
    position: relative;
    display: block;
}

.dnnDragdropTip {
    z-index: 10000;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75) url("/images/pin-icn.png") no-repeat 7px 12px;
    font-size: 11px;
    color: #DDD;
    text-align: left;
}

span.dnnFormRequired:after,
div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after {
    content: "*";
    display: inline-block;
    margin: 0 0 0 5px;
    color: Red;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
    display: inline-block;
    width: auto;
    margin: 6px 5px 6px 5px;
}

/* Help Label */
a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a.dnnFormHelp {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
    height: 15px;
    background: url("/images/helpI-icn-grey.png") no-repeat left 2px;
    padding: 0 !important;
    margin: 0 !important;
}

.dnnLabel {
    display: inline-block;
    float: left;
    position: relative;
    width: 32.075%;
    padding-right: 20px;
    margin-right: 18px;
    overflow: visible;
    text-align: right;
}

.dnnFormItem > .dnnLabel {
    margin-top: 5px;
}

.dnnLabel > span {
    text-align: right;
}

.dnnForm .dnnFormItem a.dnnFormHelp span {
    position: relative;
}

.dnnForm .dnnFormItem a.dnnFormHelp img {
    display: block;
}

.dnnLabel + span {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    white-space: pre-line;
}

/* Compatible with some old forge modules */
td > .dnnLabel {
    width: 220px;
}

/* Help tooltip */
.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 200px;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0,0,0,0.75);
    font-size: 11px;
    color: #ddd;
    text-align: left;
}

.dnnFormHelpContent span {
    display: block;
}

.dnnTooltip .dnnFormHelpContent span:after,
.dnnHelperTip .dnnFormHelpContent span:after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

a.pinHelp {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url("/images/pin-icn.png") no-repeat 0 0;
}

    .ui-draggable a.pinHelp,
    a.pinHelp:hover {
        opacity: 1;
    }

/* Error tooltip */
.dnnFormItem span.dnnFormMessage.dnnFormError {
    display: block;
    position: absolute;
    overflow: visible;
    /*top:-95%; right: 12%;*/
    bottom: 95%;
    right: 12%;
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: rgba(255,0,0,0.75);
    font-size: 12px;
    color: #fff;
    text-align: left;
}

    .dnnFormItem span.dnnFormMessage.dnnFormError:after {
        position: absolute;
        bottom: -7px;
        left: 15px;
        content: "";
        width: 0;
        height: 0;
        opacity: 0.75;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid red;
    }

/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea {
    width: 45%;
    max-width: 445px;
}

.dnnFormItem select {
    width: 47%;
}

    .dnnFormItem select option {
        color: #333;
    }

.dnnFormItem table {
    background: none;
}

/* Input Customised Checkbox*/

.dnnCheckbox {
    display: inline-block;
    cursor: pointer;
}

    .dnnCheckbox .mark {
        display: inline-block; /*margin-top: 3px;*/
    }

    .dnnCheckbox img {
        display: inline-block;
        width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;
    }

    .dnnCheckbox img {
        background: transparent url("/images/checkbox.png") no-repeat;
    }

    .dnnCheckbox img {
        background-position: 0px 0px;
    }

.dnnCheckbox-hover img {
    background-position: 0px 0px;
}

.dnnCheckbox-checked img {
    background-position: -51px 0px;
}

.dnnCheckbox-disabled img {
    opacity: .5;
}

.dnnCheckbox-checked-error img {
    background-position: -150px 0px;
}

.dnnCheckbox-error img {
    background-position: -100px 0px;
}
.dnnCheckbox-focus {
	background-color: #e3e3e5;
}
.dnnBoxLabel{ display: inline-block;}
/* normal checkbox fix */
.dnnFormItem input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 8px 0 4px 0;
}

/* Input Customised Radiobutton */

.dnnRadiobutton {
    display: inline-block;
    cursor: pointer;
}

    .dnnRadiobutton .mark {
        display: inline-block;
    }

    .dnnRadiobutton img {
        width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;
    }

    .dnnRadiobutton img {
        background: transparent url("/images/radiobutton.png") no-repeat;
    }

    .dnnRadiobutton img {
        background-position: 0px 0px;
    }

.dnnRadiobutton-hover img {
    background-position: 0px 0px;
}

.dnnRadiobutton-checked img {
    background-position: -50px 0px;
}

.dnnRadiobutton-disabled img {
    opacity: .5;
}

.dnnRadiobutton-checked-error img {
    background-position: -150px 0px;
}

.dnnRadiobutton-error img {
    background-position: -100px 0px;
}
.dnnRadiobutton-focus {
	background-color: #e3e3e5;
}
/* Input RadioButton group */
div.dnnFormRadioButtons,
div.dnnHSRadioButtons,
span.dnnFormRadioButtons,
span.dnnHSRadioButtons {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}

table.dnnFormRadioButtons {
    background-color: #f0f0f0;
    margin-bottom: 5px;
}

.RadComboBox_Default .rcbInput {
    width: 100% !important;
}

/* general group*/
div.dnnFormGroup {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    width: 65%;
}

/* Input Customised Spinner */
.dnnSpinner {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 6px 6px;
    *overflow: visible;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
}

.dnnFormItem .dnnSpinner {
    width: 45%;
    margin-bottom: 18px;
}

.dnnSpinnerDisplay {
    margin: 0 25px 0 8px;
    background: transparent;
    color: #999;
}

.dnnFormItem .dnnSpinnerDisplay > input[type="text"],
.dnnFormItem .dnnSpinnerDisplay > input[type="text"]:focus {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.dnnSpinnerCtrl {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    background-color: transparent;
    border-left: 1px solid #c9c9c9;
}

    .dnnSpinnerCtrl > a.dnnSpinnerTopButton {
        display: block;
        width: 25px;
        height: 16px;
        background: transparent url("/images/dnnSpinnerUpArrow.png") no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .dnnSpinnerCtrl > a.dnnSpinnerBotButton {
        display: block;
        width: 25px;
        height: 16px;
        background: transparent url("/images/dnnSpinnerDownArrow.png") no-repeat;
        background-position: center;
        cursor: pointer;
    }

/* Input Customised Tags */
div.dnnTagsInput {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0 5px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.dnnFormItem .dnnTagsInput {
    width: 45%;
}

div.dnnTagsInput span.tag {
    display: block;
    float: left;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #888;
    cursor: pointer;
    background-color: #eee;
}

    div.dnnTagsInput span.tag:hover {
        background-color: #e8f1fa;
        color: #444;
    }

    div.dnnTagsInput span.tag a {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 6px 0 0 0;
        background: transparent url("/images/dnnTagClose.png") no-repeat;
        background-position: center;
    }

div.dnnTagsInput > div > input,
div.dnnTagsInput > div > input:focus {
    border: none;
    background: transparent;
    outline: none;
    font-weight: normal;
    font-family: helvetica;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 3px 0;
    margin-bottom: 5px;
}

div.dnnTagsInput div {
    display: block;
    float: left;
}

    div.dnnTagsInput div.dnnTags_filter {
        float: right;
        position: relative;
        margin: 0 0 5px 5px;
    }

        div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label {
            display: inline-block;
            border-left: 1px solid #ccc;
            padding: 3px 15px 0 10px;
            margin-right: 3px;
            color: #999;
            cursor: pointer;
            background: url("/images/dnnSpinnerDownArrow.png") no-repeat;
            background-position: right center;
            height: 22px;
        }

            div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label.dnnExpanded {
                color: #666;
                background: url("/images/dnnSpinnerUpArrow.png") no-repeat;
                background-position: right center;
            }

        div.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl {
            display: none;
            position: absolute;
            list-style-type: none;
            background: #fff;
            border: 1px solid #c9c9c9;
            right: 22px;
            top: 28px;
            margin: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 2px 0px 0px #bbb;
            box-shadow: 0px 2px 0px 0px #bbb;
            z-index: 15;
        }

.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li {
    white-space: nowrap;
    padding: 6px 12px 6px 8px;
    border-top: 1px solid #c9c9c9;
    list-style: none;
    color: #666;
    min-width: 150px;
}

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:first-child {
        border-top: none;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:hover {
        background-color: #e8f1fa;
        color: #333;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > input {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        cursor: pointer;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > span.dnnCheckbox {
        margin-right: 8px;
    }

    .dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > label {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
    }

div.dnnTagsInput div.dnnTags_filter a.dnnSearchButton {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/images/search/searchButton.png");
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor: pointer;
    margin: 4px 5px 0 4px;
}

.dnnTagsClear {
    clear: both;
    width: 100%;
    height: 0px;
}

div.dnnTagsInput > div > input.dnnTagsInvalid {
    display: block;
    float: left;
    padding: 3px 0 3px 0;
    margin-right: 5px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FBD8DB; /*light red*/
    cursor: pointer;
    font-size: 12px;
    color: #90111A !important; /* dark red*/
    text-decoration: none; 
}

/* DNN Auto Complete */
.dnn_acResults {
    padding: 0px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    overflow: hidden;
    z-index: 900001;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    min-width: 150px;
}

    .dnn_acResults ul {
        margin: 0px;
        padding: 0px;
        list-style-position: outside;
        list-style: none;
    }

        .dnn_acResults ul li {
            margin: 0px;
            padding: 6px 22px 6px 22px;
            border-top: 1px solid #c9c9c9;
            color: #666;
            cursor: pointer;
            display: block;
            overflow: hidden;
            color: #333;
        }

            .dnn_acResults ul li:first-child {
                border-top: none;
            }

.dnn_acLoading {
}

.dnn_acSelect {
    background-color: #e8f1fa;
    color: #333;
}

/* Form Item */
.dnnFormMessage .dnnLabel {
    float: none;
    width: 90%;
    text-align: left;
}

/* Pane header */
.dnnFormSectionHead span {
    font-size: 18px;
    color: #222;
}

/* Progressbar*/
.dnnProgressbar {
    height: 25px !important;
    padding: 18px 10px 0 10px;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #f0f2f1 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f2f1), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f2f1 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #f0f2f1 0%,#fff 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.25), 0px 1px 0px 0px #fff;
}

.ui-progressbar {
    height: 10px !important;
    overflow: hidden;
    background-color: #ccc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbb;
    box-shadow: inset 0px 1px 0px 0px #bbb;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: 0;
        height: 100%;
        background-color: #1a82f7;
        background: -moz-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2b7fda), color-stop(100%,#3fbdff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(left, #2b7fda 0%, #3fbdff 100%); /* W3C */
    }

/* Button Dropdown */
.dnnDropdownSettings {
    position: relative;
    height: 30px !important;
}

.dnnButtonDropdown {
    width: 50px;
    height: 30px !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

.dnnButtonIcon, .dnnButtonArrow {
    display: inline-block;
    height: 30px !important;
}

.dnnButtonIcon {
    width: 32px;
}

.dnnButtonArrow {
    width: 10px;
    background: transparent url("/images/dnnSpinnerDownArrow.png") no-repeat center;
}

.dnnButtonDropdown-clicked {
    z-index: 100;
    position: absolute;
    width: 50px;
    height: 30px !important;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dnnButtonDropdown-ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 29px;
    left: 0;
    width: 200px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    list-style-type: none;
}

    .dnnButtonDropdown-ul > li, .dnnButtonDropdown-ul > ul > li {
        padding: 8px;
        border-bottom: 1px solid #c9c9c9;
        color: #333;
        cursor: pointer;
        vertical-align: middle;
        list-style: none;
        margin: 0;
    }
	.dnnButtonDropdown-ul > ul{ margin: 0;}
	.dnnButtonDropdown-ul > ul > li{ padding-left: 16px;}

        .dnnButtonDropdown-ul > li:last-child {
            border-bottom: none !important;
        }

        .dnnButtonDropdown-ul > li:hover {
            background-color: #e8f1fa;
            color: #000;
        }

/* Button Group */
ul.dnnButtonGroup {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    list-style: none;
}

    ul.dnnButtonGroup > li {
        display: block;
        float: left;
        border-left: 1px solid #c9c9c9;
        margin: 0;
    }

        ul.dnnButtonGroup > li:hover {
            background-color: #e8f1fa;
        }

        ul.dnnButtonGroup > li.dnnButtonGroup-first {
            display: none;
        }

            ul.dnnButtonGroup > li.dnnButtonGroup-first + li {
                border-left: none;
            }

        ul.dnnButtonGroup > li > a {
            display: inline-block;
            padding: 7px 7px 6px 7px;
            text-decoration: none;
            color: #333;
        }

    ul.dnnButtonGroup span {
        color: #333;
    }


/* Grouped Multi Input */
.dnnFormItem .dnnInputGroup {
    float: left;
    display: block;
    width: 32.075%;
    padding: 5px;
    margin-bottom: 18px;
    background: rgba(0,0,0,0.05); /* opaque black */
}

    .dnnFormItem .dnnInputGroup .dnnLeft {
        width: 100%;
    }

    .dnnFormItem .dnnInputGroup span {
        display: inline-block;
        width: 33%;
        text-align: right;
    }

/* Error Styles */
.dnnFormError label a span {
    color: red;
}

.dnnFormError input[type="text"],
.dnnFormError input[type="password"],
.dnnFormError input[type="email"],
.dnnFormError input[type="tel"],
.dnnFormError select,
.dnnFormError textarea {
    border: 1px solid red;
}


/* Tertiary Actions */
.dnnFormItem input[type="text"] + .dnnTertiaryAction,
.dnnFormItem input[type="password"] + .dnnTertiaryAction,
.dnnFormItem input[type="email"] + .dnnTertiaryAction,
.dnnFormItem input[type="tel"] + .dnnTertiaryAction,
.dnnFormItem select + .dnnTertiaryAction {
    display: inline-block;
    max-width: 60px;
}

/* Information Feedback Aside */
.dnnForm fieldset.dnnFormInformation {
    float: left;
    width: 32.075%;
    margin-left: 16px;
    padding: 18px 0;
    background: rgba(0,0,0,0.05);
}

.dnnFormItem textarea {
    min-height: 80px;
}

.dnnAddress input[type="checkbox"] {
    margin: 0 5px;
}

/* Required Fields */
.dnnFormRadioButtons {
    float: left;
    display: block;
    width: auto;
}

    .dnnFormRadioButtons input[type=radio] {
        float: none;
    }

    .dnnFormRadioButtons label,
    .dnnFormItem input[type=radio] + label {
        float: none;
        display: inline;
        width: auto;
        padding-right: 0;
        margin: 0 10px 0 0;
        text-align: left;
        font-weight: normal;
    }

/* Text Editor */
.dnnTextEditor {
    margin-bottom: 18px;
}

/* Action Items */
.dnnActions {
    float: none;
    clear: both;
    display: block; /* prevent ul from collapsing */
    margin: 0;
    padding-top: 18px;
    text-align: left;
}

    .dnnActions li {
        float: left;
        margin-right: 5px;
        list-style: none;
    }

.dnnLoginActions {
    display: inline-block;
}

/* Short Form */
.dnnForm.dnnShortForm .dnnFormItem label {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea {
    float: none;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp {
    background-position: left;
    padding-left: 22px;
}

/* UI Helpers */
.dnnForm .ui-helper-hidden {
    display: none;
}

.dnnForm .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

/* Interaction Cues */
.dnnForm .ui-state-highlight,
.dnnForm .ui-widget-content .ui-state-highlight,
.dnnForm .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
    color: #363636;
}

    .dnnForm .ui-state-highlight a,
    .dnnForm .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

.dnnForm .ui-state-error,
.dnnForm .ui-widget-content .ui-state-error,
.dnnForm .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900;
    color: #ffffff;
}

    .dnnForm .ui-state-error a,
    .dnnForm .ui-widget-content .ui-state-error a,
    .dnnForm .ui-widget-header .ui-state-error a {
        color: #ffffff;
    }

.dnnForm .ui-state-error-text,
.dnnForm .ui-widget-content .ui-state-error-text,
.dnnForm .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.dnnForm .ui-priority-primary,
.dnnForm .ui-widget-content .ui-priority-primary,
.dnnForm .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.dnnForm .ui-priority-secondary,
.dnnForm .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.dnnForm .ui-state-disabled,
.dnnForm .ui-widget-content .ui-state-disabled,
.dnnForm .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.dnnForm .ui-draggable {
    cursor: move;
}

/* Corner radius */
.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-left,
.dnnForm .ui-corner-tl {
    border-radius: 4px;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr {
    border-radius: 4px;
}
/*-------------------------------------*/
/* MODULE TITLE - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.ModuleTitle_MenuContainer {
    border: 1px solid blue;
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/*-------------------------------------*/
/* MAIN MENU - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.MainMenu_MenuContainer {
    border: 1px solid green;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*-------------------------------------*/
/* POPUP */
/*-------------------------------------*/

/* Popup Menu */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
	z-index: 9999;
}

.dnnFormPopup {
    position: absolute;
    padding: 18px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
	z-index: 100000;
}
    /* Popup header */
    .dnnFormPopup .ui-dialog-titlebar {
        position: relative;
        padding: 0 0 18px 0;
        border-bottom: 1px solid #ddd;
        cursor: move;
        font-size: 18px;
        font-weight: bold;
    }

    .dnnFormPopup .dnnModalCtrl {
        display: block;
        position: absolute;
        top: -30px;
        right: -30px;
        width: 69px;
        height: 26px;
        border-radius: 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        box-shadow: 0px 0px 5px #666;
    }

        .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
            float: right;
            display: block;
            height: 18px;
            width: 30px;
            margin: 4px 4px 0 1px;
            overflow: hidden;
            -webkit-border-top-right-radius: 8px;
            -webkit-border-bottom-right-radius: 8px;
	        border: none;
	        outline: none;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            background: #585858 url("/images/closeBtn.png") no-repeat;
            background-position: 8px 4px;
            text-indent: -9999em;
	        min-width: 0 !important;
        }

            .dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover {
                background: #358EEA url("/images/closeBtn.png") no-repeat;
                background-position: 8px 4px;
	            cursor: pointer;
            }

        .dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
            float: left;
            display: block;
            height: 18px;
            width: 30px;
            margin: 4px 0 0 4px;
            overflow: hidden;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            background: #585858 url("/images/resizeBtn.png") no-repeat;
            background-position: 10px 2px;
            text-indent: -9999em;
        }

            .dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
                background: #358EEA url("/images/resizeBtn.png") no-repeat;
                background-position: 10px 2px;
            }

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    height: 24px;
    width: 24px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #585858 url("/images/closeBtn.png") no-repeat;
    background-position: 4px 4px;
    border: 3px solid #fff;
    text-indent: -9999em;
	min-width: 0 !important;
}

/* Poup Iframe styles*/
.dnnFormPopup #iPopUp {
    width: 100%!important; /* to overwrite inline javscript styles */
    padding-top: 10px;
}

.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    overflow: auto;
    background: #fff;
    zoom: 1;
}

.dnnFormPopup .ui-dialog-buttonpane {
    margin: .5em 0 0 0;
    padding: .3em 1em 0em 0em;
    overflow: hidden;
    border-width: 1px 0 0 0;
    background-image: none;
    text-align: left;
    border-top: 1px solid #ddd;
}

    .dnnFormPopup .ui-dialog-buttonpane button {
        margin: 0.5em 0.4em 0.5em 0em;
        padding: 0.5em 1em;
        cursor: pointer;
        border: none;
        outline: none;
    }

.dnnFormPopup .ui-resizable-se {
    float: right;
    height: 24px;
    width: 24px;
    background: url("/images/modal-resize-icn.png") no-repeat bottom;
}

.dnnFormPopup .dnnDialog {
    padding: 10px;
}

.dnnLoading {
    background: #fff url("/images/loading.gif") no-repeat center center;
    position: absolute;
    z-index: 9999;
}

/*-------------------------------------*/
/* URL ACTION */
/*-------------------------------------*/
.urlControl label {
    width: auto;
    margin-top: 0;
    font-weight: normal;
}

.urlControlLinkType {
    width: auto;
}

    .urlControlLinkType span,
    .dnnFormItem .urlControlLinkType span {
        float: none;
        display: block;
        width: auto;
        text-align: left;
    }

.dnnFormItem .ucLinkTypeRadioButtons label {
    display: inline-block;
    width: 260px;
    padding-right: 0;
    margin-top: 0;
    font-weight: normal;
    text-align: left;
}

.urlControlLinkType span input {
    min-width: 3%;
}

.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label {
    text-align: left;
}

.urlControlFileRow {
    overflow: hidden;
    clear: both;
}

    .urlControlFileRow span.dnnFormLabel {
        width: auto;
        text-align: right;
    }

    .urlControlFileRow select, .urlControlFileRow input[type=file] {
        clear: both;
    }

.urlControlImagesRow {
    overflow: hidden;
    clear: both;
}

    .urlControlImagesRow span.dnnFormLabel {
        width: auto;
        text-align: right;
    }

    .urlControlImagesRow select {
        clear: both;
    }

/*-------------------------------------*/
/* WIZARD TABS STEPS
/*-------------------------------------*/

/* Jquery UI tabs base */
.dnnWizardTab.ui-tabs {
    position: relative;
    padding: 0;
}

    .dnnWizardTab.ui-tabs .ui-tabs-nav {
        display: block;
        height: 46px;
        margin: 0;
        padding: 0;
        background: transparent url("/images/InstallWizardBG.png") repeat-x;
    }

        .dnnWizardTab.ui-tabs .ui-tabs-nav li {
            float: left;
            position: relative;
            margin: 0;
            padding: 0;
            border-bottom: 0 !important;
            list-style: none;
            white-space: nowrap;
        }

            .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: 0;
            }

                .dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
                .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
                .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                    cursor: text;
                }

            .dnnWizardTab.ui-tabs .ui-tabs-nav li a,
            .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    .dnnWizardTab.ui-tabs .ui-tabs-panel {
        clear: both;
        display: block;
        padding: 3em 1em 1.4em;
        border-width: 0;
        background: none;
    }

    .dnnWizardTab.ui-tabs .ui-tabs-hide {
        display: none !important;
    }

    .dnnWizardTab.ui-tabs .ui-tabs-nav li a {
        display: block;
    }

.dnnWizardStep > span {
    display: block;
    float: left;
}

.dnnWizardStep {
    height: 46px;
    padding: 0 0 0 20px;
    background: transparent url("/images/InstallWizardBG.png") repeat-x;
    background-position: 0 0;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li:first-child .dnnWizardStep {
    padding-left: 30px;
}

.dnnWizardStepNumber {
    margin: 10px 10px 0 0;
    padding: 3px 8px 3px 8px;
    background-color: #999;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    font-weight: bold;
}

.dnnWizardStepTitle {
    margin: 13px 20px 0 0;
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

.dnnWizardStepArrow {
    width: 25px;
    height: 46px;
    background: transparent url("/images/InstallWizardBG.png") no-repeat;
    background-position: 0 -401px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStep {
    height: 46px;
    background-position: 0 -100px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepNumber {
    background-color: #333;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepTitle {
    color: #333;
}

.dnnFormExpandContent {
    margin: 10px 0;
}

    .dnnFormExpandContent > a {
        color: #333;
        font-size: 13px;
        font-weight: bold;
    }
/*-------------------------------------*/
/* DNN SIMPLE GRID
/*-------------------------------------*/

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid {
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
}

    table.dnnPermissionsGrid td {
        padding: 4px;
    }

.dnnGridHeader td, thead.dnnGridHeader th,  tr.dnnGridHeader th{
    padding: 6px 12px 6px 12px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
}

.dnnGridItem td, .dnnGridAltItem td {
    padding: 6px;
    border-right: 1px solid #c9c9c9;
}

    .dnnGridItem td input, .dnnGridAltItem td input {
        margin-bottom: none;
    }

.dnnGridAltItem {
    background: #F2F2F2;
}

    .dnnGridItem:hover, .dnnGridAltItem:hover {
        background-color: #e8f1fa;
    }

/* td > input[type="image"],
    td > input[type="image"] + a,
    td a > img{
        display:block;
        float: left;
        margin-right: 3px;
    } */

/*-------------------------------------*/
/* URL Control
/*-------------------------------------*/

.urlControl {
    float: left;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

    .urlControl select,
    .urlControl input {
        width: 180px;
        margin-bottom: 10px;
    }

    .urlControl dnnFormItem > a.dnnSecondaryAction {
        margin: 10px 10px 0 0;
        float: left;
    }

    .urlControl .urlControlLinkType {
        float: left;
        width: 100%;
    }

        .urlControl .urlControlLinkType .dnnFormLabel {
            float: left;
            width: auto;
            margin-right: 5px;
        }

        .urlControl .urlControlLinkType input[type="radio"] {
            width: auto;
            margin-right: 5px;
        }

/*-------------------------------------*/
/* File Picker
/*-------------------------------------*/
span[id$="FileControl"] {
    display: block;
    float: left;
}

.dnnFilePicker {
    display: block;
    float: left;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 15px 0 15px;
    width: 450px;
}

    .dnnFilePicker .dnnLeft {
        margin: 0;
        padding: 0;
        margin-top: -30px;
    }

    .dnnFilePicker dnnFormItem {
        margin: 0;
        margin-top: -10px;
        padding: 0;
        position: static;
    }

    .dnnFilePicker .dnnLeft img {
        max-width: 135px;
        max-height: 100px;
    }

    .dnnFilePicker .dnnLeft .dnnFilePickerImageHolder {
        width: 135px;
        height: 100px;
        background-color: #ccc;
        margin: 20px 15px;
    }

    .dnnFilePicker .dnnFormItem span {
        display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;
    }

    .dnnFilePicker select,
    .dnnFilePicker input {
        width: 200px;
        margin: 0;
        margin-right: 10px;
        float: none;
    }

    .dnnFilePicker .dnnLeft a.dnnSecondaryAction {
        margin: 10px 10px 0 0;
        display: inline-block;
    }

    .dnnFilePicker .dnnLeft img {
        display: block;
        margin: 20px 15px;
    }

/* FILE UPLOAD CSS */
span.dnnInputFileWrapper > input[type="file"] { /* force file upload style here, cause some module just override */
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    height: 30px;
	font-size: 200px;
}

span.dnnInputFileWrapper { /* Notes(by Richard): here must set !important */
    position: relative !important;
    overflow: hidden !important;
    margin: 0 4px 0 0;
    width: auto !important;
    display: block !important;
    float: left !important;
}

    span.dnnInputFileWrapper > span.dnnSecondaryAction {
        display: inline-block;
        float: none;
        width: auto;
    }

/* DNN DRAG n DROP FILE PICKER UPLOAD */
.dnnFileUploadScope {
    display: block;
    float: left;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    width: 450px;
}

    .dnnFileUploadScope .dnnLeft {
        margin: 0;
        padding: 15px 10px 15px 10px;
    }

        .dnnFileUploadScope .dnnLeft .dnnFormItem {
            margin-bottom: 10px;
        }

    .dnnFileUploadScope .dnnFormItem span {
        display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;
    }

    .dnnFileUploadScope .dnnFormItem .RadComboBox_Default {
        width: 180px;
        margin: 0;
        float: none;
    }

    .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
        position: relative;
        margin: 0;
        width: 180px;
        height: 150px;
        background: #d9eeff;
        border: 1px dashed #bbb;
        box-shadow: 0px 1px 0px #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #4577a2;
    }

        .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone span {
            display: block;
            position: absolute;
            left: 38px;
            top: 60px;
            color: #fff;
            font-size: 12px;
            background: rgba(0,0,0,0.5);
            padding: 5px 7px;
            border-radius: 3px;
            box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;
            opacity: 0.5;
            cursor: default;
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

        .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone:hover span {
            opacity: 1;
        }

input.dnnFixedSizeComboBox {
    width: 200px !important;
    margin-right: 10px;
    float: left;
}

div.dnnFixedSizeComboBox {
    width: 218px !important;
    margin-right: 15px;
    float: left;
}

.dnnFixedSizeComboBox + a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

input.dnnSmallSizeComboBox {
    width: 100px !important;
    margin-right: 10px;
    float: left;
}

div.dnnSmallSizeComboBox {
    width: 118px !important;
    margin-right: 15px;
    float: left;
}

.dnnSmallSizeComboBox + a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

td.dnnGridHeaderTD-NoBorder {
    border-right: none !important;
}

tr.dnnGridItem td, tr.dnnGridAltItem td {
    border-right: none;
}

    tr.dnnGridItem td input {
        margin-bottom: 0;
    }

/*-------------------------------------*/
/* ACCORDIAN
/*-------------------------------------*/
h2.dnnFormSectionHead {
    margin-top: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
}

    h2.dnnFormSectionHead a {
        display: block;
        padding-left: 3px;
        background: url("/images/down-icn.png") no-repeat right 50%;
        text-decoration: none;
        color: #333;
        font-size: 18px;
        letter-spacing: normal;
        font-weight: normal;
    }

        h2.dnnFormSectionHead a:hover {
            color: #222;
            background: rgba(2,139,255,0.05) /* blue */ url("/images/down-icn.png") no-repeat right 50%;
        }

        h2.dnnFormSectionHead a.dnnSectionExpanded {
            background: url("/images/up-icn.png") no-repeat right 50%;
            color: #222;
        }

            h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
                color: #222;
                background: rgba(2,139,255,0.05) /* blue */ url("/images/up-icn.png") no-repeat right 50%; /* ACTIVE BLUE */
            }

/*-------------------------------------*/
/* VERTICAL TABS */
/*-------------------------------------*/
.dnnVerticalTabs {
    margin-left: 0;
}

    .dnnVerticalTabs li {
        list-style: none;
    }

        .dnnVerticalTabs li a {
            display: block;
            padding: 15px 15px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            background: rgba(0, 0, 0, 0.04);
            color: #999;
            text-decoration: none;
        }

            .dnnVerticalTabs li a:hover {
                background: rgba(0, 0, 0, 0.06);
                color: #333;
            }

        .dnnVerticalTabs li.active a {
            background: none;
            color: #333;
            border-right: 1px solid transparent;
        }

.tabBody {
    display: none;
}

/*-------------------------------------*/
/* SCROLL BAR */
/*-------------------------------------*/

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: #ccc;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: #ccc;
}

    .jspVerticalBar *,
    .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: transparent;
    position: relative;
}

.jspVerticalBar .jspTrack {
    width: 10px;
    margin: 0 0 0 3px;
}

.jspHorizontalBar .jspTrack {
    height: 5px;
    margin: 3px 0 3px 0;
}

.jspVerticalBar .jspCap {
    display: block;
    height: 3px;
    width: 11px;
}

.jspHorizontalBar .jspCap {
    display: block;
    width: 3px;
    height: 11px;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    opacity: .75;
    background: #000;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 5px;
}

/*-------------------------------------*/
/* UPGRADE FIXES */
/*-------------------------------------*/

/* Compatible with some old forge modules---*/
div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons label {
    display: inline !important;
}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNAnnouncementsC .urlControl label, div.ModDNNLinksC .urlControl label {
    display: inline !important;
}

div.ModDNNFAQsC .Normal {
    width: auto !important;
}

div.ModDNNFeedbackC .dnnFormItem > label {
    display: inline-block;
    width: 33%;
    text-align: right;
}

div.ModDNNUserDefinedTableC div.RadEditor {
    height: auto !important;
}

div.ModDNNUserDefinedTableC ul.dnnActions {
    display: block;
}

div.ModDNNIFrameC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNIFrameC table.Normal td .dnnLabel {
    width: 100px;
}

div.ModDNNIFrameC table.Normal td span.dnnRadiobutton {
    margin: 5px 0 0 30px;
}

div.ModDNNLinksC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

/*-------------------------------------*/
/* GENERIC CLASSES */
/*-------------------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.dnnLeft {
    float: left;
}

.dnnRight {
    float: right;
}

.dnnClear {
    clear: both;
}

    .dnnClear:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        font-size: 0;
    }

* + html .dnnClear {
    min-height: 1%;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft {
    text-align: left;
}

.DNNAlignright {
    text-align: right;
}

.DNNAligncenter {
    text-align: center;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane {
    width: 0px;
}

/* style to apply if the content should be hidden */
.Hidden {
    display: none;
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
/*Edit In Place Tool Bar Classes*/
.eipbackimg {
	position:absolute;
	margin-top:-32px;
	white-space:nowrap;
	background:url("/images/eip_toolbar.png") repeat-x;
	height:32px;
	z-index: 1;
}
.eipbackimg.editMode {
	border: 1px solid #777777 !important;
	background: -moz-linear-gradient(top, #303030 0%, #191919 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303030), color-stop(100%,#191919)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #303030 0%,#191919 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #303030 0%,#191919 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #303030 0%,#191919 100%) !important; /* W3C */
	opacity: 0.8;
}
.eipbackimg.containerTitle {
	margin-top: -8px;
}
.eipbackimg.containerTitle.editMode {
	left: auto;
	right: 0px;
	margin-top: 2px;
	background: none !important;
	border: none !important;
}
.eipbuttonbackimg{
	width: 32px;
	height: 32px; 
	cursor: pointer;
	float:left;
	background: url("/images/eip_toolbar.png") no-repeat;
	
}
.eipbackimg.editMode .eipbuttonbackimg {
	border-left: 1px solid #1f1f1f;
	border-right: 1px solid #393939;
	opacity: 0.5;
}

.eipbackimg.editMode.containerTitle .eipbuttonbackimg {
	border: none;
	opacity: 1;
}

.eipbuttonbackimg.eipbutton_cancel{ background-position: -32px 0;}
.eipbuttonbackimg.eipbutton_bold{ background-position: -64px 0;}
.eipbuttonbackimg.eipbutton_italic{ background-position: -96px 0;}
.eipbuttonbackimg.eipbutton_underline{ background-position: -128px 0;}
.eipbuttonbackimg.eipbutton_justifyleft{ background-position: -160px 0;}
.eipbuttonbackimg.eipbutton_justifycenter{ background-position: -192px 0;}
.eipbuttonbackimg.eipbutton_justifyright{ background-position: -224px 0;}
.eipbuttonbackimg.eipbutton_orderedlist{ background-position: -256px 0;}
.eipbuttonbackimg.eipbutton_unorderedlist{ background-position: -288px 0;}
.eipbuttonbackimg.eipbutton_outdent{ background-position: -320px 0;}
.eipbuttonbackimg.eipbutton_indent{ background-position: -352px 0;}
.eipbuttonbackimg.eipbutton_createlink{ background-position: -384px 0;}

.eipbackimg.containerTitle .eipbutton_cancel {
	background: url("/images/eip_title_cancel.png") no-repeat center center;
}

.eipbutton_edit {
	background: url("/images/eip_edit.png") no-repeat 100% center;
	float:left;
}

.eipbutton_save {
	background: url("/images/eip_save.png") no-repeat 100% center;
	float:left;
}
.eipbackimg.containerTitle .eipbutton_save {
	background-image: url("/images/eip_title_save.png");
}

.eipbackimg.editMode .eipborderhover {
	background-color: #333;
	opacity: 1;
}
.eipbackimg.editMode.containerTitle .eipborderhover {
	background-color: inherit;
}
div[id$=titleLabel_tb].visible ~ span{ margin-left: 32px;}


/*********************       MOBILE       ***********************_vb_*/
@media only screen  and (max-width: 640px){
	.dnnFormItem > label.dnnFormLabel {
	  display: block !important;
	  margin: 6px 18px 0 0 !important;
	  width: 100% !important;
	  text-align: left !important;
	}
	.dnnFormPopup {
    width: 80% !important;
	min-height: 500px !important;
	top: 30px !important;
	}
	.dnnFormPopup #iPopUp {
      height: 400px !important;
	}
	#dnn_ctr603_ModuleContent > div {
    width: 100% !important;
	}	
	#dnn_ctr603_View_pnlLogin .dnnForm * {
    margin-left: 0 !important;
	}
	.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction, .dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction {
    float: none !important;
	}
	#dnn_ctr603_ContentPane .dnnFormItem {
    width: 100% !important;
	}
	.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction, .dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction, .dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction, .dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    padding: 10px 0 !important;
    width: 100% !important;
	}
	.dnnActions li {
	    float: none !important;
	    list-style: outside none none;
	    margin-bottom: 10px;
	    margin-right: 0px !important;
	    width: 100% !important;
	}
	.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction, .dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    float: none !important;
	}
	.dnnLoginActions {
	    width: 100%;
	}
}
/*********************       MOBILE       ***********************/
/* - End of /portals/_default/default.css - */
/* - Start of /desktopmodules/html/module.css - */
.dnnHTMLSettings, .dnnMyWork, .dnnEditHtml{margin:2em auto;}
	.dnnFormItem input[type=checkbox], .dnnPageSettings .dnnFormItem input[type=radio]{width:auto;}
	.dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnPSRadioButtons input, .dnnFormItem .dnnHTMLSRadioButtons label, .dnnFormItem .dnnHTMLSRadioButtons input{float:left;padding:0;width:2%;text-align:left;}
	.dnnFormItem .dnnHTMLSRadioButtons label{width:auto;padding:0 15px 0 6px;font-weight:normal}
	.dnnHTMLSRadioButtons br{display:none !important;font-size:0;line-height:0;border-collapse:collapse;}
/* - End of /desktopmodules/html/module.css - */
/* - Start of /portals/0/skins/federlavoro/skin.css - */
/* css normalize by Nicolas Gallagher and Jonathan Neal 
 * RELEASED UNDER MIT LICENCE
 * https://github.com/necolas/normalize.css/ 
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background-color: transparent; }

a:focus {
  outline: 0 dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background-color: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*you css starts here*/
@font-face {
  font-family: 'LatoPersonalizzato';
  src: url("/portals/0/skins/federlavoro/font/LatoPersonalizzato.eot");
  src: url("/portals/0/skins/federlavoro/font/LatoPersonalizzato.eot") format("embedded-opentype"), url("/portals/0/skins/federlavoro/font/LatoPersonalizzato.woff") format("woff"), url("/portals/0/skins/federlavoro/font/LatoPersonalizzato.ttf") format("truetype"), url("/portals/0/skins/federlavoro/font/LatoPersonalizzato.svg") format("svg"); }

.menu-top a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-decoration: none;
  color: #00559f;
  display: block;
  margin: 0;
  padding: 0; }
a:visited {
  color: #00559F;
  outline: 0 none;
  text-decoration: underline; }

body {
  color: #333333;
  font: normal 62.5%/1.5 'Lato', sans-serif; }

h2.gradient-blue, h2.gradient-blue.lp {
  display: inline-block; }

.menu-top .menu-item ul.sub li a:hover > span {
  color: white; }

.menu-top .selected span {
  color: #008179; }

.gradient-blue a {
  color: white; }
  .gradient-blue a:link {
    color: white; }
  .gradient-blue a:visited {
    color: white; }
  .gradient-blue a:hover {
    color: white; }
  .gradient-blue a:active {
    color: white; }
.gradient-blue a:hover {
  text-decoration: underline; }
.gradient-blue .Normal, .gradient-blue .NormalDisabled, .gradient-blue .NormalDeleted {
  color: #fff; }

.ride-grid-12 {
  margin: 0 auto;
  padding:  0% 0%;
  width: 100%;
  width: 1024px; }
  .ride-grid-12.outgrid, .ride-grid-12 .outgrid {
    margin-left: 0%;
    margin-right: 0%; }
  .ride-grid-12 .heading {
    height: 16.5em; }
    .ride-grid-12 .heading .spacer {
      padding-top: 4.1em; }

.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11 {
  float: left;
  margin:  0% 1%; }

.cl12 {
  margin:  0% 1%; }

.cl1 {
  width: 6.33333%; }

.ride-grid-12 .float1 {
  margin-left: 9.33333%; }

.ride-grid-12 .push1 {
  margin-right: 9.33333%; }

.cl2 {
  width: 14.66667%; }

.ride-grid-12 .float2 {
  margin-left: 17.66667%; }

.ride-grid-12 .push2 {
  margin-right: 17.66667%; }

.cl3 {
  width: 23%; }

.ride-grid-12 .float3 {
  margin-left: 26%; }

.ride-grid-12 .push3 {
  margin-right: 26%; }

.cl4 {
  width: 31.33333%; }

.ride-grid-12 .float4 {
  margin-left: 34.33333%; }

.ride-grid-12 .push4 {
  margin-right: 34.33333%; }

.cl5 {
  width: 39.66667%; }

.ride-grid-12 .float5 {
  margin-left: 42.66667%; }

.ride-grid-12 .push5 {
  margin-right: 42.66667%; }

.cl6 {
  width: 48%; }

.ride-grid-12 .float6 {
  margin-left: 51%; }

.ride-grid-12 .push6 {
  margin-right: 51%; }

.cl7 {
  width: 56.33333%; }

.ride-grid-12 .float7 {
  margin-left: 59.33333%; }

.ride-grid-12 .push7 {
  margin-right: 59.33333%; }

.cl8 {
  width: 64.66667%; }

.ride-grid-12 .float8 {
  margin-left: 67.66667%; }

.ride-grid-12 .push8 {
  margin-right: 67.66667%; }

.cl9 {
  width: 73%; }

.ride-grid-12 .float9 {
  margin-left: 76%; }

.ride-grid-12 .push9 {
  margin-right: 76%; }

.cl10 {
  width: 81.33333%; }

.ride-grid-12 .float10 {
  margin-left: 84.33333%; }

.ride-grid-12 .push10 {
  margin-right: 84.33333%; }

.cl11 {
  width: 89.66667%; }

.ride-grid-12 .float11 {
  margin-left: 92.66667%; }

.ride-grid-12 .push11 {
  margin-right: 92.66667%; }

.cl12 {
  width: 98%; }

.clean {
  clear: both;
  float: none; }

.row {
  margin-bottom: 0; }
  .row:after, .row:before {
    clear: both;
    content: "";
    display: table; }
  .row.full {
    margin-top: 0; }

.admin-nav, .admin-nav div {
  background-color: #232323; }

.admin-nav {
  padding: 0 1em;
  float: left;
  margin-right: 1em;
  position: relative; }
  .admin-nav:hover div {
    display: block; }
  .admin-nav div {
    display: none;
    line-height: 2;
    left: 0;
    padding: 1em;
    position: absolute;
    width: 10em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato'; }

#Form {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.gradient-blue, .menu-top a:hover, .menu-top .selected .menu-top a, .menu-item.root > a:hover {
  background: url("/Portals/0/skins/Federlavoro/img/bcgVp.png?12322") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.blue-bar {
    background: #00559f;
    background: -moz-linear-gradient(top, #00559f 0%, #3376b2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00559f), color-stop(100%, #3376b2));
    background: -webkit-linear-gradient(top, #00559f 0%, #3376b2 100%);
    background: -o-linear-gradient(top, #00559f 0%, #3376b2 100%);
    background: -ms-linear-gradient(top, #00559f 0%, #3376b2 100%);
    background: linear-gradient(to bottom, #00559f 0%, #3376b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00559f", endColorstr="#3376b2",GradientType=0);
}
.gradient-blue {
  color: white;
  font-family: 'LatoPersonalizzato';
  font-size: 2.2em;
  line-height: 1;
  margin: 1em 0;
  padding: 0.2em 1em; }

.blue-bar {
  color: white;
  line-height: 3;
  text-transform: uppercase; }
  .blue-bar a {
    color: white;
    margin-right: 2em;
    text-decoration: none; }
    .blue-bar a:link {
      color: white; }
    .blue-bar a:visited {
      color: white; }
    .blue-bar a:hover {
      color: #e8e8e8; }
    .blue-bar a:active {
      color: #cfcfcf; }
    .blue-bar a:first-child {
      margin-left: 2.5em; }
  .blue-bar.shadow {
    border-bottom: 1px solid rgba(58, 156, 201, 0.5);
    margin-top: -1px; }
  .site-footer .blue-bar a {
    font-weight: bold;
    margin: 0 2%;
    text-transform: none; }
  .site-footer .blue-bar .cl4 {
    text-align: right; }

.site-pre-page {
  bottom: 10px;
  line-height: 0;
  margin-top: -2.4em; }

.alright {
  float: right; }

.alleft {
  float: left; }

.admin-nav div a {
  display: inline-block; }
  .admin-nav div a:first-child {
    margin: 0 !important; }

.admin-nav div {
  width: 12em !important; }

.menu-top a:hover, .menu-top .selected .menu-top a {
  display: block;
  color: white; }

.menu-item {
  /*white-space: nowrap; */}
  .menu-top .menu-item {
    display: inline-table;
    
    position: relative; }
    .menu-top .menu-item ul.sub {
      display: none;
      position: absolute;
      background: rgba(105, 105, 105, 0.55);
      z-index: 9999;
      min-width: 9em;
      left: -1.27em; }
      .menu-top .menu-item ul.sub li {
        display: block; }
        .menu-top .menu-item ul.sub li.menu-item {
          margin: 0 !important; 
          display: block; }
        .menu-top .menu-item ul.sub li a > span {
    color: white;
    display: block;
    height: auto;/*4em;*/
    line-height: 1;
    max-width: 20em;
    min-width: 18em;
    padding: 1em;
}
          .menu-top .menu-item ul.sub li a > span:hover {
            color: white; }
        .menu-top .menu-item ul.sub li ul.sub {
          display: none;
          left: 92%;
          position: absolute;
          top: 1em;
          box-shadow: 4px 4px 6px rgba(102, 158, 198, 0.5); }
  .menu-item .menu-item.selected > a > span {
    color: white !important; }
  .menu-item .menu-item.first.selected > a span {
    color: white !important; }
  .menu-item .menu-top .selected span {
    color: #FFFFFF !important; }
  .menu-item.root.first.selected span {
    color: #008179; }
    .menu-item.root.first.selected span:hover {
      color: white; }
  .menu-item .menu-item.root span {
    color: #00559f; }
    .menu-item .menu-item.root span:hover {
      color: white; }
  .menu-item.root > a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    font-weight: bold;
    text-decoration: none;
    color: #00559f; }
    .menu-item.root > a:hover {
      color: white;
      display: block; }
      .menu-item.root > a:hover > span {
        color: white !important; }
    .menu-item.root > a span {
      margin: 0 1em;
      padding: 0;
      line-height: 3.9; }
      .menu-item.root > a span:hover {
        color: white; }

.menu-top {
  font-weight: 700;
  color: #00559f; }
  .menu-top.selected span {
    color: white !important; }

.site-nav {
  font-size: 1.4em;
  box-shadow: 0 12px 12px -10px rgba(140, 140, 140, 1) inset, 0 -8px 5px -3px #d6d6d6 inset;
  line-height: 0;
  text-transform: uppercase; }
  .site-nav:after, .site-nav:before {
    clear: both;
    content: "";
    display: table; }
  .site-nav .menu-top {
    margin: 0;
    float: left; }
   
    .site-nav .menu-search .icon-right-open {
      cursor: pointer; }
    .site-nav .menu-search .icon-right-open:before {
      background: none repeat scroll 0 0 #00559f;
      border-radius: 15px;
      color: white !important;
      padding: 2px; }

.box-shadow:before, .site-banner .banner-shadow:before, .box-shadow:after, .site-banner .banner-shadow:after {
  -webkit-box-shadow: 0 0 35px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 35px 30px rgba(0, 0, 0, 0.5);
  content: '';
  height: 2.3em;
  position: absolute;
  top: -2.3em;
  /*width: 100%;*/ }
.box-shadow:after, .site-banner .banner-shadow:after {
  -webkit-transform: rotate(2.5deg) translateY(-3.6em);
  -moz-transform: rotate(2.5deg) translateY(-3.6em);
  -ms-transform: rotate(2.5deg) translateY(-3.6em);
  -o-transform: rotate(2.5deg) translateY(-3.6em);
  transform: rotate(2.5deg) translateY(-3.6em);
  right: 0; }
.box-shadow:before, .site-banner .banner-shadow:before {
  -webkit-transform: rotate(-2.5deg) translateY(-3.6em);
  -moz-transform: rotate(-2.5deg) translateY(-3.6em);
  -ms-transform: rotate(-2.5deg) translateY(-3.6em);
  -o-transform: rotate(-2.5deg) translateY(-3.6em);
  transform: rotate(-2.5deg) translateY(-3.6em);
  left: 0; }

.box-shadow, .site-banner .banner-shadow {
  height: 2.3em;
  margin: 0 auto;
  position: relative;
  width: 92%; }

.has-shadow div {
  font-size: 1.2em;
  width: 88%; }

.shadow-fix {
  background-color: #fff;
  position: relative;
  z-index: 1; }

.site-banner {
  position: relative;
  text-align: center;
  z-index: 1; 
  margin-bottom: 2em; /*_vb_*/
}
  .site-banner .site-banner {
    background-color: #ffffff;/*#333333_vb_ */}

.site-nav-2 {
  background-image: url("/Portals/0/skins/Federlavoro/img/bcgVp.png?12322");
  /* height: 44em; */ /*_vb_*/
  line-height: 0;
  text-transform: uppercase;}
  .site-nav-2:after, .site-nav-2:before {
    clear: both;
    content: "";
    display: table; }

.site-bottom {
  /*background-image: url("/portals/0/skins/federlavoro/img/bottombg.jpg");*/
  box-shadow: 0 12px 12px -10px rgba(140, 140, 140, 1) inset;
  min-height: 37em;
  padding-bottom: 2em; }

.cl3.alright span:first-child {
  margin-right: 4.5em;
  text-align: right; }

.cl3.alright a {
  margin: 0; 
  float: right;}
  .cl3.alright a span {
    margin-right: 1.5em !important; }

.pleft {
  margin: 2em 2em 2em 0;
  font-family: 'Lato';
  font-size: 1.3em;
  letter-spacing: 1px;
  text-transform: none !important;
  cursor: text; }

.ulleft {
  font-family: 'Lato';
  font-size: 1.3em;
  letter-spacing: 1px;
  text-transform: none !important;
  cursor: text; }
 ul.ulleft li
 {
       margin-bottom: 10px;
    margin-left: 50px;
 }
[class^="cci-icon-"], [class*=" cci-icon-"] {
  font-size: 1.7em; }

.cci-icon-plus.mega4plus {
  border: 1px solid white;
  font-size: 0.6em;
  padding: 0.4em 0.5em; }

.menu-middle {
  border-collapse: collapse;
  display: table;
  font-size: 1.5em;
  font-weight: bold;
  height: 6em;
  margin: 1% 0;
  width: 100%; }
  .menu-middle span {
    display: inline-block;
    text-align: left;
    width: 50%; }
  .menu-middle a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-right: 1px solid #00559f;
    color: #00559f;
    display: table-cell;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-out 0s;
    vertical-align: middle;
    white-space: pre-line;
    width: 20%; }
    .menu-middle a:hover {
      border-right-color: #00559f;
      color: #00559f; }
    .menu-middle a:last-child {
      border-right: none; }

.site-heading [class*="cci-icon"]:before {
  vertical-align: middle; }

.menu-footer {
  border-left: 4px solid #008179;
  margin-top: 2.5em;
  padding: 1em 0; }
  .menu-footer a {
    text-decoration: none; }
  .menu-footer ul li {
    font-weight: normal; }
  .menu-footer ul li,
  .menu-footer ul li ul li {
    list-style: none outside none; }
  .menu-footer li.top {

    font-size: 1.2em;
    font-weight: bold !important;
    padding: 1em;
    text-transform: uppercase; }
    .menu-footer li.top:first-child {
      border-left: medium none; }
    .menu-footer li.top > ul {
      margin-left: 0;
      margin-top: 2em; }
    .menu-footer li.top > a {
      color: #00559f;
      border-bottom: 0.4em solid #00559f; }
      .menu-footer li.top > a:hover {
        color: #00559f; }
  .menu-footer ul li ul li.child:first-child {
    margin-top: 1em; }
  .menu-footer .child > ul {
    margin-left: 3px; }
  .menu-footer .child > a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #333333; }
    .menu-footer .child > a:hover {
      color: #707070; }
  .menu-footer .child .child {
    margin-top: 0 !important; }
  .menu-footer .child ul li.child > a {
    font-size: 0.8em; }

ul.menu-sitemap, ul.menu-sitemap li {
  list-style: none outside none; }

ul.menu-sitemap {
  font-family: 'Lato';
  font-size: 1.4em;
  margin: 1em 0; }
  ul.menu-sitemap a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #3376b2; }
    ul.menu-sitemap a:hover {
      color: #669ec6; }
  ul.menu-sitemap span.top {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #00559f;
    padding: 0 2px;
    font-weight: 600; }
    ul.menu-sitemap span.top:hover {
      color: #669ec6; }
  ul.menu-sitemap > li {

    line-height: 2;
    padding: .3em; }
    ul.menu-sitemap > li:first-child {
      border-left: none; }
    ul.menu-sitemap > li ul li {
      line-height: 1.3; }
      ul.menu-sitemap > li ul li a {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        font-size: 0.8em;
        margin-left: -1em; }
        ul.menu-sitemap > li ul li a:hover {
          color: #669ec6; }
        ul.menu-sitemap > li ul li a span.child {
          white-space: pre;
          word-wrap: normal; }
  ul.menu-sitemap a {
    text-decoration: none;
    text-transform: uppercase; }

.nomargin {
  margin: 0;
  padding: 0; }

.cl4.nomargin {
  float: right; }

.cl8.nomargin {
  width: 67%; }

.ride-grid-12.row.ptop {
  padding-top: 1em; }

.opsi-contact {
    font-family: "Lato";
    font-size: 1.2em;
    margin: 0 0 0em;
    padding: 0em 0 0;
  color: #00559f; 
  }  
  
  
  .opsi-contact div {
    margin: 2.15em 0; }
  .opsi-contact label {
    display: inherit; }
  .opsi-contact .opsi_contact {
    font-size: 1.2em;
    padding: 0.5em;
    width: 93.5%; }


   .opsi-contact .btn-blue {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #008179 ;
  background: -moz-linear-gradient(top, #008179  0%, #54948d  100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008179 ), color-stop(100%, #54948d ));
  background: -webkit-linear-gradient(top, #008179  0%, #54948d  100%);
  background: -o-linear-gradient(top, #008179  0%, #54948d  100%);
  background: -ms-linear-gradient(top, #008179  0%, #54948d  100%);
  background: linear-gradient(to bottom, #008179  0%, #54948d  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#54948d  ", endColorstr="#3376b2",GradientType=0);
	z-index: 0; 
  color: white;
    cursor: pointer;
    float: right;
    font-weight: bold;
    padding: 0.6em 1.4em;
    text-transform: uppercase;
  font-family: 	"Lato", sans-serif;
  }
 .opsi-contact .btn-blue:hover:before {
    left: 0; }
 .opsi-contact .btn-blue:before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    content: '';
    display: block;
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  
 .opsi-contact .btn-blue:before {
    background-color: #54948d ; }


    /**
  .opsi-contact .btn-blue {
    background: linear-gradient(to bottom, #00559f 0%, #3376b2 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: white;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    padding: 0.6em 1.4em;
    text-transform: uppercase; }
**/
.mailsent {
  color: #008179;
  font-family: 'Lato';
  font-size: 2.2em; }

.cci-accordion {
  margin: 0 0 2em; }
  .cci-accordion.inner dt {
    line-height: 0 !important; }
    .cci-accordion.inner dt span {
      margin-top: 1em !important; }
  .cci-accordion h2 {
    color: #FFFFFF;
    display: inline;
    font-family: 'LatoPersonalizzato';
    font-size: 1.8em;
    letter-spacing: 1px;
    text-transform: none;
    font-weight: normal;
	word-spacing:-7px; /* fix titoli accordion lunghi _vb_*/
	line-height: 1.2; /* fix titoli accordion lunghi _vb_*/
	}
  .cci-accordion dt {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: #3376b2;
    background: -moz-linear-gradient(left, #008179 0%, #54948d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008179), color-stop(100%, #54948d));
    background: -webkit-linear-gradient(left, #008179 0%, #54948d 100%);
    background: -o-linear-gradient(left, #008179 0%, #54948d 100%);
    background: -ms-linear-gradient(left, #008179 0%, #54948d 100%);
    background: linear-gradient(to right, #008179 0%, #54948d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=1);
    color: white;
    font-weight: bold;
    line-height: 6em;
    margin: 0;
	padding: 0.5em 1em; /* fix titoli accordion lunghi _vb_*/
    text-transform: uppercase;
    cursor: pointer; }
    .cci-accordion dt span {
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      border-radius: 50%;
      color: #00559f;
      float: right;
      font-weight: 700;
      margin-top: 2em;
      display: none; }
    .cci-accordion dt:hover > span {
      display: inline-block;
      visibility: visible; }
  .cci-accordion dd {
    text-transform: uppercase;
    margin-left: 0.5em;
    cursor: pointer; }

.cci-sub-accordion {
  padding: 1em 0; }

.cci-sub-accordion.blue-link > dd {
  margin: 0.3em 1.2em; }
  .cci-sub-accordion.blue-link > dd > a {
    font-weight: 600; }

.pre-cci-text-box {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-top: 3px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 3.4em 0; }
  .pre-cci-text-box:hover {
    background-color: white;
    color: #00559f;
    margin-top: 0; }
    .pre-cci-text-box:hover > div {
      border-top: 3px solid #00559f;
      color: #00559f; }

.cci-text-box {
  border-bottom: 3px solid white;
  color: white;
  display: block;
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0 auto;
  width: 53%; }

iframe.twitter-timeline.twitter-timeline-rendered {
  height: 33.5em !important; } /** Lucy 05_05_2015 **/

.mbot1 {
  margin-bottom: 2em; }

.cl3.nomargin {
  width: 25%; }

.cl12.mtop4 {
  margin-top: 4em; }

.right-line {
  border-right: 1px solid #00559f;
  margin-right: 4em; }

.text-table-left {
  margin: 0 0 4em; }

.td-text-spaced {
  font-size: 1em;
  letter-spacing: 1pt;
  line-height: 1.2;
  color: #333333; }

.menu-side {
  font-family: lato;
  font-size: 1.4em;
  line-height: 1.8em;
  list-style: none outside none;
  margin-left: 0;
  text-transform: uppercase; }
  .menu-side .selected {
    font-weight: bold; }
  .menu-side li ul {
    font-size: 0.9em;
    list-style: none outside none; }
  .menu-side a {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #669ec6;
    text-decoration: none; }
    .menu-side a:hover, .selected .menu-side a {
      color: #00559f !important; }
  .menu-side li.selected {
    background: transparent none; }

dl.blue-link a.blue {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #707070;
  font-family: lato;
  font-size: 1em;
  line-height: 1.1em;
  text-decoration: none; }
  dl.blue-link a.blue:hover {
    color: #00559f; }

p.blue-link {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-top: 2em; }
  p.blue-link a.blue {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #669ec6;
    font-family: lato;
    text-decoration: none; }
    p.blue-link a.blue:hover {
      color: #00559f; }

.linkblue h2:after, .linkblue h2:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #00559f;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  visibility: hidden; }

.linkblue {
  line-height: 0; 
  height: 12em;}
  .linkblue a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    line-height: 14.2;
    text-align: center;
    text-decoration: none;
    width: 33%;
    height: 12em; }
    .linkblue a:hover {
      background-color: white !important; }
      .linkblue a:hover h2 {
        color: #00559f !important; }
        .linkblue a:hover h2:before, .linkblue a:hover h2:after {
          background-color: #008179; }
        .linkblue a:hover h2:before {
          visibility: visible;
          width: 100%; }
        .linkblue a:hover h2:after {
          visibility: hidden;
          width: 0; }
  .linkblue h2 {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #008179 !important;
    display: inline-block;
    font-family: 'LatoPersonalizzato';
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 0.8;
    margin: 0;
    position: relative;
    text-align: left; }
    .linkblue h2:after, .linkblue h2:before {
      visibility: hidden; }
    .linkblue h2:before {
      top: -.4em;
      width: 0; }
    .linkblue h2:after {
      bottom: -.2em;
      visibility: visible;
      width: 100%; }

#ascroll {
  bottom: 4em;
  z-index: 1;
  display: none;
  height: 3em;
  position: fixed;
  right: 1em;
  width: 3em; }

span.icons-cci-plus, span.icons-cci-minus, span.icons-cci-goto {
    display: block;
    height: 18px;
    width: 18px;
}
span.icons-cci-minus {
    background-image: url("/portals/0/skins/federlavoro/img/icon-minus.png");
}
span.icons-cci-plus {
    background-image: url("/portals/0/skins/federlavoro/img/icon-plus.png");
}
span.icons-cci-goto {
    background-image: url("/portals/0/skins/federlavoro/img/icon-goto.png");
}


.visibbile, .mobile-header {
  display: none; }
a {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #00559f;
  text-decoration: none; }
  a:hover {
    color: #669ec6; }

.video-content.slide-content.video-playing > iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  width: 99% !important;
  z-index: 5; }

a[data-video="true"] {
  background: none repeat scroll 0 0 #000000;
  border: 1px solid;
  left: 35%;
  top: 45%;
  padding: 0.5em;
  position: absolute;
  width: 150px;
  z-index: 10; }
 
.alertb {
    margin: 0 auto;
    text-align: center;
}

.totalwidth {
	width: 100% !important;
}
/*Lucy 14-07-2014*/

.fs-circolari img {
  width: 100%; }

.fs-circolari a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  /*background-color: #f9a048;*/
  color: white !important;
  line-height: 2;
text-transform: uppercase;
 font-size: 1.8em;
  width: 100%; 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #00559f 0%, #3376b2 100%);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
	color: white;
    font-family: 'LatoPersonalizzato';
  }
  
  .fs-circolari a:hover {
    color: white !important; }

.fs-circolari .content, .fs-circolari .title {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
  position: absolute;
  text-align: center;
  width: 96%; }

.fs-circolari .content {
  height: 100%;
  left: 0;
  line-height: 14;
  top: 100%; }

.fs-circolari:after, .fs-circolari:before {
  clear: both;
  content: "";
  display: table; }

.fs-circolari .item:hover .content {
  top: 0; }
.fs-circolari .item:hover .title {
  top: 100%; }
.fs-circolari .item {
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 0 4px -2px;
  box-shadow: 0 0 4px -2px;
  float: left;
  height: 210px;
  overflow: hidden;
  position: relative; }

.fs-circolari .title {
  font-family: 'LatoPersonalizzato';
    font-size: 1.8em;
	    text-transform: uppercase;
		  line-height: 2;
  margin: 0.67em 0;
  color: #0a5ca3;
  left: 0;
  top: 0; }
  
 .cl4New {
 width: 48%;
 margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
 }
 /*Fine Lucy 14/07/2014*/
 .ride-grid-12.row.site-banner {
    box-shadow: 0 0 8px 4px rgba(50, 50, 50, 1);
    
}
.bannerhat{
	height: 3.5em;
	display: block;
}
section.site-banner {
	background: url("/Portals/0/skins/Federlavoro/img/bcgV.png?12322") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	/* height: 56.7em; */ /*_vb_*/
}
.site-page {
    box-shadow: 0 12px 12px -10px rgba(140, 140, 140, 1) inset;
}
.margincenter{
	margin: 0 3em;
}
.cl4.nomargin.left {
    float: left;
}
.blue-bar .cl8.small-hide.smallest-hide {
    padding-left: 3em;
}
.heading a > img {
    margin-left: 2em;
}
.shadowUpperBoxV {
    box-shadow: 0 -8px 5px -3px #d6d6d6 inset;
    height: 10px;
}
.footerInfo {
    color: #00559f;
    /*font-size: 0.8em;*/
    line-height: 1.4em;
    padding-left: 1em;
}
.footerInfo > p {
    margin: 0;
}
.menu-item a:hover {
background: #008179;
}
.cci-container.noshadow .opsi-contact div.alright {
    margin-right: 3em;
}


.coordinamenti {
    display: inline-block;
    margin: 0 0 2% 0 !important;
    text-align: center;
    width: 33%;
    cursor: auto;
}
.coordinamenti img {
    max-width: 90%;
}
.coordinamenti > strong {
    color: #008179 !important;
}


span.start {
	color:white;
	font-size:2em;

}

.metro-surface{
}


.metro-tile {
	vertical-align:middle;
	width: 315px;
	height: 165px;
	padding: 5px;
	margin: 0 auto;
	color: #018179;
	font-family: 'latopersonalizzato';
	font-size: 12px;
	border-width: 3px;
	border-style: solid;
	/**
	cursor: default;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.51s all;
	transition: 0.5s all;
**/
	
}



.metro-tile > strong > a {
    color: #fff;
    display: inline-block;
    font-family: latopersonalizzato;
    font-size: 1.7em;
    letter-spacing: 1px;
    margin-top: 45px;
    padding: 5px;   
}


.metro-tile > strong > a:hover {
    color: #fff;
}

.metro-tile-small {
	width: 204px;
	height: 170px;
}


.metro-tile-Gradient
{
    background-position: 8px 8px;
	background-color: #318C84;
	border-color: #018179;
}
.metro-surface.areaSviluppo {
	margin-bottom: 2em;
}
.metro-surface.areaSviluppo table {
	margin: auto;
}
.areaSviluppo .metro-tile.metro-tile-Gradient {
  text-align: center;
  height: 82px;
  width: 255px;
  position: relative;
}
.areaSviluppo .metro-tile.metro-tile-Gradient > strong {
  /* width: 100px !important; */
  /* width: 100%; */
  position: relative;
  display: block;
  height: 100%;
}
.areaSviluppo .metro-tile > strong > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 46px;
  margin: auto;
  width: 213px;
  /* min-height: 23px; */
}
.areaSviluppo .metro-tile.lineOne > strong > a {
  height: 23px;
}
div.metro-tile:hover 
{
	-webkit-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
	-moz-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
	-ms-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
	transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
	border-width: 3px;
	border-style:solid; 
}

.site-nav-3 {
    background: url("/Portals/0/skins/Federlavoro/img/navbg2.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 120px;
    line-height: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.archivio > a {
    color: #008179 ;
    display: inline-block;
    float: right;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 2.5;
    padding: 0 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.cl8.footerMappa {
    margin: 0 1% 0 0;
    /*width: 70%;*/
}
@media (max-width:959px) {
	.cl8.footerMappa .gradientv{
		display:none
	}	
}
.cl4.footerContatti {
    /*width: 22%;   */
	margin-top: 28px;
}

@media (min-width:960px) { /*_vb_*/
	.cl8.footerMappa {
		float:right
	}	

	.menu-footer li.federazione {
		margin-left: 0;
		position: absolute;
	}

	.top.filiere {
		margin-left: 0;
		margin-top: 14em;
		position: absolute;
	}
	.top.lav {
		margin-left: 21em;
		margin-top: 14em;
		position: absolute;
	}   
	.top.svil {
		margin-left: 21em;
		position: absolute;
		width: 200px;
	}
	.menu-footer li.ti_segnaliamo,.menu-footer li.story,.menu-footer li.associato,.menu-footer li.agenda,.menu-footer li.notizie
	{
		margin-left: 40em;
	}    

}

@media (min-width:460px) and (max-width:959px) { /*_vb_*/
	.cl8.footerMappa {
		position:relative
	}	
	.top.federazione, .top.filiere, .top.lav, .top.svil, .top.story, .top.ti_segnaliamo, .top.agenda, .top.notizie  {
		width:48%; /* float:left */
	}
	.top.svil, .top.story, .top.ti_segnaliamo, .top.agenda, .top.notizie  {
		position:absolute;
		right:0;
		top: 0;
	}
	.top.story  {
		top: 8em;
	}
	.top.ti_segnaliamo  {
		top: 12em;
	}
	.top.agenda  {
		top: 16em;
	}
	.top.notizie  {
		top: 20em;
	}

}
@media (max-width:459px) { /*_vb_*/
	/* .cl4.footerContatti,  */.top.federazione, .top.filiere, .top.lav, .top.svil, .top.story, .top.ti_segnaliamo, .top.agenda, .top.notizie  {
		margin-left: 10px;
	}
	.cl4.footerContatti img.footerlogo {
		min-width: 76px !important;
		min-height:84px !important; 
	}
	.cl4.footerContatti .footerInfo p {
		word-break: break-all;
	}
	.cl4.footerContatti .footerInfo p strong {
		word-break: normal;
	}
	
	/*slider*/
	.cci-banner.row {
		/* margin-bottom: 25em; */
	}
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box {
		/* position: inherit !important;
		width: 74% !important;
		background: none repeat scroll 0 0 white !important;
		max-width: 84%;
		z-index:10000000000 */
		/*height: 22em !important;*/
	}	
}
 
 .gradientv {
    float: left;
    /*margin-top: 1.5em;*/
    min-height: 345px;
    width: 4px;
    position: relative;
    top: 1.4em;
    /*gradiente verticale #FF8300 #FFA95A*/
  	background: #008179;
    background: -moz-linear-gradient(top, #008179 0%, #54948d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008179), color-stop(100%, #54948d));
    background: -webkit-linear-gradient(top, #008179 0%, #54948d 100%);
    background: -o-linear-gradient(top, #008179 0%, #54948d 100%);
    background: -ms-linear-gradient(top, #008179 0%, #54948d 100%);
    background: linear-gradient(to bottom, #008179 0%, #54948d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=0);
}        

#dnn_contentPane.cl6.left.dnnSortable.ui-sortable div.DnnModule.DnnModule-DNN_HTML.DnnModule-514 section.cci-container.inner footer

{
margin-top: -10px;

}

#dnn_ctr527_ModuleContent > div {
height: 528px;
}

ul.menu-sitemap {
    font-family: "Lato";
    font-size: 1.4em;
    margin: 1em 0;
    text-transform: uppercase;
}


#dnn_ctr489_ViewEasyDNNNewsMain_ctl00_dlArticleList.edn_489_article_list_wrapper span article.storytelling.bigger-article footer div.gradient-border

{
   margin-top: 11.5px;
}

img.profile-image {
  float: left;
  margin: 0 2% 1% 0;
  max-height: 200px;
  max-width: 30%;
  position: relative;}

//***TAB SOCIAL**/  
#dnn_socialPane header {
    display: none;
}
#dnn_socialPane section.cci-container.shadow section {
	height: 42.8em;
	bottom: 0.7em;
	background: #ebebeb;
}
#dnn_socialPane .ui-tabs .ui-tabs-nav li:first-child {
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 0 2px 0 0 rgba(31, 73, 125, 0.8), 0 0 0 0 white;
}
#dnn_socialPane .ui-widget-header {
    background: none repeat scroll 0 0 #ebebeb;
    color: #222222;
    font-weight: bold;
    height: 26px;
    margin-left: 0;
    margin-top: 1.9em;
    margin-bottom: 0;
}
#dnn_socialPane #tabs div {
	background: #ebebeb;
	width:100%;
}
#dnn_socialPane .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	color: white;
}
#dnn_socialPane .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #008179 ;
  background: -moz-linear-gradient(top, #008179  0%, #54948d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008179), color-stop(100%, #54948d));
  background: -webkit-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -o-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -ms-linear-gradient(top, #008179 0%, #54948d 100%);
  background: linear-gradient(to bottom, #008179 0%, #54948d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=0);
}
#dnn_socialPane .ui-tabs .ui-tabs-nav li a{
	color: 	#008179;
	display: block;
height: 100%;
	}
#dnn_socialPane .ui-tabs .ui-tabs-nav li {
    float: right;
    height: 25px;
    list-style: none outside none;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
    width: 33.3%;
}
#dnn_socialPane .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #ebebeb;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 4px 0 3px 0 rgba(31, 73, 125, 0.8), 0 0 0 0 white;
    color: #555555;
    font-weight: normal;
   
}
#dnn_socialPane #tabs .cci-icon-twitter, #tabs .cci-icon-youtube, #tabs .cci-icon-facebook {
    bottom: 0;
    height: 22px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}
#social-2 > div {
    margin: 25em !important;
    margin: 0 !important; /* A.Gonnella 05/03/25*/
    margin-top: 1rem !important; /* A.Gonnella 05/03/25*/
    width: 90px !important;
}
#social-2 > div.followYt {
  margin: 0 0 0 0 !important;
  width: auto !important;
  display: inline-block;
  top: -6px;
  position: relative;
}
.fb_iframe_widget iframe {
    width: 100% !important;
}
.fb_iframe_widget span {
    /* width: 100% !important; */
	  margin:auto;
	  left: 0;
	  right: 0;
	  position: absolute !important; /*_vb_*/
}
.fb_iframe_widget {
    width: 100% !important;
	top: -12px;
}
.timeline {max-width:100%;}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style], #facebook .div[style] { 
    /* width: 100% !important; */ 
}
#dnn_socialPane header {
  display: none;
}


/*allineamento altezze widget home _vb_*/
#dnn_storytelling article div.summary {
	min-height:52px;
}
#dnn_storytelling  .bigger-article {
  top: -2px;
}
#dnn_tisegnaliamo .tisegnaliamo h1 {
  height: 53px;
  line-height: 1em;
}
#dnn_calendario .cci-container.shadow > section{
  left: 1em;
  width: 94.2%;
  top: 0;
}
#dnn_calendario .eds_news_calendario.eds_subCollection_calendar .callendar_table_container {
  margin: 0 0 26px;
  overflow: hidden;
}


/************ MODIFICHE SLIDE BANNER ************************/
.image.cl12.row {
    margin: 0 !important;
}

/************ FINE MODIFICHE SLIDE BANNER *******************/

.doppioLogo {
	float: right;
	position: relative;
}
.doppioLogo .logoSopra {float: right;}
.doppioLogo .logoSotto {float: right; clear: both; margin: 1em 0px 0px; display: block; width: 100%;}
.doppioLogo .logoSotto img {margin: 0px auto; position: absolute; left: 0px; right: 0px;}

#dnn_calendario header {
    height: 4.3em;
    margin-bottom: 0;
}
#dnn_calendario footer {
    display: none;
}
.acceptCookieBar {
    background: rgba(180, 185, 219, 0.9) none repeat scroll 0 0;
    color: white;
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: -1px;
    min-height: 20px;
    padding: 0 10px 7px;
    position: fixed;
    text-transform: unset;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
.acceptCookieBar a {
    color: #00559f;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
/*@media only screen and (min-width: 481px) and (max-width: 959px) {*/
@media only screen and (min-width: 904px) and (max-width: 959px) {
  .small-hide {
    display: none; }

  [class*="cl"],
  [class*="cl"][class*="float"],
  [class*="cl"][class*="push"],
  [class*="cl"].nomargin {
    width: 100%; }

  [class*="cl"].margincenter { /*_vb_*/
    margin: auto;
  }
  .ride-grid-12 {
    margin:  0% 2%;
    width: 96%; }

  html img {
    max-width: 100%; }

  .blue-bar a:first-child {
    margin-left: 0; }

  .menu-top .menu-item {
    margin-right: 0; }

  .news.eds_template_List_Article_Default article {
    float: none !important;
    margin: 1.3em 0 0 -0.7em !important;
    width: 100% !important; }

  /* time, *//*_vb_*/  .cl8.social span {
    display: none !important; }

  .site-bottom {
    height: auto; }

  .site-nav .menu-search {
    float: left;
    width: 15em; }

  .news.eds_template_List_Article_Default article.bigme div.summary {
    margin-bottom: 0 !important; }

  .right-line {
    border-right: 0px solid transparent;
    margin-right: 0; }

  table.text-table-left {
    width: 98% !important; }
    table.text-table-left img {
      width: 100%; }

  .site-nav {
    display: block !important; } }
/*@media only screen and (max-width: 480px) {*/
@media only screen and (max-width: 903px) {
  .smallest-hide {
    display: none; }

  [class*="cl"],
  [class*="cl"][class*="float"],
  [class*="cl"][class*="push"],
  [class*="cl"].nomargin {
    width: 100%; }

  [class*="cl"].margincenter { /*_vb_*/
    margin: auto;
  }
  .ride-grid-12 {
    margin:  0% 2%;
    width: 96%; }

  html img {
    max-width: 100%; }

  .blue-bar a:first-child {
    margin-left: 0; }

  .menu-top .menu-item {
    margin-right: 0; }

  .news.eds_template_List_Article_Default article {
    float: none !important;
    margin: 1.3em 0 0 -0.7em !important;
    width: 100% !important; }

  /* time, *//*_vb_*/ .cl8.social span {
    display: none !important; }

  .site-bottom {
    height: auto; }

  .site-nav .menu-search {
    float: left;
    width: 15em; }

  .news.eds_template_List_Article_Default article.bigme div.summary {
    margin-bottom: 0 !important; }

  .right-line {
    border-right: 0px solid transparent;
    margin-right: 0; }

  table.text-table-left {
    width: 98% !important; }
    table.text-table-left img {
      width: 100%; }

  .menu-footer {
    border: 0 none;
    padding: 0;
    margin: 0; }
    .menu-footer li {
      border: 0 none !important;
      display: block !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .menu-footer ul {
      margin: 0 !important;
      padding: 0 !important; }

  .menu-top {
    width: 100%; }
    .menu-top .menu-item {
      background-color: white;
      display: block !important; }
      .menu-top .menu-item .sub {
        height: auto !important;
        min-width: auto !important;
        width: 100% !important;
        text-align: center; }

  .site-nav .menu-search {
    display: none; }

  .mobile-logo {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    color: #00559f !important;
    font-size: 3em;
    line-height: 1;
    text-decoration: none; }
    .mobile-logo:hover {
      color: #669ec6 !important; }

	/*fix logo mobile _vb_*/
	.mobile-logo-container {display:inline-block;/* line-height:1; */vertical-align: middle}
	.cci-icon-cci-logo.mobile-logo {padding: 0;display:inline-block}
	.mobile-logo-text {font-family: inherit; font-size: 1.5em; display: inline-block;  ; padding-left:5px}
	/*fine fix logo mobile _vb_**/

  .site-nav {
    background: none repeat scroll 0 0 white;
    position: absolute;
    width: 100%;
    z-index: 9999; }

  .site-nav-hide {
    display: none; }

  .ride-grid-12 .heading {
    height: auto; }
.onlyMobile, a.onlyMobile {
    display: block;
}
span.white {
	color: white;	
}
  .mobile-header {
    border-bottom: 1px solid #00559f;
    display: block;
    width: 98%;
    line-height: 5.5em;
    height: 5.5em; }

  .open-menu {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-left: 1px solid #00559f;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 3.5em;
    margin: 0.1em;
    padding-left: 0.2em;
    position: none;
    transition: all 0.4s ease-out 0s;
    z-index: 1;
    height: 1.4em; }
    .open-menu:hover {
      color: #669ec6; }

  .menu-top .menu-item {
    width: 100%;
    border-bottom: 1px solid #669ec6; }
    .menu-top .menu-item .menu-item ul.sub {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.875);
      display: none;
      left: -1.5em;
      width: 100%;
      z-index: 9999; }
      .menu-top .menu-item .menu-item ul.sub li {
        display: block; }

  .menu-item.root > span {
    line-height: 4.5;
    text-align: center !important;
    display: block; }
  .menu-item.root > a {
    color: #00559f;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block; }

  .site-nav {
    background-image: none !important; } }
    .footerInfo > p img {
  bottom: 1px;
  height: 15px;
  margin-left: 3px;
  position: relative;
  width: 11px;
}

@media (max-width:680px) {
	.mobile_col {
		max-width: 320px;
		margin: auto
	}
	.mobile_col .bigger-article {
		width: 100% !important;
		margin: 0
	}
}


/*menu mobile*/

.onlyMobile,a.onlyMobile {
	display: none;
}

@media only screen  and (max-width: 903px) {
	.onlyMobile,a.onlyMobile {
		display: block;
	}
	.site-nav .menu-search, .site-nav .sbInp.sbInp_Default {
		margin: 1em !important;
		width: 90% !important;
		padding: 0.5em !important;
	}
	.sbInp_Default a.searchBtn {
		bottom: 0px !important;
	}
	.menu-top .menu-item ul.sub li a > span {
		text-align: left !important;
		color: #00559f !important;
	}
	.menu-top a:hover {
		background: #f3f3f3;
	}
	.menu-item.root > a {
		text-align: right !important;
	}
	.onlyMobile a,.onlyMobile a span {
		color: #3376b2 !important;
	}
}


@media only screen  and (max-width: 680px) {
	.cci-container.inner.login section div {
    width: 100% !important;
	}	
	.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
	    display: block;
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	.ui-dialog-content.ui-widget-content {
    height: 90% !important;
	}
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.dnnFormPopup.dnnFormPopupMobileView {
    height: 90% !important;
	}
	.site-nav-2 .ride-grid-12 > div.cl4 {
	  margin-top: 0 !important;
	  margin-bottom: 2em !important;
	}
}

@media only screen and (max-width:959px) { /* fix area blu footer _vb_ */
	.site-footer .blue-bar .small-hide.smallest-hide  {display:block !important}
	.site-footer .blue-bar, .site-footer .blue-bar .cl4  {text-align:center}
	.site-footer .blue-bar > .ride-grid-12 {margin:0 !important; width: 100%;}
	.site-footer .blue-bar .cl4  a {margin:0 1em !important}
}

/* fix titoli accordion lunghi _vb_*/
@media only screen and (max-width: 479px) {
	.cci-accordion h2 {
		font-size: 1.4em;
		word-spacing:-5px; 
	}
}
@media only screen and (max-width: 767px) {
	/*fix icone accordion*/
	.cci-accordion.inner dt span {
		margin-top: 0 !important;
		display: block;
	}
}


/*
 * Placeholder per contenuti bloccati causa cookies
 */
.DnnModule .edMaps_container,
.DnnModule .google-map-iframe,
.DnnModule .edn_article_map,
#map-canvas,
iframe[data-suppressedsrc] {
  background-color: #EFEFEF;
  background-image: url("/Portals/0/Skins/Federlavoro/Img/cookie_info_blocked_content.svg");
  background-size: 260px 130px;
  background-repeat: no-repeat;
  background-position: center;
}
/* - End of /portals/0/skins/federlavoro/skin.css - */
/* - Start of /desktopmodules/easydnnnews/templates/_default/federlavoro/federlavoro.css - */
.news-detail .categories a, .news.eds_template_List_Article_Base article > footer .categories a, .news.eds_template_List_Article_Tisegnaliamo article > footer .categories a,
.news.eds_template_List_Article_Base article > footer .author a, .news.eds_template_List_Article_Tisegnaliamo article > footer .author a, .news.cci_template_List_Article_Case_History article header, .news.cci_template_List_Article_Case_History article footer, .add_article_box table .right.bottom > a span {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.news-detail h1 a {
  font-weight: 600 !important; }

.news-detail h1 {
  font-size: 3em;
  font-weight: 600; }
  .news-detail h1 a {
    color: #008179 ; }
    .news-detail h1 a:link {
      color: #008179 ; }
    .news-detail h1 a:visited {
      color: #008179 ; }
    .news-detail h1 a:hover {
      color: #006ecd; }
    .news-detail h1 a:active {
      color: #0189ff; }

.news-detail h1, .news-detail .summary {
  color: #333333; }

.news-detail .copyright, .news-detail .sub-header {
  border-top: 1px solid #333333; }

.news-detail header, .news-detail .copyright {
  border-bottom: 5px solid #008179 ; }

.news-detail .meta, .news-detail .tags {
  display: none; }

.news-detail .publish-date {
  color: #008179 ;
  float: right; }

.news-detail {
  font-size: 1.2em; }
  .news-detail h1 {
    line-height: 1em;
    margin: 0.5em 0 0; }
  .news-detail p {
    margin: 0 0 1em; }
  .news-detail .content {
    font-size: 1.2em;
    margin: 0 0 1em;
    padding: 0 !important; }
  .news-detail .copyright {
    color: #008179 ;
    line-height: 2.5;
    margin: .5em 0;
    padding: .5em 0;
    font-size: 1.2em; }
  .news-detail .gallery-title {
    margin-top: 1em; }
  .news-detail .main-image {
    margin: 1% 2% 2% 0; }
  .news-detail .news-content {
    /*text-align: justify;*/
    line-height: 1.5; }
  .news-detail .summary {
    font-size: 1.5em;
    font-style: italic;
    margin: 1em 0 2em;
    line-height: 1.3; }
  .news-detail .sub-header {
    color: #008179 ;
    margin: .5em 0;
    padding: .5em 0;
    font-size: 1.2em; }
  .news-detail .copyright,
  .news-detail .dat-map,
  .news-detail .edn_article_links,
  .news-detail .sub-header,
  .news-detail .article_documents {
    border-top: 1px solid #333333; }
  .eds_template_Details_Article_dettaglioCircolari .news-detail .dat-map,
  .eds_template_Details_Article_dettaglioCircolari .news-detail .edn_article_links,
  .eds_template_Details_Article_dettaglioCircolari .news-detail .sub-header,
  .eds_template_Details_Article_dettaglioCircolari .news-detail .article_documents {
    border-top: 1px none; }
  .news-detail .admin_action.edit {
	  font-size: 1.167em;
	}
  .news-detail .edn_article_links {
    /*padding: 1em 0;*/ }
    .news-detail .edn_article_links a,.news-detail .EDNdocument > a {
      margin-right: 0.5em; }
  .news-detail .dat-map {
    padding-top: 1em; }
  .news-detail p {
    margin: 0 0 1em; }
    .news-detail p.location {
      color: #8C8C8C;
      font-size: 1.2em;
      padding-top: 1em; }
  .news-detail .social {
    border-top: 5px solid #008179 ;
    padding-top: 1em; }
  .news-detail .edn_article_links,
  .news-detail .article_documents {
    font-size: 1.2em;
    color: #8C8C8C; }
    .news-detail .edn_article_links > h2,
    .news-detail .article_documents > h2 {
      font-size: 1.4em;
      font-weight: normal; }

.item.base {
  margin: 1em 1em 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1em; }
  .item.base h1 {
    margin-bottom: .5em; }
    .item.base h1 a {
      color: #333333;
      font-size: 1.3em;
      font-weight: 400; }
  .item.base img {
    max-width: 100%; }
  .item.base .actions {
    border-bottom: 1px solid #707070; }
  .item.base .categories a {
    display: inline-block;
    margin-right: .5em; }
  .item.base .main-image {
    -webkit-border-radius: 0.196em;
    border-radius: 0.196em;
    margin-top: 1%; }

.actions {
  line-height: 0;
  text-align: right; }
  .actions.border-bottom {
    border-bottom: 1px solid #707070; }
  .per-categoria .actions {
    bottom: 0;
    position: absolute;
    width: 100%; }
  .actions.promozioni {
    margin-top: 1em; }

.main-image {
  margin:  0% 2% 2% 0%;
  width: 38%;
  float: left;
  max-width: 100%; }
  .main-image img {
    max-width: 100%; }

.read-more {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #008179 ;
  background: -moz-linear-gradient(top, #008179  0%, #54948d  100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008179 ), color-stop(100%, #54948d ));
  background: -webkit-linear-gradient(top, #008179  0%, #54948d  100%);
  background: -o-linear-gradient(top, #008179  0%, #54948d  100%);
  background: -ms-linear-gradient(top, #008179  0%, #54948d  100%);
  background: linear-gradient(to bottom, #008179  0%, #54948d  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179 ", endColorstr="#54948d ",GradientType=0);
  font-size: 1em;
  font-weight: 600;
  line-height: 3;
  padding: 0 1em;
  text-transform: uppercase;
  z-index: 0; }
  .read-more:hover:before {
    left: 0; }
  .read-more:before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    content: '';
    display: block;
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .news .read-more {
    color: white; }
  .read-more:before {
    background-color: #54948d; }

h1.num_of_comment {
  font-size: 1.6em;
  font-weight: normal; }

.copyright.publish-date {
  clear: both;
  float: none; }
  .copyright.publish-date > time {
    float: right; }

.news-detail .categories a {
  line-height: 1em;
  color: #008179 ; }
  .news-detail .categories a:hover {
    color: #669ec6; }

.addthis_button_compact span {
  background: transparent none !important;
  margin: 0 !important;
  width: 0 !important; }

article div.summary {
  color: #707070;
    font-size: 1.4em;
    line-height: 1.1;
    margin-top: 0.1em;
    text-transform: none; }
article.bigme div.summary {
  margin-bottom: 2em; }
article h1 {
  margin: 0; }
  article h1 a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7em; }
article.bigme h1 {
  line-height: 1;
  margin-bottom: 0.5em; }
article.minime h1 {
  line-height: 1;
  margin: 0 0 0.2em; }
article .allnews, article .all-news, article .all-news.small-hide.smallest-hide > a, article .addthis_default_style .at300b, article .addthis_default_style .at300bo, article .addthis_default_style .at300m,article header > h1 > a, 
article .all-news.small-hide.smallest-hide > a:visited, article header > h1 > a:visited {
  color: #008179 ; }
article .allnews {
  border-bottom: 2px solid;
  margin: 0.5em 0;
  font-size: 1.2em;
  padding: 0 0 0.2em;
  font-weight: 600; }
article .fake-divider {
  background: #3376b2;
  background: -moz-linear-gradient(left, #3376b2 0%, #008179  100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3376b2), color-stop(100%, #008179 ));
  background: -webkit-linear-gradient(left, #3376b2 0%, #008179  100%);
  background: -o-linear-gradient(left, #3376b2 0%, #008179  100%);
  background: -ms-linear-gradient(left, #3376b2 0%, #008179  100%);
  background: linear-gradient(to right, #3376b2 0%, #008179  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3376b2", endColorstr="#008179 ",GradientType=1);
  display: block;
  width: 100%;
  height: 4px; }
article.bigger-article {
  margin:  0% 2% 2% 0%;
  width: 48%;
  position: relative;
  height: 44em;
  float: left; }
.smaller-articles article {
  width: 100%;
  height: 22em;
  position: relative;
  float: none; }
  .smaller-articles article:after, .smaller-articles article:before {
    clear: both;
    content: "";
    display: table; }
/*.scrolling-stuff article {
  border-top: 4px solid #008179 ; }
*/
.scrolling-stuff a {
  text-decoration: none; }

h1 .bigger-article {
  margin-top: 0; }
.scrolling-stuff h1 {
  font-size: 1.7em;
  line-height: 1; }

.scrolling-stuff footer {
  margin: 0 !important; }

.bigger-article header {
	height: 4em;
  position: relative; }

.scrolling-stuff .main-image img {
    bottom: 0;
    left: 0;
    margin: auto;
   /* position: absolute;*/
    right: 0;
    top: 0; }

time span {
  display: inline-block;
  line-height: 1; }

.main-image time {
	background: none repeat scroll 0 0 rgba(0, 85, 159, 0.3);
  border-bottom: 2px solid #008179 ;
  bottom: .5em;
  color: white;
  position: absolute;
  right: .5em; }
time .day {
  font-size: 2.5em; }
time .other {
  font-size: 1em; }
.scrolling-stuff time {
  border-bottom: 2px solid #008179 ;
  text-transform: uppercase; 
  background: none repeat scroll 0 0 rgba(0, 85, 159, 0.3);}

.scrollers [class*="icon-"] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #008179 ;
  color: white;
  margin-left: .5em; }

.addthis_button_compact {
  font-weight: 600; }

.scrolling-stuff .addthis_toolbox {
  float: left; }

.all-news {
  border-bottom: 2px solid #008179 ;
  margin-bottom: .5em;
  padding: 1em 0; }

.from-right .block, .block {
  z-index: -1; }

.from-right .block {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0; }

.block {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0; }

.block.current {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.block {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  left: 0;
  position: absolute;
  top: 0; }
  .block.current {
    visibility: visible;
    z-index: 1; }

.eds_template_List_Article_leNotizie {
  position: relative; }

.main-image {
  position: relative; }
  .bigger-article .main-image {
    max-width: 100%;
    min-width: 100%;
	overflow: hidden; /*_vb_*/
    height: 220px; }
  .smaller-articles .main-image {
    width: 50%;
    height: 130px;
    float: left; }

.scrollers {
    bottom: -3em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 6%;
}

.scrolling-stuff {
  height: 47em;
  max-height: 44em;
  position: relative; }

.scrolling-stuff .social {
  padding: 0; }

.smaller-articles {
  margin: 0 0 2% 0;
  width: 50%;
  height: 42em;
  float: left; }
  /*.smaller-articles > article + article {
    margin-top: 3em; }*/

/*.bigger-article > footer {
  margin-top: 1.5em !important; }*/

.scrolling-stuff .smaller-articles .main-image a > img {
  max-height: 130px !important; }

@media only screen and (min-width: 481px) and (max-width: 959px) {
  .small-hide {
    display: none; }

  .block {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    position: relative;
    visibility: visible !important; }
    .block article {
      float: none !important;
      margin: 2% 0 !important;
      width: 100% !important; }
    .block footer div {
      margin: 0 !important;
      width: 100% !important; }

  .cci-banner.row {
    width: 100% !important; }

  .readmore {
    text-align: center; }
    .readmore .btn-white {
      float: none; }

  .scrolling-stuff {
    max-height: auto;
    height: auto; }
    .scrolling-stuff .main-image {
      display: none; }

  .scrollers {
    display: none; }

  .smaller-articles {
    margin: 0 !important;
    width: 100% !important; } }
@media only screen and (max-width: 480px) {
  .smallest-hide {
    display: none; }

  .block {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    position: relative;
    visibility: visible !important; }
    .block article {
      float: none !important;
      margin: 2% 0 !important;
      width: 100% !important; }
    .block footer div {
      margin: 0 !important;
      width: 100% !important; }

  .cci-banner.row {
    width: 100% !important; }

  .readmore {
    text-align: center; }
    .readmore .btn-white {
      float: none; }

  .scrolling-stuff {
    max-height: auto;
    height: auto; }
    .scrolling-stuff .main-image {
      display: none; }

  .scrollers {
    display: none; }

  .smaller-articles {
    margin: 0 !important;
    width: 100% !important; } }
article.news-detail {
  margin-right: 1em;
  font-family: 'Lato'; }
  
  .eds_template_List_Article_Presskit header time {
    font-size: 1.44em;
}
  
  article.news-detail .content {
    font-size: 1.4em;
    margin: 0 0 1em;
    padding: 1em 0 2em; }

.news.eds_template_List_Article_DOCUMENTI article.item.base, .news.eds_template_List_Article_Base article.item.base, .news.eds_template_List_Article_Tisegnaliamo article.item.base {
  font-size: 1.2em; }
.news.eds_template_List_Article_DOCUMENTI article.item.base .content.row,  .news.eds_template_List_Article_Base article.item.base .content.row, .news.eds_template_List_Article_Tisegnaliamo article.item.base .content.row {
    font-family: 'Lato';
    font-size: 1.3em;
    line-height: 1.5;
    margin-right: 1em;
    margin-bottom: 0.5em;
    color: #707070; }
  .news.eds_template_List_Article_Base article.item.base time, .news.eds_template_List_Article_Tisegnaliamo article.item.base time {
    font-size: 1.2em;
    color: #707070; }
.news.eds_template_List_Article_DOCUMENTI article.item.base .read-more,  .news.eds_template_List_Article_Base article.item.base .read-more, .news.eds_template_List_Article_Tisegnaliamo article.item.base .read-more {
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 1px; }
 .news.eds_template_List_Article_DOCUMENTI article.item.base h1 a, .news.eds_template_List_Article_Base article.item.base h1 a, .news.eds_template_List_Article_Tisegnaliamo article.item.base h1 a {
    color: #333333;
    font-family: 'Lato';
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.5pt;
    text-decoration: none;
    text-transform: none; }
.news.eds_template_List_Article_DOCUMENTI article > footer *, .news.eds_template_List_Article_Base article > footer *, .news.eds_template_List_Article_Tisegnaliamo article > footer * {
  font-size: 1.1em;
  text-decoration: none; }
.news.eds_template_List_Article_Base article > footer .categories a,
.news.eds_template_List_Article_Base article > footer .author a,
.news.eds_template_List_Article_Tisegnaliamo article > footer .categories a,
.news.eds_template_List_Article_Tisegnaliamo article > footer .author a {
  color: #008179 ; }
  .news.eds_template_List_Article_Base article > footer .categories a:hover,
  .news.eds_template_List_Article_Base article > footer .author a:hover,
  .news.eds_template_List_Article_Tisegnaliamo article > footer .categories a:hover,
  .news.eds_template_List_Article_Tisegnaliamo article > footer .author a:hover {
    color: #669ec6; }
.news.eds_template_List_Article_Base article > footer .rating,
.news.eds_template_List_Article_Base article > footer .views,
.news.eds_template_List_Article_Tisegnaliamo article > footer .rating,
.news.eds_template_List_Article_Tisegnaliamo article > footer .views {
  color: #707070; }
.news.eds_template_List_Article_Base article > footer .EDN_article_rateit.rateit, .news.eds_template_List_Article_Tisegnaliamo article > footer .EDN_article_rateit.rateit {
  display: inline-block;
  position: relative; }
.news article.cci_template_Details_Article_Default {
  width: 100%;
  margin-top: 3em; }
  .news article.cci_template_Details_Article_Default footer {
    font-size: .8em; }
  .news article.cci_template_Details_Article_Default header hgroup {
    border-bottom: 5px solid #008179 ; }
    .news article.cci_template_Details_Article_Default header hgroup h1 {
      background: none repeat scroll 0 0 #008179 ;
      color: white;
      display: inline-block;
      padding: 0 1em;
      margin: 0; }
  .news article.cci_template_Details_Article_Default header .category {
    display: inline-block;
    float: left;
    font-size: 1.2em;
    margin: 1em 2% 2em 0;
    width: 68%; }
    .news article.cci_template_Details_Article_Default header .category a {
      color: #008179 ;
      text-decoration: none; }
  .news article.cci_template_Details_Article_Default header time {
    border: medium none !important;
    color: inherit;
    display: inline-block;
    font-size: 1.2em;
    margin-bottom: 2em;
    margin-right: 2em;
    margin-top: 1em;
    position: inherit;
    text-align: right;
    width: 25% !important; }
  .news article.cci_template_Details_Article_Default span[class^="cci-icon-"] {
    font-size: 1.3em;
    vertical-align: text-bottom; }
  .news article.cci_template_Details_Article_Default .news-content {
    font-family: 'Lato';
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-right: 2em; }
    .news article.cci_template_Details_Article_Default .news-content > img {
      border: 1px solid #008179 ;
      float: left;
      margin: 0 1em 0.5em 0;
      width: auto !important;
      padding: 3px; }
  .news article.cci_template_Details_Article_Default .tags, .news article.cci_template_Details_Article_Default .author {
    padding: 0.5em 0;
    font-size: 1.2em;
    border: 1px solid #669ec6;
    border-width: 0 0 1px; }
  .news article.cci_template_Details_Article_Default .article_comments {
    clear: both;
    margin-top: 1em; }
  .news article.cci_template_Details_Article_Default .edn_article_gallery {
    margin-top: 1em;
    padding: 1em 0; }
    .news article.cci_template_Details_Article_Default .edn_article_gallery img {
      border: 1px solid #ACE0F8 !important;
      padding: 3px;
      width: inherit !important; }
    .news article.cci_template_Details_Article_Default .edn_article_gallery ul li {
      display: inline; }
  .news article.cci_template_Details_Article_Default .addthis_toolbox.addthis_default_style a.addthis_button_facebook_like,
  .news article.cci_template_Details_Article_Default .addthis_toolbox.addthis_default_style a.addthis_button_tweet,
  .news article.cci_template_Details_Article_Default .addthis_toolbox.addthis_default_style a.addthis_button_google_plusone {
    display: none !important; }
.news.eds_template_List_Article_Default article {
  margin:  0% 2% 0% 0%;
  width: 48%;
  float: left; }
  .news.eds_template_List_Article_Default article .headings {
    position: relative; }
  .news.eds_template_List_Article_Default article div.summary {
    color: #707070;
    line-height: 1.1;
    font-size: 1.2em; }
  .news.eds_template_List_Article_Default article.bigme div.summary {
    margin-bottom: 2em; }
  .news.eds_template_List_Article_Default article h1 {
    margin: 0; }
    .news.eds_template_List_Article_Default article h1 a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.8em; }
  .news.eds_template_List_Article_Default article.bigme h1 {
    line-height: 1;
    margin-bottom: 0.5em; }
  .news.eds_template_List_Article_Default article.minime h1 {
    line-height: 1;
    margin: 0 0 0.2em; }
  .news.eds_template_List_Article_Default article > header > hgroup > h1 > a {
    color: #3376b2 !important; }
  .news.eds_template_List_Article_Default article .allnews {
    border-bottom: 2px solid;
    color: #008179 ;
    margin: 0.5em 0;
    font-size: 1.2em;
    padding: 0 0 0.2em;
    font-weight: 600; }
  .news.eds_template_List_Article_Default article .fake-divider {
    background: #3376b2;
    background: -moz-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3376b2), color-stop(100%, #008179 ));
    background: -webkit-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: -o-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: -ms-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: linear-gradient(to right, #3376b2 0%, #008179  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3376b2", endColorstr="#008179 ",GradientType=1);
    display: block;
    width: 100%;
    height: 4px; }
  .news.eds_template_List_Article_Default article img {
    width: 100%; }
  .news.eds_template_List_Article_Default article.minime img {
    float: left;
    margin-right: 1%;
    width: 50%; }
  .news.eds_template_List_Article_Default article time {
    border-bottom: 2px solid #008179 ;
    color: white;
    display: inline-block;
    left: 270px;
    line-height: 1;
    position: absolute;
    top: 160px;
    width: 52px;
    padding-bottom: 1px;
    text-align: right; }
    .news.eds_template_List_Article_Default article time span.day {
      float: left;
      font-size: 2.1em;
      font-weight: bold;
      margin-right: 0.1em; }
    .news.eds_template_List_Article_Default article time span.other {
      text-transform: uppercase; }
  .news.eds_template_List_Article_Default article.minime time {
    left: 105px !important;
    top: 70px !important; }
  .news.eds_template_List_Article_Default article.minime + article.minime {
    margin-top: -2em; }
.news.cci_template_List_Article_Case_History article {
  float: left;
  margin: 0 1%;
  padding: 1%;
  position: relative;
  width: 31%; }
  .news.cci_template_List_Article_Case_History article:hover header, .news.cci_template_List_Article_Case_History article:hover footer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .news.cci_template_List_Article_Case_History article div img {
    width: 100%; }
  .news.cci_template_List_Article_Case_History article header, .news.cci_template_List_Article_Case_History article footer {
    left: 0;
    padding: 2%;
    position: absolute;
    width: 96%;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0; }
  .news.cci_template_List_Article_Case_History article header {
    top: 0; }
  .news.cci_template_List_Article_Case_History article footer {
    bottom: 0; }
.news.eds_template_List_Article_Quotidiani #cci-quotidiani-wrapper > span > span:first-child {
  display: block;
  margin: 1.4em 0 0 !important; }
.news.eds_template_List_Article_Quotidiani #cci-quotidiani-wrapper div {
  font-family: 'Lato';
  font-size: 1.3em;
  line-height: 1.2; }
.news.eds_template_List_Article_Quotidiani article {
  margin: 0;
  width: 100%; }
  .news.eds_template_List_Article_Quotidiani article header h1 {
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 1.6em; }
    .news.eds_template_List_Article_Quotidiani article header h1 a {
      text-transform: none;
      font-weight: 500;
      text-decoration: none;
      color: #008179 ; }
  .news.eds_template_List_Article_Quotidiani article header img {
    border-top: medium none;
    float: left;
    height: 65px;
    line-height: 3;
    margin-right: 1em;
    max-width: 100px;
    min-width: 100px;
    vertical-align: middle !important;
    margin-top: 0.5em; }
.news.eds_template_List_Article_Quotidiani .sfoglia {
  cursor: pointer;
  margin: -3.2em 0 1.5em;
  text-align: right; }
  .news.eds_template_List_Article_Quotidiani .sfoglia * {
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 10px !important; }
  .news.eds_template_List_Article_Quotidiani .sfoglia span.cci-icon-freccia {
    margin: 0; }
    .news.eds_template_List_Article_Quotidiani .sfoglia span.cci-icon-freccia:before {
      vertical-align: bottom; }
  .news.eds_template_List_Article_Quotidiani .sfoglia > span {
    float: right;
    margin: 0;
    padding: 0;
    width: 190px;
    color: #008179 ;
    font-size: 1.2em;
    display: table-cell; }
    .news.eds_template_List_Article_Quotidiani .sfoglia > span > a {
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      color: #008179 ;
      font-weight: 600;
      text-decoration: none; }
      .news.eds_template_List_Article_Quotidiani .sfoglia > span > a:hover {
        color: #669ec6; }
    .news.eds_template_List_Article_Quotidiani .sfoglia > span .round {
      background: none repeat scroll 0 0 #008179 ;
      border: 1px solid #008179 ;
      border-radius: 50px;
      color: white;
      margin-left: 0.7em;
      padding: 0 0.3em; }
.news.eds_template_List_Article_ScrollingSegnalazioni {
  display: block;
  width: 100%; }
  .news.eds_template_List_Article_ScrollingSegnalazioni .rail {
    line-height: 2 !important;
    width: 100%;
    overflow: hidden; }
    .news.eds_template_List_Article_ScrollingSegnalazioni .rail span[valign] {
      float: left;
      margin: 0 1em; }
  .news.eds_template_List_Article_ScrollingSegnalazioni .admin_action {
    display: none !important; }
  .news.eds_template_List_Article_ScrollingSegnalazioni article {
    float: left;
    font-size: 1.5em; }
    .news.eds_template_List_Article_ScrollingSegnalazioni article span.thedate a {
      margin-right: 0.3em;
      text-decoration: none;
      vertical-align: middle; }
    .news.eds_template_List_Article_ScrollingSegnalazioni article span.thedate + span {
      vertical-align: middle; }
.news.eds_template_List_Article_ClientLogos > div {
  margin: 0;
  width: 1024px; }
  .news.eds_template_List_Article_ClientLogos > div .fake-divider {
    background: #3376b2;
    background: -moz-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3376b2), color-stop(100%, #008179 ));
    background: -webkit-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: -o-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: -ms-linear-gradient(left, #3376b2 0%, #008179  100%);
    background: linear-gradient(to right, #3376b2 0%, #008179  100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3376b2", endColorstr="#008179 ",GradientType=1);
    display: block;
    width: 1024px;
    height: 5px; }
.news.eds_template_List_Article_ClientLogos div[class*="arrow"] {
  float: left;
  height: 9em; }
  .news.eds_template_List_Article_ClientLogos div[class*="arrow"] > span {
    background: none repeat scroll 0 0 #008179 ;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: white !important;
    padding: 2px;
    line-height: 16;
    cursor: pointer; }
  .news.eds_template_List_Article_ClientLogos div[class*="arrow"]:last-child {
    float: right; }
.news.eds_template_List_Article_ClientLogos .cci-partners {
  float: left;
  height: 160px;
  overflow: hidden;
  width: 960px; }
  .news.eds_template_List_Article_ClientLogos .cci-partners > span {
    display: block;
    width: 99999px;
    position: relative; }
  .news.eds_template_List_Article_ClientLogos .cci-partners > span > span {
    float: left;
    margin: 5em 0.5em 0;
    width: 150px; }
.news.eds_template_List_Article_ClientLogos div.cci-partners span span article img {
  vertical-align: middle !important;
  width: 140px !important; }
.news.eds_template_List_Article_Banner div.cci-banner.row {
  height: 51em;
  position: relative;
  overflow: hidden; }
  .news.eds_template_List_Article_Banner div.cci-banner.row img {
    left: 0;
    /* min-height: 100%; */ /*_vb_*/
    position: absolute;
    top: 0;
    width: 100%;}
  .news.eds_template_List_Article_Banner div.cci-banner.row article {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box {
      background: none repeat scroll 0 0 rgba(0, 85, 159, 0.54);
      height: 51em;
    left: 0;
    padding: 0 13%;
    position: relative;
    text-align: left;
    top: 0;
    width: 21em;
    z-index: 999; }
      
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box > hgroup {
        padding: 17em 0 0; }
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box h1 {
        color: white !important;
        font-size: 3.5em;
    line-height: 0.8;
    margin-top: 8%; }
        .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box h1 > a {
          color: white;
          text-transform: none !important;
          text-decoration: none; }
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box > hgroup .gradientbanner {
		    background: white;
		    height: 4px;
		    margin-bottom: 10%;
		    width: 90%;
			}
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box time {
        /*border-bottom: 2px solid #008179 ;*/
        color: white;
        display: inline-block;
        
        font-size: 1.3em;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 1px;
    position: relative;
        
        
        }
        
        .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box time span.day {
          float: left;
          font-size: 2.1em;
          font-weight: bold;
          margin-right: 0.1em; }
        .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box time span.other {
          text-transform: uppercase; }
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box .category {
        font-size: 5em;
        display: block;
        line-height: 1em;
        letter-spacing: -3px;
        font-family: 'latoPersonalizzato',Sans-serif; }
        .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box .category > a {
          border-bottom: 6px solid;
          color: white;
          display: block;
          padding: 0 0 0.1em;
          text-decoration: none; }
.news.eds_template_List_Article_Banner .cursors.row {
  bottom: 5em;
  
  left: 0;
  margin-top: -15px;
  position: relative;
  z-index: 9999; }
  .news.eds_template_List_Article_Banner .cursors.row .cci-banner-cursor {
    background: none repeat scroll 0 0 white;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0.3em;
    width: 10px;
    border: 1px solid #008179; }
    .news.eds_template_List_Article_Banner .cursors.row .cci-banner-cursor.selected {
      background: none repeat scroll 0 0 #008179 !important;
      border: 1px solid white !important; }

div[id*="_pnlAddComments"] > h3 {
  font-size: 2.5em;
  letter-spacing: 0; }

.add_article_box table {
  width: 100%; }
  .add_article_box table .left > span {
    font-size: 2em; }
  .add_article_box table .right {
    width: 80%; }
    .add_article_box table .right textarea {
      height: 12em;
      margin: 0 0 2em;
      padding: 1em;
      width: 95%; }
    .add_article_box table .right.bottom > a span {
      background: none repeat scroll 0 0 #3CA8E1;
      color: white;
      display: inline-block;
      float: right;
      font-size: 1.3em;
      margin-bottom: 2em;
      padding: 0.5em;
      text-transform: uppercase; }
      .add_article_box table .right.bottom > a span:hover {
        background: none repeat scroll 0 0 #008179 ; }

.comment_list .author {
  border: 0 none !important;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 1.4em !important;
  line-height: 1; }
.comment_list .comment_details {
  float: left;
  margin-right: 2em; }
.comment_list .content > p {
  font-size: 1.4em; }
.comment_list p.date_time {
  margin: 0;
  padding: 0; }
.comment_list .comment .row {
  border-bottom: 1px solid #008179 ;
  margin-bottom: 1em; }
.comment_list .right_side .actions {
  background: none repeat scroll 0 0 #008179 ;
  display: inline-block;
  float: right;
  margin-top: -2.6em;
  padding: 0 1em;
  text-align: right; }
  .comment_list .right_side .actions a {
    color: white;
    text-decoration: none; }
    .comment_list .right_side .actions a:after {
      content: " ";
      margin: 0 0.5em; }
    .comment_list .right_side .actions a:last-child:after {
      content: none; }
.comment_list div[id*="_pnlEditComments_"] > textarea {
  font-size: 1.2em;
  height: 6em;
  padding: 0.5em;
  width: 98%; }
.comment_list span[id*="lblAddCommentError"], .comment_list span[id*="lblCaptchaError"] {
  color: #FF0000;
  font-size: 1.4em; }

.btn-blue {
  background: #008179 ;
  background: -moz-linear-gradient(top, #008179  0%, #3376b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008179 ), color-stop(100%, #3376b2));
  background: -webkit-linear-gradient(top, #008179  0%, #3376b2 100%);
  background: -o-linear-gradient(top, #008179  0%, #3376b2 100%);
  background: -ms-linear-gradient(top, #008179  0%, #3376b2 100%);
  background: linear-gradient(to bottom, #008179  0%, #3376b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179 ", endColorstr="#3376b2",GradientType=0);
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 0.6em 1.4em;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
  .btn-blue > a {
    color: white !important;
    text-decoration: none; }

.btn-white {
  background: none repeat scroll 0 0 white;
  color: #008179 ;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 0.6em 1.4em;
  text-transform: uppercase; }
  .btn-white > a {
    color: #008179  !important;
    text-decoration: none; }

.cl8.social {
  color: #008179 ;
  display: inline-block;
  line-height: 3;
  padding: 0 0 1em; }
  .cl8.social span {
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 2.5;
    margin-left: -3%; }

.admin_action {
  display: block; }

/* da togliere per mostrare la dashboard sempre // start */
/* da togliere per mostrare la dashboard sempre // end */
.btn-blue {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #008179;
  background: -moz-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008179), color-stop(100%, #54948d));
  background: -webkit-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -o-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -ms-linear-gradient(top, #008179 0%, #54948d 100%);
  background: linear-gradient(to bottom, #008179 0%, #54948d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=0);
  font-size: 10px;
  font-weight: 600;
  line-height: 2.5;
  padding: 0 1em;
  text-transform: uppercase;
  z-index: 0; }
  .btn-blue:hover:before {
    left: 0; }
  .btn-blue:before {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    content: '';
    display: block;
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .news .btn-blue {
    color: white; 
    z-index: 2;
  }
  .btn-blue:before {
    background-color: #54948d; }

/*luciarita 19/03/2015 */	
#dnn_contentPane .btn-blue.hp{
position:relative;
top:-35.0em;

}
.user_dashboard,
.admin_action {
  font-size: 1.4em;
  display: block; }
  .user_dashboard > *,
  .admin_action > * {
    margin-right: 0.5em; }

.news.eds_template_List_Article_AreaStudi article.item, .news.eds_template_List_Article_Circolari article.item {
  font-family: 'Lato';
  font-size: 1.2em;
  margin-right: 1em;
  color: #707070; }
  .news.eds_template_List_Article_AreaStudi article.item.base .read-more, .news.eds_template_List_Article_Circolari article.item.base .read-more {
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 1px; }
  .news.eds_template_List_Article_AreaStudi article.item.base h1 a, .news.eds_template_List_Article_Circolari article.item.base h1 a{
    color: #333333;
    font-family: 'Lato';
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.5pt;
    text-decoration: none;
    text-transform: none; }
  .news.eds_template_List_Article_AreaStudi article.item.base time, .news.eds_template_List_Article_Circolari article.item.base time{
    color: #707070;
    font-size: 1.2em; }
  .news.eds_template_List_Article_AreaStudi article.item.base .content.row, .news.eds_template_List_Article_Circolari article.item.base .content.row{
    color: #707070;
    font-size: 1.3em; }
  .news.eds_template_List_Article_AreaStudi article.item > footer *, .news.eds_template_List_Article_Circolari article.item > footer *{
    font-size: 1.1em;
    text-decoration: none; }
  .news.eds_template_List_Article_AreaStudi article.item > footer .EDN_article_rateit.rateit, .news.eds_template_List_Article_Circolari article.item > footer .EDN_article_rateit.rateit{
    display: inline-block;
    position: relative; }

.article_pager {
  font-size: 1.3em; 
  text-align: center; }

.page {
  margin-right: 0.2em; }

.active.page {
  color: #669ec6; }

@media only screen and (min-width: 481px) and (max-width: 959px) {
  .small-hide {
    display: none; }

  .news.eds_template_List_Article_leNotizie article, .news.eds_template_List_Article_leNotizie .bigger-article {
    width: 100% !important;
    height: 100px !important; }
  .news.eds_template_List_Article_leNotizie .block article {
    float: none !important;
    width: 100% !important; }

  .twitter-timeline.twitter-timeline-rendered {
    width: 100% !important; } }
@media only screen and (max-width: 480px) {
  .smallest-hide {
    display: none; }

  .news.eds_template_List_Article_leNotizie article, .news.eds_template_List_Article_leNotizie .bigger-article {
    width: 100% !important;
    height: 100px !important; }
  .news.eds_template_List_Article_leNotizie .block article {
    float: none !important;
    width: 100% !important; }

  .twitter-timeline.twitter-timeline-rendered {
    width: 100% !important; } }
/*daniele 201406 line-height*/
.news.eds_template_List_Article_Base article.item.base h1, .news.eds_template_List_Article_Tisegnaliamo article.item.base h1 {
	line-height: 1.3em;
}
/*daniele 201406 line-height*/
.eds_subCollection_categoryMenu > .edn_category_menu_wrapper li > div .icon.expand_collapse {
  background: url("/desktopmodules/easydnnnews/templates/_default/federlavoro/images/common/category_menu/expand_collapse.png") no-repeat 4px 4px;
  height: 13px;
  width: 21px;
  margin: 2px 2px 0 4px;
  cursor: pointer;
  float: right;
}
.eds_subCollection_categoryMenu > .edn_category_menu_wrapper li > div .icon.expand_collapse:hover {
  background-position: -13px 4px;
}
.eds_subCollection_categoryMenu > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse {
  background-position: 4px -8px;
}
.eds_subCollection_categoryMenu > .edn_category_menu_wrapper li > div .icon.expand_collapse.collapse:hover {
  background-position: -13px -8px;
}
.eds_news_confcooperative.eds_subCollection_categoryMenu ul, .eds_news_confcooperative.eds_subCollection_categoryMenu ol {
    margin-left: 10px;
    list-style: none outside none;
    font-size: 1.149em;
}
.eds_news_confcooperative.eds_subCollection_categoryMenu ul li li, .eds_news_confcooperative.eds_subCollection_categoryMenu ol li li{
    /*list-style: square outside none;*/
}
.eds_news_confcooperative.eds_subCollection_categoryMenu a {
    display: inline-block;
}
.eds_news_confcooperative.eds_subCollection_categoryMenu a.level_0 {
    width: 85%;
}
.eds_news_confcooperative.eds_subCollection_categoryMenu a.level_1 {
    width: 86%;
}
/*.smaller-articles footer {
    bottom: 1em !important;
}*/
.bigger-article h1 > a {
	color: #008179;
}
div.categoria {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0.6em;
    margin-top: 2em;
    text-transform: uppercase;
}
.categoria > a {
    color: #008179;
}
.btn-blue.tutte {
    position: absolute;
    right: 0;
    top: -2.5em;
    z-index: 434;
}
.site-page > .ride-grid-12.row > .cl8.nomargin, .site-page > .ride-grid-12.row > .cl4.nomargin {
    margin-top: 4em;
}
.smaller-articles.total {
    width: 100%;
}
.smaller-articles.total > article {
    background: none repeat scroll 0 0 #038179;
}

.smaller-articles.total .headings h1 {
    font-size: 1.7em;
    line-height: 1;
}

.news.eds_subCollection_news.eds_news_federcultura.eds_template_List_Article_dalNazionale.eds_styleSwitchCriteria_module_488 {
    background: none repeat scroll 0 0 #038179;
    height: 44.4em;
}
.smaller-articles.total article:first-child > footer{
	border-bottom: 4px solid white;
}
.smaller-articles.total article .cl12.row {
    position: relative;
}
.smaller-articles.total article:first-child .cl12.row {
    top: .5em;
}
.smaller-articles.total article:last-child .cl12.row {
    top: .1em;
}
.smaller-articles.total article:first-child .gradient-border {
    left: 0.6em;
    position: relative;
    top: 0.1em;
}
.smaller-articles.total .gradient-border {
    background: none repeat scroll 0 0 white !important;
    height: 2px;
    left: 0.6em;
    top: -0.3em;
    width: 96%;
}
.smaller-articles.total .headings a {
    color: white;
}
.smaller-articles.total .summary {
    color: white;
}
.smaller-articles.total article .headings, .smaller-articles.total article .summary {
    margin-right: 0.5em;
}
.smaller-articles.total article .cl12 .cl4.readmore {
    position: relative;
    right: 0.7em;
}
.smaller-articles.total .btn-blue {
    background: none repeat scroll 0 0 white;
}
.smaller-articles.total .btn-blue > a {
    color: #008179 !important;
}
.smaller-articles.total article:first-child .categoria > a {
    top: 0.3em;
}
.smaller-articles.total .categoria > a {
    color: white;
    font-weight: 600;
    left: 1em;
    position: relative;
}
.smaller-articles.total .btn-blue:before {
    background-color: #008179 ;
}
.smaller-articles.total .btn-blue:hover > a {
	color : white !important;
}

.DNNModuleContent.ModEasyDNNnewsC > div > div {
    line-height: 1em;
	position: relative;
}
.storytelling.bigger-article {
    margin: 0;
    width: 100%;
    height: 32em;
}
.storytelling.bigger-article .main-image {
	height: 160px;
	width: 100%;
}
.storytelling.bigger-article .main-image img {
    /*bottom: 0; */
    left: 0;
    margin: auto;
    /* max-height: 100%; */ /*_vb_*/
    /*max-width: 100%;  */ width:300px;
    position: absolute;
    right: 0;
    /*top: 0; */   top: -2px;
}
.storytelling.bigger-article h1 {
    line-height: 0.7em;
    margin-top: 8.5em;
}
.storytelling.bigger-article h1 a {
    color: #008179 ;
}
.storytelling.bigger-article .main-image time {
background: none repeat scroll 0 0 rgba(0, 85, 159, 0.3);
border-bottom: 2px solid #008179 ;
display: none;
}
.site-nav-2 .cl4 footer .gradient-border {
    /* bottom: -1.5em; *//*_vb_*/
    left: 0;
    width: 100%;
	clear:both;
}
.site-nav-2 .cl4 footer .cl8.social {
    line-height: 1 !important;
    padding: 0;
    color: #008179;
    margin-bottom: 0.8em; /*_vb_*/
}
.site-nav-2 .cl4 footer .cl8.social a {
    color: #008179;
}
.site-nav-2 .cl4 footer .cl8.social span {
    line-height: 1 !important;
}
.site-nav-2 .cl4 footer{
	height:5em;
}
.site-nav-2 .cl4 footer .cl4.readmore .btn-blue{
/* 	bottom: 29px;
  left: 6px; *//*_vb_*/
}
.tisegnaliamo {
    margin-bottom: 1em;
}
.tisegnaliamo time .other {
    font-size: 10px;
    font-weight: 400;
    text-transform: lowercase;
}
.tisegnaliamo h1 {
    height: 2.3em;
    line-height: 1em;
}
.tisegnaliamo > footer {
    height: 1em !important;
    position: relative !important;
}
.tisegnaliamo footer .gradient-border {
    bottom: 0 !important;
}
.gradient-border.bottom {
    left: 0 !important;
    position: relative;
    top: 2.5em;
    width: 100% !important;
    background: #008179 !important;
	  background: -moz-linear-gradient(left, #008179 0%, #54948d 100%) !important;
	  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008179), color-stop(100%, #54948d)) !important;
	  background: -webkit-linear-gradient(left, #008179 0%, #54948d 100%) !important;
	  background: -o-linear-gradient(left, #008179 0%, #54948d 100%) !important;
	  background: -ms-linear-gradient(left, #008179 0%, #54948d 100%) !important;
	  background: linear-gradient(to right, #008179 0%, #54948d 100%) !important;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=1) !important;
}
.gradient-border.bottom.eventi {
	/* top: 2.2em; *//*_vb_*/
}
.cl4.readmore.bottom {
    left: 20.1em;
    position: relative;
    top: 0.2em;
}
.cl5.readmore.bottom {
    left: 18.1em;
    position: relative;
    top: -0.3em;
}
    
.news.eds_template_List_Article_Banner div.cci-banner.row article .info {
    /* height: 51em; */ 
    /*left: -2em;
    padding: 0 3%;*/
    /* position: relative;
    text-align: left;
    top: 0; */
    /*width: 29em;
    max-width: 28.3em;*/
    /* z-index: 999; *//*_vb_*/
	height: auto;
	position: absolute;
	bottom: 7em;
	z-index: 999;
	right: 1.5em;
}
.news.eds_template_List_Article_Banner div.cci-banner.row article .info.odd, .news.eds_template_List_Article_Banner div.cci-banner.row article .info.even {      
      /*left: 64em;*/
      /* left: 68em; *//*_vb_*/
}
.news.eds_template_List_Article_Banner div.cci-banner.row article .info > hgroup {
    bottom: 7em;
    /* position: absolute; *//*_vb_*/
    
}
.news.eds_template_List_Article_Banner div.cci-banner.row article .info.odd > hgroup, .news.eds_template_List_Article_Banner div.cci-banner.row article .info.even > hgroup {
		right: 0;
		
}
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info time {
        display: none !important; 
        }
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info h1 {
        color: white !important;
        font-size: 3em;
        line-height: 1.2;
        
        }
        .news.eds_template_List_Article_Banner div.cci-banner.row article .info h1 > a {
          color: white;
          text-decoration: none; }
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info time {
        border-bottom: 2px solid #008179 ;
        color: white;
        display: inline-block;
        line-height: 1;
        position: relative;
        width: 50px;
        padding-bottom: 1px; }
        .news.eds_template_List_Article_Banner div.cci-banner.row article .info time span.day {
          float: left;
          font-size: 2.1em;
          font-weight: bold;
          margin-right: 0.1em; }
        .news.eds_template_List_Article_Banner div.cci-banner.row article .info time span.other {
          text-transform: uppercase; }
      .news.eds_template_List_Article_Banner div.cci-banner.row article .info .category {
        font-size: 5em;
        display: block;
        font-family: 'latoPersonalizzato',Sans-serif; }
        
.news.eds_template_List_Article_Banner div.cci-banner.row article .info .category > a {
    color: white;
    font-family: lato;
    font-size: 18px;
    font-weight: 600;
    /*padding: 0 0 0.1em;
    text-align: left;*/
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1em;
    display: block;
}
.news.eds_template_List_Article_Banner div.cci-banner.row article .info.odd .category, .even .category > a,.news.eds_template_List_Article_Banner div.cci-banner.row article .info.even .category, .even .category > a {
    text-align: right !important;
    padding-left: 0em !important;
    
}
.info .cl8.readmore {
    display: none;
}
.info .cl4 {
    display: none;
}
.info header {
    border-bottom: 6px solid #008179;
    padding-bottom: 0.6em;
    
}
.news.eds_template_List_Article_Base article > footer {
    line-height: 1.5;
    position: relative;
}
.eds_template_List_Article_dalNazionale time {
    bottom: 2.5em;
    right: 0.2em;
}

.ride-grid-12.bannertop {
    margin: 0;
    max-width: 33em;
}
.categories > strong a, .tagListing > strong a {
    display: inline;
    line-height: 1;
}

.tagListing {
    color: #707070;
}
.tagListing > strong > a {
    color: #008179;
    display: inline-block;
    line-height: 1em;
}
.tagListing > strong > a:hover {
    color: #54948d;
}
.eds_template_Details_Article_dettaglioNews .categories.categories {
    display: block;
    margin-bottom: 0.3em;
}
.eds_template_Details_Article_dettaglioNews .tagListing {
    display: block;
    margin-bottom: 0.5em;
}
.eds_template_Details_Article_dettaglioNews h2.gradient-blue.gallery-title.gallery-title {
margin-top: .5em;
height: 30px;
}
.news-detail .edn_article_links li, .news-detail .article_documents li {
    margin: 1% 0;
}

.eds_template_List_Article_NewsHp article.bigger-article {
	margin: 0;
	width: 49%; /**Lucy 07/05/2015 **/
	 /*border-top: 4px solid #3376b2;  */
	 height: auto;
   margin-top: -2PX;
}
.eds_template_List_Article_NewsSideDx article.bigger-article {
	border-top: 3px solid #008179;
    height: auto;
    position: relative;
    /*top: -9px;*/
    width: 100%;
	margin-bottom: 15px;
}
.eds_template_List_Article_NewsSideDx span[valign*="top"]:nth-child(2) article.bigger-article {
    border-width: 4px;
}
.eds_template_List_Article_NewsHp span > span:nth-child(2) article {
    padding-left: 2%;
} /**Lucy 07/05/2015**/

.eds_template_List_Article_NewsHp .bigger-article .main-image, .eds_template_List_Article_NewsSideDx .bigger-article .main-image {
	float: none;
  height: 20em;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.eds_template_List_Article_NewsSideDx .bigger-article .main-image {
  height: auto;
}
.eds_template_List_Article_NewsHp .bigger-article .main-image .main-image-center  {
    /*bottom: 0;
    height: 100%;      
    min-height: 200px;*/
    width: 100%;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.eds_template_List_Article_NewsSideDx .bigger-article .main-image .main-image-center {
    width: 100%;
    position: relative;
}
.eds_template_List_Article_NewsHp .bigger-article header {
    margin-bottom: 1em;
}
.eds_template_List_Article_NewsHp .bigger-article .main-image time,.eds_template_List_Article_NewsSideDx .bigger-article .main-image time {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: inherit;
    margin-left: 0.3em;
    margin-right: 0.3em;
    position: relative;
    right: inherit;
}
.eds_template_List_Article_NewsHp .bigger-article .footerMainImg,.eds_template_List_Article_NewsSideDx .bigger-article .footerMainImg {
    background: none repeat scroll 0 0 rgba(0, 85, 159, 0.54);
    bottom: 0;
    color: white;
    display: block;
    height: 3em;
    left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
}
.eds_template_List_Article_NewsHp .bigger-article .footerMainImg .categoriaMainImg a,.eds_template_List_Article_NewsSideDx .bigger-article .footerMainImg .categoriaMainImg a {
    color: white;
    font-size: 1.1em;
    line-height: 3em;
    margin-right: 0.3em;
}
.eds_template_List_Article_NewsHp .bigger-article header h1,.eds_template_List_Article_NewsSideDx .bigger-article header h1 {
		line-height: 1em;
		height: 2.5em;
    color: #fac540;
}
.eds_template_List_Article_NewsSideDx .bigger-article header  {
		height: auto;
}
.eds_template_List_Article_NewsSideDx .bigger-article header h1 {
		line-height: 1em;
		height: auto;
    color: #fac540;
}
.eds_template_List_Article_NewsHp .bigger-article .summary ,.eds_template_List_Article_NewsSideDx .bigger-article .summary {
 		font-size: 1.4em;
 		height: 6.3em; /**Lucy 07/05/2015**/
}
.eds_template_List_Article_NewsHp .bigger-article .summary {
 		font-size: 1.6em;
}
.eds_template_List_Article_NewsSideDx .bigger-article .summary {
 		height: auto; /**Lucy 07/05/2015**/
}
.eds_template_List_Article_NewsHp .bigger-article footer,.eds_template_List_Article_NewsSideDx .bigger-article footer {
		bottom: inherit;
    height: inherit;
    position: relative;
    right: inherit;
    width: 100%;
    margin: 0.7em 0 1.7em 0;
    font-size: 1.1em;
}
.eds_template_List_Article_NewsSideDx .bigger-article footer {
	display: none;
}
.DnnModule-590 header,
.DnnModule-592 header,
.DnnModule-593 header {
	height: 40.75px; /*height: 49.7px;*/
}
.DnnModule-590 .user_dashboard, .DnnModule-590 .admin_action ,
.DnnModule-592 .user_dashboard, .DnnModule-592 .admin_action ,
.DnnModule-593 .user_dashboard, .DnnModule-593 .admin_action {
	height: 2em;
}
section.cci-container.inner.noline header h2.gradient-blue {
	height: 20px;
}
section.cci-container.inner.noline header h2.gradient-blue span {
	height: 22px;
}
.eds_template_List_Article_NewsSideDx  .archivio {
	width: 100%;
	float: right;
	bottom: 0;
}
.eds_template_List_Article_NewsHp .bigger-article footer .cl8.social,.eds_template_List_Article_NewsSideDx .bigger-article footer .cl8.social {
		line-height: inherit;
    padding: 0;
}
.eds_template_List_Article_NewsHp .bigger-article footer .cl8.social a,.eds_template_List_Article_NewsSideDx .bigger-article footer .cl8.social a {
		color: #f9b200;
		
}
.eds_template_List_Article_NewsHp .bigger-article footer .cl4.readmore .btn-blue,.eds_template_List_Article_NewsSideDx .bigger-article footer .cl4.readmore .btn-blue {
		margin-bottom: 0;
}
.eds_template_List_Article_NewsHp div > span > span .EDN_adminActionsLinks  {
    position: absolute;
    top: 19px;
    z-index: 1;
}
.eds_template_List_Article_NewsSideDx div > span > span .EDN_adminActionsLinks {
  position: relative;
  z-index: 1;
  height: 2em;
  clear: both;
}
.eds_template_List_Article_NewsHp div > span > span:nth-child(2) .EDN_adminActionsLinks {
    left: 34%;
    
}
.eds_template_List_Article_NewsHp div > span > span:nth-child(3) .EDN_adminActionsLinks {
    left: 68%;
    
}
/* .eds_template_List_Article_NewsHp div > span > span:nth-child(2) article.bigger-article {
    margin-left: 2%;
    margin-right: 2%;
} Lucy 07/05/2015 */


.eds_template_List_Article_LastNews article.bigger-article, .eds_template_List_Article_LastNewsTisegnaliamo article.bigger-article {
	margin: 0;
	width: 100%;
	
	 height: auto;
}
.eds_template_List_Article_LastNews article.bigger-article header, .eds_template_List_Article_LastNewsTisegnaliamo article.bigger-article header {
	height: 5em;
}
.eds_template_List_Article_News6Box .bigger-article .main-image {
	float: none;
  height: 20em;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.eds_template_List_Article_LastNews .bigger-article .main-image, .eds_template_List_Article_LastNewsTisegnaliamo .bigger-article .main-image {
	float: none;
  height: 13em;
  margin: 0;
  position: relative;
  overflow: hidden;
}
/** leggi tutte lucy 07/05/2015	**/
span.btn-blue.hp {
  position: absolute;
  top: -3em;
  right: 0;
}

/*_vb_*/
@media only screen and (max-width: 959px) {
	.storytelling.bigger-article .main-image img, .bigger-article .main-image img {
		width: 100%;
		top:-25%
	}
}

@media only screen and (max-width: 480px) {
	.storytelling.bigger-article .main-image img, .bigger-article .main-image img {
		top:0
	}
}

/*slider _vb_*/

@media (min-width:800px) and (max-width:959px) { 
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box > hgroup {
		padding: 10em 0 0;
	}
}
@media (max-width:799px) { 
	.site-banner, .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box, .news.eds_template_List_Article_Banner div.cci-banner.row article .info  {
		background: none;
	}
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info h1 > a, .news.eds_template_List_Article_Banner div.cci-banner.row article .info-box * {
		color: #008179 !important;
	}
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box > hgroup .gradientbanner {
		background: #008179;
		width: 100%;
	}
	#dnn_bannerpane {
		margin:0;
		width: 100%
	}
	.bannerhat {
		height: auto;
	}
	.ride-grid-12.bannertop {
		width: 100%;
		max-width: 100%;
		height: 100%;
		padding:0 !important;
	}
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box > hgroup {
		padding: 1em;
	}
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box h1 {
		margin-top: 10px;
		font-size: 2.5em
	}
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box > hgroup .gradientbanner {
		margin-bottom: 10px;
	}
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box  {
		width: 100%;
		bottom: 0;
		height: 150px;
		padding: 1em 4em;
		box-sizing: border-box;
		background-color: #ffffff
		/*il valore di "top" è gestito dallo script nel footer dello slider */
	}
	.news.eds_template_List_Article_Banner .cursors.row {
		bottom: 5px;
	}
}
@media (max-width:480px) { 
	.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box  {
		padding: 1em;
}
.news.eds_template_List_Article_Banner div.cci-banner.row article .info-box h1 {
		font-size: 2em
	}
}


.eds_template_List_Article_NewsHp .categoriaMainImg, 
.eds_template_List_Article_NewsSideDx .categoriaMainImg {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    float: left;
    padding: 0 3px;
    white-space: nowrap;
}
.eds_template_List_Article_NewsHp .categoriaMainImg {
    max-width: 220px; 
} 
.eds_template_List_Article_NewsSideDx .categoriaMainImg {
    max-width: 120px; 
}
.eds_template_List_Article_NewsHp time,
.eds_template_List_Article_NewsSideDx time {
  line-height: 30px;
    display: block;
    float: right;
}
/* - End of /desktopmodules/easydnnnews/templates/_default/federlavoro/federlavoro.css - */
/* - Start of /desktopmodules/easydnnnews/templates/_default/blogone/blogone.css - */
@charset "CP852";
.eds_news_BlogOne h1.edn_module_title {
  background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/gradient_title_bg.png") repeat-x #797979;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0; }
  .eds_news_BlogOne h1.edn_module_title.no_margin {
    margin: 0; }
  .eds_news_BlogOne h1.edn_module_title span {
    display: block;
    font: 14px Arial;
    line-height: 18px;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 2px 10px 3px;
    min-height: 18px;
    text-shadow: 0 -1px 0 #6c6c6c; }
.eds_news_BlogOne .publish_date {
  font-size: 11px;
  color: #888888;
  text-transform: uppercase;
  text-align: right; }
  .eds_news_BlogOne .publish_date.text_left {
    text-align: left; }
.eds_news_BlogOne .bread_crumbs {
  text-align: left;
  margin: 0 0 10px;
  color: #363636;
  font: 11px Verdana;
  text-transform: uppercase; }
  .eds_news_BlogOne .bread_crumbs a {
    color: #363636;
    font: 11px Verdana;
    text-transform: uppercase; }
    .eds_news_BlogOne .bread_crumbs a:hover {
      text-decoration: underline; }
.eds_news_BlogOne a.open_article_btn {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  padding: 4px 13px 5px 20px;
  font-size: 12px;
  background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/more.png") no-repeat 5px 5px #4d4d4d;
  font-family: Verdana, Geneva, sans-serif;
  color: white;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .eds_news_BlogOne a.open_article_btn:hover {
    text-decoration: underline;
    color: white; }
  .eds_news_BlogOne a.open_article_btn.align_left {
    left: 0;
    right: auto; }
.eds_news_BlogOne .date_box {
  border: 0;
  background: #545252;
  width: 39px;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75); }
  .eds_news_BlogOne .date_box p {
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    line-height: 1; }
    .eds_news_BlogOne .date_box p.day {
      font-size: 13px;
      font-weight: bold;
      margin: 4px 0 0; }
    .eds_news_BlogOne .date_box p.month {
      font-size: 9px;
      text-transform: uppercase;
      margin: 4px 0 0; }
    .eds_news_BlogOne .date_box p.year {
      font-size: 10px;
      background: #dbdbdb;
      color: #111111;
      padding: 2px 0;
      margin: 3px 0 0;
      border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px; }
.eds_news_BlogOne div.EDN_article_rateit {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none; }
  .eds_news_BlogOne div.EDN_article_rateit.rateit div.rateit-selected {
    position: absolute; }
  .eds_news_BlogOne div.EDN_article_rateit div.rateit-range {
    position: relative;
    display: inline-block;
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/star.gif");
    height: 16px; }
  .eds_news_BlogOne div.EDN_article_rateit div.rateit-hover {
    position: absolute; }
  .eds_news_BlogOne div.EDN_article_rateit div.rateit-hover {
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/star.gif") left -32px; }
  .eds_news_BlogOne div.EDN_article_rateit div.rateit-hover-rtl {
    background-position: right -32px; }
  .eds_news_BlogOne div.EDN_article_rateit div.rateit-selected {
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/star.gif") left -16px; }
  .eds_news_BlogOne div.EDN_article_rateit div.rateit-selected-rtl {
    background-position: right -16px; }
.eds_news_BlogOne .easydnngallery {
  margin: 20px 0 0; }
  .eds_news_BlogOne .easydnngallery .gallery_pagination {
    margin-left: auto;
    margin-right: auto; }
  .eds_news_BlogOne .easydnngallery .lightbox_gallery,
  .eds_news_BlogOne .easydnngallery .video_gallery,
  .eds_news_BlogOne .easydnngallery .audio_gallery {
    margin-left: auto;
    margin-right: auto; }
.eds_news_BlogOne .admin_action, .eds_news_BlogOne .edn_article_action {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  color: #ed2323;
  background: no-repeat 0 2px; }
  .eds_news_BlogOne .admin_action.edit, .eds_news_BlogOne .edn_article_action.edit {
    padding-left: 16px;
    background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/pencil_small.png"); }
  .eds_news_BlogOne .admin_action:hover, .eds_news_BlogOne .edn_article_action:hover {
    color: #cd0000; }
.eds_news_BlogOne .clear_content {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0; }
.eds_news_BlogOne .article {
  padding: 0 0 35px;
  position: relative; }
  .eds_news_BlogOne .article .search_highlight {
    background: #fffdb7; }
  .eds_news_BlogOne .article .link_to_original_RSS_article {
    margin: 15px 0 0;
    padding: 0;
    border: 0;
    font: 12px Verdana, Geneva, sans-serif;
    line-height: 15px;
    clear: both; }
    .eds_news_BlogOne .article .link_to_original_RSS_article a {
      font: 12px Verdana, Geneva, sans-serif;
      font-weight: bold; }
  .eds_news_BlogOne .article h1 {
    font-size: 22px;
    font-family: Verdana, Geneva, sans-serif;
    color: black;
    line-height: 26px;
    margin: 0;
    padding: 0; }
    .eds_news_BlogOne .article h1 a {
      font-size: 22px;
      font-family: Verdana, Geneva, sans-serif;
      color: black;
      font-weight: normal;
      margin: 0;
      padding: 0; }
  .eds_news_BlogOne .article h2 {
    font-size: 16px;
    margin: 3px 0 0;
    color: black;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 22px;
    font-weight: normal; }
    .eds_news_BlogOne .article h2 a {
      font-size: 14px;
      line-height: 18px;
      font-family: Verdana, Geneva, sans-serif;
      color: black;
      font-weight: normal;
      margin: 0;
      padding: 0; }
  .eds_news_BlogOne .article .article_documents,
  .eds_news_BlogOne .article .related_articles,
  .eds_news_BlogOne .article .edn_article_links {
    clear: both;
    padding: 7px 20px 12px;
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/grey_linear_gradient.png") repeat-x whitesmoke;
    margin: 10px 0 0;
    border: 1px solid white; }
    .eds_news_BlogOne .article .article_documents > h2,
    .eds_news_BlogOne .article .related_articles > h2,
    .eds_news_BlogOne .article .edn_article_links > h2 {
      margin: 0 0 3px;
      font-size: 15px;
      font-weight: bold;
      color: #363636;
      font-family: Arial, Helvetica, sans-serif; }
    .eds_news_BlogOne .article .article_documents ul,
    .eds_news_BlogOne .article .related_articles ul,
    .eds_news_BlogOne .article .edn_article_links ul {
      margin: 5px 0 0 17px;
      padding: 0; }
      .eds_news_BlogOne .article .article_documents ul li,
      .eds_news_BlogOne .article .related_articles ul li,
      .eds_news_BlogOne .article .edn_article_links ul li {
        list-style: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/grey_arrows_right.png") outside;
        padding: 3px 0 0; }
        .eds_news_BlogOne .article .article_documents ul li a,
        .eds_news_BlogOne .article .related_articles ul li a,
        .eds_news_BlogOne .article .edn_article_links ul li a {
          color: black;
          font-size: 12px;
          line-height: 16px;
          font-family: Arial; }
        .eds_news_BlogOne .article .article_documents ul li span,
        .eds_news_BlogOne .article .related_articles ul li span,
        .eds_news_BlogOne .article .edn_article_links ul li span {
          display: block;
          font-size: 11px;
          font-style: italic;
          color: #666666;
          font-family: Arial;
          line-height: 19px; }
  .eds_news_BlogOne .article .article_documents ul li {
    list-style: none; }
    .eds_news_BlogOne .article .article_documents ul li .document_icon {
      max-height: 12px;
      max-width: 12px;
      margin: 0 4px 0 0; }
  .eds_news_BlogOne .article.sidebar_box {
    margin: 1px 0 0;
    background: gainsboro;
    padding: 4px;
    overflow: hidden; }
    .eds_news_BlogOne .article.sidebar_box.odd {
      background: #cccccc; }
    .eds_news_BlogOne .article.sidebar_box .in_article_image {
      margin-top: 1px;
      margin-left: 1px;
      margin-right: 3px;
      margin-bottom: 2px; }
    .eds_news_BlogOne .article.sidebar_box h1,
    .eds_news_BlogOne .article.sidebar_box h1 a {
      font-size: 11px;
      line-height: 16px; }
  .eds_news_BlogOne .article .author_box {
    margin: 0 0 7px; }
    .eds_news_BlogOne .article .author_box.top_margin {
      margin-top: 5px; }
    .eds_news_BlogOne .article .author_box span {
      text-transform: uppercase;
      padding: 1px 6px 2px 20px;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/person.png") no-repeat 4px 3px #878787;
      color: white;
      position: relative;
      top: 1px;
      font-family: Verdana, Geneva, sans-serif;
      font-size: 11px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }
    .eds_news_BlogOne .article .author_box a {
      color: white;
      font-size: 11px; }
  .eds_news_BlogOne .article .content {
    font-size: 14px;
    line-height: 19px;
    margin: 8px 0 0;
    font-family: Verdana, Geneva, sans-serif;
    color: #363636; }
    .eds_news_BlogOne .article .content p {
      margin: 0 0 7px;
      font-size: 14px;
      line-height: 20px;
      font-family: Verdana, Geneva, sans-serif;
      color: #363636; }
  .eds_news_BlogOne .article .stats {
    margin: 11px 0 0;
    clear: both; }
    .eds_news_BlogOne .article .stats span {
      margin: 0 15px 0 0;
      color: #363636;
      font-size: 11px;
      font-family: Verdana, Geneva, sans-serif; }
      .eds_news_BlogOne .article .stats span.comments {
        padding: 0 0 2px 19px;
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/comment.png") no-repeat 0 1px; }
  .eds_news_BlogOne .article .details {
    margin: 11px 0 0;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    min-height: 21px; }
    .eds_news_BlogOne .article .details p {
      margin: 6px 0 0;
      width: 70%;
      overflow: hidden;
      padding: 0; }
      .eds_news_BlogOne .article .details p a {
        color: white; }
      .eds_news_BlogOne .article .details p span {
        text-transform: uppercase;
        font-size: 11px;
        padding: 3px 6px 4px 23px;
        color: white;
        font-family: Verdana, Geneva, sans-serif;
        display: inline-block;
        line-height: 1;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; }
      .eds_news_BlogOne .article .details p.categories span {
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/category.png") no-repeat 3px 3px #878787; }
      .eds_news_BlogOne .article .details p.tags span {
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/tag.png") no-repeat 3px 3px #878787; }
      .eds_news_BlogOne .article .details p.author span {
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/person.png") no-repeat 4px 3px #878787; }
  .eds_news_BlogOne .article.standalone > h1 {
    font-size: 25px;
    line-height: 33px;
    font-weight: normal; }
  .eds_news_BlogOne .article.standalone > h2 {
    font-size: 16px;
    line-height: 21px; }
  .eds_news_BlogOne .article.standalone .content {
    margin: 12px 0 10px; }
  .eds_news_BlogOne .article.standalone .rate_article {
    margin: 0;
    color: #363636;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif; }
    .eds_news_BlogOne .article.standalone .rate_article .article_rating {
      display: inline-block; }
      .eds_news_BlogOne .article.standalone .rate_article .article_rating .current_rating {
        margin: 0 5px 0 0; }
  .eds_news_BlogOne .article.standalone .article_pagination table td a,
  .eds_news_BlogOne .article.standalone .article_pagination table td span {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    color: black;
    padding: 1px 6px;
    margin: 0 3px 0 0;
    line-height: 16px;
    border: 1px solid #e4e4e4;
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/pagination/page_bg.png") repeat-x white; }
  .eds_news_BlogOne .article.standalone .article_pagination table td span {
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/pagination_active_page_bg.png") repeat-x #646363;
    border: 1px solid #626262;
    color: white; }
  .eds_news_BlogOne .article.standalone .event_date, .eds_news_BlogOne .article.standalone .event_location {
    margin: 10px 0;
    padding: 1px 0 2px 23px;
    display: block;
    color: #3f3f3f;
    font: 12px Arial;
    font-weight: normal;
    line-height: 15px;
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/event_clock.png") no-repeat 0 0;
    overflow: hidden; }
    .eds_news_BlogOne .article.standalone .event_date .bold, .eds_news_BlogOne .article.standalone .event_location .bold {
      font-weight: bold; }
    .eds_news_BlogOne .article.standalone .event_date .export, .eds_news_BlogOne .article.standalone .event_location .export {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/export_icalendar.png") no-repeat 0 0;
      margin: 0 0 0 8px;
      font: 11px Arial;
      line-height: 17px;
      text-decoration: none;
      color: #e9020b;
      padding: 0 0 0 20px;
      height: 17px;
      display: inline-block;
      position: relative;
      top: -1px; }
      .eds_news_BlogOne .article.standalone .event_date .export:hover, .eds_news_BlogOne .article.standalone .event_location .export:hover {
        text-decoration: underline; }
  .eds_news_BlogOne .article.standalone .event_location {
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/location_marker.png") no-repeat 7px 0; }
  .eds_news_BlogOne .article.standalone .social_buttons {
    margin: 10px 30px 0 0;
    padding: 0;
    float: left; }
    .eds_news_BlogOne .article.standalone .social_buttons a {
      height: 30px !important; }
    .eds_news_BlogOne .article.standalone .social_buttons .addthis_button_compact,
    .eds_news_BlogOne .article.standalone .social_buttons .addthis_button_expanded {
      height: 20px !important; }
    .eds_news_BlogOne .article.standalone .social_buttons .addthis_button_linkedin_counter {
      margin-right: 15px; }
  .eds_news_BlogOne .article.standalone .edn_printButton {
    float: left;
    background: #f5f4f4 url("/desktopmodules/easydnnnews/templates/_default/blogone/img/print.png") 4px 1px no-repeat;
    cursor: pointer;
    padding: 5px 5px 3px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2 #bfbfbf #bfbfbf #e2e2e2;
    border-radius: 3px;
    line-height: 0;
    font-size: 0;
    margin: 10px 0; }
    .eds_news_BlogOne .article.standalone .edn_printButton > span {
      color: #333333;
      line-height: 1;
      font-family: Arial;
      font-size: 10px;
      font-weight: bold;
      text-shadow: 0 0 1px white; }
    .eds_news_BlogOne .article.standalone .edn_printButton:hover {
      background-color: #eeeeee; }
  .eds_news_BlogOne .article.standalone .edn_article_map {
    border: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 20px; }
    .eds_news_BlogOne .article.standalone .edn_article_map img {
      max-width: none; }
  .eds_news_BlogOne .article.standalone .article_comments {
    margin: 25px 0 20px; }
    .eds_news_BlogOne .article.standalone .article_comments .add_comment h3 {
      font: 18px Arial;
      color: #363636;
      margin: 15px 0 0; }
    .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/large_grey_to_white_gradient.png") repeat-x whitesmoke;
      border: 1px solid white;
      margin: 2px 0 0;
      padding: 25px; }
      .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box .comment_info {
        margin: 0 0 20px;
        text-align: center;
        padding: 0 30px; }
        .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box .comment_info span {
          font: 12px Arial; }
      .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table {
        margin: 0;
        padding: 0;
        width: 100%; }
        .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.left {
          font: 14px Arial;
          text-transform: uppercase;
          width: 20%;
          padding: 7px 0 0;
          color: #363636; }
        .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right {
          padding: 0 0 20px;
          width: 80%; }
          .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right.bottom {
            padding: 0; }
          .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right input.text {
            font: 16px Arial;
            border: 1px solid #bbbaba;
            padding: 5px 5px 4px;
            background: white;
            width: 70%; }
          .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right .submit {
            display: inline-block;
            background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/grey_gradient_button_right.png") no-repeat right 0;
            height: 33px;
            border: 0;
            text-decoration: none;
            padding: 0 8px 0 0; }
            .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right .submit span {
              background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/grey_gradient_button_left.png") no-repeat;
              display: inline-block;
              text-decoration: none;
              font: 14px Arial;
              font-weight: bold;
              padding: 7px 6px 0 14px;
              color: #444444;
              height: 26px; }
            .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right .submit:hover {
              background-position: right -33px; }
              .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right .submit:hover span {
                background-position: 0 -33px;
                color: black; }
          .eds_news_BlogOne .article.standalone .article_comments .add_comment .add_article_box table td.right textarea {
            font: 12px Arial;
            border: 1px solid #bfbfbf;
            padding: 5px;
            background: white;
            width: 90%;
            height: 100px; }
    .eds_news_BlogOne .article.standalone .article_comments .num_of_comment {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/comment_count_bg.png") repeat-x whitesmoke;
      border: 1px solid white;
      padding: 3px 20px 5px;
      font: 15px Arial; }
      .eds_news_BlogOne .article.standalone .article_comments .num_of_comment a {
        font: 15px Arial;
        font-weight: bold; }
    .eds_news_BlogOne .article.standalone .article_comments .comment_list {
      margin: 15px 0 0;
      display: block; }
      .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment {
        overflow: hidden;
        margin-left: 80px;
        padding: 0; }
        .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .votes {
          margin-top: 10px;
          width: 7%;
          float: left; }
          .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .votes input {
            position: relative;
            top: 5px; }
          .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .votes span {
            font-size: 12px; }
        .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side {
          width: 93%;
          overflow: hidden; }
          .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .comment_details {
            width: 15%;
            text-align: center;
            float: left; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .comment_details .user_avatar {
              max-height: 60px;
              max-width: 60px; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .comment_details .author {
              font-size: 12px;
              margin: 1px 0 0; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .comment_details .date_time {
              font-size: 10px;
              color: #9a9a9a; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .comment_details .votes {
              margin: 1px 0 0;
              font-size: 12px; }
              .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .comment_details .votes span {
                margin: 0 8px 0 0; }
                .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .comment_details .votes span a {
                  position: relative;
                  top: 5px; }
          .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .content_container {
            float: left;
            width: 85%; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .content_container .arrow {
              float: left;
              width: 26px;
              height: 31px;
              background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/comment_pointer.png") no-repeat transparent;
              position: relative;
              left: 1px;
              top: 48px;
              z-index: 1; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .content_container .content {
              margin: 0 0 0 25px;
              background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/comment_gradient_bg.png") repeat-x whitesmoke;
              border: 1px solid white;
              min-height: 100px;
              padding: 10px 20px;
              font: 12px Verdana;
              color: #363636; }
              .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .content_container .content p {
                margin: 0 0 5px;
                padding: 0;
                background: none;
                border: none;
                font: 12px Verdana;
                color: #363636; }
          .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .actions {
            font-size: 10px;
            margin: 2px 0 3px;
            float: right; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .actions a {
              color: #9a9a9a;
              margin: 0 5px 0 0; }
              .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .right_side .actions a:hover {
                text-decoration: underline; }
        .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .edit_comment {
          margin: 15px 0 0; }
          .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .edit_comment textarea {
            font: 12px Arial;
            border: 1px solid #bfbfbf;
            padding: 5px;
            background: white;
            width: 80%;
            height: 100px; }
          .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .edit_comment .actions {
            float: right;
            width: 15%; }
            .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .edit_comment .actions a {
              display: inline-block;
              background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/grey_gradient_button_right.png") no-repeat right 0;
              height: 33px;
              border: 0;
              text-decoration: none;
              padding: 0 8px 0 0; }
              .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .edit_comment .actions a span {
                background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/grey_gradient_button_left.png") no-repeat;
                display: inline-block;
                text-decoration: none;
                font: 14px Arial;
                font-weight: bold;
                padding: 7px 6px 0 14px;
                color: #444444;
                height: 26px; }
              .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .edit_comment .actions a:hover {
                background-position: right -33px; }
                .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment .edit_comment .actions a:hover span {
                  background-position: 0 -33px;
                  color: black; }
        .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment.level1 {
          margin-left: 40px; }
        .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment.level0, .eds_news_BlogOne .article.standalone .article_comments .comment_list .comment.level {
          margin-left: 0; }
  .eds_news_BlogOne .article.standalone .author_group_profile {
    font-family: Arial;
    vertical-align: baseline;
    line-height: 1.25em;
    margin: 10px 0 0;
    padding: 15px;
    border: 1px solid white;
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/grey_linear_gradient.png") repeat-x whitesmoke;
    overflow: hidden;
    position: relative; }
    .eds_news_BlogOne .article.standalone .author_group_profile .author_rss {
      display: block;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/rss_18-18.png") no-repeat;
      font-size: 0;
      line-height: 0;
      position: absolute;
      left: auto;
      right: 5px;
      top: 5px;
      height: 18px;
      width: 18px; }
      .eds_news_BlogOne .article.standalone .author_group_profile .author_rss span {
        display: none; }
      .eds_news_BlogOne .article.standalone .author_group_profile .author_rss:hover {
        background-position: -18px 0; }
    .eds_news_BlogOne .article.standalone .author_group_profile .profile_picture_container {
      float: left;
      font-size: 0;
      line-height: 0;
      margin: 0 15px 0 0;
      padding: 0;
      border: 0; }
      .eds_news_BlogOne .article.standalone .author_group_profile .profile_picture_container img {
        padding: 0;
        margin: 0;
        border: 1px solid #cccccc;
        -webkit-box-shadow: 1px 1px 2px 0 #dedede;
        -moz-box-shadow: 1px 1px 2px 0 #dedede;
        box-shadow: 1px 1px 2px 0 #dedede; }
    .eds_news_BlogOne .article.standalone .author_group_profile .details_container h2 {
      padding: 0;
      border: 0;
      vertical-align: baseline;
      color: #555555;
      font: 12px Arial;
      font-weight: bold;
      line-height: 15px;
      margin: 0 0 4px; }
    .eds_news_BlogOne .article.standalone .author_group_profile .details_container .short_info {
      margin: 0;
      padding: 0;
      border: 0;
      color: #6a6a6a;
      font: 12px Arial;
      line-height: 15px;
      text-shadow: 1px 1px #f1f1f1; }
    .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons {
      clear: both;
      padding: 5px 0 0 82px;
      overflow: hidden; }
      .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons a {
        text-decoration: none; }
      .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button {
        margin: 0 5px 0 0;
        float: left; }
        .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.contact, .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.full_bio {
          display: inline-block;
          background: no-repeat #ecebeb;
          border: 1px solid white;
          padding: 2px 5px 2px 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.contact span, .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.full_bio span {
            color: #636363;
            font: 12px Arial;
            line-height: 15px; }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.contact:hover span, .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.full_bio:hover span {
            color: black;
            text-decoration: none; }
        .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.contact {
          background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/contact_letter.png");
          background-position: 3px 4px; }
        .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.full_bio {
          background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/profile.png");
          background-position: 3px 3px; }
        .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.social {
          display: inline-block;
          width: 22px;
          height: 22px;
          background: no-repeat;
          position: relative; }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.social span {
            display: none; }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.social:hover {
            background-position: -22px 0; }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.social.facebook {
            background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/facebook_button.png"); }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.social.linked_in {
            background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/linked_in_button.png"); }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.social.twitter {
            background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/twitter_button.png"); }
          .eds_news_BlogOne .article.standalone .author_group_profile .profile_buttons .button.social.google_plus {
            background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/google_plus_button.png"); }
.eds_news_BlogOne.eds_subCollection_news .article_rss_wrapper {
  overflow: hidden;
  clear: both;
  margin: 0 0 10px; }
  .eds_news_BlogOne.eds_subCollection_news .article_rss_wrapper > a {
    float: right;
    font: 11px Arial;
    line-height: 13px;
    color: #444444; }
    .eds_news_BlogOne.eds_subCollection_news .article_rss_wrapper > a > span {
      position: relative;
      top: 2px;
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/rss_orange.png") 0 0;
      padding: 0;
      margin: 0 2px 0 0;
      border: 0; }
    .eds_news_BlogOne.eds_subCollection_news .article_rss_wrapper > a:hover {
      color: black;
      text-decoration: none; }
      .eds_news_BlogOne.eds_subCollection_news .article_rss_wrapper > a:hover > span {
        background-position: 0 14px; }
.eds_news_BlogOne.eds_subCollection_news .admin_action {
  font: 14px Arial;
  color: #ff0101;
  text-decoration: underline;
  padding: 0;
  margin: 0 10px 0 0;
  background: no-repeat 0 2px; }
  .eds_news_BlogOne.eds_subCollection_news .admin_action:hover {
    text-decoration: underline;
    color: #cd0000; }
  .eds_news_BlogOne.eds_subCollection_news .admin_action.publish_article {
    padding-left: 17px;
    background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/check_small.png"); }
  .eds_news_BlogOne.eds_subCollection_news .admin_action.edit {
    padding-left: 16px;
    background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/pencil_small.png"); }
.eds_news_BlogOne.eds_subCollection_news p {
  line-height: 1;
  padding: 0;
  margin-top: 0px; }
.eds_news_BlogOne.eds_subCollection_news .in_article_image {
  margin: 7px;
  overflow: hidden;
  max-width: 100%; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper {
    float: left;
    max-width: 97%; }
    .eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper.no_text {
      margin: 5px 0 0 5px;
      position: relative;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/shadow.png") no-repeat right bottom;
      display: block;
      padding: 0 6px 6px 0;
      position: relative;
      font-size: 0;
      line-height: 0; }
    .eds_news_BlogOne.eds_subCollection_news .in_article_image .image_wrapper img {
      border: 1px solid #cccccc !important;
      padding: 5px;
      margin: -5px 0 0 -5px;
      background-color: white;
      float: left;
      visibility: visible;
      max-width: 100%;
      height: auto; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image p.image_title,
  .eds_news_BlogOne.eds_subCollection_news .in_article_image .image_description {
    clear: both;
    font: 11px Verdana;
    color: #252525; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image p.image_title {
    font-weight: bold;
    margin: 0 0 2px 5px; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image .image_description {
    font-style: italic;
    font-size: 10px;
    margin: 0 0 0 5px; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image.left {
    float: left; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image.right {
    float: right; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image.clear {
    clear: both;
    width: auto;
    height: auto; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image.no_left_margin {
    margin-left: 0; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article {
    margin: 0 0 20px; }
    .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper {
      position: relative; }
      .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 0 1px;
        padding: 17px 20px 20px;
        width: 44%;
        height: auto;
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/light_transparent_black.png") repeat;
        overflow: hidden;
        top: 0;
        bottom: 2.6%; }
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container .overflow_hider {
          overflow: hidden;
          height: 100%; }
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1,
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 a,
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container .content {
          font: Verdana;
          color: white;
          margin: 0;
          padding: 0;
          border: 0; }
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1,
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 a {
          font-size: 24px;
          line-height: 29px; }
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 {
          margin: 0 0 5px 0;
          font-weight: bold; }
        .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container .content {
          font-size: 14px;
          line-height: 18px; }
      .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .open_article_btn {
        position: absolute;
        top: 89%;
        right: 22px;
        left: auto;
        height: 14px; }
      .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .date_box {
        position: static;
        float: left;
        margin: 6px 5px 5px 0; }
  .eds_news_BlogOne.eds_subCollection_news .in_article_image .eds_mediaWrapper {
    max-width: 100%; }
.eds_news_BlogOne.eds_subCollection_news .category_info h1 {
  font-size: 22px;
  font-family: Verdana, Geneva, sans-serif;
  color: black;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0; }
.eds_news_BlogOne.eds_subCollection_news .category_info .description {
  font-size: 14px;
  margin: 3px 0 10px;
  color: black;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18px;
  font-weight: normal;
  overflow: hidden; }
  .eds_news_BlogOne.eds_subCollection_news .category_info .description p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px; }
.eds_news_BlogOne.eds_subCollection_news .child_categories {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .eds_news_BlogOne.eds_subCollection_news .child_categories .in_article_image {
    margin: 0 20px 20px 0; }
    .eds_news_BlogOne.eds_subCollection_news .child_categories .in_article_image .image_title {
      text-align: center;
      margin-right: 9px; }
      .eds_news_BlogOne.eds_subCollection_news .child_categories .in_article_image .image_title a {
        color: black; }
        .eds_news_BlogOne.eds_subCollection_news .child_categories .in_article_image .image_title a:hover {
          text-decoration: underline; }
.eds_news_BlogOne.eds_subCollection_news .article_pager {
  background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/pagination/bg.png") repeat-x #ebebeb;
  border: 1px solid #e4e4e4;
  padding: 4px;
  margin: 0 0 20px;
  text-align: center; }
  .eds_news_BlogOne.eds_subCollection_news .article_pager a {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block; }
    .eds_news_BlogOne.eds_subCollection_news .article_pager a.page {
      color: black;
      padding: 1px 6px;
      margin: 0 3px 0 0;
      line-height: 16px;
      border: 1px solid #e4e4e4;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/pagination/page_bg.png") repeat-x white; }
      .eds_news_BlogOne.eds_subCollection_news .article_pager a.page.active {
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/pagination_active_page_bg.png") repeat-x #646363;
        border: 1px solid #626262;
        color: white; }
    .eds_news_BlogOne.eds_subCollection_news .article_pager a.first, .eds_news_BlogOne.eds_subCollection_news .article_pager a.prev, .eds_news_BlogOne.eds_subCollection_news .article_pager a.next, .eds_news_BlogOne.eds_subCollection_news .article_pager a.last {
      text-transform: lowercase;
      color: #3e3e3e;
      margin: 0 5px 0 0; }
      .eds_news_BlogOne.eds_subCollection_news .article_pager a.first:hover, .eds_news_BlogOne.eds_subCollection_news .article_pager a.prev:hover, .eds_news_BlogOne.eds_subCollection_news .article_pager a.next:hover, .eds_news_BlogOne.eds_subCollection_news .article_pager a.last:hover {
        color: #707070; }
    .eds_news_BlogOne.eds_subCollection_news .article_pager a .prev {
      margin: 0 2px 0 0; }
.eds_news_BlogOne.eds_subCollection_news .article_list {
  padding: 20px 0 0; }
.eds_news_BlogOne.eds_subCollection_news .EDN_article_pager {
  background-color: #99ccff; }
  .eds_news_BlogOne.eds_subCollection_news .EDN_article_pager .firstButton, .eds_news_BlogOne.eds_subCollection_news .EDN_article_pager .lastButton {
    background-color: #009900;
    margin: 3px;
    padding: 3px; }
  .eds_news_BlogOne.eds_subCollection_news .EDN_article_pager .nextButton, .eds_news_BlogOne.eds_subCollection_news .EDN_article_pager .previoustButton {
    background-color: #99ff33;
    margin: 3px;
    padding: 3px; }
  .eds_news_BlogOne.eds_subCollection_news .EDN_article_pager .activepager {
    background-color: yellow;
    margin: 3px;
    padding: 3px; }
  .eds_news_BlogOne.eds_subCollection_news .EDN_article_pager .pager {
    background-color: #ffffcc;
    margin: 3px;
    padding: 3px; }
.eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper {
  text-align: center;
  margin: 0 0 20px; }
  .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0; }
  .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    background: #ededed url("/desktopmodules/easydnnnews/templates/_default/blogone/img/trigger-bg.png") 0 0 repeat-x;
    cursor: pointer;
    border: solid 1px white;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
    position: relative;
    overflow: hidden;
    line-height: 1;
    box-shadow: none; }
    .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span {
      font: 14px/1.3 Verdana;
      color: #a19e9e;
      text-shadow: 1px 1px 0 white;
      -webkit-transition: color 200ms ease;
      -moz-transition: color 200ms ease;
      -o-transition: color 200ms ease;
      transition: color 200ms ease; }
    .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay {
      position: absolute;
      top: 100%;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      display: block;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/loadingArticles.gif") center center no-repeat #dadada;
      opacity: 0;
      -webkit-transition: opacity 500ms ease;
      -moz-transition: opacity 500ms ease;
      -o-transition: opacity 500ms ease;
      transition: opacity 500ms ease; }
      .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.loadingOverlay > span {
        display: none; }
    .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover {
      background-color: #dadada; }
      .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span {
        color: #53555e; }
  .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading > button.trigger > span.loadingOverlay {
    top: 0;
    opacity: 1; }
  .eds_news_BlogOne.eds_subCollection_news .ednMoreArticlesTriggerWrapper.hide {
    display: none; }
.eds_news_BlogOne.eds_subCollection_news .edn_article_gallery {
  margin: 20px 0 0; }
  .eds_news_BlogOne.eds_subCollection_news .edn_article_gallery ul {
    margin: 0;
    padding: 0;
    list-style: outside none;
    overflow: hidden; }
    .eds_news_BlogOne.eds_subCollection_news .edn_article_gallery ul li {
      list-style: outside none;
      margin: 0 10px 10px 0;
      float: left; }
      .eds_news_BlogOne.eds_subCollection_news .edn_article_gallery ul li a {
        line-height: 0;
        font-size: 0;
        display: block;
        border: 1px solid #cbcbcb;
        padding: 1px; }
        .eds_news_BlogOne.eds_subCollection_news .edn_article_gallery ul li a:hover {
          border-color: #9d9c9c; }
.eds_news_BlogOne.eds_subCollection_news .article.multi_layout {
  padding: 0; }
  .eds_news_BlogOne.eds_subCollection_news .article.multi_layout h1.title a {
    line-height: 27px; }
  .eds_news_BlogOne.eds_subCollection_news .article.multi_layout .in_article_image {
    margin: 0; }
  .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn {
    margin: 0; }
    .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.left {
      float: left;
      margin-right: 3.9%; }
    .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.right {
      float: left; }
    .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.big {
      width: 47%;
      margin-bottom: 20px; }
      .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.big .in_article_image {
        overflow: visible; }
      .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.big .date_box {
        float: left;
        position: static;
        margin: 7px 5px 0 0; }
    .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small {
      width: 47%;
      margin-bottom: 10px; }
      .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small .in_article_image {
        margin: 0 5px 5px 0; }
      .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small h1 {
        margin: 0 0 7px;
        line-height: 15px;
        font-size: 12px; }
        .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small h1 a {
          font-size: 12px;
          line-height: 15px;
          font-weight: bold; }
  .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.single_collumn {
    clear: both;
    overflow: hidden;
    margin: 0 0 15px; }
    .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.single_collumn .in_article_image {
      margin: 0 5px 5px 0; }
    .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.single_collumn h1 {
      margin: 0 0 7px; }
    .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.single_collumn h2 {
      margin: 0 0 5px; }
.eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container {
  margin: 15px 0;
  border-radius: 6px; }
  .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr:nth-child(even) td {
    background-color: #ebebeb; }
  .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td {
    padding: 4px 10px;
    background-color: #e0dede;
    vertical-align: top; }
    .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td span,
    .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td ul li {
      line-height: 1.1; }
    .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label {
      text-align: right; }
      .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_cf_all_fields_table_label > span {
        font-weight: bold;
        white-space: nowrap; }
    .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList {
      margin: 0;
      padding: 0; }
      .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li {
        list-style-type: none;
        padding: 0 0 4px 0; }
        .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkboxList > li .EDN_cf_checkbox_icon {
          margin-top: 0; }
    .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_label {
      line-height: 16px; }
    .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_icon {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleDetailsCustomFields/checkboxBackground/predefined/cf-checkbox.png") no-repeat 0 0;
      float: left;
      width: 15px;
      height: 15px;
      margin: 3px 4px 0 0; }
    .eds_news_BlogOne.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_checked .EDN_cf_checkbox_icon {
      background-position: 0 -22px; }
.eds_news_BlogOne.eds_subCollection_news .user_dashboard {
  background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/silver_gradient.png") repeat-x #ebebeb;
  border: 1px solid #e4e4e4;
  padding: 4px 6px;
  margin: 0 0 20px;
  overflow: hidden; }
  .eds_news_BlogOne.eds_subCollection_news .user_dashboard a {
    display: block;
    float: left;
    color: #363636;
    font: 11px Arial;
    font-weight: bold;
    padding: 5px 0 0 35px;
    height: 20px;
    margin: 0 10px 0 0; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.add_article {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/green_plus.png") no-repeat;
      padding-left: 25px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.article_manager {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/papers.png") no-repeat 0 1px;
      padding-left: 28px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.approve_articles {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/approve_articles.png") no-repeat 0 1px;
      padding-left: 22px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.approve_comments {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/approve_comments.png") no-repeat 0 2px;
      padding-left: 22px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.category_manager {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/categories.png") no-repeat 0 2px;
      padding-left: 22px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.dashboard {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/monitor.png") no-repeat 0 3px;
      padding-left: 24px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.settings {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/settings.png") no-repeat 0 1px;
      padding-left: 24px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a.author_profile {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/profile.png") no-repeat 0 1px;
      padding-left: 18px; }
    .eds_news_BlogOne.eds_subCollection_news .user_dashboard a:hover {
      text-decoration: underline; }
.eds_news_BlogOne.eds_subCollection_news.eds_print .publish_date {
  color: #888888; }
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone > h1,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone > h2 {
  color: black; }
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .event_date {
  color: black; }
  .eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .event_date .export {
    display: none; }
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .event_location {
  color: black; }
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .edn_socialPrintWrapper,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .article_documents,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .article_comments,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .edn_article_links,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .article_gallery,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .related_articles,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .rate_article,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .stats,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .details,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .author_group_profile {
  display: none; }
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .in_article_image p.image_title,
.eds_news_BlogOne.eds_subCollection_news.eds_print .article.standalone .in_article_image .image_description {
  color: #252525; }
.eds_news_BlogOne.eds_subCollection_news.eds_print .admin_action,
.eds_news_BlogOne.eds_subCollection_news.eds_print .bread_crumbs {
  display: none; }
.eds_news_BlogOne.eds_subCollection_search {
  margin: 0 0 15px; }
  .eds_news_BlogOne.eds_subCollection_search .search_message {
    font: 14px Arial;
    color: black;
    display: block; }
  .eds_news_BlogOne.eds_subCollection_search .search_input {
    overflow: hidden; }
    .eds_news_BlogOne.eds_subCollection_search .search_input .input {
      width: 219px;
      float: left;
      overflow: hidden;
      height: 20px;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/search-input-bg.png") repeat-x 0 0 #eeeeee;
      padding: 6px 0 0;
      border-style: solid;
      border-color: white;
      border-width: 1px 0 1px 1px;
      border-radius: 4px 0 0 4px; }
      .eds_news_BlogOne.eds_subCollection_search .search_input .input input {
        background: transparent;
        width: 206px;
        height: 17px;
        padding: 0;
        border: 0;
        margin: 0 7px;
        font-size: 13px;
        color: #707070;
        line-height: 19px; }
        .eds_news_BlogOne.eds_subCollection_search .search_input .input input.acLoading {
          background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/indicator.gif") 85% center no-repeat !important; }
    .eds_news_BlogOne.eds_subCollection_search .search_input .do_search {
      display: block;
      width: 30px;
      height: 26px;
      text-indent: -10000px;
      text-transform: capitalize;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/search-button-inside-bg.png") no-repeat 0 0;
      padding: 0;
      margin: 0;
      border-width: 1px 1px 1px 0;
      border-style: solid;
      border-color: white;
      border-radius: 0 4px 4px 0;
      float: left;
      cursor: pointer;
      text-decoration: none; }
      .eds_news_BlogOne.eds_subCollection_search .search_input .do_search:hover {
        background-position: -31px 0; }
      .eds_news_BlogOne.eds_subCollection_search .search_input .do_search span {
        font-size: 12px;
        line-height: 16px;
        color: white;
        font-family: Arial, Helvetica, sans-serif; }
    .eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .input {
      width: 95%;
      float: none;
      overflow: hidden;
      height: 26px;
      padding: 0 2%;
      margin: 0 0 5px;
      border-width: 1px;
      border-radius: 4px; }
      .eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .input input {
        width: 100%;
        height: 26px;
        border: 0;
        margin: 0; }
    .eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .do_search {
      display: inline-block;
      width: auto;
      height: 20px;
      text-indent: 0;
      text-transform: none;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/search-button-outside-bg.png") no-repeat 0 0;
      float: none;
      border-radius: 4px;
      border-width: 1px;
      padding: 0; }
      .eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .do_search span {
        display: inline-block;
        padding: 0 5px 0 25px;
        margin: 0;
        height: 20px;
        line-height: 20px; }
      .eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .do_search:hover {
        background-position: 0 -22px; }
  .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edn_module_title {
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/gradient_title_bg.png") repeat-x #797979;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    border-radius: 5px 5px 0 0; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edn_module_title span {
      display: block;
      font: 14px Arial;
      line-height: 18px;
      font-weight: bold;
      color: white;
      margin: 0;
      padding: 2px 10px 3px;
      min-height: 18px;
      text-shadow: 0 -1px 0 #6c6c6c; }
  .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container {
    padding: 15px 0;
    position: relative; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxSingle,
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList,
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList,
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList,
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text,
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput {
      display: block;
      margin: 0;
      padding: 0 0 10px; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxSingle {
      margin-bottom: 5px; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span {
      display: block;
      border: solid 1px #d6d6d6;
      background: white url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/select/selectArrow/predefined/select-pointer.png") no-repeat top right;
      overflow: hidden;
      position: relative; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 30px;
        right: 28px;
        top: 0;
        bottom: 0;
        border-left: solid 1px #d6d6d6; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select {
        background: none transparent;
        background-color: rgba(255, 255, 255, 0);
        padding: 6px 0 6px 6px;
        font-family: Verdana, ​Geneva, ​sans-serif;
        font-size: 13px;
        line-height: 1;
        color: #404040;
        border: none;
        border-radius: 0;
        outline: none;
        height: 30px;
        -webkit-appearance: none;
        width: 116%;
        margin: 0;
        box-shadow: none; }
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option {
          font-family: Verdana, ​Geneva, ​sans-serif;
          font-size: 13px;
          line-height: 1;
          padding: 2px; }
          .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option:first-child {
            color: black; }
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled {
          color: #b5b5b5; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label {
      display: inline-block;
      position: relative;
      padding-left: 20px;
      margin: 0;
      font-size: 12px;
      color: #404040;
      font-family: Verdana, ​Geneva, ​sans-serif;
      line-height: 1.7; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        margin: 2px 10px 0 0;
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/checkBoxes/predefined/cf-checkbox.png") no-repeat 0 0 transparent; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonListName {
      font-weight: bold;
      font-family: Verdana, ​Geneva, ​sans-serif;
      font-size: 13px;
      color: #404040;
      line-height: 1.5;
      display: block; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton {
      display: inline-block;
      padding: 1px 10px 1px 0; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"] {
        display: none; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        margin: 0;
        font-size: 13px;
        color: #404040;
        font-family: Verdana, ​Geneva, ​sans-serif;
        line-height: 1.4; }
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label:before {
          content: "";
          display: inline-block;
          width: 17px;
          height: 17px;
          position: absolute;
          left: 0;
          margin: 2px 10px 0 0;
          background: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/radioButtons/predefined/cf-radiobutton.png") 0 0 transparent;
          background-repeat: no-repeat !important; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"]:checked + label:before {
        content: "";
        background-position: 0 -25px; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListName {
      font-weight: bold;
      font-family: Verdana, ​Geneva, ​sans-serif;
      font-size: 13px;
      color: #404040;
      line-height: 1.5;
      display: block; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox {
      display: block; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"] {
        display: none; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"]:checked + label:before {
        content: "";
        background-position: 0 -22px; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE input[type="checkbox"],
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox input[type="checkbox"] {
      display: inline; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label,
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label {
      padding-left: 0; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox .edncf_ltIE label:before,
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListGroup .edncf_ltIE .edncf_CheckBox label:before {
        display: none; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton input[type="radio"] {
      display: inline; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label {
      padding-left: 0; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_ltIE .edncf_RadioButton label:before {
        display: none; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label {
      display: block;
      font-weight: bold;
      color: #404040;
      font-family: Verdana, ​Geneva, ​sans-serif;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.5; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input[type="text"] {
      border: solid 1px #d4d4d4;
      background: white none;
      color: #404040;
      font-family: Verdana, ​Geneva, ​sans-serif;
      font-size: 13px;
      line-height: 1.2;
      padding: 6px 2%;
      width: 95.9%;
      margin: 0;
      box-shadow: none; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput label > span {
      display: block;
      font-weight: bold;
      color: #404040;
      font-family: Verdana, ​Geneva, ​sans-serif;
      font-size: 13px;
      font-weight: bold;
      line-height: 1.5; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs {
      height: 37px;
      position: relative;
      display: block; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line {
        height: 6px;
        top: 6px;
        border-style: solid;
        border-width: 1px;
        border-color: #727272;
        background-color: #d9d9d9;
        border-radius: 4px;
        position: relative;
        display: block;
        overflow: hidden;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5); }
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-left,
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-mid,
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line .irs-line-right {
          display: none; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason {
        border: solid 1px #5f5f5f;
        background: none #888888;
        height: 6px;
        top: 6px;
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5); }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-slider {
        border: 1px solid #727272;
          border-radius: 50%;
        background: white none;
        width: 17px;
        height: 17px;
        cursor: default;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3), inset -3px -3px 5px rgba(0, 0, 0, 0.3); }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single {
        color: black;
        background: none transparent;
        cursor: default;
        display: block;
        position: absolute;
        white-space: nowrap;
        font: 11px/1 Verdana, ​Geneva, ​sans-serif;
        top: 24px;
        padding: 0;
        left: 0;
        white-space: nowrap; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
        background: none transparent;
        padding: 0;
        text-shadow: none;
        top: 16px;
        font: 9px/1 Verdana, ​Geneva, ​sans-serif;
        color: #777777;
        position: absolute;
        display: block;
        cursor: default; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min {
        left: 0; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max {
        right: 0; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer {
      text-align: center;
      margin: 15px 0 5px; }
      .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit {
        display: inline-block;
        height: 20px;
        padding: 0 18px 0 26px;
        background: #b1b1b1 url("/desktopmodules/easydnnnews/templates/_default/blogone/img/search-button-outside-bg.png") 0 0 no-repeat;
        border-radius: 3px;
        text-decoration: none; }
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit span {
          color: white;
          font: normal 12px/1.7 Arial;
          text-decoration: none; }
        .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit:hover {
          background-position: 0 -22px; }
    .eds_news_BlogOne.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_searchInProgressOverlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1px;
      right: -1px;
      background: #f8f9f9 url("/desktopmodules/easydnnnews/templates/_default/blogone/img/searchInProgress.GIF") center center no-repeat;
      opacity: 0.7;
      width: 101%;
      z-index: 999; }
.eds_news_BlogOne.eds_subCollection_tagCloud {
  margin: 0 0 15px; }
  .eds_news_BlogOne.eds_subCollection_tagCloud h1.edn_module_title {
    margin: 0; }
  .eds_news_BlogOne.eds_subCollection_tagCloud .tags a {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #363636;
    line-height: 22px;
    display: inline-block;
    margin: 5px 5px 0 0; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a span {
      color: #787878;
      font-size: 11px;
      font-weight: bold; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a:hover {
      text-decoration: underline; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a.TagStyle1 {
      font-size: 12px; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a.TagStyle2 {
      font-size: 14px; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a.TagStyle3 {
      font-size: 16px; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a.TagStyle4 {
      font-size: 18px; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a.TagStyle5 {
      font-size: 20px; }
    .eds_news_BlogOne.eds_subCollection_tagCloud .tags a.TagStyle6 {
      font-size: 22px; }
.eds_news_BlogOne.eds_subCollection_categoryMenu {
  margin: 0 0 15px; }
  .eds_news_BlogOne.eds_subCollection_categoryMenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    list-style: outside none; }
    .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li {
      margin: 0;
      padding: 0;
      list-style: outside none;
      cursor: pointer; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div {
        padding: 5px 4px 4px 138px;
        margin: 0 0 3px;
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/greater_than_grey.png") no-repeat 18px center #d6d6d5;
        overflow: hidden; }
        .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a {
          color: #252525;
          font-size: 12px;
          font-family: Verdana, Geneva, sans-serif;
          line-height: 15px; }
          .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon {
            float: right;
            display: block;
            margin: 0 0 0 4px;
            text-indent: -10000px;
            text-decoration: none;
            line-height: 12px; }
            .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.rss {
              background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/rss_orange.png") no-repeat;
              width: 14px;
              height: 14px; }
              .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.rss:hover {
                background-position: 0 -14px; }
            .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.expand_collapse {
              background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/up_down_grey.png") 3px 2px no-repeat;
              width: 15px;
              height: 13px; }
              .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.expand_collapse.collapse {
                background-position: -10px 3px; }
        .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div:hover a.icon.expand_collapse {
          background-position: 3px -11px; }
          .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div:hover a.icon.expand_collapse.collapse {
            background-position: -10px -10px; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.active > div a {
        font-weight: bold; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0 > div {
        padding-left: 30px;
        background-color: #e3e4e2; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_1 > div {
        padding-left: 48px;
        background-position: 36px center; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_2 > div {
        padding-left: 66px;
        background-position: 54px center; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_3 > div {
        padding-left: 84px;
        background-position: 72px center; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_4 > div {
        padding-left: 102px;
        background-position: 90px center; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_5 > div {
        padding-left: 120px;
        background-position: 108px center; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_6 > div {
        padding-left: 138px;
        background-position: 126px center; }
    .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li div {
      background-image: none; }
      .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li div > img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid white;
        float: left;
        margin: 0 7px 0 0; }
    .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li.level_0 > div {
      padding-left: 15px; }
    .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper.author_menu li.level_1 > div {
      padding-left: 25px; }
.eds_news_BlogOne.eds_subCollection_calendar .top_calendar_actions {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 2px 3px;
  line-height: 0;
  border: 0;
  text-align: right; }
  .eds_news_BlogOne.eds_subCollection_calendar .top_calendar_actions > a {
    margin: 0 0 0 5px;
    display: inline-block;
    padding: 0;
    border: 0;
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/calendar/calendar_action_buttons.png"); }
    .eds_news_BlogOne.eds_subCollection_calendar .top_calendar_actions > a > span {
      display: none; }
    .eds_news_BlogOne.eds_subCollection_calendar .top_calendar_actions > a.articles_by_month {
      width: 12px;
      height: 12px;
      background-position: 0 -5px; }
    .eds_news_BlogOne.eds_subCollection_calendar .top_calendar_actions > a.icalendar_export {
      width: 12px;
      height: 15px;
      background-position: -13px -1px; }
    .eds_news_BlogOne.eds_subCollection_calendar .top_calendar_actions > a.articles_rss {
      width: 12px;
      height: 12px;
      background-position: -26px -4px; }
    .eds_news_BlogOne.eds_subCollection_calendar .top_calendar_actions > a.events_rss {
      width: 18px;
      height: 16px;
      background-position: -39px 0; }
.eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container {
  margin: 0 0 15px;
  border-radius: 10px 10px 0 0;
  overflow: hidden; }
  .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table {
    width: 100%; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/calendar_title_bg.png") repeat-x #686868;
      width: 100%;
      border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td {
        text-align: center;
        padding: 6px 0 7px;
        font: 15px Arial, Helvetica, sans-serif;
        color: white;
        text-shadow: 0 -1px 0 #6c6c6c;
        font-weight: bold; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a {
          color: white !important; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .week_days {
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/calendar_weekdays_bg.png") repeat-x #e5e5e5;
      color: #6c7174;
      font-size: 9px;
      padding: 7px 0 5px;
      text-shadow: 1px 0 0 white;
      border-bottom: 1px solid #ccd2d6;
      font-family: Arial; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day {
      margin: 0;
      border: 1px solid #e7e9ea;
      background: #f3f3f3;
      text-align: center;
      padding: 8px 3px 7px; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day > a,
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day > span {
        color: #6f6f6f;
        line-height: 1.5;
        font-family: Arial;
        text-decoration: none;
        font-size: 12px;
        display: block; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day > a:hover {
        color: #6f6f6f;
        text-decoration: underline; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts {
        background: #e0e0e0; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts > a {
          color: #6f6f6f; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events {
        background: #ffae00; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events > a {
          color: white; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today {
        background: #a1a1a1; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today > a,
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today > span {
          color: white; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected {
        background: #c5c5c5; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected > a,
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected > span {
          color: white; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month {
        color: #c8cccf; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month > a,
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month > span {
          color: #c8cccf; }
  .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day {
    vertical-align: top;
    padding: 0;
    background: white !important;
    overflow: hidden;
    text-align: left; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > span,
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > a {
      display: block;
      margin: 0;
      border: 0;
      font-weight: bold;
      padding: 3px 7px 1px;
      background-color: #f3f3f3; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_posts, .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events {
      border: 1px solid #e7e9ea; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_posts > a, .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events > a {
        background: #e0e0e0; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events > a {
      background: #ffae00; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.today > a,
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.today > span {
      background: #a1a1a1; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.selected > a {
      background: #c5c5c5; }
    .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul {
      margin: 0;
      padding: 0 4px 3px;
      border: 0; }
      .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li {
        border: 0;
        margin: 0;
        padding: 3px 0 0;
        list-style: none;
        display: block; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li > a {
          border: 1px solid #adadad;
            border-radius: 5px;
          margin: 0;
          padding: 2px 5px;
          background: white;
          display: block;
          text-align: left;
          color: #707070 !important;
          text-decoration: none;
          font: 10px Arial;
          line-height: 12px; }
        .eds_news_BlogOne.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li.event > a {
          border: 1px solid #f77601;
          background: #fff3e9;
          color: #ef5a00 !important; }
.eds_news_BlogOne.eds_subCollection_calendar .archive_list {
  margin: 0 0 15px; }
  .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_title {
    margin: 0; }
  .eds_news_BlogOne.eds_subCollection_calendar .archive_list ul {
    list-style: outside none;
    margin: 0;
    padding: 0; }
    .eds_news_BlogOne.eds_subCollection_calendar .archive_list ul li {
      list-style: outside none;
      border-bottom: 1px solid #d3d2d2;
      padding: 6px 4px 3px 23px;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/grey_arrows_right.png") no-repeat 9px 12px; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list ul li a {
        color: #363636;
        font: 12px Arial, Helvetica, sans-serif; }
  .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box {
    border: none;
    padding: 0;
    background: none; }
    .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li {
      cursor: pointer; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div > .edn_archive-year,
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div > .edn_archive-month {
        text-decoration: none; }
        .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div > .edn_archive-year:hover,
        .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div > .edn_archive-month:hover {
          text-decoration: underline; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse {
        display: block;
        float: right;
        line-height: 12px;
        margin: 0 0 0 4px;
        text-decoration: none;
        text-indent: -10000px;
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/up_down_grey.png") no-repeat scroll 3px 2px;
        height: 13px;
        width: 15px; }
        .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div .icon.expand_collapse.collapse {
          background-position: -10px 3px; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div:hover .icon.expand_collapse {
        background-position: 3px -11px; }
        .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li div:hover .icon.expand_collapse.collapse {
          background-position: -10px -10px; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-year,
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-month {
        font-weight: bold; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li ul li:last-child {
        border-bottom: none; }
  .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events .edn_module_title {
    position: relative; }
    .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a {
      display: block;
      position: absolute;
      left: auto;
      bottom: auto;
      margin: 0;
      padding: 0;
      border: 0; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a.export {
        top: 4px;
        right: 6px;
        height: 14px;
        width: 12px;
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/export_icalendar_white_outline.png"); }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss {
        top: 5px;
        right: 6px;
        height: 14px;
        width: 14px;
        background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/rss_orange.png"); }
        .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss:hover {
          background-position: 0 -14px; }
        .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a.rss ~ a.export {
          right: 26px; }
      .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events .edn_module_title > a > span {
        display: none; }
  .eds_news_BlogOne.eds_subCollection_calendar .archive_list.events ul li {
    background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/icons/archive_event_clock.png") no-repeat 6px 7px; }
.eds_news_BlogOne .chameleon_slider {
  margin: 15px 0; }
.eds_news_BlogOne .fb-comments, .eds_news_BlogOne .fb-comments iframe[style], .eds_news_BlogOne .fb-comments > span {
  width: 100% !important; }
.eds_news_BlogOne .fb_comments_count {
  margin: 0 !important;
  display: inline !important; }

.qtip.edn_calendarbox_BlogOne {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  min-width: 50px;
  font-size: 10px;
  line-height: 12px;
  direction: ltr;
  padding: 0;
  margin: 0;
  background: #f6f6f6;
  border: 1px solid #cdcdcd;
    border-radius: 2px;
  box-shadow: 2px 2px 3px -2px #1a1a1a;
  max-width: 500px; }
  .qtip.edn_calendarbox_BlogOne > .qtip-content,
  .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word; }
    .qtip.edn_calendarbox_BlogOne > .qtip-content > .title,
    .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .title {
      border: 0;
        border-bottom: 1px solid #cdcdcd;
      background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/calendar/title_gradient.png") repeat-x 0 bottom white;
      margin: 0;
      padding: 6px 15px 0;
      display: block;
      height: 19px; }
      .qtip.edn_calendarbox_BlogOne > .qtip-content > .title span,
      .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .title span {
        font: 12px Arial;
        color: #111111;
        line-height: 14px;
        font-weight: bold; }
        .qtip.edn_calendarbox_BlogOne > .qtip-content > .title span a,
        .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .title span a {
          text-decoration: none;
          color: #111111; }
          .qtip.edn_calendarbox_BlogOne > .qtip-content > .title span a:hover,
          .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .title span a:hover {
            color: black;
            text-decoration: underline; }
    .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper,
    .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper {
      padding: 0;
      margin: 0;
      border: 0;
      overflow: hidden;
      display: block;
      max-width: none;
      max-height: none;
      width: auto;
      height: auto; }
      .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article,
      .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article {
        display: block;
        margin: 0;
        border: 0;
        padding: 15px;
        width: 385px;
        overflow: hidden; }
        .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > img,
        .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > img {
          float: left;
          margin: 0 10px 10px 0;
          padding: 0;
          border: 0;
            border-radius: 5px;
          max-width: 100px;
          max-height: 100px; }
        .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > p.title,
        .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > p.title {
          font-size: 14px;
          line-height: 16px;
          font-weight: bold; }
          .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > p.title a,
          .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > p.title a {
            font: 14px Arial;
            line-height: 16px;
            color: #333333;
            text-decoration: none;
            font-weight: bold; }
            .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > p.title a:hover,
            .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > p.title a:hover {
              text-decoration: underline; }
        .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > p.location,
        .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > p.location {
          font-size: 12px;
          line-height: 14px;
          font-weight: bold;
          color: #111111;
          margin-top: 5px;
          padding: 0 0 0 15px;
          background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/calendar/red_map_location.png") no-repeat 0 0; }
        .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > .content,
        .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > .content {
          color: #333333;
          font: 10px Arial;
          line-height: 14px;
          margin: 0;
          padding: 0;
          display: block; }
          .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > .content p,
          .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > .content p {
            margin: 10px 0 0; }
        .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > a,
        .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > a {
          float: right;
          text-decoration: none;
          font: 12px Arial;
          color: #333333;
          line-height: 14px;
          font-weight: bold;
          margin: 3px 0 0;
          padding: 0 0 0 9px;
          border: 0;
          background: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/calendar/red_arrow.png") no-repeat 0 2px; }
          .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article > a:hover,
          .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article > a:hover {
            text-decoration: underline; }
      .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article_list,
      .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article_list {
        display: block;
        margin: 0;
        border: 0;
        padding: 15px 15px 15px 30px;
        width: 385px;
        overflow: hidden; }
        .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article_list > li,
        .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article_list > li {
          list-style: url("/desktopmodules/easydnnnews/templates/_default/blogone/img/calendar/red_arrow.png") outside;
          margin: 5px 0 0px;
          padding: 0;
          border: 0; }
          .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article_list > li > a,
          .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article_list > li > a {
            color: #333333;
            font: 12px Arial;
            line-height: 14px;
            font-weight: bold;
            text-decoration: none; }
            .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article_list > li > a:hover,
            .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article_list > li > a:hover {
              text-decoration: underline; }
          .qtip.edn_calendarbox_BlogOne > .qtip-content > .wrapper > .article_list > li > p,
          .qtip.edn_calendarbox_BlogOne > .ui-tooltip-content > .wrapper > .article_list > li > p {
            color: #111111;
            margin: 0;
            padding: 0;
            border: 0;
            font: 10px Arial;
            line-height: 12px; }

.EDN_search.theme_BlogOne {
  padding: 0px;
  border: 1px solid #cccccc;
  background-color: white;
  overflow: hidden;
  z-index: 9999999;
  padding: 3px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.27);
  margin: 0 20px; }
  .EDN_search.theme_BlogOne ul {
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    list-style: none; }
    .EDN_search.theme_BlogOne ul li {
      margin: 0px;
      padding: 2px 5px;
      display: block;
      font: Arial;
      font-size: 12px;
      color: #363636;
      border: solid 1px transparent; }
      .EDN_search.theme_BlogOne ul li span a {
        color: #363636;
        text-decoration: none; }
        .EDN_search.theme_BlogOne ul li span a:hover {
          text-decoration: none;
          color: white;
          text-decoration: underline !important; }
  .EDN_search.theme_BlogOne .acSelect {
    background-color: #878787;
    color: white; }
    .EDN_search.theme_BlogOne .acSelect a {
      color: white; }

@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article h1, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article h1, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article h1, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article h1 {
    font-size: 16px;
    line-height: 18px; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article h1 a, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article h1 a, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article h1 a, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article h1 a {
      font-size: 16px;
      line-height: 18px; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article h2, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article h2, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article h2, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article h2 {
    font-size: 14px;
    line-height: 14px; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article h2 a, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article h2 a, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article h2 a, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article h2 a {
      font-size: 14px;
      line-height: 14px; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article .content .in_article_image.no_left_margin.left .image_wrapper.no_text img, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article .content .in_article_image.no_left_margin.left .image_wrapper.no_text img, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article .content .in_article_image.no_left_margin.left .image_wrapper.no_text img, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article .content .in_article_image.no_left_margin.left .image_wrapper.no_text img {
    float: none;
    width: 100%; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article .content .author_box, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article .content .author_box, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article .content .author_box, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article .content .author_box {
    width: 100%;
    white-space: nowrap;
    float: right; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article .content .summary, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article .content .summary, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article .content .summary, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article .content .summary {
    float: left; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article .details .open_article_btn, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article .details .open_article_btn, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article .details .open_article_btn, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article .details .open_article_btn {
    position: relative;
    top: 3px;
    margin-bottom: 5px; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article .details .categories, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article .details .categories, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article .details .categories, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article .details .categories {
    margin-top: 10px; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout {
    padding: 0; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.left, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.left, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.left, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.left {
      float: none;
      margin-right: 0; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.right, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.right, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.right, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.right {
      float: none; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.big, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.big, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.big, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.big {
      width: auto; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article.multi_layout.two_collumn.small {
      width: auto;
      float: none;
      clear: both; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container {
    position: relative;
    float: none;
    width: auto;
    padding-bottom: 34px; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 {
      font-size: 16px;
      line-height: 16px; }
      .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 a, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 a, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 a, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .article_container h1 a {
        font-size: 16px;
        line-height: 16px; }
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .open_article_btn, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .open_article_btn, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .open_article_btn, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .in_article_image.has_article .image_wrapper .open_article_btn {
    top: 94%; } }
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons {
    padding-left: 0; }
    .EasyDNNSkin_NewsTwo .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons .social-networks, .EasyDNNSkin_NewsOne .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons .social-networks, .EasyDNNSkin_BlogTwo .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons .social-networks, .EasyDNNSkin_BlogOne .eds_news_BlogOne.eds_subCollection_news .article .author_group_profile .profile_buttons .social-networks {
      clear: both;
      padding-top: 5px; } }

/* - End of /desktopmodules/easydnnnews/templates/_default/blogone/blogone.css - */
/* - Start of /desktopmodules/easydnnnews/templates/_default/blogone/stylescss/blue.css - */
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSimpleImageLeftRight .article h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .article h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .article h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article.multi_layout h1.title a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article.multi_layout h1.title a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSimpleImageLeftRight .article.multi_layout h1.title a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .article.multi_layout h1.title a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article.multi_layout h1.title a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .article.multi_layout h1.title a
{
	font-family: "Verdana";
	color: #000000;
	font-size: 22px;
	font-weight: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSimpleImageLeftRight .article h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .article h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .article h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article.multi_layout h1.title a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article.multi_layout h1.title a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSimpleImageLeftRight .article.multi_layout h1.title a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .article.multi_layout h1.title a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article.multi_layout h1.title a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .article.multi_layout h1.title a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .in_article_image.has_article .image_wrapper .article_container h1 a
{
	font-family: "Verdana";
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .in_article_image.has_article .image_wrapper .article_container h1 a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .article.multi_layout.two_collumn.small h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti2colSmallImages .article.multi_layout.two_collumn.small h1 a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMultiWithoutBigImage .article.multi_layout.two_collumn.small h1 a
{
	font-family: "Verdana";
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .article.multi_layout.two_collumn.small h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti2colSmallImages .article.multi_layout.two_collumn.small h1 a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMultiWithoutBigImage .article.multi_layout.two_collumn.small h1 a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article.standalone > h1,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleGalleryAboveTitleSimple .article.standalone > h1,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article.standalone > h1,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefaultSimple .article.standalone > h1,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article.standalone > h1,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article.standalone > h1
{
	font-family: "Verdana";
	color: #000000;
	font-size: 25px;
	font-weight: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article h2
{
	font-family: "Verdana";
	color: #000000;
	font-size: 16px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article.standalone .event_date,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefaultSimple .article.standalone .event_date,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article.standalone .event_date,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article.standalone .event_date,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleGalleryAboveTitleSimple .article.standalone .event_date,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article.standalone .event_date,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article.standalone .event_location,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefaultSimple .article.standalone .event_location,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article.standalone .event_location,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article.standalone .event_location,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleGalleryAboveTitleSimple .article.standalone .event_location,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article.standalone .event_location
{
	font-family: "Arial";
	color: #3f3f3f;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .stats span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .stats span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .stats span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article .stats span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .stats span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .stats span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .stats span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article.standalone .rate_article,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article.standalone .rate_article,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article.standalone .rate_article,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article.standalone .rate_article,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article.standalone .rate_article,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article.standalone .rate_article,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article.standalone .rate_article
{
	font-family: "Verdana";
	color: #363636;
	font-size: 11px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .content,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .content p
{
	font-family: "Verdana";
	color: #363636;
	font-size: 14px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .in_article_image.has_article .image_wrapper .article_container .content
{
	font-family: "Verdana";
	color: #ffffff;
	font-size: 14px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .bread_crumbs,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .bread_crumbs,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .bread_crumbs a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .bread_crumbs a
{
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Verdana";
	color: #363636;
	font-size: 11px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .bread_crumbs a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .bread_crumbs a:hover
{
	text-decoration: underline;
	color: #363636;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSidebarBox h1.edn_module_title
{
	background-color: #095691;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/sidebarBoxModuleTitleBackground/predefined/bg-blue.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSidebarBox h1.edn_module_title span
{
	text-shadow: 0px -1px 0px #184cba;
	font-family: "Arial";
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSidebarBox .article.sidebar_box h1 a
{
	font-family: "Verdana";
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSidebarBox .article.sidebar_box h1 a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSidebarBox .article.sidebar_box
{
	background-color: #dcdcdc;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleSidebarBox .article.sidebar_box.odd
{
	background-color: #cccccc;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_tagCloud h1.edn_module_title
{
	background-color: #095691;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/tagCloudModuleTitleBackground/predefined/bg-blue.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_tagCloud h1.edn_module_title span
{
	text-shadow: 0px -1px 0px #184cba;
	font-family: "Arial";
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_tagCloud .tags a
{
	font-family: "Lato";
	color: #00559f;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_tagCloud .tags a:hover
{

	color: #669ec6;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_tagCloud .tags a span
{
	font-family: "Arial";
	color: #787878;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu h1.edn_module_title
{
	background-color: #095691;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/categoryMenuModuleTitleBackground/predefined/bg-blue.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu h1.edn_module_title span
{
	text-shadow: 0px -1px 0px #184cba;
	font-family: "Arial";
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li.level_0 > div
{
	background-color: #f0f0f0;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div
{
	background-color: #d7d7d7;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a
{
	font-family: "Verdana";
	color: #252525;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a:hover
{
	text-decoration: underline;
	color: #252525;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .in_article_image .image_wrapper img
{
	background-color: #ffffff;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #cccccc !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .in_article_image .image_wrapper a img:hover
{
	background-color: #ffffff;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #cccccc !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .date_box,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .date_box,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMultiWithoutBigImage .date_box
{
	background-color: #116db2;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .date_box p.year,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .date_box p.year,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMultiWithoutBigImage .date_box p.year
{
	background-color: #d2d2d2;
	color: #111111;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .date_box p,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti .date_box p,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMultiWithoutBigImage .date_box p
{
	font-family: "Arial";
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .publish_date
{
	text-transform: uppercase;
	font-family: "Arial";
	color: #888888;
	font-size: 11px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.author span
{
	background-color: #1975bb;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleAuthor/background/predefined/person.png");
	background-position: 4px 3px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .author_box span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .author_box a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .author_box a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .author_box a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .author_box a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .author_box a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .author_box a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.author span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.author span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.author span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.author span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.author span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.author span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.author span a
{
	font-family: "Verdana";
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.categories span
{
	background-color: #3a8dcd;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleCategories/background/predefined/category.png");
	background-position: 3px 3px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.categories span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.categories span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.categories span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.categories span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.categories span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.categories span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.categories span a
{
	font-family: "Verdana";
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.tags span
{
	background-color: #3a8dcd;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleTags/background/predefined/tag.png");
	background-position: 3px 3px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.tags span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault .article .details p.tags span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .article .details p.tags span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate .article .details p.tags span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article .details p.tags span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article .details p.tags span a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article .details p.tags span a
{
	font-family: "Verdana";
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault a.open_article_btn,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate a.open_article_btn,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti a.open_article_btn,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault a.open_article_btn
{
	background-color: #1975bb;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/readMoreButton/background/predefined/more.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-family: "Verdana";
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefault a.open_article_btn:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleDefaultNormalDate a.open_article_btn:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListArticleMulti a.open_article_btn:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault a.open_article_btn:hover
{
	background-color: #1975bb;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/readMoreButton/background/predefined/more.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-decoration: underline;
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article_pager
{
	background-color: #ebebeb;
	border-width: 1px;
	border-style: solid;
	border-color: #e4e4e4;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article_pager a.page,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article.standalone .article_pagination table td a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article.standalone .article_pagination table td span
{
	background-color: #ffffff;
	font-family: "Arial";
	color: #000000;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #e4e4e4;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article_pager a.page:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article.standalone .article_pagination table td a:hover
{
	background-color: #ffffff;
	color: #000000;
	border-color: #e4e4e4;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article_pager a.page.active,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article.standalone .article_pagination table td span
{
	background-color: #085590;
	color: #ffffff;
	font-weight: normal;
	border-color: #095894;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #ededed;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/pagination/infiniteScrollButton/background/predefined/trigger-bg.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #dadada;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading > button.trigger
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .ednMoreArticlesTriggerWrapper.loading > button.trigger > span.loadingOverlay
{
	background-color: #dadada;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/pagination/infiniteScrollButton/loadingImage/predefined/loadingArticles.gif");
	background-position: 50% 50%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger > span.actionTextContainer span
{
	text-shadow: 1px 1px 0px #ffffff;
	font-family: "Verdana";
	color: #a19e9e;
	font-size: 14px;
	line-height: 1.3;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger:hover > span.actionTextContainer span
{
	color: #53555e;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article.standalone .author_group_profile,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article.standalone .author_group_profile,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article.standalone .author_group_profile,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefaultSimple .article.standalone .author_group_profile,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article.standalone .author_group_profile,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleGalleryAboveTitleSimple .article.standalone .author_group_profile
{
	background-color: #f4f4f4;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article.standalone .author_group_profile .details_container h2,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article.standalone .author_group_profile .details_container h2,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article.standalone .author_group_profile .details_container h2,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefaultSimple .article.standalone .author_group_profile .details_container h2,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article.standalone .author_group_profile .details_container h2,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleGalleryAboveTitleSimple .article.standalone .author_group_profile .details_container h2
{
	font-family: "Arial";
	color: #555555;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefault .article.standalone .author_group_profile .details_container .short_info,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefault .article.standalone .author_group_profile .details_container .short_info,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleAboveTitle .article.standalone .author_group_profile .details_container .short_info,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleDefaultSimple .article.standalone .author_group_profile .details_container .short_info,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalogDefaultSimple .article.standalone .author_group_profile .details_container .short_info,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsArticleGalleryAboveTitleSimple .article.standalone .author_group_profile .details_container .short_info
{
	text-shadow: none;
	font-family: "Arial";
	color: #6a6a6a;
	font-style: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .article_documents
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #f5f5f5;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleDocuments/background/predefined/grey_linear_gradient.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .article_documents > h2
{
	font-family: "Arial";
	color: #363636;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .article_documents ul li a
{
	text-decoration: none;
	font-family: "Arial";
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .article_documents ul li a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .article_documents ul li span
{
	font-family: "Arial";
	color: #666666;
	font-size: 11px;
	line-height: 19px;
	font-style: italic;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .edn_article_links
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #f5f5f5;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleLinks/background/predefined/grey_linear_gradient.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .edn_article_links > h2
{
	font-family: "Arial";
	color: #363636;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .edn_article_links ul li a
{
	text-decoration: none;
	font-family: "Arial";
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .edn_article_links ul li a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .edn_article_links ul li span
{
	font-family: "Arial";
	color: #666666;
	font-size: 11px;
	line-height: 19px;
	font-style: italic;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .related_articles
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #f3f3f3;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .related_articles > h2
{
	font-family: "Arial";
	color: #363636;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .related_articles ul li a
{
	text-decoration: none;
	font-family: "Arial";
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .article .related_articles ul li a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsDefault .article.standalone .article_comments .add_comment .add_article_box,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalog .article.standalone .article_comments .add_comment .add_article_box
{
	background-color: #f4f4f4;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsDefault .article.details .article_comments .add_comment .add_article_box,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalog .article.details .article_comments .add_comment .add_article_box
{
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsDefault .article.standalone .article_comments .add_comment .add_article_box table td.right input.text,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalog .article.standalone .article_comments .add_comment .add_article_box table td.right input.text,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsDefault .article.standalone .article_comments .add_comment .add_article_box table td.right textarea,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalog .article.standalone .article_comments .add_comment .add_article_box table td.right textarea
{
	background-color: #ffffff;
	border-color: #bfbfbf;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsDefault .article.details .article_comments .add_comment .add_article_box table td.right input.text,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalog .article.details .article_comments .add_comment .add_article_box table td.right input.text,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsDefault .article.details .article_comments .add_comment .add_article_box table td.right textarea,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsDetailsCatalog .article.details .article_comments .add_comment .add_article_box table td.right textarea
{
	color: #222222;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .category_info h1
{
	font-family: "Verdana";
	color: #000000;
	font-size: 22px;
	line-height: 26px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .category_info .description
{
	font-family: "Verdana";
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .child_categories .in_article_image .image_wrapper img,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .child_categories .in_article_image .image_wrapper img
{
	background-color: #ffffff;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #cccccc !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .child_categories .in_article_image .image_wrapper img:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .child_categories .in_article_image .image_wrapper img:hover
{
	background-color: #ffffff;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #cccccc !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .child_categories .in_article_image .image_title a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .child_categories .in_article_image .image_title a
{
	font-family: "Verdana";
	color: #000000;
	font-size: 11px;
	line-height: 13px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsListCatalogDefault .child_categories .in_article_image .image_title a:hover,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news.eds_templateGroup_newsCatalogDefaultSimple .child_categories .in_article_image .image_title a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection
{
	background-color: #095691;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/calendar/monthBackground/predefined/bg-blue.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td > a
{
	text-shadow: 0px -1px 0px #184cba;
	font-family: "Arial";
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a
{
	text-shadow: 0px -1px 0px #c5c5c5;
	color: #ffffff !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .month_selection td.next_prev_months a:hover
{
	color: #ffffff !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .week_days
{
	background-color: #e6e6e6;
	text-shadow: 1px 0px 0px #ffffff;
	font-family: "Arial";
	color: #6c7174;
	font-size: 9px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > span
{
	background-color: #f3f3f3;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_posts > a
{
	background-color: #e0e0e0;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.has_events > a
{
	background-color: #ffae00;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.today > span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.today > a
{
	background-color: #1975bb;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day.selected > a
{
	background-color: #5daae5;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day > span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day > a
{
	font-family: "Arial";
	color: #6f6f6f;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_posts > a
{
	color: #6F6F6F;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.has_events > a
{
	color: #fff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today > a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.today > span
{
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.selected > a
{
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month > a,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container .calendar_table .day.other_month > span
{
	color: #c8cccf;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li > a
{
	background-color: #ffffff;
	border-color: #adadad;
	color: #707070 !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .callendar_table_container.advanced .calendar_table .day > ul > li.event > a
{
	background-color: #fff3e9;
	border-color: #f77601;
	color: #ef5a00 !important;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar h1.edn_module_title
{
	background-color: #095691;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/calendarArchive/titleBackground/predefined/bg-blue.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar h1.edn_module_title span
{
	text-shadow: 0px -1px 0px #184cba;
	font-family: "Arial";
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list ul li a
{
	font-family: "Arial";
	color: #363636;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list ul li a:hover
{
	text-decoration: underline;
	color: #363636;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-year,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list .edn_module_box .edn_archive_menu_wrapper li.active > div > .edn_archive-month
{
	font-weight: bold;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list ul li
{
	border-bottom-color: #d3d2d2;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list.events h1.edn_module_title
{
	background-color: #095691;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/calendarEvents/titleBackground/predefined/bg-blue.png");
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list.events h1.edn_module_title span
{
	text-shadow: 0px -1px 0px #184cba;
	font-family: "Arial";
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list.events ul li a
{
	font-family: "Arial";
	color: #333333;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list.events ul li a:hover
{
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_calendar .archive_list.events ul li
{
	border-color: #dedede;
}

.qtip.edn_calendarbox_BlogOne.blue
{
	background-color: #f6f6f6;
	border-color: #cdcdcd;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .wrapper > .article > p.title a
{
	font-family: "Arial";
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .wrapper > .article > p.title a:hover
{
	text-decoration: underline;
	color: #333333;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .wrapper > .article_list > li > a
{
	font-family: "Arial";
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .wrapper > .article_list > li > a:hover
{
	text-decoration: underline;
	color: #333333;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .wrapper > .article_list > li > p
{
	font-family: "Arial";
	color: #333333;
	font-size: 10px;
}

.qtip.edn_calendarbox_BlogOne.blue .qtip-content > .wrapper > .article > .content
{
	font-family: "Arial";
	color: #333333;
	font-size: 10px;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .wrapper > .article > a
{
	text-decoration: none;
	font-family: "Arial";
	color: #333333;
	font-size: 12px;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .wrapper > .article > a:hover
{
	text-decoration: underline;
	color: #333333;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .title
{
	background-color: #ffffff;
	border-color: #cdcdcd;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .title span,
.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .title span a
{
	font-family: "Arial";
	color: #111111;
}

.qtip.edn_calendarbox_BlogOne.blue > .qtip-content > .title span a:hover
{
	text-decoration: underline;
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input .input
{
	background-color: #eeeeee;
	border-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input .input input
{
	color: #707070;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input .do_search
{
	background-color: #ffffff;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/searchButtonInside/background/predefined/bg-blue.png");
	background-position: 0px 0px;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input .do_search:hover
{
	background-color: #ffffff;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/searchButtonInside/background/predefined/bg-blue.png");
	background-position: -31px 0px;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input.button_outside .do_search
{
	background-color: #ffffff;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/searchButtonOutside/background/predefined/bg-blue.png");
	background-position: 0px 0px;
	border-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input.button_outside .do_search:hover
{
	background-color: #ffffff;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/searchButtonOutside/background/predefined/bg-blue.png");
	background-position: 0px -22px;
	border-color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input.button_outside .do_search span
{
	font-family: "Arial";
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .search_input.button_outside .do_search:hover span
{
	color: #ffffff;
}

.EDN_search.theme_BlogOne.blue
{
	background-color: #f6f6f6;
	border-color: #cdcdcd;
}

.EDN_search.theme_BlogOne.blue .acSelect
{
	background-color: #3877a8;
}

.EDN_search.theme_BlogOne.blue ul li,
.EDN_search.theme_BlogOne.blue ul li span a,
.EDN_search.theme_BlogOne.blue .acSelect,
.EDN_search.theme_BlogOne.blue .acSelect a
{
	color: #333333;
}

.EDN_search.theme_BlogOne.blue ul li span a:hover
{
	color: #000000;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList label:before,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label:before
{
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/checkBoxes/predefined/cf-checkbox-blue.png");
	background-position: 0px 0px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox input[type="checkbox"]:checked + label:before
{
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/checkBoxes/predefined/cf-checkbox-blue.png");
	background-position: 0px -22px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label:before
{
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/radioButtons/predefined/cf-radiobutton-blue.png");
	background-repeat: repeat;
	background-position: 0px 0px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton input[type="radio"]:checked + label:before
{
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/radioButtons/predefined/cf-radiobutton-blue.png");
	background-repeat: repeat;
	background-position: 0px -25px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container label,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList label,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBox label,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text label,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonGroup .edncf_RadioButton label
{
	font-family: "Verdana";
	color: #404040;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_CheckBoxList .edncf_CheckBoxListName,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput > span > span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RadioButtonList .edncf_RadioButtonListName,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput label > span
{
	font-family: "Verdana";
	color: #404040;
	font-size: 13px;
	line-height: 1.5;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_Text .edncf_TextInput input[type="text"]
{
	border-color: #d4d4d4;
	background-color: #ffffff;
	font-family: "Verdana";
	color: #404040;
	font-size: 13px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span:after
{
	border-color: #d6d6d6;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span
{
	background-color: #ffffff;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/select/selectArrow/predefined/select-pointer-blue.png");
	background-position: 100% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select option
{
	font-family: "Verdana";
	color: #404040;
	font-size: 13px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_DropDownList > span select:disabled
{
	color: #b5b5b5;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-line
{
	background-color: #ffffff;
	border-color: #727272;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-diapason
{
	background-color: #3d8fcf;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-from,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-to,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-single
{
	font-family: "Arial";
	color: #307ab3;
	font-size: 12px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-min,
.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_RangeSliderInput .irs .irs-max
{
	font-family: "Arial";
	color: #777777;
	font-size: 10px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit
{
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchForm/button/background/predefined/bg-blue.png");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit:hover
{
	background-position: 0% -22px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit span
{
	font-family: "Arial";
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edncf_container .edncf_submitContainer .edncf_submit:hover span
{
	color: #ffffff;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edn_module_title
{
	background-color: #095691;
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/advancedSearchModule/title/background/predefined/bg-blue.png");
	background-repeat: repeat-x;
	background-position: 0% 0px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_search .edncf_AdvancedSearch .edn_module_title > span
{
	text-shadow: 0px -1px 0px #184cba;
	font-family: "Arial";
	color: #ffffff;
	font-size: 14px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .EDN_cf_all_fields_container > table tr td
{
	background-color: #E0DEDE;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .EDN_cf_all_fields_container > table tr:nth-child(2n) td
{
	background-color: #EBEBEB;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_icon
{
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleDetailsCustomFields/checkboxBackground/predefined/cf-checkbox-blue.png");
	background-position: 0px 0px;
}

.eds_news_BlogOne.eds_style_predefined_blue.eds_subCollection_news .EDN_cf_all_fields_container > table tr td.EDN_all_fields_table_value .EDN_cf_checkbox_checked .EDN_cf_checkbox_icon
{
	background-image: url("/desktopmodules/easydnnnews/templates/_default/blogone/images/articleDetailsCustomFields/checkboxBackground/predefined/cf-checkbox-blue.png");
	background-position: 0px -22px;
}


/* - End of /desktopmodules/easydnnnews/templates/_default/blogone/stylescss/blue.css - */
/* - Start of /portals/0/containers/federlavoro/container.css - */
.cci-container.shadow footer img {
  vertical-align: top;
  width: 100%; }

.gradient-blue a, .gradient-red a {
  color: white; }
  .gradient-blue a:link, .gradient-red a:link {
    color: white; }
  .gradient-blue a:visited, .gradient-red a:visited {
    color: white; }
  .gradient-blue a:hover, .gradient-red a:hover {
    color: white; }
  .gradient-blue a:active, .gradient-red a:active {
    color: white; }
.gradient-blue a:hover, .gradient-red a:hover {
  text-decoration: underline; }
.gradient-blue .Normal, .gradient-red .Normal, .gradient-blue .NormalDisabled, .gradient-red .NormalDisabled, .gradient-blue .NormalDeleted, .gradient-red .NormalDeleted {
  color: #fff; }

.gradient-border, .cci-container.inner > header > div.gradient {
  background: #008179;
  background: -moz-linear-gradient(left, #008179 0%, #54948d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008179), color-stop(100%, #54948d));
  background: -webkit-linear-gradient(left, #008179 0%, #54948d 100%);
  background: -o-linear-gradient(left, #008179 0%, #54948d 100%);
  background: -ms-linear-gradient(left, #008179 0%, #54948d 100%);
  background: linear-gradient(to right, #008179 0%, #54948d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=1); }


.gradient-border {
    bottom: 0.6em;
    height: 4px;
    position: relative;
}
.gradient-border.inner {
    width: 96%;
}
.gradient-blue.green {
  background: #008179;
  background: -moz-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008179), color-stop(100%, #54948d));
  background: -webkit-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -o-linear-gradient(top, #008179 0%, #54948d 100%);
  background: -ms-linear-gradient(top, #008179 0%, #54948d 100%);
  background: linear-gradient(to bottom, #008179 0%, #54948d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=0); 
  
  color: #fff !important;
  padding: 0.2em 1em 0.3em;

  }
.gradient-blue {
  /*background: #00559f;
  background: -moz-linear-gradient(top, #00559f 0%, #3376b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00559f), color-stop(100%, #3376b2));
  background: -webkit-linear-gradient(top, #00559f 0%, #3376b2 100%);
  background: -o-linear-gradient(top, #00559f 0%, #3376b2 100%);
  background: -ms-linear-gradient(top, #00559f 0%, #3376b2 100%);
  background: linear-gradient(to bottom, #00559f 0%, #3376b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00559f", endColorstr="#3376b2",GradientType=0); 
  */
  background: none;
  }
  .gradient-blue.lp {
    font-family: 'LatoPersonalizzato';
    font-size: 2.2em;
    line-height: 1;
    margin: 1em 0 !important;
    padding: 0.2em 1em; }

.gradient-red {
  background: #b81c30;
  background: -moz-linear-gradient(top, #b81c30 0%, #c64858 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b81c30), color-stop(100%, #c64858));
  background: -webkit-linear-gradient(top, #b81c30 0%, #c64858 100%);
  background: -o-linear-gradient(top, #b81c30 0%, #c64858 100%);
  background: -ms-linear-gradient(top, #b81c30 0%, #c64858 100%);
  background: linear-gradient(to bottom, #b81c30 0%, #c64858 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b81c30", endColorstr="#c64858",GradientType=0); }

.cci-container > h2 {
  font-family: 'LatoPersonalizzato', sans-serif; }
.cci-container.blue-title-icon {
  margin: 0;
  padding: 0; }
  .cci-container.blue-title-icon > header {
    margin: 2.2em 0 -5.2em; }
  .cci-container.blue-title-icon > footer {
    line-height: 3em; }
  .cci-container.blue-title-icon.noshadow > header {
    margin: 2.2em 0 0; }
.cci-container article > footer {
    bottom: 0;
    /** height: 10em;**/
    /** position: absolute; **/
    right: 0;
    width: 100%;
}
.cci-container.inner > header {
  width: 95%; }
.cci-container.inner.noshadow > header {
  width: 100%; }
  .cci-container.inner > header > div.gradient {
    bottom: 0.6em;
    display: block;
    height: 3px;
    position: relative; }
.cci-container.inner > section {
  width: 95%; }
.cci-container.inner.noshadow > section {
  width: 100%; }
.cci-container.inner > footer img {
  width: 95%; }

.cci-container.noshadow.scrolling-cont {
  clear: both;
  display: block; }
  .cci-container.noshadow.scrolling-cont > header {
    float: left; }
  .cci-container.noshadow.scrolling-cont section.scrolling-section {
    background-color: white;
    background-image: url("/Portals/0/Skins/confcooperative/img/navbg2.jpg");
    box-shadow: 0 0 3px inset;
    float: left;
    line-height: 1.6;
    margin-top: 2.1em;
    width: 84% !important;
    padding: 0 0.4em; }

h2.gradient-blue {
  color: #008179 !important;
  display: inline-block;
  font-size: 2.1em;
  font-weight: normal;
  line-height: 1.2;
  margin: 1em 0 0;
  padding: 0; }
  
  h2.gradient-blue_a_capo 
  {
      font-family: "LatoPersonalizzato";
  color: #008179 !important;
  display: inline-block;
  font-size: 2.1em;
  font-weight: normal;
  line-height: 1.3;
  margin: 1em 0 0;
  padding: 0; 
  width: 500px;
  }

.cci-container.inner {
  margin-left: 1%; }
.cci-container.inner.noshadow {
  margin-left: 0; }
.Head {
    margin-bottom: 0px;
}
section.cci-container.shadow section {
    bottom: 0.4em;
    position: relative;
}
.cci-container.shadow > footer.small-hide.smallest-hide {
bottom: 7px; /**Lucy* 07_05_2015*/
position: relative;
height: 2em;
z-index: 1;
}
.site-nav-2 .cl4 section.cci-container.shadow {
    background: none repeat scroll 0 0 white;
    height: 36.7em;
    max-height: 36.7em;
}
.site-nav-2 .cl4 .gradient-blue {
    height: 2em;
    position: relative;
    width: 100%;
    margin: 0;
}
.site-nav-2 .cl4 .Head {
    /*bottom: 0;
    top: 0;
    width: 31%;*/
    color: #008179;
    left: 0;
    line-height: 2em;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: none;
	text-align: center;
}
.site-nav-2 .ride-grid-12 > div.cl4 {
    margin-top: 4em;
    margin-bottom: 4em;
}
.site-nav-2 .cl4 .gradient-border {
    background: none repeat scroll 0 0 #00559f;
    left: 1.32em;
    width: 92%;
}
.site-nav-2 .cl4 .cci-container.shadow > section {
    left: 1.32em;
    width: 92%;
}
.site-nav-2 .cl4 .cci-container.shadow > header {
    margin-bottom: 3em;
}
.site-nav-2 .cl4 #dnn_storytelling .cci-container.shadow > header {
    margin-bottom: 0;
}
 .site-nav-2 .cl4 footer .gradient-border {
  background: #008179;
  background: -moz-linear-gradient(left, #008179 0%, #54948d 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008179), color-stop(100%, #54948d));
  background: -webkit-linear-gradient(left, #008179 0%, #54948d 100%);
  background: -o-linear-gradient(left, #008179 0%, #54948d 100%);
  background: -ms-linear-gradient(left, #008179 0%, #54948d 100%);
  background: linear-gradient(to right, #008179 0%, #54948d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008179", endColorstr="#54948d",GradientType=1); }

.cci-container.shadow.partner header .gradient-border, .cci-container.inner > header > div.gradient.sotto {
    bottom: 0.25em;
}

@media only screen and (max-width: 959px) { /*_vb_*/
	.site-nav-2 .cl4 .gradient-border {
		background: none repeat scroll 0 0 #00559f;
		width: 97%;
	}
	.site-nav-2 .cl4 .cci-container.shadow > section {
		width: 97%;
	}
}

@media only screen  and (max-width: 903px) {
	.site-nav-2 .cl4 .DnnModule-EasyDNNnewsCalendar .cci-container.shadow > section {
	  width: 98% !important;
	  left: 1em !important;
	  top: 0 !important;
	}
}
/* - End of /portals/0/containers/federlavoro/container.css - */
/* - Start of /portals/0/portal.css - */
/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/* - End of /portals/0/portal.css - */
/* - Start of /desktopmodules/searchboost/templates/input/federlavoro/styles.css - */

.sbInp_Default {
    
}
.sbInp_Default .searchBox {
    padding: 7px;
    margin-bottom: 8px;
    width: 185px;
}

.sbInp_Default .searchBoxEmpty {
    color: #727272;
    font-style: italic;
}

.sbInp_Default .searchBtn {
    background: transparent url("/desktopmodules/searchboost/templates/input/federlavoro/btnSearch.png") no-repeat scroll 3px center;
    padding: 18px;
    margin-left: -32px;    
}

.sbInp_Default .searchManageBtn {
    background: url("/desktopmodules/searchboost/templates/input/federlavoro/manage-icn.png") no-repeat scroll right center transparent;
    border-left: 2px solid #ccc;
    padding: 8px 9px;
}

.sbInp_Default .portalFilter, .sbInp_Default .sbcontent-filter {
    width: 190px;
    margin: 4px 0 0 0;
}


/* DNN 6 fix */
#Header .sbInp {
    float: right;
    width: 240px;
    margin-top: 10px;
}
 /*daniele search boost*/
  .site-nav .menu-search, .site-nav .sbInp.sbInp_Default {
    background-color: white;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    box-shadow: 0 0 4px #cdcdcd inset;
    color: #00559f;
    float: right;
    font-size: 1em;
    height: 1.45em;
    margin-top: 1em;
    padding: 0.2em;
    width: 14.6em;
	}
  	.site-nav .menu-search > input, .site-nav .sbInp.sbInp_Default > input {
      border: medium none;
      color: #00559f;
      text-indent: 0.618em;
      width: 13em; }
    .site-nav .sbInp.sbInp_Default > input {
	    display: inline-block;
	    float: left;
	    font-style: normal;
	    height: 1.4em;
	    margin-bottom: 0;
	    padding: 0;
	    width: 13.6em;
		}
  	.sbInp_Default a.searchBtn {
	    background: url("/desktopmodules/searchboost/templates/input/federlavoro/search.png") no-repeat scroll center center transparent;
	    bottom: 20px;
	    display: inline-block;
	    float: right;
	    
	    margin-left: 0;
	    padding: 11px 12px;
	    position: relative;
		}
		.sbInp_Default input.searchBoxEmpty {
    	color: rgba(0, 55, 159, 0.4) !important;
    }
    .sbInp_Default .searchManageBtn {
		    border-left: 2px none #ccc;
		    bottom: 17px;
		    display: inline-block;
		    float: right;
		    left: 48px;
		    position: relative;
		}
		/*daniele search boost*/
/* - End of /desktopmodules/searchboost/templates/input/federlavoro/styles.css - */
/* - Start of /desktopmodules/easydnnnews/css/prettyphoto.css - */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	/* ----------------------------------
		Default Theme
	----------------------------------- */

	div.pp_default .pp_top,
	div.pp_default .pp_top .pp_middle,
	div.pp_default .pp_top .pp_left,
	div.pp_default .pp_top .pp_right,
	div.pp_default .pp_bottom,
	div.pp_default .pp_bottom .pp_left,
	div.pp_default .pp_bottom .pp_middle,
	div.pp_default .pp_bottom .pp_right { height: 13px; }
	
	div.pp_default .pp_top .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") -78px -93px no-repeat; } /* Top left corner */
	div.pp_default .pp_top .pp_middle { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite_x.png") top left repeat-x; } /* Top pattern/color */
	div.pp_default .pp_top .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") -112px -93px no-repeat; } /* Top right corner */
	
	div.pp_default .pp_content .ppt { color: #f8f8f8; }
	div.pp_default .pp_content_container .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y; padding-left: 13px; }
	div.pp_default .pp_content_container .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite_y.png") top right repeat-y; padding-right: 13px; }
	div.pp_default .pp_content { background-color: #fff; } /* Content background */
	div.pp_default .pp_next:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite_next.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.pp_default .pp_previous:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite_prev.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.pp_default .pp_expand { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */
	div.pp_default .pp_expand:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */
	div.pp_default .pp_contract { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */
	div.pp_default .pp_contract:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_default .pp_close { width: 30px; height: 30px; background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") 2px 1px no-repeat; cursor: pointer; } /* Close button */
	div.pp_default #pp_full_res .pp_inline { color: #000; } 
	div.pp_default .pp_gallery ul li a { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/default_thumb.png") center center #f8f8f8; border:1px solid #aaa; }
	div.pp_default .pp_gallery ul li a:hover,
	div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }

	div.pp_default .pp_gallery a.pp_arrow_previous,
	div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }
	div.pp_default .pp_nav .pp_play,
	div.pp_default .pp_nav .pp_pause { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") -51px 1px no-repeat; height:30px; width:30px; }
	div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
	div.pp_default .pp_details { position: relative; }
	div.pp_default a.pp_arrow_previous,
	div.pp_default a.pp_arrow_next { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }
	div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */
	div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
	div.pp_default .pp_nav { clear: none; height: 30px; width: 105px; position: relative; }
	div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; font-color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }
	
	div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }

	div.pp_default .pp_description{ font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

	div.pp_default .pp_bottom .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") -78px -127px no-repeat; } /* Bottom left corner */
	div.pp_default .pp_bottom .pp_middle { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite_x.png") bottom left repeat-x; } /* Bottom pattern/color */
	div.pp_default .pp_bottom .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/sprite.png") -112px -127px no-repeat; } /* Bottom right corner */

	div.pp_default .pp_loaderIcon { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/default/loader.gif") center center no-repeat; } /* Loader icon */

	
	/* ----------------------------------
		Light Rounded Theme
	----------------------------------- */


	div.light_rounded .pp_top .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded .pp_details { position: relative; }
	div.light_rounded .pp_description { margin-right: 85px; }
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .pp_details { position: relative; }
	div.dark_rounded .pp_description { margin-right: 85px; }
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: #000; }
	
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_expand { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square .pp_details { position: relative; }
	div.dark_square .pp_description { margin: 0 85px 0 0; }
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav { clear: none; }
	div.dark_square .pp_nav .pp_play { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square .pp_details { position: relative; }
	div.light_square .pp_description { margin-right: 85px; }
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/btnNext.png") center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.light_square .pp_loaderIcon { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/loader.gif") center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook .pp_details { position: relative; }
	div.facebook .pp_description { margin: 0 37px 0 0; }
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/loader.gif") center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/btnNext.png") center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 10004;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10005;
	}

		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; min-width: 40px; }
		* html .pp_content { width: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}

				.pp_tools_and_sharing {
					margin: 0 10px;
					position: relative;
					top: 3px;
					overflow: hidden;
					clear: both;
				}

					.pp_tools_and_sharing .icon_link {
						display: block;
						width: 16px;
						height: 16px;
						float: left;
						margin: 2px 7px 0 0;
					}

						.pp_tools_and_sharing .icon_link.pp_image_down_link {
							background: url("/desktopmodules/easydnnnews/images/download_imge.png") no-repeat
						}

						.pp_tools_and_sharing .icon_link.pp_image_print_link {
							background: url("/desktopmodules/easydnnnews/images/print_image.png") no-repeat
						}

						.pp_tools_and_sharing .icon_link.pp_send_email_link {
							background: url("/desktopmodules/easydnnnews/images/mailicon.png") no-repeat
						}

						.pp_tools_and_sharing .pp_social_tools {
							overflow: hidden;
						}

						.pp_tools_and_sharing .pp_social_tools div.box {
							margin: 0 0 3px !important;
							height: 20px;
							width: auto;
							float: left;
						}

				.pp_nav {
					clear: right;
					float: left;
					margin: 3px 10px 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			display: none;
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
		
			.pp_gallery div {
				float: left;
				overflow: hidden;
			}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				padding: 0;
				position: relative;
				white-space: nowrap;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
			}
			
			.pp_gallery li.default a {
				background: url("/desktopmodules/easydnnnews/images/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url("/desktopmodules/easydnnnews/images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			position: absolute; right: 0; top: 0; 
			display: block;
			line-height:22px;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

			div.pp_content .pp_details div.ppt {
				font-size: 14px;
				margin: 0 85px 5px 0;
				z-index: 9999;
				font-weight: bold;
			}

			div.pp_default .pp_content .pp_details div.ppt {
				color: #000;
				margin: 0 33px 5px 0;
			}

			div.facebook .pp_content .pp_details div.ppt {
				margin: 0 30px 5px 0;
			}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */
div.pp_default .pp_content_container .pp_ImageDownload
{

    margin-left: 35px;
    margin-top: 10px;
    
}

.pp_content_container .pp_ImageDownload a
{	
	
	font-weight:bold;		
	color: #333333;
}

div.dark_square .pp_content_container .pp_ImageDownload a
{	
	
	font-weight:bold;		
	color: #aaaaaa;
}

div.dark_rounded .pp_content_container .pp_ImageDownload a
{	
	
	font-weight:bold;		
	color: #aaaaaa;
}

/* - End of /desktopmodules/easydnnnews/css/prettyphoto.css - */
/* - Start of /desktopmodules/searchboost/module.css - */


/* Styles for the search input */

.avtsb_searchbox {
    border: 1px solid #a8a8a8;
    font-family: Verdana;
    font-size: 11px;
    padding: 3px;
    background-color: #f3f3fc;
    color: #424242;
    width: 140px;
}

.avtsb_searchbox_empty {
    font-style: italic;
    color: #b4b4b4;
}

.avtsb_searchbtn {
    display: inline-block;
    /*border: 1px solid #a8a8a8;*/
    padding: 3px;
    font-family: Verdana;
    font-size: 12px;
}


.sbautocomplete .ui-autocomplete {
    max-height: 210px;
    overflow: auto;
    z-index: 9999 !important;
}

.nobullets li {
    list-style-type: none;
}




/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.sbautocomplete .ui-helper-hidden { display: none; }
.sbautocomplete .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.sbautocomplete .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.sbautocomplete .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.sbautocomplete .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.sbautocomplete .ui-helper-clearfix { display:block; }
/* end clearfix */
.sbautocomplete .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.sbautocomplete .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.sbautocomplete .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.sbautocomplete .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.sbautocomplete .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.sbautocomplete .ui-widget .ui-widget { font-size: 1em; }
.sbautocomplete .ui-widget input, .sbautocomplete .ui-widget select, .sbautocomplete .ui-widget textarea, .sbautocomplete .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.sbautocomplete .ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url("/desktopmodules/searchboost/res/autocomplete/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x; color: #333333; }
.sbautocomplete .ui-widget-content a { color: #333333; }
.sbautocomplete .ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url("/desktopmodules/searchboost/res/autocomplete/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.sbautocomplete .ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.sbautocomplete .ui-state-default, .sbautocomplete .ui-widget-content .ui-state-default, .sbautocomplete .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url("/desktopmodules/searchboost/res/autocomplete/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.sbautocomplete .ui-state-default a, .sbautocomplete .ui-state-default a:link, .sbautocomplete .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.sbautocomplete .ui-state-hover, .sbautocomplete .ui-widget-content .ui-state-hover, .sbautocomplete .ui-widget-header .ui-state-hover, .sbautocomplete .ui-state-focus, .sbautocomplete .ui-widget-content .ui-state-focus, .sbautocomplete .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url("/desktopmodules/searchboost/res/autocomplete/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.sbautocomplete .ui-state-hover a, .sbautocomplete .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.sbautocomplete .ui-state-active, .sbautocomplete .ui-widget-content .ui-state-active, .sbautocomplete .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url("/desktopmodules/searchboost/res/autocomplete/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.sbautocomplete .ui-state-active a, .sbautocomplete .ui-state-active a:link, .sbautocomplete .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.sbautocomplete .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.sbautocomplete .ui-state-highlight, .sbautocomplete .ui-widget-content .ui-state-highlight, .sbautocomplete .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url("/desktopmodules/searchboost/res/autocomplete/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x; color: #363636; }
.sbautocomplete .ui-state-highlight a, .sbautocomplete .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.sbautocomplete .ui-state-error, .sbautocomplete .ui-widget-content .ui-state-error, .sbautocomplete .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url("/desktopmodules/searchboost/res/autocomplete/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat; color: #ffffff; }
.sbautocomplete .ui-state-error a, .sbautocomplete .ui-widget-content .ui-state-error a, .sbautocomplete .ui-widget-header .ui-state-error a { color: #ffffff; }
.sbautocomplete .ui-state-error-text, .sbautocomplete .ui-widget-content .ui-state-error-text, .sbautocomplete .ui-widget-header .ui-state-error-text { color: #ffffff; }
.sbautocomplete .ui-priority-primary, .sbautocomplete .ui-widget-content .ui-priority-primary, .sbautocomplete .ui-widget-header .ui-priority-primary { font-weight: bold; }
.sbautocomplete .ui-priority-secondary, .sbautocomplete .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.sbautocomplete .ui-state-disabled, .sbautocomplete .ui-widget-content .ui-state-disabled, .sbautocomplete .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.sbautocomplete .ui-icon { width: 16px; height: 16px; background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_222222_256x240.png"); }
.sbautocomplete .ui-widget-content .ui-icon {background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_222222_256x240.png"); }
.sbautocomplete .ui-widget-header .ui-icon {background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_ffffff_256x240.png"); }
.sbautocomplete .ui-state-default .ui-icon { background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_ef8c08_256x240.png"); }
.sbautocomplete .ui-state-hover .ui-icon, .sbautocomplete .ui-state-focus .ui-icon {background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_ef8c08_256x240.png"); }
.sbautocomplete .ui-state-active .ui-icon {background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_ef8c08_256x240.png"); }
.sbautocomplete .ui-state-highlight .ui-icon {background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_228ef1_256x240.png"); }
.sbautocomplete .ui-state-error .ui-icon, .sbautocomplete .ui-state-error-text .ui-icon {background-image: url("/desktopmodules/searchboost/res/autocomplete/ui-icons_ffd27a_256x240.png"); }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.sbautocomplete .ui-corner-all, .sbautocomplete .ui-corner-top, .sbautocomplete .ui-corner-left, .sbautocomplete .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.sbautocomplete .ui-corner-all, .sbautocomplete .ui-corner-top, .sbautocomplete .ui-corner-right, .sbautocomplete .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.sbautocomplete .ui-corner-all, .sbautocomplete .ui-corner-bottom, .sbautocomplete .ui-corner-left, .sbautocomplete .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.sbautocomplete .ui-corner-all, .sbautocomplete .ui-corner-bottom, .sbautocomplete .ui-corner-right, .sbautocomplete .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.sbautocomplete .ui-widget-overlay { background: #666666 url("/desktopmodules/searchboost/res/autocomplete/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.sbautocomplete .ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url("/desktopmodules/searchboost/res/autocomplete/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.sbautocomplete .ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.sbautocomplete .ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.sbautocomplete .ui-menu .ui-menu {
	margin-top: -3px;
}
.sbautocomplete .ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.sbautocomplete .ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.sbautocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.sbautocomplete .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.DnnModule-avtSearchBoostInput {
    /*z-index: 9999;*/
}

.sbform {
    margin: 20px;
}

.sbform legend {
    font-weight: bold;
    font-size: 13px;
    color: #375162;
}

.sbform li {
    list-style: none;
}

.sbform .sblbl {
    float: left; 
    display: block;
    width: 120px; 
    text-align: right; 
    margin: 6px 6px 0 6px;
    font-size: 11px;
    font-family: Georgia;
    font-weight: bold;
}

.sbform select, .sbform .textbox {
    width: 260px;
}

.sbform .sbbtnpane {
    margin: 10px 100px;
}




/* - End of /desktopmodules/searchboost/module.css - */
