@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300,100);
/* Eric Meyer's CSS Reset */
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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */


html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 400 16px/18px 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.container {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 150px;
}

header .fullwidth {
    height: 8px;
    background-color: #4b45a5;
    margin: 0;
    padding: 0;
    width: 100%;
}

#site-title {
    margin-bottom: 10px;
}

    #site-title .container {
        padding: 16px 0;
    }

    #site-title .site-logo {
        padding-left: 0;
        padding-right: 0;
    }

.n-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .n-brand img {
        width: 124px;
        height: 32px;
        vertical-align: bottom !important;
        margin-right: 15px;
    }

.site-logo h1 {
    color: #4b45a5;
    font-size: 1.3em;
    font-weight: normal;
    padding-top: 10px;
}

.site-logo a {
    text-decoration: none;
}

.language-bar {
    float: right;
    width: 100px;
    margin-top: 38px;
}

    .language-bar input {
        width: auto;
        height: auto;
        padding-left: 8px !important;
    }

/* Navigation
-----------------------------------------------------------------------------*/
#nav-main {
    background-color: #4B45A5;
    width: 100%;
    height: 46px;
    margin-top: 62px;
}

nav {
    background-color: #4B45A5;
    color: #ffffff;
    display: block;
    margin: 8px 22px 8px 10px;
    overflow: hidden;
    width: 100%;
}

    nav ul {
        margin: 0;
        padding: 0;
    }

        nav ul li {
            display: inline-block;
            list-style-type: none;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

    nav > ul > li > a > .caret {
        border-top: 5px solid #ffffff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;
    }

    nav > ul > li > a {
        font-weight: 400;
        font-size: 1.125em;
        color: #ffffff;
        display: block;
        line-height: 46px;
        padding: 0 24px;
        text-decoration: none;
    }

    nav > ul > li:hover {
        background-color: rgb( 121, 115, 211 );
    }

        nav > ul > li:hover > a {
            color: rgb( 255, 255, 255 );
        }

            nav > ul > li:hover > a > .caret {
                border-top-color: rgb( 255, 255, 255 );
            }

    nav > ul > li > div {
        background-color: rgb( 75, 69, 165 );
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 200px;
        visibility: hidden;
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
    }

    nav > ul > li:hover > div {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }

    nav > ul > li > div ul > li {
        display: block;
    }

        nav > ul > li > div ul > li > a {
            color: #fff;
            display: block;
            padding: 12px 24px;
            text-decoration: none;
        }

        nav > ul > li > div ul > li:hover > a {
            background-color: rgb( 121, 115, 211 );
        }



/* Middle
-----------------------------------------------------------------------------*/
#main-content {
    padding: 0 0 100px;
}

#main-section {
    padding: 10px 0 50px 0;
}

div#panorama {
    line-height: 2.5em;
    text-align: center;
    font-size: 24px;
    margin-top: 2%;
}

h4 {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 25px;
}
/* HEX */
.hex_links {
    width: 950px;
    position: relative;
    padding-top: 2%;
    margin: 0 auto;
    height: 125px;
}

.hex_linksb {
    width: 570px;
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
    height: 550px;
}

.hex {
    float: left;
    margin-left: 5px;
    margin-bottom: 50px;
}

.hex-row {
    clear: left;
}

    .hex-row.even {
        margin-left: 81px;
    }

.hex:before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
}

.small:before {
    top: -26px;
    border-bottom: 26px solid #cf9fff;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
}

