/* --- Appication Styles --- */

body.Application { 
  background-color:white; 
  width:100%; height:100%; 
  margin:0px; 
  padding:0px; 
  overflow:hidden }

/* --- Top Frame Values --- */

body.Top  {
  background-color:#2c3b81; 
  font-size:14.0pt; 
  font-weight:normal; 
  margin:0px; padding:0px; 
  border-spacing:0px }
  
tr.TopMainRow  { 
  height:76px; 
  color:white; }

a.TopLink { 
  color:white; 
  font-size:11.0pt; 
  font-weight:500; }

a.TopLink { 
  color:yellow; 
  font-size:11.0pt; }

a.TopLink2 { 
  font-size:10.0pt; 
  color:#BAE35B;  }

a.TopLink3 { 
  color:yellow; }

span.TopText { 
  color:white; 
  font-size:11.0pt; }

span.TopText2 { 
  color:lightgray; 
  font-size:11.0pt; }

span.TopHighlight { 
  color:white; 
  font-size:11.0pt; }



/* --- Bottom Frame Values --- */
div.BottomStatusBar { 
  color:white;  }

span.BottomLabel { 
  color:white; }

a.BottomLink { 
  color:yellow; 
  font-size:11.0pt;
  font-weight:normal; }

a.BottomLink2 { 
  color:yellow;  }

a.BottomLink3 { 
  color:#BAE35B;  }

a.BottomLinkWarning { 
  color:pink;  }
  

/* --- Module Values --- */

span.ModuleToolbar { 
  color:#2C3342; 
  font-size:10.0pt; 
  font-weight:normal }
span.ModuleToolbarHighlight { 
  color:#4791e0; 
  font-size:10.0pt; 
  font-weight:bold }


/* Page */

.PageTitle { 
  color: #444555;
  background-color: #F1F1F1;
}

.PageSubtitle { 
  color:#8dc600;
  background-color: #F1F1F1; 
}

 span.NotificationPageTitle { 
  background-color:white
  color:#1076C9; 
  font-weight:normal; 
  font-size:16pt; 
  padding:0px; }

div.InformationSection { 
  margin-bottom:4px; }

/* --- Select Employee with Images Dialog --- */

div.SelectEmp { 
  width:380px; 
  display:inline-block; 
  margin-bottom:3px;margin-top:0px; margin-left:8px; 
  cursor:pointer; }	
span.SelectEmpName { 
  font-size:11.0pt; 
  color:black; font-weight:bold;}
span.SelectEmpRole { 
  font-size:11.0pt; 
  color:black; }
span.SelectEmpMail { 
  font-size:10.0pt; 
  color:black; }



/* other */

.PageText { 
  font-style:italic; 
  padding-left:8px; 
  padding-right:8px; }
div.ListPageTools { 
  padding-left:16px; 
  padding-right:16px; 
  padding-top:10px; }





/* hover! */

a.TopLink:hover, a.TopLink2:hover, a.TopLink3:hover { 
  color:white }
a.BottomLink:hover, a.BottomLink2:hover, a.BottomLink3:hover, a.BottomLinkWarning:hover { 
  color:white }
div.SelectEmp:hover { 
  background-color:lightgrey; }


