@import url('tab.css');

.orderform
{
	font-family: Tahoma;
	font-size: 11px;
	padding:3 10 5 10;
	background-color:#D4D0C8 !important;	
}

.form {
	font-family: Tahoma;
	font-size: 11px;
}

.form2 {
	font-family: Tahoma;
	font-size: 11px;
	padding:3 10 5 10;
	background-color:#D4D0C8 !important;	
}

table.form{
	border:			1px solid black;
	background:	#ffffff;
	padding:3 10 5 10;
}

table.form table.form {
	border:0;
	background-image:none;
} 

table.form th{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	color:Blue;
}

table.form td{
	font-size: 11px;
}

.panelelement
{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#D4D0C8;	
}

.panelelement2
{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#f3f1f1;
}


table.filter{
	border:1px outset #808080 !important;
	padding: 5 5 5 5;
	background-color:#D4D0C8 !important;
	font-family:Verdana;
	font-size:11px;
}


a.xdir,a.xdir:link, a.xdir:visited
{
	font-family:Tahoma;
	font-size: 11px;	
	padding: 3 3 3 3;
	cursor:default;
	text-decoration:none;
	color:Black;
}

a.xdir:hover
{
	text-decoration:underline;
	color:navy;
}


a.xdir_selected,a.xdir_selected:link, a.xdir_selected:visited, a.xdir_selected:active, a.xdir:active
{
	font-family:Tahoma;
	font-size: 11px;	
	padding: 3 3 3 3;
	cursor:default;
	text-decoration:none;
	background-color:#d4d0c8;
	color:Navy;
}

a.xdir_selected:hover, a.xdir_inactive:hover{
	text-decoration:underline;
}


a.xdir_inactive,a.xdir_inactive:link, a.xdir_inactive:visited, a.xdir_inactive:active
{
	font-family:Tahoma;
	font-size: 11px;	
	padding: 3 3 3 3;
	cursor:default;
	text-decoration:none;
	background-color:Silver;
	color:Gray;
}
a.xfile,a.xfile:link, a.xfile:visited, a.xfile:active,a.xfile:selected
{
	font-family:Tahoma;
	font-size: 11px;	
	padding: 3 3 3 3;
	cursor:default;
	text-decoration:none;
	color:Black;
}

a.xfile_selected,a.xfile_selected:link, a.xfile_selected:visited, a.xfile_selected:active
{
	font-family:Tahoma;
	font-size: 11px;	
	padding: 3 3 3 3;
	cursor:default;
	text-decoration:none;
	background-color:#d4d0c8;
	color:Navy;
}


a.xfile_inactive,a.xfile_inactive:link, a.xfile_inactive:visited, a.xfile_inactive:active
{
	font-family:Tahoma;
	font-size: 11px;	
	padding: 3 3 3 3;
	cursor:default;
	text-decoration:none;
	color:Red;
}

.panelheader
{
	border:1px outset #808080 !important;
	padding: 5 5 5 5;
	background-color:#D4D0C8;
	font-family:Verdana;
	font-size:11px;
}
.panel2
{
	border-right:1px outset #808080;
	padding: 5 5 5 5;
	background-color:#D4D0C8;
	font-family:Verdana;
	font-size:11px;
}
.panel
{
background: #ffffff;
border: 2px inset #f3f1f1;
}

table.border{
	border-collapse:collapse;
}

.border td {

}
.withmargin
{
	margin: 10 10 10 10;
}

legend
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

/* Error window */
.ewindow{
	background-color: menu;
	border-style:none;
	margin:0 0 0 0;
	overflow:hidden;
	font:Tahoma;
	cursor:default;
}
.econtent{
	height:90%;
	width:94%;
	position:absolute;
	border:2px inset menu;
	margin:10 10 10 10;
	padding:5 5 5 5;
	overflow:auto;
	font-size:11px;
}
.ebutton{
	font-family:Tahoma;
	font-size:11px;
	margin:5 10 5 5;
}

.ewindow td{
	font-size:11px;
}

optgroup{
color:silver;
}