.big:before {
    top: -45px;
    border-bottom: 45px solid #cf9fff;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}

.hex {
    display: block;
    background-color: #cf9fff;
    position: relative;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    cursor: pointer;
}

.small {
    margin-top: 26px;
    width: 90px;
    height: 52px;
    opacity: 0.3;
    margin-right: 10px;
}

.big {
    margin-top: 45px;
    width: 156px;
    height: 90px;
    opacity: 1 !important;
    margin-bottom: 5px;
    color: #333;
}

.hex:after {
    content: "";
    width: 0;
    position: absolute;
}

.small:after {
    bottom: -26px;
    border-top: 26px solid #cf9fff;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
}

.big:after {
    bottom: -45px;
    border-top: 45px solid #cf9fff;
    border-left: 78px solid transparent;
    border-right: 78px solid transparent;
}

.hex2:before {
    border-bottom-color: #fac565;
}

.hex2 {
    background-color: #fac565;
}

    .hex2:after {
        border-top-color: #fac565;
    }

.hex3:before {
    border-bottom-color: #ef99f3;
}

.hex3 {
    background-color: #ef99f3;
}

    .hex3:after {
        border-top-color: #ef99f3;
    }

.hex4:before {
    border-bottom-color: #b5df5d;
}

.hex4 {
    background-color: #b5df5d;
}

    .hex4:after {
        border-top-color: #b5df5d;
    }

.hex5:before {
    border-bottom-color: #8fc8fe;
}

.hex5 {
    background-color: #8fc8fe;
}

    .hex5:after {
        border-top-color: #8fc8fe;
    }

.hex6:before {
    border-bottom-color: #fce767;
}

.hex6 {
    background-color: #fce767;
}

    .hex6:after {
        border-top-color: #fce767;
    }

.hex7:before {
    border-bottom-color: #f793ad;
}

.hex7 {
    background-color: #f793ad;
}

    .hex7:after {
        border-top-color: #f793ad;
    }

.hex8:before {
    border-bottom-color: #4b45a5;
}

.hex8 {
    background-color: #4b45a5;
}

    .hex8:after {
        border-top-color: #4b45a5;
    }

.hex9:before {
    border-bottom-color: #b09ffa;
}

.hex9 {
    background-color: #b09ffa;
}

    .hex9:after {
        border-top-color: #b09ffa;
    }

a.hex.small:hover, .hexactive {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    opacity: 1;
}

.text {
    color: #333333;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
}

    .text.rus {
        font-size: 13px;
    }

.textb {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 1.1;
    padding: 10px 7px 0 7px;
}

a.hex {
    text-decoration: none;
}

    .hex8 .text, .hex8 .textb, a.hex.big.hex8:hover {
        color: #ffffff;
    }

    a.hex.big:hover .textb {
        text-decoration: underline;
    }
/* End of HEX */
/* List */
ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.circle-list {
    position: relative;
    margin-top: 10px;
}

    .circle-list li {
        padding: 0.4em;
        border-bottom: 1px dashed #ccc;
        max-width: 900px;
    }

    .circle-list h2 {
        position: relative;
        margin: 0;
        font-weight: 400;
        font-size: 14px !important;
    }

    .circle-list p {
        margin: 0;
    }

    .circle-list h2:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        z-index: -1;
        top: -.2em;
        background: #f5f5f5;
        height: 1.5em;
        width: 1.5em;
        border: .1em solid rgba(0, 0, 0, .05);
        text-align: center;
        font: italic bold 1em/1.5em Georgia, Serif;
        color: #ccc;
        border-radius: 1.5em;
    }

    .circle-list li:hover h2:before {
        border-width: .2em;
    }

    .circle-list li h2 a {
        text-decoration: none;
        color: #333;
        line-height: 1.3;
        padding-left: 35px;
    }

        .circle-list li h2 a:hover {
            text-decoration: underline;
            color: #4b45a5;
        }
/* End of list */
/* button top (up) */
a.sbutton {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 100%;
    outline: none;
    background: #ddd;
    box-shadow: 0 1px rgba(0,0,0,.1) inset, 0 1px #fff;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
}

    a.sbutton:after, a.sbutton:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 7.5%;
        left: -15%;
        right: 0;
        bottom: 0;
        width: 30%;
        height: 10%;
        margin: auto;
        background: #999;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    a.sbutton:before {
        left: 15%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    a.sbutton:hover, a.sbutton:focus {
        background: #cccccc;
        box-shadow: none;
    }

        a.sbutton:hover:after, a.sbutton:hover:before {
            background: #fff;
            box-shadow: none;
        }
/* end of button top (up) */

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 100%;
    margin: -66px auto 0;
    height: 66px;
    background: #4b45a5;
    position: relative;
}

.copyright, .copyright a {
    color: #fff;
    line-height:26px;
    text-align: center;
    text-decoration: none;
    padding-top:10px;
}
/* End of footer
----------------------------------------------------------------------------*/
#panorama {
    text-transform: uppercase;
}

