﻿/* this CSS file is included in all files */

/* Tables, Datagrids, etc. */
.tableDefault
{
	border: 1px solid #0066FF;
}

.tableDefaultHeader
{
	background: #0066FF;
	color: #FFFFFF;
}


/* page layout */
.body
{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.pageHeaderBackground
{   
	/* background image */
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	width: 102%;
	z-index: 2;
	background-image: url('/media/images/banners/ATL/3.jpg');
	background-repeat: no-repeat;
}

.pageHeaderBackgroundText
{
	/* positioning */
	position: absolute;
	top: 5px;
	left: 0px;
	right: 10px;
	width: 90%;
	z-index: 3;
	vertical-align: bottom;
	
	/* text formatting */
	font-size: larger;
	font-weight: bold;
	font-style: italic;
	color: White;
	text-align: right; 
}

.pageHeaderUserName 
{
	
	position: absolute;
	top: 35px;
	/* left: 0px; */
	right: 10px;
	/* width: 90%; */
	z-index: 3;
	vertical-align: bottom;	
	
	font-family:verdana;
	font-weight:bold;
	text-align:right;
	padding:2px;
	/* margin:30px; */
	border:solid 1px #555;
  
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/media/images/layout/75p_honey.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.pageHeaderUserName[class] 
{
	background-image:url(/media/images/layout/75p_honey.png);
}

.pageHeaderCompany
{
	
	position: absolute;
	top: 65px;
	/* left: 0px; */
	right: 10px;
	/* width: 90%; */
	z-index: 3;
	vertical-align: bottom;	
	
	font-family:verdana;
	font-weight:bold;
	text-align:right;
	padding:2px;
	/* margin:30px; */
	border:solid 1px #555;
  
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/media/images/layout/75p_honey.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.pageHeaderCompany[class] 
{
	background-image:url(/media/images/layout/75p_honey.png);
}

.pageHeaderLogoTilted
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.pageHeaderLogo
{
	position: absolute;
	top: 5px;
	left: 15px;
	z-index: 99;
}

/* AJAX Working Header */
.pageHeaderWorking
{
	position: absolute;
	top: 5px;
	left: 300px;
	width: 400px;
	height: 80px;
	overflow: auto;
	z-index: 100;
	vertical-align: top;	
	
	font-family:verdana;
	/* font-weight:bold; */
	/* text-align:right; */
	padding:2px;
	/* margin:30px; */
	border:solid 1px #555;
  
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/media/images/layout/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.pageHeaderWorking[class] 
{
	background-image:url(/media/images/layout/75p_honey.png);
}

/* Rollover Images - Layout */
#promo {
	height: 171px;
}
#promo ul {
	position: absolute;
	top: 0px;
	left: 260px;
	list-style: none;
	margin: 2px 0;
	padding-left: 9px; /* !important */
	padding-left: 4px;
	min-width: 500px;
}
#promo li {
	float: left;
	margin: 6px;
}
#promo img {
	display: inline;
	float: left;
	margin: 8px 0 0 16px;
}

/* Rollover Images */
#img-products-main {
	width: 708px;
	height: 150px;
	background: url("/media/images/buttons/homepage/products_200x150.jpg") no-repeat;
}
#img-services-main {
	width: 708px;
	height: 150px;
	background: url("/media/images/buttons/homepage/services_200x150.jpg") no-repeat;
}
#img-about-main {
	width: 708px;
	height: 150px;
	background: url("/media/images/buttons/homepage/about_200x150.jpg") no-repeat;
}

#img-products {
	width: 200px;
	height: 150px;
	background: url("/media/images/buttons/homepage/products_200x150.jpg") no-repeat;
}
#img-products a {
	width: 200px;
	height: 150px;
	background: url("/media/images/buttons/homepage/products_200x150.jpg") no-repeat;
	display: block;
}
#img-services {
	width: 200px;
	height: 150px;
	background: url("/media/images/buttons/homepage/services_200x150.jpg") no-repeat;
}
#img-services a {
	width: 200px;
	height: 150px;
	background: url("/media/images/buttons/homepage/services_200x150.jpg") no-repeat;
	display: block;
}
#img-about {
	width: 200px;
	height: 150px;
	background: url("/media/images/buttons/homepage/about_200x150.jpg") no-repeat;
}
#img-about a {
	width: 200px;
	height: 150px;
	background: url("/media/images/buttons/homepage/about_200x150.jpg") no-repeat;
	display: block;
}

/* lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/media/code/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(/media/code/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/code/lightbox/overlay.png", sizingMethod="scale");
	}