/* CSS Document */
/* --------- Default Styles --------- */

/* --------- All Styles on 1 line are for Company Appearance --------- */

body {margin: 0;padding: 0;background: #f48026; background-image:none; font-family: arial,helvetica,sans-serif;font-size: 12px;color: #000;}

b,strong {
	font-weight: bold;
  }
  
i,em {
	font-style: italic;
}

img	{
	border: 0;
	border-width: 0;
	border-style: none;
	padding: 0;
	margin: 0;    
}	
  
.pngit {
	behavior: url("/css/pngbehavior.htc");
}

a {
	color: #00C;
	text-decoration:none;
}

a:visited {
	color: #900;
}

a:hover {
	color: #f00; 
	text-decoration:underline;
}

a img {
	border-width: 0;
	border-style: none;
	border-color: #fff;
	color: #fff;
}
  
sup {
	font-size: 0.75em;
	line-height: 0.5em;
}

form,table,tr,td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

hr {	
	color: #ccc;
    height: 1px;
    background-color: #ccc;
}

.tableheader
{
	font-size: 16px;
	font-weight: bold;
}

/* --------- Header --------- */

#header {margin: 0 auto;padding: 0;height: 128px;font-size: 11px;background:#5d2e00 center;border-bottom:  solid 12px;}


#header .container {width:98%;min-width: 800px;margin: 0 auto;padding:0;background:#5d2e00 url(/FileRetrieverFromDB.ashx?id=62ec602a-f391-4363-a851-c7eb8955081e&table=Companies&dataCol=LargeBannerImage&typeCol=LargeBannerContentType&keycol=CompanyId); background-repeat: no-repeat;background-position:Center;height: 128px;}

#header .logoimg {
	margin: 0 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-large;
	width:auto;
	float: left; 
}

#header .hdrnav {float:right;padding: 15px 15px 6px 15px;color:#ffffff;font-weight:bold;}

#header .hdrname {float: right;margin: 0 0;padding: 10px 15px 0 0;width: auto;font-size: 13px;color: #ffffff;clear: both;}

#header .hdrcompany {	
	font-size: 10px;		
}

#header .popupheader {font-size: 20px;color: #ffffff;float: right;}

#header a {text-decoration:none;color:#ffffff;padding: 0 5px;font-weight:bold;}

#header a:hover {
	text-decoration:underline;
}

#header #companyname{color: #000; visibility: hidden; font-size: larger;}

.PopupNavigationBarStyle
{
	background: #666666;
	padding:4px;
}


/* --------- Main --------- */

#mainarea {
    width: 97%;
    min-width: 800px;
	margin: 0 auto;
	border: #999999 solid 1px;
	border-top: 0;
	background: #fff;
	padding: 10px;
	clear:both;
}

#twocolumnheader
{
	padding: 0;
	float: left;
}

#twocolumnleft {
	width: 80%;
	min-width:600px;
	padding:0;
	float:left;
}

#twocolumnrightadmin {
	margin: 0;
	margin-left:1%;
	width: 17%;
	min-width:140px;
	float:left;	
}

#twocolumnrightadmin #profile
{
	width: 90%;
	padding: 10px;
	border: #ccc solid 1px;
}

#twocolumnrightadmin #downloads
{
	width: 90%;
	padding: 10px;
	margin: 15px 0 0 0;
	border: #ccc solid 1px;
}

#twocolumnright {
	margin: 0;
	margin-top: 23px;
	margin-left:1%;
	width: 19%;
	min-width:140px;
	float:left;	
}

#twocolumnright #profile
{
	width: 90%;
	padding: 10px;
	border: #ccc solid 1px;
}

#twocolumnright #downloads
{
	width: 90%;
	padding: 10px;
	margin: 15px 0 0 0;
	border: #ccc solid 1px;
}

#contentmain {
	border: solid 1px #ccc;
	padding: 5px;
}

