/* General Rules */

html
{
	font-family: Trebuchet, "Trebuchet MS", Sans-Serif;
	font-size: 0.75em;
}

* { margin: 0; padding: 0; }

body { background-color: #e3e3e3; }

a:link, a:active, a:visited { color: #D00; }
a:hover { color: Black; }

h2
{ font-size: 150%; }

li, p
{ margin: 0.75em 0; }

/* Login Page */

body.LoginPage { background-color: #fff; }
fieldset.LoginForm
{
	height: 400px;
	width: 340px;
	padding: 150px 30px 0 30px;
	margin: -200px 0 0 -200px;
	background: transparent none no-repeat left top;
	border: none;
	font-size: 90%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
fieldset.LoginForm p.input { text-align: center; margin-bottom: 2em; }
fieldset.LoginForm p.input input { width: 335px; font-size: 200%; }
fieldset.LoginForm p.submit { text-align: right; }
fieldset.LoginForm p.submit input { font-size: 150%; padding: 0.25em; }

/* Layout Frame */

#Header
{
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
}

#Header h1,
#Header h1 a
{
	height: 58px;
	display: block;
	text-indent: -2000px;
}

#Header h1
{
	background: transparent none no-repeat left top;
	margin-bottom: 20px;
}

p#Breadcrumbs
{
	height: 30px;
	line-height: 30px;
	color: White;
	background: transparent url(BreadcrumbStrip.gif) no-repeat left top;
	padding: 0 20px;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

p#Breadcrumbs a:link, p#Breadcrumbs a:active, p#Breadcrumbs a:visited
{ color: White; text-decoration: none; }

p#Breadcrumbs a:hover
{ color: #f7931d; }

#ContentHolder
{
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: transparent url(WhiteBottom.gif) no-repeat scroll left bottom;
}

#ContentHolderInner
{
	background-color: White;
	padding: 20px 20px 0 20px;
	min-height: 500px;
}

/* Tables */

td { padding: 3px 8px 3px 0px; }

table.layoutTable td
{
	padding: 6px;
	vertical-align: top;
}

table.layoutTable td td
{
	padding: 0;
}

table.ArrayResourceTable th
{
	font-weight: bold;
	text-align: left;
	padding: 4px 8px;
	background-color: #e4e4e4;
}

table.ArrayResourceTable th.buttonHeader { text-align: center; }

table.ArrayResourceTable tr.alternate { background-color: #e4e4e4; }

table.ArrayResourceTable td
{
	padding: 4px 8px !important;
	vertical-align: middle;
}

/* Link Buttons */

a.button
{
	line-height: 16px;
	height: 16px;
	width: 16px;
	margin: 0 0 0 4px;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
	float: left;
	outline: none;
	background-position: center center;
	background-repeat: no-repeat;
}
a.moveTop,
a.moveUp,
a.moveDown,
a.moveBottom { line-height: 20px; height: 20px; width: 20px; }
a.email { background-image: url(Email.png); }
a.moveTop { background-image: url(ArrowTop.png); }
a.moveUp { background-image: url(ArrowUp.png); }
a.moveDown { background-image: url(ArrowDown.png); }
a.moveBottom { background-image: url(ArrowBottom.png); }
a.preview { background-image: url(Preview.png); }

/* Tile Panel */

div.TilePanel
{
	overflow: auto;
}

div.TilePanel div
{
	float: left;
	height: 48px;
	width: 413px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 10px;
	border: solid 1px white;
}

div.TilePanel div.Alternate
{ margin-left: 10px; }

div.TilePanel div:hover
{
	border-color: #c8c8c8;
	background-color: #f3f3f3;
}

div.TilePanel div a
{
	display: block;
	height: 48px;
	width: 413px;
}

div.TilePanel div a img
{
	height: 48px;
	width: 48px;
	border: none;
	float: left;
	margin-right: 10px;
}

div.TilePanel div a span
{
	display: block;
	height: 48px;
	line-height: 48px;
	width: 352px;
	cursor: pointer;
}
