﻿html,body,form {height:100%;font-family:verdana,arial;font-size:9px;color:#726d66;}
td,.text  {font-family:verdana,arial;font-size:9px;color:#726d66;}

a,a:link,:active,a:visited {color:#000000;font-weight:normal;text-decoration:none;cursor:hand;}

.mellanrubrik   {font-size:15px;font-family:verdana;color:#2c7798;font-weight:bold;}

.header1,a.header1,a.header1:link,a.header1:active,a.header1:visited,a.header1:hover {font-size:15px;font-family:verdana;color:#2c7798;font-weight:bold;padding-bottom:5px;cursor:hand;}
.header2,a.header2,a.header2:link,a.header2:active,a.header2:visited,a.header2:hover   {font-size:9px;font-family:verdana;color:#2c7798;font-weight:bold;padding-bottom:5px;cursor:hand;}

.AddToTemplate{float:right;margin-right:10px;}
.header3{font-size:12px;color:#000000;}

.Button1
{
	font-size:10px;
	border:1px solid #b6b3b0;
	color:white;
	background-repeat:repeat-x;
	background-image:url('../images/ButtonGradient.gif');
	border-left:1px solid #9a9a9a;
	border-top:1px solid #9a9a9a;
	border-bottom:1px solid black;
	border-right:1px solid black;
	cursor:hand;
}


#TillverkarRuta
{
    width:250px;
    height:400px;
    background-color:#f7f7f7;
    
}

.CartHighlight
{
	background-color:#f3e729;
}



/************************************************
	Tabeller
************************************************/
.Table
{
	background-color:#2c7798;
}

.Table td
{
	color:white;
}

.RowEven
{

	background-color:#f1f1f1;	
}

.RowOdd
{

	background-color:white;	
}

.RowHighlight
{
	background-color:#d8d8d8;
}




/************************************************
	Textboxar
************************************************/

.textbox    
{
	background-color:#ffffff;
	border:1px solid #7f9db9;
}

.TextboxQuantity,.TextboxHighlight,.TextboxActive
{
	text-align:center;
}


.TextboxQuantity
{
	background-color:#ffffff;
	
	border:2px solid #7f9db9;
	width:20px;
}
.TextboxHighlight
{
	border:2px solid darkred;
	background-color:#efeff0;
	width:20px;
}

.TextboxActive
{
	border:2px solid black;
	width:20px;
}



.Test
{
	border:2px solid yellow;
}