@import url('WelcomePage.css');

body {
	background: #e4e3e8;
}

a:link, a:visited {	
	color: #006699;
	text-decoration: none;
	border-bottom-width: 0px;
}

a:hover, a:active {
	color: #000;
	border-bottom: 0px solid #777;
}

#container1 {
	width: 970px;
	position: relative;
	background: #fff url('../images/bg_body.gif') repeat-y;
	text-align: left;
}

#language {
	position: absolute;
	left: 778px;
	top: 0px;
}

#logoff {
	position: absolute;
	left: 778px;
	top: 38px;
}

#oldfrontpage {
	position: absolute;
	left: 778px;
	top: 74px;
}

#container2 {
	width: 946px;
	margin-left: 12px;
	background-color: White;
}

#containerContent {
	padding: 0 15px 0 15px;
}

#pageend {
	width: 970px;
	position: relative;
	height: 26px;
	background: url('../images/bg_body_pageend.gif');
	clear: both;
}

TD.SolidBackground {
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}

.PaleLeftBorder {
	border-left: darkgray 1px dotted;
}

A.BlockLink
{
	display: block;
	padding: 2px 0px 2px 4px;
	border-bottom: 1px dotted gainsboro;
}

A.BlockLink:hover
{
	background-color: lavender;
}

A.ToolLink {
	font-size: 9pt;
	display: block;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted gainsboro;
	color: #333333;
}

A.ToolLink:hover {
	background-color: lavender;
}

.error {
	color: #c00;
}

.Highlight1 {
	color: #cc0000 !important;
}

.Highlight2 {
	color: green !important;
}

.DisabledEffect {
	color: #999999 !important;
}

.NegativeHighlight {
	color: #cc0000 !important;
}

.PositiveHighlight {
	color: green !important;
}

.Notification {
	border: 1px solid #c0c0c0;
	background-color: #FFFACD;
	padding: 0px 16px 0px 16px;
}

/* -------------  Generic Grid ----------------------------------------------------- */

 .GenericGrid {
	border: 1px solid #666666;
}

 .GenericGrid div {
	margin: 0;
}

 .GenericGrid td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

 .GenericGrid span {
    font: normal 8pt Arial, sans-serif;
}

 .GenericGridHeader {
	color: white;
	background-color: #336699;
}

 .GenericGridHeader th {
	padding: 7px 4px 7px 4px;
    font: normal 8pt Arial, sans-serif;
	border-bottom: 1px solid black;
}

 .GenericGridHeader th a:link,  .GenericGridHeader th a:visited {
	color: White;
	border-bottom: 1px dotted white;
	line-height: 1em;
    font: normal 8pt Arial, sans-serif;
	text-decoration: none;
}

 .GenericGridHeader th a:hover,  .GenericGridHeader th a:active {
	border-bottom: 1px solid white;
	text-decoration: none;
}

 .GenericGridRow {
	background-color: white;
	border-top: 1px dotted #c0c0c0;
}

 .GenericGridRow td,  .GenericGridAlternatingRow td {
	border-top: 1px solid #f0f0f0;
	padding: 7px 4px 7px 4px;
}

 .GenericGridEmptyRow td {
	padding: 7px 0px 0px 0px;
}

 .PurchaseHistoryExpandedGridRow td {
	border-top: 0px;
}

 .GenericGridAlternatingRow {
	background-color: #f8f8f8;
}

 .GenericGrid a {
    font: normal 8pt Arial, sans-serif;
}

 .GenericGrid .EmptyText {
}

 .GenericGridPager td {
	padding: 2px;
}

 .GenericGridPager span {
	margin-right: 0.25em;
}

 .GenericGridPager a {
	margin-right: 0.25em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

 .GenericGrid div {
	margin-top: 0;
}

 .GenericGrid .StatusMessage {
	color: #006600;
}
