﻿body 
{
	background-color: #c0c0c0;
}

h1
{
	color: #747474;
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	display: inline ;
}

h2
{
	color: #747474;
	font-family: Arial;
	font-size: 15px;
	font-weight: lighter;
	display: inline ;
}

h3
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	display: inline ;
}

img
{
	border: 0px;	
}

p
{
	font-family: Arial;
	font-size: 11px;
}

td
{
	font-family: Arial;
	font-size: 11px;
}

ul, li
{
	font-family: Arial;
	font-size: 11px;
}

#home table
{
	width: 85%;
}

#home td
{
	font-size: 20px;
	font-weight: bold;
}

#login
{
    height: 18px;
    width: 735px;
    background-color: #F7F7F7;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 18px;
    padding-right: 15px;
    text-align: right;
}

#login label
{
    padding-left: 20px;
    font-weight: normal;
    font-size: 12px;   
}

#template
{
	width: 750px;
	padding: 0px;
	background-color: #FFFFFF;
}

#template a
{
	color: #4f4f4f;	
	font-size: 11px;
	text-decoration: underline;
}

#template .graybar
{
	color: #ababab;	
	font-size: 11px;	
}

#template .text
{
	color: #4f4f4f;	
	font-size: 11px;	
}

#template .toolbar
{
	height: 28px;
	background-color: #c0c0c0;
	padding: 0px;
}

#template .tdheader
{
	height: 75px;
	background-image: url('./images/back_header.gif');
	background-repeat: repeat-x;
	padding: 0px;
}

#template .tdfooter
{
	height: 55px;
	padding: 0px;
	text-align: center;
	background-color: #e4ebf4;
}

#projects
{
    padding: 20px 20px 20px 20px;   
}

#clientuser
{
    padding: 20px 20px 20px 20px;  
    
}

.subnav 
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-image: url("./images/bullet_arrow.gif");	
	list-style-position: inside;
	list-style-type: square;
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-indent: 0px;
	vertical-align: middle;
}

.tdunderline
{
	border-bottom: 1px #bebebe solid;
}

.projectlist > li
{
    font-size: 18px;
    font-weight: bold;
}

.projectlist > li > a
{
    font-size: 8px;
    color: Red;   
}


/********************Freeze Pane **********************/

.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #666;
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  opacity:0.85;
  padding-top: 20%;
  text-align: center;
}

.InnerFreezePane
{
  text-align: center;
  width: 350px;
  background-color: #e4ebf4;
  color: Black;
  font-size: large;
  border: dashed 2px #111;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity:1.00;
  padding: 9px;
  margin-left: auto; 
  margin-right: auto;
}