﻿
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #f1f1f1;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 12px;
}

a
{
	color: #900;
}

input, select, textarea
{
	margin: 0;
	padding: 1px 2px;
	border-width: 1px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.0em;
	border: 1px solid #666666;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
}
	input.Button
	{
		width: auto;
		margin: 0;
		padding: 2px 5px 2px 5px;
		overflow: visible;
		border-top-color: #eeeeee;
		border-right-color: #666666;
		border-bottom-color: #666666;
		border-left-color: #eeeeee;
		background: #dddddd;
		font-weight: bold;
		color: #333333;
	}
	input.Disabled
	{
		border-top-color: #aaaaaa;
		border-right-color: #f8f8f8;
		border-bottom-color: #f8f8f8;
		border-left-color: #aaaaaa;
		background: #eeeeee;
		color: #aaaaaa;
	}

body.FILLNOSCROLL
{
	overflow: hidden;
}

/* Motif File Upload ------------------------------------------------------------------- */

div.MotifUploadNew
{
	position: relative;
}
	span.MotifUploadNewCabinet input.MotifUploadNewInputFake
	{
		display: none;
	}
	span.MotifUploadNewProgress
	{
		display: none;
		margin-left: 10px;
		vertical-align: -1px;
	}
		span.MotifUploadNewProgress img
		{
			margin-right: 5px;
			vertical-align: -3px;
		}
	.SI-FILES-STYLIZED span.MotifUploadNewCabinet
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
		.SI-FILES-STYLIZED span.MotifUploadNewCabinet input.MotifUploadNewInputFake
		{
			display: block;
		}
		.SI-FILES-STYLIZED span.MotifUploadNewCabinet input.MotifUploadNewInput
		{
			position: absolute;
			height: 100%;
			width: auto;
			opacity: 0;
			-moz-opacity: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		}


table.Outer, table.OuterWide
{
	width: 100%;
}

table.OuterWide
{
	background: #f1f1f1;
}
	table.OuterWide td.Heading
	{
		line-height: 0.8em;
		font-size: 1.3em;
		font-weight: bold;
		font-style: italic;
	}
	table.OuterWide td.Image
	{
		width: 80px;
		padding: 0 10px 0 10px;
	}
	table.OuterWide td.Button
	{
		padding: 0 10px 0 0;
	}
	table.OuterWide td.FootNote
	{
		padding: 0 10px 0 0;
	}
	table.OuterWide td.LogoCell
	{
		padding: 6px 10px 6px 0;
		vertical-align: bottom;
	}


table.CreateTable
{
	width: 100%;
}
	table.CreateTable td
	{
		text-align: center;
	}
		table.CreateTable td.Image
		{
			padding: 10px;
		}
			.FILLNOSCROLL table.CreateTable td.Image
			{
				padding: 0;
			}
		table.CreateTable td.Button
		{
			padding: 10px;
		}
			table.CreateTable td.Button h2
			{
				font-size: 1.9em;
			}

table.LogoTable
{
	width: 100%;
	margin-bottom: 10px;
	background: #ffffff;
}
	.FILLNOSCROLL table.LogoTable
	{
		margin-bottom: 0;
	}
	table.LogoTable td.Center
	{
		padding: 10px 10px 5px 10px;
		text-align: center;
	}
	table.LogoTable td.TopRight
	{
		padding: 0 0 5px 10px;
		text-align: right;
		vertical-align: top;
	}
	

p.FootNote
{
	margin-top: 4px;
	color: #666;
	font-size: 0.75em;
	text-align: center;
}
	p.FootNote a
	{
		color: #666;
	}
