﻿/************************************************************************

$Workfile: InviaPage.css$

$Folder: Default$

Description:  Style sheet for INVIA content pages.

Modifications: 

(c) Copyright 2012 - INVIA

All Rights Reserved

*************************************************************************/

header
{
	padding: 0px;
	margin: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
}

.pagePanel
{
	width: 940px;
	margin-left: 10px;
	background-color: #e8e8e8;
	border: solid 1px #d2d2d2;
}

.titlePanel
{
	background-color: #d2d2d2;
	font-family: Century Gothic;
}

.titleLabel
{
	margin-left: 10px;
	color: #1D3869;
	font-size: 24px;
}

.groupPanel
{
	padding: 5px 10px 5px 10px;
	font-family: Calibri;
}

.groupPanel legend
{
	color: #00507F;
	font-weight: bold;
	font-family: Calibri;
}

.groupPanel fieldset
{
	border: outset 2px #00507F;
	font-family: Calibri;
}

.gridView
{
	padding: 10px 10px 10px 10px;
	font-family: Calibri;
}

.gridViewHeader
{
	background-color: #d2d2d2;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
}

.gridViewHeader a
{
	color: #000000;
	background-color: #d2d2d2;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
}

.gridViewItem
{
	background-color: #ffffff;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
}

.gridViewAltItem
{
	background-color: #d5e4eb;
	text-align: center;
	font-family: Calibri;
	font-size: 14px;
}

.buttonPanel
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.button
{
	width: 100px;
	height: 30px;	
}

.leftButton
{
	width: 100px;
	height: 30px;
	margin-left: 5px;
}

.rightButton
{
	width: 100px;
	height: 30px;
	margin-right: 5px;
	float: right;
}

.redColor
{
	color: #ff0000;
}

.blackColor
{
	color: #000000;
}