body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana,tahoma,arial,helvetica;
}

#content
{
	/*overflow: auto;*/
	height: 100%;
	width: 100%;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#contentcell
{
	font-size: 78%;
	width: 100%; 
	height: 100%; 
	vertical-align: top;
}
.iMIS
{
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman"
}
.pagetitle
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	height: 18px;
	background-color: #002689;
	font-weight: bold;
	font-size: 11pt;
	color: White;
	width: 100%;
	white-space: nowrap;
	vertical-align: middle;
}
.pagetitle a
{
	color: #ffffff;
	font-size: .8em;
}
#pagetitleleft
{
	background-image: url(images/blue_left.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	padding-left: 14px;
	white-space: nowrap;
	vertical-align: middle;
}
#pagetitleright
{
	background-image: url(images/blue_right.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	padding-right: 14px;
	white-space: nowrap;
	vertical-align: middle;
}
#dialogbottom
{
	background-image: url(images/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:121px; 
	text-align:right; 
	vertical-align:top;
	padding: 10px 10px 0px 0px;
}
#pagecopyright
{
	 font-size: xx-small;
	 width: 100%;
	 text-align: center;
}
.lgTitle
{
	font-weight: bold;
	font-size: 150%;
	margin: 4px 0px;
	color: black;
}
.mdTitle,.Caption,caption
{
	font-weight: bold;
	font-size: 120%;
	margin: 4px 0px;
	color:#94a6ce;
}
.Info
{
	color:#94a6ce;
	font-style:italic;
	font-size:85%;
	font-weight:bold;
}
/* error message displayed to user */
.Error, .ErrorNoBackground, .iMISUserMessage
{
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 4px;
	padding-bottom: 3px;
	font:  smallcaption;
	font-weight: bold;
	width: 100%;
	color: red;
	padding-top: 3px;
}
.Error
{
	background-color: white;
}
.Important
{
	font: smallcaption;
	font-weight: bold;
	color: Red;
}

.PanelTableValue
{
	/*background-color: #F1F1F1;*/
	font-size: 80%;
	vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #CDCDCD;
}
/*This is needed because radiobuttonlists wrap in child tables and it's blocking inheritance*/
.PanelTableValue label
{
	font-size:80%;
}
.PanelTablePrompt,.PanelTablePromptLeft, .PanelTablePromptCenter, .PanelTablePromptRight, .PanelTablePromptAndValue
{
	border-bottom: solid 1px #CDCDCD;
	font-size: 80%;
	font-weight: bold;
	color: #003399;
	vertical-align: top;
	padding: 4px 0px 0px 2px;
}
.PanelTablePrompt
{
	text-align: left;
}
.PanelTablePromptCenter
{
	text-align: center;
}
.PanelTablePromptRight
{
	text-align: right;
}
.PanelTablePromptAndValue
{
	padding: 6px;
}
/*BEGIN InfoControl CSS*/
.moreInfo
{
	display:block;
	float:left;
	position:relative;
	cursor:help;
}

/*this is the description div*/
.moreInfo div
{
	display:none;
	position:absolute;
	text-align:center;
	/*move to the left of the image*/
	left:19px;
	width:25em;
	background:#FFF;
	border:solid 1px #000;
	
}
.moreInfo
.moreInfo div.static
{
	position:static;
	display:block;
	left:0;
}
/*END InfoControl CSS*/

/* status message displayed to user usually at the top of the control */
.Status, .PopUp
{
	border-right: black 1px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	margin-bottom: 4px;
	padding-bottom: 3px;
	font: Status-Bar;
	border-left: black 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	background-color: white;
}
.Status
{
	width:100%;
}
.PopUp
{
	background:#FFF;
	width:30em;
}

/* process status message displayed to user usually on a summary page */
.StatusProcess
{
	padding-left: 3px;
	color: dimgray;
}

/* BEGIN BUTTON STYLE */
BUTTON, .BUTTON, .button, .TextButton, .TextButtonWithImage, .TextButtonWithImageOnRight, .TextButtonDisabled, .TextButtonWithImageDisabled, .TextButtonWithImageOnRightDisabled
{
	margin: 0px 0px .5em .5em;
	height: 20px;
	font-weight: 500;
	text-align: center;
	border: solid 1 #999999;
	/*border: solid 1 #a7aeb6;*/
	/*background-image: url(images/buttonsliver.gif);
	background-repeat: repeat;*/
	background-color: #F1A602;
	color: #FFF;
	text-decoration:none;
	cursor: hand;
	padding:0em .5em 0em .5em;
}
.TextButtonDisabled, .TextButtonWithImageDisabled, .TextButtonWithImageOnRightDisabled
{
	background-color: #EEEEEE;
	color: #CCCCCC;
	cursor: not-allowed;
}
.TextButtonWithImage, .TextButtonWithImageDisabled
{
	padding: 0px 0px 0px 16px;
	background-repeat: no-repeat;
}
.TextButtonWithImageOnRight, .TextButtonWithImageOnRightDisabled
{
	padding: 0px 16px 0px 0px;
	background-repeat: no-repeat;
	background-position: right;
}
/* CommandButtonType classes */
.Save{ background-image: url(images/button_save.gif); }
.Cancel{ background-image: url(images/button_cancel.gif); }
.Ok{ background-image: url(images/button_ok.gif); }
.Back, .Previous{ background-image: url(images/button_back.gif); }
.Next{ background-image: url(images/button_next.gif); }
.Skip{ background-image: url(images/button_skip.gif); }
.Delete{background-image: url(images/icon_delete.gif);}
.Edit{background-image:url(images/icon_edit.gif);}
/* END BUTTON STYLE */

/* BEGIN TABSTRIP AND TAB BODY STYLE */
.HTabTable
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 99%;
	vertical-align: top;
}
.HTabTR
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	vertical-align: bottom;
}
.HTabTD
{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	margin: 0px 0px 0px 0px;
}
.HTabBody
{
	height: 100%;
	border-right: #CDCDCD 1px solid;
	border-left: #CDCDCD 1px solid;
	border-bottom: #CDCDCD 1px solid;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: black;
	background-color: white;
	text-align: left;
	vertical-align: top;
}
.HTabBodyRightAlign
{
	height: 100%;
	border-right: #94A6CE 1px solid;
	border-left: #94A6CE 1px solid;
	color: black;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	text-align: right;
	vertical-align: top;
}
.VTab
{
	width: 100%;
	cursor: hand;
	height: 100%;
}
.VTab image
{
	margin-right: 4px;
}
.VTabBody
{
	padding-right: 0px;
	padding-left: 4px;
	background: #efefe7;
	padding-bottom: 4px;
	width: 140px;
	line-height: 20px;
	padding-top: 4px;
	text-decoration: none;
}
/* END TABSTRIP AND TAB BODY STYLE */
/* Begin Generics*/
h1,h2,h3,h4,h5
{
	font-weight:bold;
}
h4
{
	font-size:125%;
	color:#94a6ce;
	margin:0;
	padding:0;
	display:block;
}
.CommandBar
{
	float:right;
}
.Caption,caption
{
	text-align:left;
}
span.NavigationTreeTitle
{
	width: 300px;
	border-top: solid 2px #F1A602;
	font-size: 0.3em;
}
/*CSS for the TitleDescriptionControl*/
.TitleDescriptionControl
{
}
.TitleDescriptionControl img
{
	float:left;
	margin-right: 4px;
}
/*Defaults*/
.TitleDescriptionControl h2
{
	font-weight: bold;
	font-size: 150%;
	margin: 4px 0px;
	color: black;
}
.TitleDescriptionControl p
{
	
}
.hand
{
	cursor:hand;
}
/*We'll probably want to add to account for skins with different headers here*/

/* Display type for currency, to make sure it lines up properly: right-aligned + monospace. */
.DisplayCurrency
{
	color: black;
	text-align: right;
	text-decoration: none;
	font-family:Cambria, 'Lucida Console', Monospace;
	width: 7em;
}