@charset "utf-8";

/* -- General ----------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
	
	font-family: Calibri, Arial, Verdana;
}
body
{
	background-color: #000000;
	font-size: 12px;
	color: #363415;
}
h1,h2,h3,h4
{
	padding: 5px 0px 8px 0px;
}
h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}
img
{
	border: none;
}
hr
{
	border-style: dashed;
	border-width: 1px;
	border-color: #CCCCCC;
	
	border-top: none;
	border-left: none;
	border-right: none;
	
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
}
hr.sub
{
	border-color: #DDDDDD;
	width: 75%;
}
input[type="submit"], input[type="button"]
{
	padding: 0px 5px 0px 5px;
}
option
{
	padding-right: 10px;
}
/* ---------------------------------------------------------------------- */

/* -- Links ------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */

/* -- Layout ------------------------------------------------------------ */
#bkg
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url(images/ayout/bkg_texture.jpg);
}
#container
{
	position: relative;
	z-index: 2;
	width: 863px;
	margin: 0px auto 0px auto;
}
#container #bkg_container
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
#container #bkg_olive
{
	position: relative;
	z-index: 2;
	width: 841px;
	left: 11px;
	background-color: #363415;
	
	/*padding: 0px 12px 19px 14px;*/
}
#container #bkg_olive #header
{
	text-align: center;
}
#container #bkg_olive #laptop
{
	position: absolute;
	top: 5px;
	right: 23px;
	z-index: 2;
}
#container #bkg_olive #content
{
	position: relative;
	width: 814px;
	margin: 8px auto 0px auto;
	z-index: 1;
	background-color: #FFFFFF;
}
#container #bkg_olive #content #project
{
	position: absolute;
	top: 23px;
	left: 47px;
	text-transform: uppercase;
	font-weight: bold;
	color: #97947c;
}
#container #bkg_olive #content div.message
{
    /*  layout specific positioning  */
    position: absolute;
    left: 30px;
    top: 0px;
    width: 91.5%;
    z-index: 2;
}
#container #bkg_olive #content #project span
{
	text-transform: capitalize;
	color: #363415;
	padding-right: 55px;
}
#container #bkg_olive #content #bar
{
	position: relative;
	height: 38px;
	left: -13px;
	background-image: url(images/layout/bar_repeat.gif);
	background-repeat: repeat-x;
}
#container #bkg_olive #content #bar table
{
	position: absolute;
	z-index: 2;
}
#container #bkg_olive #content #bartitle
{
	position: relative;
	width: 795px;
	left: 6px;
}
#container #bkg_olive #content #bartitle div
{
	background-color: #9a998e;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	height: 17px;
}
#container #bkg_olive #content #buttons
{
	position: relative;
	width: 795px;
	height: 42px;
	left: 6px;
	background-image: url(images/layout/btn_repeat.gif);
	vertical-align: top;
}
#container #bkg_olive #content #tblHeadings
{
    padding-left: 10px;
    margin-left: -30px;
}
#container #bkg_olive #content #data
{
	position: relative;
	left: -34px;
    width: 824px;
}
#footer
{
	position: relative;
	z-index: 3;
	width: 863px;
	margin: 0px auto 0px auto;
}
/* ---------------------------------------------------------------------- */

/* -- Generic Classes --------------------------------------------------- */
.throwLeft
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.throwRight
{
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}
.link
{
	cursor: pointer;
}
/* ---------------------------------------------------------------------- */

/* -- Tables ------------------------------------------------------------ */
.tblBar
{
	width: 100%;
	height: 100%;
	border-spacing: 2px;
	border: none;
}
.tblBar th
{
	font-size: 15px;
	text-align: left;
	padding-left: 30px;
}
.tblBar td.date
{
/*	color: #FFFFFF;*/
    font-weight: bolder;
}
.tblBar td.user
{
	color: #97947c;
	text-transform: uppercase;
    text-align: left;
}
.tblBar td.user span
{
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
}
.tblBar td.logout
{
	text-align: right;
	padding-right: 3px;
    width: 90px;
}
.tblButtons
{
	border-spacing: 2px;
	border: none;
	width: 100%;
}
.tblButtons th
{
	text-align: right;
	padding-right: 3px;
	width: 300px;
}
.tblButtons td
{
	vertical-align: top;
	padding: 0px 12px 0px 12px;
}
.tblColumns td
{
	height: 15px;
}
.tblData
{
	width: 824px;
	border-spacing: 0px;
	border: none;
}
.tblData th
{	
	width: 34px;
	height: 31px;
}
.tblData th div
{
	position: relative;
	width: 34px;
	height: 31px;
}
.tblData th div img
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.tblData th div span
{
	position: relative;
	z-index: 2;
	top: 9px;
}
.tblData td.description
{
	width: 276px;
	background-color: #e9e9e9;
}
.tblData td.status
{
	width: 122px;
	background-color: #dfdedc;
}
.tblData td.date
{
	width: 109px;
	background-color: #e9e9e9;
}
.tblData td.comments
{
	width: 283px;
	background-color: #dfdedc;
}
.tblData td.color
{
	background-color: #f2f2f0;
}
.tblData td span
{
	padding: 0px 8px 0px 8px;
}
.tblData td.status span.icons
{
    float: right;
    padding: 0px 5px 0px 0px;
}
.tblData td.status span.projectedDate
{
    font-weight: bolder;
    color: red;
}
.tblForm
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
.tblForm th
{
	text-align: left;
}

.tblDataGrid
{
	border-spacing: 1px;
	border: none;
	width: 100%;
	background-color: #CCCCCC;
}
.tblDataGrid th
{
	background-color: #DDDDDD;
	padding: 5px;
	line-height: 15px;
	height: 15px;
	margin: 0px;
	width: auto;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tblDataGrid td
{
	padding: 5px 5px 5px 5px;
	background-color: #EEEEEE;
}
.tblDataGrid tr.alt td
{
	background-color: #FAFAFA;
}
.tblDataGrid td.center
{
	text-align: center !important;
}
table.tblColors
{
	width: 100%;
	border-spacing: 2px;
	border: none;
}
table.tblColors th
{
	width: 150px;
	text-align: left;
	padding-left: 10px;
}
/* ---------------------------------------------------------------------- */

div#mainContent  {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
}

div.toolBtn  {
    float: left;
    padding-top: 3px;
    margin-left: 8px;
}


div#mainContent div#possession  {
    color: #363415;
    background: #E9E9E9;
    border: 1px solid #97947C;

    clear: both;
    padding: 4px;
    margin: 0;
    margin-top: 15px;
    
    font-size: 95%;
    font-weight: bolder;

    text-transform: uppercase;
}
div#mainContent div#possession span#possessionDate  {
    font-weight: normal;
    font-size: 95%;
    margin-right: 20%;
}
div#mainContent div#possession span#daysLeft  {
    color: red;
    font-size: 105%;
}

input.projectedDateCalendar  {
    width: 15px;
    height: 16px;
    display: inline;
    padding: 0px;
}

fieldset p  {
    font-weight: bolder;
    margin: 0px 4px 8px 4px;
}
div.alt
{
	background-color: #F6F6F6;
}