﻿body
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*iMIS Public */
BUTTON, .BUTTON, .button, .TextButton, .TextButtonWithImage, .TextButtonWithImageOnRight, .TextButtonDisabled, .TextButtonWithImageDisabled, .TextButtonWithImageOnRightDisabled
{
	margin: 0px 0px .5em .5em;
	height: 25px;
	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: #336699;
	color: #FFF;
	text-decoration:none;
	cursor: hand;
	padding:0em .5em 0em .5em;
}
.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;
}
#form1 #pSearch table tr td table .ETD td .EN10 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.ETH 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
} 

.EN11 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.EN12 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
    color: Blue;
    font-weight: bold;
}.OrderTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}
.BodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #039;
}
