﻿body.Proj {
	background-color: #333333;
	font-size: 10px; /*x-small;*/
	text-align: left; 
}

.contact {
	color: #000000;
	font-weight: bold;
}

.proj_name {
	color: #CC3300;
	font-size: 16px; /*medium;*/	
	font-weight: bold;
	text-decoration: underline;
}

a.close:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.close:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.close:hover {
	color: #000000;
	text-decoration: none;
}

a.close:active {
	color: #FFFFFF;
	text-decoration: none;
}

.icon {
	border-style: none;
	border-width: 0px;
}

.icon:link {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

.icon:visited {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

.icon:hover {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

.icon:active {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

div.contact_popup {
	position: absolute;
	top: 200px;
	left: 200px;
	background-color: #666666;
	font-size: 10px; /*x-small;*/
	text-align: left; 
	padding: 5px;
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #CC3300;
}

div.contact_popup2 {
	position: absolute;
	background-color: #666666;
	font-size: 10px; /*x-small;*/
	text-align: left; 
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #CC3300;
	visibility: hidden;
}

/*	
@media print {
	div.contact_popup2 {
		background-color: white !important;
		background-image: url(../images/ball-red.png) !important;
			border-color: #00CCCC;
		filter:alpha(opacity=100);
		-moz-opaciity:1;
	}
}
*/

table {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	border-collapse:  collapse;
	border-style: none;
	border-width: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

table.main {
	width: 100%;
}

table.project {
	width: fixed;
}

th {
	text-decoration: underline;
	color: #CCCCCC;
}

td {
	margin: 0px;
	padding: 0px;
	border-collapse:  collapse;
	border-style: none;
	border-width: 0px;
	text-align: left;
	vertical-align: top;
}

/* for use in Contact Popup */
td.contact_banner_left{
	padding: 0px 10px 0px 5px;
	background-color: #CC3300;
	border-color: #CC3300;
	color:  #000000;
	font-weight: bold;
	text-align: left;
}

td.contact_banner_right{
	padding: 0px 5px 0px 5px;
	background-color: #CC3300;
	border-color: #CC3300;
	text-align: right;
}

td.contact_info{
	padding: 5px;
}
	
td.gallery {
	text-align: right;
}

td.icon {
	text-align: right;
}

/* for use in ProjProg field */
td.prog_desc { 
	width: fixed;
	padding: 0px 16px 0px 0px;
	text-align: left;
}

td.prog_desc_thin { 
	width: fixed;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

td.prog_label { 
	width: fixed;
	padding: 0px 4px 0px 0px;
	text-align: left;
}
	
td.prog_sf { 
	width: fixed;
	padding: 0px 4px 0px 0px;
	text-align: right;
}

/* for project info table */
td.proj_label { 
	width:  13%;
	color:  #CCCCCC;
	padding: 0px 4px 3px 0px;
}
	
td.proj_label_u { 
	width:  13%;
	color:  #CCCCCC;
	padding: 0px 4px 3px 0px;
	text-decoration: underline;
}

	td.proj_info{ 
	width:  87%;
	padding: 0px 0px 3px 0px;
}

/* for project role table */
td.role_label{ 
	width:  25%;
	color:  #CCCCCC;
	padding: 0px 4px 0px 0px;
}

td.role_info{ 
	width:  75%;
	padding: 0px 4px 0px 0px;
}