strong {
    font-weight: bold;
}
.little-header {
    font-weight: bold;
    margin-bottom:10px;
    font-size:14px;
}
i {
    font-style: italic;
}
.subdivision-text {
    padding-left: 1.5em;
}
.subdivision-sub-text {
    padding-left: 3.5em;
    font-style:italic;
}
::selection {
  background: #5e3abe; /* WebKit/Blink Browsers */
  color:white;
}
::-moz-selection {
  background: #5e3abe; /* Gecko Browsers */
  color:white;
}

#ctl00_ContentPlaceHolder1_gvCotaBrMentin th{
    vertical-align: middle;
}

#ctl00_ContentPlaceHolder1_gvMentinFithrYears th {
    vertical-align: middle;
}
#ctl00_ContentPlaceHolder1_gvTopFemInvent th {
    vertical-align: middle;
}
@media print {
    span {
        display: none;
    }

    input[type=image] {
        display: none;
    }

}
/* ------------------------------------------------- loader styles -------------------------------- */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background: #f5f5f5;
	opacity:0.7;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #5E3ABE;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #DC24DE;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FC9E16;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

.details-table {
    width:100%;
    font-size: 13px;
    /*color: black;*/
    color:rgb(95, 95, 95);
    border-collapse: collapse;
    /*border: 1px #eaeaea solid;*/
    padding-left:100px;
}

.details-table td {
        /*border: 1px #eaeaea solid;*/
        padding: 7px 7px 9px;
        line-height: 18px;
        text-align: left;
        font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
        vertical-align:middle;
    }
#ctl00_ContentPlaceHolder1_Panel1 h1 {
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #4b45a5;
    margin-left:25px;
}
.info-menu a {
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
    font-size:0.9em;
}
.highlight {
    background: #5e3abe; 
    color: white;
}
.button.success {
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #4B45A5;
    border: 1px transparent solid;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
    margin: auto;
}
.dotBottoms {
    padding: 5px;
}
input[type="submit"]:disabled {
    display:none;
}
input[type="image"]:disabled {
    display: none;
}
#tblDenum td{
    padding: 35px 5px 30px 5px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    color:#4b45a5;
}
#searchTbl td {
    padding: 1px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#searchTbl input {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#searchTbl select {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

td.dotBottoms {
    padding: 10px;
}
#ctl00_ContentPlaceHolder1_lblAlegere {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#4b45a5;
    /*padding-bottom:10px;*/
}
.last-tb-head {
    margin-left: -5em;
}
strong {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
}
/*a {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
}*/
.hlStatistics {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.hlConditii{   		
	font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: italic;
    font-size: 14px;
}
a.imjusttext{ color: #000000; text-decoration: none; }
a.imjusttext:hover { text-decoration: none; }
.header-main {
    font-size: 1.9em;
   font-weight:normal;
   font-weight:bold;
}
.table-description p {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
}
/*new added*/
.div-feedback {
            position: fixed;
            right: 0;
            top: 280px;
            height: 30px;
            width: 240px;
            background-color:#4b45a5;
            text-align: center;
            padding-top:9px;
            /* Safari */
            -webkit-transform: rotate(-90deg);
            /* Firefox */
            -moz-transform: rotate(-90deg);
            /* IE */
            -ms-transform: rotate(-90deg);
            /* Opera */
            -o-transform: rotate(-90deg);
            /* Internet Explorer */
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
            transform-origin: right bottom 0;
        }
        .text-transform {
            color: white;
            text-decoration:none;
        }
.diagramm-no-data {
    padding: 10px;
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    text-align: left;
}
.no-aplicable {
    margin-top: 200px;
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    text-align: center;
}
.no-aplicable-little {
    margin-top: 135px;
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    text-align: center;
}
.no-data-little-span {
    font-size: 13px;
    margin-top:20px;
}
#pie_chart_cib_six_1_no_data {
    padding-top: 6px;
}
#pie_chart_cib_six_2_no_data {
    padding-top: 6px;
}
#pie_chart_cib_six_3_no_data {
    padding-top: 6px;
}
.btn_analyze {
  width: 67px;
  /*height: 29px;*/
  background: #4A48A9;
  position: relative;
  border: 2px solid #ffffff;  
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding:3px 0 4px 0;
}
.btn_analyze:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #4A48A9;
  z-index: -1;
}
td.table-division-left{
    text-align:left;
}
/*Calendar Control CSS*/
.cal_Theme1 .ajax__calendar_container   {
background-color: #ffffff;
border:solid 1px #ccc;
}

