* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body
{
    margin: 0px;
    background-color: #ffffff;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}

.outertable
{
    width: 100%;
    border: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.trlogo
{
    width: 100%;
    height: 125px;
    /*vertical-align: middle;*/
}

.tdlogo
{
    background-color: #3274d6;
    /*vertical-align: middle;*/
}

.divlogo
{
    text-align: left;
    /*font-size: 5rem;*/
    font-weight: bold;
    color: white;
    padding-left: 15px;
    padding-top:0;
    /*display: block;*/
}

.trinfo
{
    width: 100%;
    height: 25px;
}

.tdinfo
{
    background-color: #EEEEEE;
}

.tableinfo
{
    width: 100%;
}

.divinfo
{
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
    
}

.divztechlink
{
    font-weight: bold;
    text-align: left;
    padding-right: 15px;
}

.divinfolink
{
    text-decoration: none;
    color: #3274d6;
    
}
.divinfolink:hover
{
    text-decoration: none;
    color: white;
    background-color: #3274d6;
}

.trcontentmain
{
    width: 100%;
}

.tablesubcont
{
    width: 100%;
    border: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.trsubcont1
{
    width: 100%;
}

.tdsubcont1
{
    width: 140px;
    vertical-align: top;
}

.tablemenu
{
    width: 100%;
    border: 0;
    padding-left: 5px;
    border-collapse: separate;
    border-spacing: 5px;
}

.tdpageheader
{
    vertical-align: top;
}

.tablepageouter
{
    width: 100%;
    padding: 0;
    border-collapse: separate;
    border-spacing: 5px;
}

.tablepageinner
{
    width: 100%;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.trpagetitle
{
    width: 100%;
    height: 60px;
}

.tdpagetitle
{
    background-color: #3274d6;
}

.divpagetitle
{
    font-size: 2rem;
    font-weight: bold;
    color: white;
    padding-left: 10px;
}

.trpagecontentcontainer
{
    width: 100%;
    height: 100px;
}

.tdpagecontentcontainer
{
    vertical-align: top;
    background-color: #EEEEEE;
}

.tablepagecontent
{
    width: 100%;
    padding: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

.tablepagecontentinner
{
    width: 100%;
    padding: 10px;
    border-collapse: separate;
    border-spacing: 0;
}

.tdpageheadercol
{
    color: white;
    background-color: #3274d6;
    font-weight: bold;
}

.tdpagecontentcol
{
    color: #000000;
    font-weight: normal;
}

.menuitem
{
    height: 30px;
    background-color: #3274d6;
    text-align: center;
}

a.menulink
{
    width: 100%;
    height: 100%;
    padding-top: 2px;
    /*padding-bottom: 15px;*/
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
  	display: block;
  	text-decoration: none;
}

a.menulink:hover
{
    background-color: #1f4885;
  	transition: background-color 0.2s;
}

.contentlink
{
    color: #000000;
    text-decoration: none;
}

.contentlink:hover
{
    color: #3274d6;
    /*background-color: #3274d6;*/
    text-decoration: none;
}

img.map, map area{
    outline: none;
}