﻿/*  Generic styles */
body { font: 11px/15px Verdana, Arial, San Serif; }
a { color: #D40026; }
h1 { font-size: small; font-weight: bold; }

/*  ORDER CONFIG SECTION */
.container {width: 958px; border: 0px dashed gray; padding: 0px;}
.left {float: left; width: 180px;border: 1px dashed gray; background-color: #EFEFEF; border: solid 1px gray; position: relative; padding: 5px;}
.left p { margin-bottom: 5px; }
.right {float:right; width: 750px; padding-left: 8px; border: solid 0px gray; position: relative; }
.right h1 {border-bottom: 1px #7D49AB solid; padding-bottom: 2px }
.label{font-weight:bold;}
div.tab { width: inherit; padding: 2px; padding-left: 4px; }
div.tab a {color: #7D49AB; text-decoration: none; }
div.tab a:visited {color:#7D49AB; text-decoration:none;}
div.tab a:active {color:#7D49AB; text-decoration:none;}
div.tab a:hover {color: Black; text-decoration: underline;  }
div.tabselected { background: #666666;padding: 2px; padding-left: 4px; }
div.tabselected a {color: white;text-decoration: none;}
div.tabselected a:visited {color:white; text-decoration:none;}
div.tabselected a:active {color:white; text-decoration:none;}

.errorlabel {color:Red; font-weight:bold}

INPUT.ReadOnly
{
	/*background: #fee3ad;*/
	border: 1px solid gray;
	color: Gray;
}
INPUT.Normal
{
	/*background: #fee3ad;*/
	border: 1px solid Black;
	color: Black;
}