﻿body, table {
    font-family: "Segoe UI", Helvetica, Tahoma, Verdana;
    font-size: 16px; 
    color: #343434;
}



/* first for IE 4–8 */
@font-face {
	font-family: DINWebPro-CondBold;
	src: url("/styles/fonts/DINWebPro-CondBold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: DINWebPro-CondBold;
	src: url("/styles/fonts/DINWebPro-CondBold.woff") format("woff");
}


h1, h2, h3 {
font-family: DINWebPro-CondBold, Helvetica, Arial;
color: #0385c6;
margin-top: 10px;
margin-bottom: 0px;
}

h4, h5, h6 {
color: #58676b;
}

h1 {
font-size: 34pt;
}
h2 {
font-size: 30pt;
}
h3 {
font-size: 24pt;
}
h4 {
font-size: 14pt;
}
h5{
font-size: 12pt;
}
h6 {
font-size: 10.1pt;
}

A {
	COLOR: #0385c6; TEXT-DECORATION: underline
}
A:link {
	COLOR: #0385c6; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #0385c6; TEXT-DECORATION: underline
}
A:active {
	COLOR: #0385c6; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #0385c6; TEXT-DECORATION: none
}


.row
{
    clear: both;
    overflow: hidden;
}

.left
{
    float: left; 
}

.left h4
{
    margin-top: 0px;
    margin-bottom: 10px;
}

.padding_left 
{
    padding-left: 50px;
}
.left ul 
{
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    list-style-image: url('/images/layout/arrow_blue.png');
}

.left ul li {
        margin: 0 0 10px 0;
        padding: 0 0 0 5px;
}

img.shadow {
    margin: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}


/* MENU */

A.menulink {
    color: #304c6c;
	TEXT-DECORATION: none;
	display:block; 
	BACKGROUND-COLOR: #efefef;
	padding: 0px;
    padding: 3px;
	width: 180px;
	height: 20px;
}
A.menulink:hover {
	BACKGROUND-COLOR: #e6e6e6;
}


/* GRID */

.grid td {
    border: solid 1px white;
}

th {
    font-weight: normal;
}

/* FORMS */
fieldset {
	margin: 0px; padding: 0px; outline: 0px; border: 0px currentColor; vertical-align: baseline;
    margin-top: 10px;
}

fieldset textarea, fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="submit"], fieldset select {
	border-width: 1px 1px 1px 3px; border-style: solid; border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) rgb(45, 111, 186);
	margin: 0px; padding: 1px 1px 1px 4px; 
	font-size: 12pt;
	/* height: 19pt; */
}
fieldset textarea:hover, fieldset input[type="text"]:hover, fieldset input[type="password"], fieldset input[type="submit"], fieldset select:hover {
border-color: rgb(160, 160, 160) rgb(160, 160, 160) rgb(160, 160, 160) rgb(45, 111, 186);
        box-shadow: 0 1px 0 rgba(0,0,0,.15);
}

fieldset label {
	margin: 5px 5px 5px 6px; padding: 0px; width: 180px;
}

fieldset input[type="submit"]  {
	border-width: 1px 1px 1px 1px; border-style: solid; border-color: rgb(204, 204, 204);
    padding-left: 10px; 
    padding-right: 10px;
}

fieldset input[type="submit"]:hover {
	border-color: rgb(160, 160, 160);
}


.indent
{
	margin-left: 40px;
}

#footer{
    height: 57px;
    border-top: 5px solid #bcc2c4;
}

#footer, #footer a {
background-color: #68767a;
color: white;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 12pt;
padding-top: 5px;
padding-bottom: 5px;
padding-top: 50px;
}

/* top menu */
.top_menu {
    position: relative;
    height: 47px;
    background-color: #fff;
    border-bottom: 5px solid #0385c6;
}

.navigationMenu {
    position: absolute;
    bottom: 0;
    left: 30px;
    clear: both;
    text-align: left;
    font-family: 'Segoe UI', helvetica, tahoma, arial;
}
.navigationMenu ul {
    -webkit-padding-start: 0;
    list-style: none;
}

.navigationMenu>ul {
    position: relative;
}
.navigationMenu>ul>li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: -5px;
}
.navigationMenu>ul>li:last-child {
    margin-right: 0
}
.navigationMenu>ul>li>a {
    display: block;
    position: relative;
    color: #2d2d2d;
    font-size: 21px;
    padding: 14px 40px 0;
    height: 41px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    line-height: normal;
}
.navigationMenu>ul>li>a:hover {
    text-decoration: none !important;
}
.navigationMenu>ul>li:hover ul {
    display: block;
}
.navigationMenu>ul>li>ul {
    position: absolute;
    z-index: 1;
    top: 55px;
    display: none;
    margin-top: -5px;
    border-top: 5px solid transparent;
    box-shadow: 5px 5px 5px 0 rgba(50, 50, 50, .3);
    -webkit-padding-start: 0;
}
.navigationMenu>ul>li>ul>li {
    background-color: #fff;
    width: 100%;
    float: left;
    position: relative;
    margin-right: 10px;
    border-left: 1px solid #eef0f0;
    border-bottom: 1px solid #eef0f0;
    height: 38px;
}
.navigationMenu>ul>li>ul>li:last-child {
    border-bottom: none;
}
.navigationMenu>ul>li>ul>li.hasicon {
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(https://static.emsisoft.com/images/layout/menu_icons.png);
}
.navigationMenu>ul>li>ul>li.hasicon a {
    padding: 12px 4px 12px 52px;
}
.navigationMenu>ul>li>ul>li.icon-cmd {
    background-position: 0 0;
}
.navigationMenu>ul>li>ul>li.icon-eam {
    background-position: 0 -40px;
}
.navigationMenu>ul>li>ul>li.icon-eamfs {
    background-position: 0 -80px;
}
.navigationMenu>ul>li>ul>li.icon-eec {
    background-position: 0 -120px;
}
.navigationMenu>ul>li>ul>li.icon-eek {
    background-position: 0 -160px;
}
.navigationMenu>ul>li>ul>li.icon-ems {
    background-position: 0 -200px;
}
.navigationMenu>ul>li>ul>li.icon-eoa {
    background-position: 0 -240px;
}
.navigationMenu>ul>li>ul>li.icon-isp {
    background-position: 0 -280px;
}
.navigationMenu>ul>li>ul>li:hover {
    background-color: #04a9fb;
}
.navigationMenu>ul>li>ul>li:hover a {
    color: #fff;
}
.navigationMenu>ul>li>ul>li>a {
    width: 100%;
    height: auto;
    padding: 12px 4px 12px 12px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: #4e4e4e;
    font-size: 11pt;
    line-height: 1;
}
.navigationMenu>ul>li>ul>li>a:hover {
    text-decoration: none !important;
}