/* Gammalt */

.ordertable {
	border-collapse: collapse;
}

hr {
  background-color: #C0C0C0; /* Mozilla */
  border-color: #C0C0C0; /* Opera 5&6 */
  color: #C0C0C0; /* IE */
 }

th {
	background: url(images/tabhead.gif);
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	margin: 4px;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.solid_border_up {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
}
.solid_border_right {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: black;
}
td.ordertable {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	margin: 4px;
}

th.headertable {	
	background: white;
	border-left: 0px solid #eaeaea;
	border-right: 0px solid #eaeaea;
	border-top: 0px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
	padding: 4px;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	font-weight: bold;
	color: #3B5975;
	text-align: left;
}
td.headertable {
	padding: 4px;
	margin: 4px;
}

.tablerow {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	margin: 4px;
}

.tablerow_green {
	color: green;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	margin: 4px;
}

.tablecolumn {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	margin: 4px;
}

.tablecolumn_green {
	color: green;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 4px;
	margin: 4px;
}

.tableeven {
   background: white;
}

.tableodd {
	background: white;
}

.textflik {
	vertical-align: top;
	background-color : #FFFFF0;
	border-left : 1px solid silver;
	border-right : 1px solid silver;
	border-top : 1px solid silver;
	font-size : 9px;
	padding-left : 2px;
	padding-left : 2px;
	width : 30px;
	text-align : center;
}
.textflik_top_left {
	vertical-align: top;
	background-color : #FFFFF0;
	border-left : 1px solid silver;
	border-top : 1px solid silver;
	height : 2px;
}
.textflik_top_right  {
	vertical-align: top;
	background-color : #FFFFF0;
	border-right: 1px solid silver;
	height : 2px;
}
.textflik_bottom {
	vertical-align: top;
	background-color : #FFFFF0;
	border-left : 1px solid silver;
	border-right : 1px solid silver;
	border-bottom : 1px solid silver;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom: 1px;
	text-align : left;
	height : 2px;
	font-size : 9px;
}

.numeric {
	COLOR: black; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	text-align : right;
	padding-right : 4px;
}

.border { 
	border-color: black;  
	border-width: 1px;  
	border-style: solid;   
}


/* Nytt */

.visibleBox{
	height: 50px;
	visibility: visible;
}
.overDivHidden {
	position: absolute;
	z-index: 3; 
	visibility: hidden;
	height: 0px; 
	width: 0px;
}
.overDivVisible {
	position: absolute;
	z-index: 3; 
	visibility: visible;
	width: 100px;
	margin-top: 3px;
	border: 1px solid #EAEAEA;
	background-color: #FFFFFF;
}

.frameleft { 
	background: url(images/bg.gif);
	border-right: 1px silver solid;
}

.frameright { 
	background: url(images/bg.gif);
	border-left: 1px silver solid;
}

.framesearch { 
	border-right: 1px silver solid;
}

body,td,th,input,select,textarea
{
	font: 10px verdana;
}

h1,h2,h4,h5
{
	font-family: 'Trebuchet MS';
	color: #3B5975;
}

h3 
{
	font-family: 'Trebuchet MS';
	font-size: 18px;
	font-weight: bold;
	color: #3B5975;
	text-align: left;
}

.cell1 {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background: url(images/tabhead.gif);
}

.cell2 {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.cell3 {
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background: url(images/bg_dotted1.gif);
}

a:link {
	color: black;
}
a:active {
	color: blue;
}
a:visited {
	color: black;
}
a:hover {
	color: black;
}

a.link1 {
	color: black;
	text-decoration: none;
}
a.link1:active {
	color: black;
	text-decoration: none;
}
a.link1:visited {
	color: black;
	text-decoration: none;
}
a.link1:hover {
	color: black;
	text-decoration: underline;
}

.hr1 {
	color: #eaeaea;
	background-color: #eaeaea;
	height: 1px;
}

.input_updating
{
	background-color: #e6e6e6;
}

.input_readonly
{
	background-color: #ffa07a;
}

.input_normal
{
}

.wait {
	background: InfoBackground;
	border: 1px solid Black;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14;
	position: absolute;
}
