/*  Copyright © 2019-2020 Arutunian LLC. All rights reserved. */

body {
	background-color: #FFFFFF;
	font-family: Helvetica-Neue, Helvetica, Verdana, Arial, sans-serif;
	color:#3B2E0C;
	font-size:11pt;
/*
	margin-left:10px;
	margin-right: 10px;
*/
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
    font-size:14pt;
}

h3 {
	font-size:12pt;
	font-weight:bold;
}

select {
	height: 24px;
	line-height: 24px;
}

input {
	height: 24px;
}

input[type=checkbox] {
	height: 20px;
}

.top-navbar {
	height:32px;
	line-height:32px;
	margin-left:10px;
	margin-top:8px;
}

.portal-table {
	margin-left:20px;
	margin-right:20px;
}

.heading {
	font-size:14px;
}

/*
#photo-footer {
	width:100%;
	height:450px;
	background-image:url("images/background_wide.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
}
*/

.column {
	/*width:1000px;*/
	margin:0px;
	padding:0px;
}

.indent {
	margin-left:30px;
	width:640px;
}

#smallLink {
	font-size:9pt;
}

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#EE8B00;
	font-size:11pt;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#EE8B00;
	font-size:11pt;
	text-decoration: none;
	font-weight: normal;
}
a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#EE8B00;
	font-size:11pt;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#EE8B00;
	font-size:11pt;
	text-decoration:underline;
	font-weight: normal;
}

.tdRightPad10 {
    padding-right: 10px;
}

.tdRightPad10Small {
    padding-right: 10px;
    font-size: 10pt;
}

.tiny {
	font-size: 9px;
}
.orange {
	color: #EE8B00;
}
.orangebig {
	font-size: 12px;
	color: #993300;
}
/*
td {
	background-color:#F7F3EC;
	font-size:11px;
}
*/
.plaintd {
	background-color:#FFFFFF;
	font-size:11pt;
	font-weight: normal;
}

.plaintd-teams {
	background-color:#ECF7F3;
	font-size:12px;
}

.plaintd-users {
	background-color:#FFFFFF;
	font-size:9px;
}

.td1 {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#FFFFFF;
}

.td2 {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#EDEEEF;
}

.sidebartd {
	padding:10px;
	background-color:#F0FAFD;
	font-size:11pt;
}

.tableheader {
	font-style:italic;
	font-weight:bold;
}

.tdSmall {
    font-size:9pt;
}

.logViewer {
    width:800px;
    height:200px;
    border:solid 1px #313233;
    background-color:#FBFCFD;
    font-size:9pt;
    padding-left:5px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom:20px;
    text-align:left;
    overflow:auto;
}