#userprofile {
	float: left;
	padding: 0px 25px;     		
}
.projectrow
{
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#addenda
{
	border: none;
}

.left
{
	float: left;
}

.right
{
	float: right;
}
.subnav
{
	border-bottom: #999999 solid 1px;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 15px;
}

#profilecontent
{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 0;
}

#usersummary
{
	width: 35%;
	float: left;
	margin-left: 35px;
	padding: 0 30px 30px 30px;
	border: solid 1px #ccc;
}

#companysummary
{
	width: 35%;
	float: right;
	margin-right: 35px;
	padding: 0 30px 30px 30px;
	border: solid 1px #ccc;
}

#csisummary
{
	width: 35%;
	float: right;
	margin-right: 35px;
	margin-top: 10px;
	padding: 0 30px 30px 30px;
	border: solid 1px #ccc;
}

#profilepassword
{
	width: 35%;
	float: right;
	margin-right: 35px;
	margin-top: 10px;
	padding: 0 30px 0px 30px;
	border: solid 1px #ccc;
}

#profileagreements
{
	width: 35%;
	float: left;
	margin-left: 35px;
	margin-top: 10px;
	padding: 0 30px 0px 30px;
	border: solid 1px #ccc;
}

#adminprofilepassword
{
	width: 35%;
	float: right;
	margin-right: 35px;
	padding: 0 30px 0 30px;
	border: solid 1px #ccc;
}

/* --------- Footer --------- */

#bottom {
	clear:both;
}

#footer {
	margin: 10px auto;
	width: 780px;
	text-align:center;
	font-size: 10px;
}

#footer p {margin: 0;padding: 5px 0;color:;}

#footer p a {color:;}

#footer p a:hover{text-decoration: underline;}

/* #footer a {
	color:#33FFFF;
*/

table.MessageView 
{
   background: #F5F5F5;
   width:760px;
}

#twocolumnleft .button
{
	margin: 0;
	padding: 0;
	border: 0;
	height: 21px;	
	float: right;
}

#twocolumnleft .button p.link
{	
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
	border: 0;
	height: 18px;
	background: #B5D8F6 url(../graphics/buttonbackground.gif) repeat-x;
	display: inline;
}

#twocolumnleft .button p.link a
{
	color: #999;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;	
}

#twocolumnleft .button p.link a:hover
{
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;	
}

#twocolumnleft .button:hover p.link a
{
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: bottom;	
}

#twocolumnleft .button .buttonleft
{
	float: left;
	height: 21px;	
	width: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	background: url(../graphics/buttonleft.gif) no-repeat;
}

#twocolumnleft .button .buttonright
{
	float: left;
	height: 21px;
	width: 20px;	
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	background: url(../graphics/buttonright.gif) no-repeat;
}

#twocolumnleft .button:hover .buttonright
{
	float: left;
	height: 21px;
	width: 20px;	
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	background: url(../graphics/buttonright_highlight.gif) no-repeat;
}

/* Search Table Start */

.searchtable
{
	width: 100%;
	border: solid 1px #898D8F;
}

.searchtable .document
{
	width: 30%;
	height: 26px;
	background: url("/graphics/headerBg.gif") repeat-x;
	border-bottom: solid 1px #898D8F;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.searchtable .type
{
	width: 10%;
	height: 26px;
	background: url("/graphics/headerBg.gif") repeat-x;
	border-bottom: solid 1px #898D8F;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.searchtable .date
{
	width: 10%;
	height: 26px;
	background: url("/graphics/headerBg.gif") repeat-x;
	border-bottom: solid 1px #898D8F;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.searchtable .project
{
	width: 35%;
	height: 26px;
	background: url("/graphics/headerBg.gif") repeat-x;
	border-bottom: solid 1px #898D8F;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.searchtable .location
{
	width: 15%;
	height: 26px;
	background: url("/graphics/headerBg.gif") repeat-x;
	border-bottom: solid 1px #898D8F;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.searchtable .row
{
	padding: 5px;
}

/* Search Table End */


