/* CSS styles for the Grace theme */
body {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 6px;
	/* Note the background color has to be white when using this bkg image, 
       so the bottom of the bkg image blends in with the white bkg color. */
	background-color: white;
	background-image: url(/lib/transformation/pdml/images/body_bkg.gif);
	background-repeat: repeat-x;
}

.DialogBackground 
{
	background-color: #EEEEEE;
	background-image: url(/lib/transformation/pdml/images/dialog_bkg.gif);
	background-repeat: repeat-x;
	/* border:1px solid #DEDEDE; */
}

.BodyGradient {
	filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CFC7E7', EndColorStr='#FFFFFF')
}
.SubMenuGradient {
	filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E3E3FA', EndColorStr='#FFFFFF')
}
a.LinkItemHighlight:link {
	color: black;
	text-decoration: none; 
	padding: 3px;
	cursor: hand;
}
a.LinkItemHighlight:visited {
	color: black;
	text-decoration: none; 
	padding: 3px;
	cursor: hand;
}
a.LinkItemHighlight:hover {
	color: black;
	text-decoration: none; 
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding: 2px;
	cursor: hand;
}

a.LinkItem:link {
	color: black; 
	text-decoration: none; 
}
a.LinkItem:visited {
	color: black;
	text-decoration: none; 
}
a.LinkItem:hover {
	color: black;
	text-decoration: none; 
}

.Announcement {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding: 2px;
}

.ItemHighlight {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding: 2px;
	cursor: hand;
}
.ItemRegular {
	padding: 3px;
	cursor: hand;
}
.SmallItemHighlight {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding: 0px;
	cursor: hand;
}
.SmallItemRegular {
	padding: 1px;
	cursor: hand;
}
.DetailsPanel {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	padding: 5px;
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	filter: progid:DXImageTransform.Microsoft.DropShadow(Color="#333333", OffX=1, OffY=1, Positive="true")
}
.MsgWindow {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	padding: 3px;
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
}
.MsgWindowHeader {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #C7C7C7;
	background-color: #C6C6FF;
	background-image: url(/lib/transformation/pdml/images/msg_window_header_bkg.gif);
	background-repeat: repeat-x;
	/* filter=progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E3E3FA', EndColorStr='#C6C6FF'); */
}
.TabTitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	cursor: hand;
}
.ErrorIcon {
	width: 12px;
	height: 12px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Tahoma", "Arial";
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	line-height: 10px;
	background-color: #FF3333;
	padding: 1px;
	border: 1px solid #CC0000;
}

a.ActiveTabItem:link {
	color: black; 
	text-decoration: none; 
}
a.ActiveTabItem:visited {
	color: black;
	text-decoration: none; 
}
a.ActiveTabItem:hover {
	color: black;
	text-decoration: none; 
}
a.InactiveTabItem:link {
	color: #666666; 
	text-decoration: none; 
}
a.InactiveTabItem:visited {
	color: #666666;
	text-decoration: none; 
}
a.InactiveTabItem:hover {
	color: #333333;
	text-decoration: none; 
}

.InfoBlockTopBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9 /*#E8E8E8*/;
}
.InfoBlockBottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9 /*#E8E8E8*/;
}
.InfoBlockLeftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D9D9D9 /*#E8E8E8*/;
}
.InfoBlockRightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9 /*#E8E8E8*/;
}
.InfoBlockTitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold
}

.DeleteLink {
	color: #CC0000;
}
.DimNote {
	color: gray;
}
.DimFieldHeader {
	color: #996633 /*dimgray*/;
}
.NavBarCategoryDefault {
	color: #0000CC;
	font-weight: bold
}
.NavBarCategorySelected {
	color: #0000CC;
	font-weight: bold
}
.NavBarItemDefault {
	color: #0033FF;
}
.NavBarItemSelected {
	color: #0033FF;
}
.NavBarSubItemDefault {
	color: #6666FF;
}
.NavBarSubItemSelected {
	color: #6666FF;
	/*color: #0099FF;*/
}
.DataEntryErrorMsg {
	margin-bottom:3px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
}
.AddPageTitleMargin {
	margin-top:5px;
	margin-bottom:20px
}
