﻿/*
Cataly Timesheet for client approval
====================================

General
-------------
*/
body {
  margin: 0;
  font-size: 0.8em;
  padding: 0 auto; /* 0 auto;*/
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img       { border: 0 none; }
a:link    { color: #b21107; }
a:visited { color: #b21107; }
a:active  { color: #b21107; }
a:hover   { color: #fe7d19; }

/* 
ClientApproval-Layout
-------------
*/
#clientapproval-layout { 
  width: 1000px;
  text-align: left;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  border-top: 0px none;
}
#clientapproval-header   { 
  background-image: url(Images/header.png);
  background-repeat: no-repeat; 
  width: 1000px;
  height: 93px;
}
#clientapproval-banner {
  height: 65px;
}
#clientapproval-content {
  background-color: #fcfcfc;
  padding: 10px;
  font-size: 88%;
  line-height: 1.3em;
}

/* 
Clientapproval-Theme
------------
Font settings, colors and the like
*/
#clientapproval-layout {
  background-color: #fcfcfc;
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #555;
}
p {
  margin: 1em 0;
}
h1,h2,h3,h4 {
  color: #b21107;
  color: #fe7d19;
  margin-bottom: 0.5em;
}
h1 {
  font-weight: normal;
  font-size: 175%;
  margin-top: 0.5em;
}
h2 {
  font-weight: normal;
  font-size: 158%;
}
h3 {
  font-weight: bold;
  font-size: 105%;
}

label {    
    width: 100px;
    display: inline-block; /* Fix for FireFox */
}
input {
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.button {
  border-width: 1px;
  background-color: #f6f0f0;
  color: black;
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