.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff;
margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #4B45A5;
padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
background-color: #ffffff;
border: solid 1px #ccc;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center;
font-weight:bold;
margin-bottom: 4px;
margin-top: 2px;
color: #4B45A5;
}

.cal_Theme1 .ajax__calendar_day {
color:#4B45A5;
text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: white;
font-weight: bold;
background-color: #4B45A5;
}
    .cal_Theme1 .ajax__calendar_active .ajax__calendar_day {
        color: white;
    }
.cal_Theme1 .ajax__calendar_today   {
font-weight:bold;
}
.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #4B45A5;
}
.searchDenum{
    width:100%;
}

/* table marks */
.tbl-header{
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #4b45a5;
    margin-left: 25px;
    margin-top:19px;
}
.td-align-center {
    text-align: center;
}
.td-align-right{
    text-align: right
}
.td-align-left{
    text-align:left;
}

.header-results{
    height:3.5em;
    vertical-align:central;
}
.header-nav-links{
    padding:1.8em 0.5em 0.5em 1em;
    float:left;
    height:100%;
}
.header-nav-links a{
    font-family: 'Segoe UI_', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:600;
}
.header-nav-links a:not(.aspNetDisabled):link{
    color:#504AAA;
}
.header-nav-links a:not(.aspNetDisabled):visited{
    color:#504AAA;
}

.header-nav-links a:not(.aspNetDisabled):hover{
    color:#504AAA;
    text-shadow:1px 0 0 #504AAA;
    text-decoration:underline;
}

.header-nav-links a:not(.aspNetDisabled):active{
    color:#504AAA;
    text-shadow:1px 0 0 #504AAA;
    text-decoration:underline;
}

.header-srch-crit{
    padding:1.9em 0.5em 0.5em 0.5em;
    text-align:center;
    height:100%;
    float:left;
    width:300px;
}

.header-page-inform{
    text-align:right;
    padding:0.6em 0.5em 0.5em 0.5em;
    height:100%;

}
.header-page-inform span.margined{
    display:inline-block;
    margin:1.4em 0.5em 0 0;
}
.link-img-inl img{
    vertical-align:middle;
    padding:0 0 3px 0;
}
.link-img-pr-inl img{
    vertical-align:middle;
}
.content-table{
    margin:0.5em 0 0 0;
}
.div-ajax-background{
    margin: 0; 
    padding: 0; 
    position: fixed; 
    right: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #ffffff; 
    z-index: 30001; 
    opacity: 0.8;
}
.div-ajax-background p{
    position: absolute; 
    color: White; 
    top: 50%; 
    left: 45%;
}
div.res-img-container{
    width:200px;
    text-align:center;
}
img.results-img-thumb{
    max-width: 200px; 
    max-height: 90px; 
}
.res-nav-links{
    width:14em;
    float:left;
}
.res-inform{
    padding-left:14em;
}

.error-404{color:#5f5f5f;width:450px;text-align:center;margin:20px auto;}
.error-404 p.error-msg{font-size:5.8em;line-height:normal;}                                                                                             
.error-404 h2{font-size:3.125em;margin-bottom:20px;line-height:normal;}
.error-404 p{padding-bottom:10px}

/*############################################ pagination ####################################################*/
.gvPages{
    background: none;
    border: none;
    margin: 15px 0 10px;
}
.gvPages{
    margin:10px;
}
.gvPages > td > table > tbody > tr > td{
    font-size:12px;
    display:inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    color:#504AAA;
    margin:5px;
    padding:5px;
    height:18px;
    width:18px;
    text-align:center;
}

.gvPages > td table > tbody > tr > td > a{
  font-weight:bold;
  text-decoration:none;
  border: none;
  background:none;
  color: #504AAA;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}
.gvPages > td table > tbody > tr > td > a:hover{
  font-weight:bold;
  text-decoration:underline;
  border: none;
  background:none;
  color: #504AAA;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.gvPages  > td table > tbody > tr > td > span{
    color:red;
    font-weight:bold;
    text-decoration:none;
}
