/*
  Copyright Tami 2017
*/
html
{
    background :white;
}
html,body {
  font-family: "Segoe UI","Calibri","Lucida Grande","Roboto","Sans";
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body{
  background : #F5F0F5;
  font-size: 1.2em;
  background: #F5F0F5;
}

p{
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 1.2em;
}
h1
{
  color : #DAA164;
}
h2
{
  color : #DA9064;
}
.fw
{
  left : 0px;
  right : 0px;
  margin : 10px;
}
.clearit
{
  clear :both;
}
#maincontainer
{
  padding : 10px;
  /*max-width : 1500px;*/
  margin-left: auto;
  margin-right: auto;
  min-height : 400px;
}
#CompanyGraphic
{
  float: left;
  max-width: 267px;
  margin: 0;
  padding-bottom: 0;
  border: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
}
#CompanyGraphic img
{
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  width : 120px;
}
#CompanyName
{
  float : right;
  padding: 30px;
}
#topbarname
{
  color: #DA6764;
  font-size: 1.6em;
}
#top{
  margin-left: auto;
  margin-right: auto;
  padding : 10px;
  background: white;
}
#top #PageTitle,#top #PageTitle h1,#top #PageTitle H1
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#top #PageTitle
{
  float: left;
  max-width: 400px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#uicontrols
{
  float: right;
  margin-left : 20px;
  display: block;
}
.tamibutton a,.tamibutton A {
  text-decoration: none;
  color: black;
}
.tamibutton a:visited, .tamibutton A:visited{
  text-decoration: none;
  color: black;
}
#login
{
  max-width : 500px;
  margin-left : auto;
  margin-right : auto;
  padding : 20px;
  border : 1px solid #D1CDD1;
  background : white;
  box-shadow : 0px 5px 5px #888;
}
input,select,.tamibutton,.editbutton {
  padding : 10px;
  margin-top : 5px;
  margin-bottom : 5px;
  border : 1px solid #D1CDD1;
  box-shadow : 2px 4px 2px #888;
  font-size: 1.1em;
  color : black;
  text-decoration: none;
  display: inline-block;
}
select
{
  background: transparent;
}
input[type=radio] {
  box-shadow : none;
}
#login h1
{
  text-align: center;
}
.logintitles{
  font-size: 1.1em;
  margin-top : 10px;
  margin-bottom : 10px;
  color : #DAA164;
}
#login #username,#login #password{
  width : 95%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.spcr
{
  display : block;
  /*min-height : 180px;*/
}
#message,#messageSuccess
{
  text-align : center;
  padding : 5px;
  border : 1px solid #DA7064;
  background : #CF6A5F;
  color : white;
}
#messageSuccess
{
  border : 1px solid #59C286;
  background : #5FCF8F;

}
#TopBar
{
  left : 0;
  right :0;
  min-height : 100px;
  background: white;
  /*border-bottom: 1px solid #D9D9D9;*/
  -webkit-box-shadow: 0 2px 2px -1px #4B4B4B;
   -moz-box-shadow: 0 2px 2px -1px #4B4B4B;
        box-shadow: 0 2px 2px -1px #4B4B4B;
}
#footer{
  left : 0;
  right :0;
  min-height : 100px;
  background: white;
  bottom : 0;
  padding : 10px;
  border-top : 1px solid #858485;
  box-shadow :
	inset 0 -8px 4px 4px #FFFFFF,
	inset 0 2px 4px 0px rgba(50,50,50,0.75);
}
#footl
{
  color: #C9C9C9;
  float : left;
  padding : 30px;
}
#footr
{
  color: #DBD7DB;
  padding : 30px;
  float :right;
}
#logout
{


}
#welcome
{
    /*float : right;*/
    padding : 10px;
    font-size : 1.1em;
    color : #4D928C;
    font-weight : bold;
}
