@charset "utf-8";
/* CSS Document */

.opttablecell_light,
.opttablecell_dark,
.opttableheader_dark,
.opttableheader_light

{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3524;
	height:22px;
	vertical-align:top;
	padding:4px;
}

.opttableheader_dark,
.opttableheader_light{
	border-bottom:3px #aa9d71 solid;
	font-weight:bold;
	height:24px;
}

.opttablecell_dark,
.opttableheader_dark{
	background-color:#e3d8b9;
}

.opttablecell_light,
.opttableheader_light{
	background-color:#efe8c5;
}

.opttablecell_numfield{
	text-align:right;
}
.opttablecell_topbordered{
	border-top:3px #aa9d71 solid;
}

td.cellseparator{
	width:4px;
	background-color:#FFFFFF;
}

a.opttablelink{
	color:#090;
	text-decoration:none;
	font-weight:bold;
}

a.opttablelink:hover{
	color:#090;
	text-decoration:underline;
}
.opttablecell_centered{
	text-align:center;
}

.opttablecell_rightpositioned{
	text-align:right;
}

.opttablecell_middled{
	vertical-align:middle;
}
.optablecell_cancelled{
	color:#999;
}

select.opttableselect{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#594027;
}

input.opttablebutton{
	background-color:#856343;
	border:1px #594027 solid;
	height:20px;
	text-align:center;
	color:#F3F3F3;
	font-weight:bold;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

input.opttablebutton:hover{
	color:#e7f9c1;
}


.bottomborder1px{
	border-bottom:1px #594027 solid;
}

.topborder1px{
	border-top:1px #aa9d71 solid;
}

input.opttabletextfield, select.optabledropdown{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006579;
	border:1px #aa9d71 solid;
	padding-left:3px;
	background-color:#eeffff;
}

.optdshBar{
	background-color: #d4bf95;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b3002;
	font-weight:bold;
}

