﻿/* Styles for the master pages */

html
{
	height: 90%;
}

body.MasterPage
{
	margin: 0px;
	padding: 0px;
	background-color: white;
}

img.MasterPageHeaderLogoImage
{
	height: 100%;
}

/* Gradiant display for heading */
div.MasterPageHeader
{
	height: 100%;
	background-color: darkorange;									/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, darkorange, orange);	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, darkorange, orange);		/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, darkorange, orange);	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, darkorange, orange);		/* Standard syntax (must be last) */
}

table.MasterPageHeaderTable
{
	width: 100%;
}

td.MasterPageHeaderLogoImage
{
	width: 1%
}

td.MasterPageHeaderDetails
{
	width: 99%;
}

td.MasterPageTitleCell
{
	width: 50%;
}

td.MasterPageUserDataCell
{
	width: 50%;
	text-align: right;
}


/* Styles for table containing Revision Banner */

table.RevisionBannerLayout
{
	background-color: yellow;
	width: 100%;
}

td.RevisionBannerTitle
{
	width: 210px;
}

td.RevisionBannerInfoTitle
{
	width: auto;
}
