﻿BODY
{
	background-color: #0B4C86;
	color: black;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

LABEL
{
	font-weight: bold;
}

/* heading-related styles */

DIV.ApplicationHeading
{
	background-color: #0B4C86;
	height: 55px;
	width: 100%;
}

DIV.ApplicationHeading H1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 20pt;
	color: white;
}

#Message
{
	color: #ffffff;
	visibility: hidden;
}

DIV.ApplicationHeading IMG
{
	border-style: none;
}

TD.HeaderLinks
{
	color: white;
	font-size: 9pt;
	vertical-align: middle;
}

TD.HeaderLinks A
{
	color: white;
	font-size: 8pt;
	margin-left: 1.5em;
	text-transform: lowercase;
}

/* UserDetail Help */

DT
{
	font-weight: bold;
}

DD
{
	margin-left: 100px;
	margin-top: -1.4em;
	margin-bottom: 0.8em;
}

/* container table */

TABLE.C
{
	border-collapse: collapse;
	border-spacing: 0px;
}

TR.C
{
	vertical-align: top;
}

TD.C
{
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* General Forms */

DIV.FormContent
{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	background-color: White;
}

TABLE.StandardForm
{
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
}

TR.PUF
{
	vertical-align: top;
}

TH.PUF
{
	padding: 1px 1px 1px 1px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

TD.PUF
{
	padding: 1px 1px 1px 1px;
	text-align: left;
}

INPUT.PUF
{
	width: 450px;
}

SELECT.PUF
{
	width: 456px;
}

TEXTAREA.PUF
{
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	height: 50px;
	width: 450px;
}

A.HelperLink
{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 7pt;
}

.Required
{
	color: #990000;
	font-weight: normal;
	margin-left: 2px;
}

/* History Grid */

TABLE#ctl00_C_HistoryGrid
{
	margin-top: 15px;
}

TR.GridHeader
{
	background:#D8D8DA url(../y/assets/skins/sam/sprite.png) repeat-x 0 0;
}

TD.GridHeader
{
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	font-weight: bold;
}

TD.GridText
{
	font-size: 8pt;
	text-align: left;
}

.GridAction
{
  width: 50px;
  font-size: 6pt;
  text-transform: uppercase;
  color: #990000;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding: 1px 4px 1px 4px;
  text-decoration: none;
}

TD.GridHeader A
{
	color: #ffffff;
}

/* Sort Pages */

.DragList 
{
	padding: 3px 3px 3px 3px;
	border: solid 1px #000000;
	background-color: #dedede; 
	margin: 0px 0px 0px 0px; 
	width: 500px; 
	list-style-type: none; 
	position: relative; 
}

.DragList LI 
{
	margin:  1px 1px 4px 1px; 
	background:#D8D8DA url(../y/assets/skins/sam/sprite.png) repeat-x 0 0;
	border: solid 1px #999999;
	cursor: move;
	text-align: left;
	font-size: 10pt;
	padding: 3px 3px 3px 3px;	
}

/* Validation summaries */

.InfoSummary
{
	background-color: #bdeff8;
	background-image: url(../d/knobs/InfoBlue.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border: solid 1px #00529b;
	color: #00529b;
	font-weight: bold;
	font-size: 8pt;
	margin: 10px 0px;
	padding: 15px 10px 15px 60px;
	text-align: left;
}

.ErrorSummary
{
	background-color: #ffccba;
	background-image: url(../d/knobs/CancelRed.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	border: solid 1px #d63301;
	color: #d63301;
	font-weight: bold;
	font-size: 8pt;
	margin: 10px 0px;
	padding: 15px 10px 15px 60px;
	text-align: left;
}

#ctl00_ButtonBar
{
	padding-top: 10px;
}

.floatRight
{
	float: right;
}

.yui-skin-sam .yui-navset .yui-content
{
	background:#f0f0f0;
}

.PageTitle
{
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 8px;
}

.FormControlIcon
{
	position: relative;
	top: 0px;
	cursor: pointer;
	z-index: 1;
	left: -18px;
}

.Toolbar
{
	text-align:center;
}