﻿/************************************************************************

$Workfile: InviaMaster.css$

$Folder: Default$

Description:  Style sheet for INVIA master page.

Modifications: 

(c) Copyright 2012 - INVIA

All Rights Reserved

*************************************************************************/

header
{
	padding: 0px;
	margin: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Calibri;
}

form
{
	width: 100%;
	height: 100%;
}

.pageContainer
{
	width: 960px;
	margin: auto;
}

.bannerTopPanel
{
	height: 46px;
	width: 100%;
	min-width: 960px;
	background-image: url("Images/Header Background.png");
	background-repeat: repeat-x;
}

.logoPanel
{
	width: 260px;
	height: 46px;
	background-image: url("Images/Header Logo.png");
	background-repeat: no-repeat;
	position: absolute;
}

.userPanel
{
	width: 600px;
	height: 46px;
	margin-left: 265px;
	position: absolute;
}

.userLabel
{
	margin-top: 15px;
	float: right;
	color: #1D3869;
	font-weight: bold;
}

.logOutPanel
{
	width: 75px;
	height: 46px;
	margin-left: 875px;
	position: absolute;
}

.logOut
{
	margin-top: 15px;
	float: right;
	border-left: solid 1px #000000;
	padding-left: 10px;
	color: #1D3869;
	text-decoration: none;
	position: absolute;
}

.bannerBottomPanel
{
	margin-bottom: 40px;
	height: 40px;
	width: 100%;
	min-width: 960px;
	background-image: url("Images/Header Menu Background.png");
	background-repeat: repeat-x;
}

.navigationPanel
{
	width: 490px;
	margin-top: 5px;
	position: absolute;
}

.navigationButton
{
	border-left: solid 1px #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.downloadPanel
{
	width: 575px;
	margin-top: 5px;
	margin-left: 490px;
	text-align: right;
	position: absolute;

}

.downloadButton
{
	border-left: solid 1px #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.contentPlaceHolder
{
	height: 100%;
	min-height: 100%;
	position: relative;
}

.footerPanel
{
	margin-top: 40px;
	height: 107px;
	width: 100%;
	min-width: 960px;
	background-image: url("Images/Footer Background.png");
	background-repeat: repeat-x;
}

.contactLabel
{
	margin-top: 25px;
	width: 150px;
	margin-left: 10px;
	color: #ffffff;
	position: absolute;
}

.emailLink
{
	margin-top: 45px;
	width: 260px;
	margin-left: 10px;
	color: #ffffff;
	position: absolute;
}

.copyrightLabel
{
	margin-top: 25px;
	margin-left: 600px;
	width: 340px;
	height: 20px;
	text-align: right;
	color:#ffffff;
	position: absolute;
}

.copyrightLabel2
{
	margin-top: 45px;
	margin-left: 600px;
	width: 340px;
	height: 20px;
	text-align: right;
	color:#ffffff;
	position: absolute;
}
