/* Default CSS Stylesheet for Scania Flowman Eshop 2004 */

/* TAG Specific*/
body
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: white;
	BACKGROUND-IMAGE: url(../images/imgMainBackgroundMilk.gif);
	margin-top:0;
}

td
{
	vertical-align: top;
}

img, image
{
	border: none;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #0000EE;
}	
		
a:hover
{	
	text-decoration: underline;
	color: #0000EE;
}

hr
{
	height: 1px;
	border-top: solid 1px white;
}
	
/* Classes */

.Normal
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
}

.NormalRight	{
	text-align:right;
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;	
}

.Input
{
	font-size: 10px;
	font-family: Verdana;
}
.Button
{
	font-size: 10px;
	font-family: Verdana;
	cursor:hand;
}
.DataGridHeader
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color:#00224C;
	color: white;
}
.DataGridItem
{
	font-size: 10px;
	font-family: Verdana;
	background-color:White;		
}
.DataGridAlternatingItem
{
	background-color: #D8D8D8;
	font-size: 10px;
	font-family: Verdana;
}

.DataGridMouseOverItem
{
	background-color: #333333;
	color: White;
	font-size: 10px;
	font-family: Verdana;
	cursor: hand;
}
.DataGridSelectedItem
{
	background-color: #ffffcc;
}

.DataGridFooter
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color: Gray;
	color: White;
}

.DataGridFooterRight
{
	text-align:right;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color: Gray;
	color: White;
}

.DataGridHeaderRight
{
	text-align:right;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background-color:#00224C;
	color: White;
}
.DataGridPager
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-color: Transparent;
	color: Gray;
	text-align: center;
}

@media print {
	.DataGridHeader
	{
		font-weight: bold;
		font-size: 10px;
		font-family: Verdana;
		color: Black;
	}
	.DataGridItem
	{
		font-size: 10px;
		font-family: Verdana;
		border-color: Black;
		background-color:White;
	}
	.DataGridAlternatingItem
	{
		background-color: white;
		font-size: 10px;
		font-family: Verdana;
		border-width: 1px;
	}
}

.Validator
{	
	font-weight: normal;
	font-size: 15px;
	font-family: Verdana;
	border-width: 0px;
	color:RGB(204,0,0);
	cursor: hand;
 	}

.Error
{	
	font-size: 10px;
	font-family: Verdana;
	border-width: 0px;
	color:RGB(204,0,0)
 }

.Headline
{
	font-weight: 700;
	font-size: 16px;
	color: #848484;
	font-family: Tahoma;
}

.SubHeadline
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

.Bold
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}
	
.Information
{
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
}
.ImageBorder
{
	border: solid 1px black;
}
.DisplayNone
{
	display: none;
}
.Display
{
	display: block;
}
.Visible
{
	visibility: visible
}
.Hidden
{
	visibility: hidden
}
.redRow
{
	background:red
}

.EditLanguageControl
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}