﻿.MyOctanormContent
{
	width: 740px;
	height: 65px;
	position: relative;
	background-color: #b0b0b0;
	padding: 10px 0px 0px 10px;
}
.HeaderTextLines 
{
	width: 500px;
	margin-top: 4px;
	height: 20px;
	position: relative;
}
.HeaderTextBox
{
	position: absolute;
	left: 135px;
}
.ButtonSearch
{
	position: absolute;
	left: 300px;
}
.ListHeadline
{
	width: 740px;
	height: 22px;
	margin-top: 3px;
	padding: 0px 5px 0px 5px;
	background-color: #000000;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
}
.ListView
{
	width: 750px;
	height: auto;
	float: left;
	position: relative;
}
.ListViewHeadLine
{
	width: 750px;
	height: 20px;
	font-weight: bold;
}
.Auftrag
{
	width: 738px;
	height: auto;
	padding-bottom: 3px;
	border: solid 1px black;
	position: relative;
	left: 5px;
	margin-bottom: 5px;
}
.ListViewLine
{
	width: 733px;
	height: 21px;
	/*margin-top: 13px;*/
	padding: 0px 0px 0px 5px;
	background-color: #e2e3e4;
	/*border-top: solid 1px black;*/
	font-size: 1.1em;
	font-weight: bold;
}
.ListViewLine2
{
	width: auto;
	height: auto;
	padding: 0px 0px 0px 5px;
}
.DetailButton
{
	width: 100px;
	height: 20px;
	padding-bottom: 3px;
	position: relative;
	left: 465px;
}


.OrderViewStyle
{  
    border: 1px solid #303030;
    padding: 14px;
    margin-bottom: 10px;
}

.OrderViewStyle a
{
    color: #3F3F3F;
    text-decoration: underline;
}

.OrderViewHeaderStyle
{
    font-weight: bold;
    color: Black;
}

.OrderViewHeaderStyle th
{
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.OrderViewFooterStyle
{
    background-color: #707070;
    font-weight: bold;
    color: White;
}

.OrderViewRowStyle
{
    background-color: #D0D0D0;
}

.OrderViewAlternatingRowStyle
{
	background-color: #F2F2F2;
}

.OrderViewRowStyle td, .OrderViewAlternatingRowStyle td
{
    padding-left: 5px;
    padding-right: 5px;
}

.OrderViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.OrderViewPagerStyle
{
    background-color: #707070;
    color: #FFFFFF;
}

.OrderViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}
