#dataTable table {
	border: 1px solid #B2A98E;
	width: 100%;
	cursor: default;
}
#dataTable td {
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #E3D8B5;
}
#dataTable tr.header td, #dataTable tr.header th {
	background: #8E8C5F url(images/button_bg.gif) repeat top;
	color: #fff;
	border-top: 0;
	font-weight: bold;
	padding: 3px 2px 3px 5px;
}
#dataTable tr.header a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#dataTable .sectionHeader {
	padding: 10px 2px 1px 8px;
	font-size: 0.9em;
	color: #4A5E0D;
	border-bottom: 1px solid #4A5E0D;
}
#dataTable .section1stRow            { border-top: 0px; }
#dataTable tr.new                    { background: #F1EFC3; font-weight: bold; }
#dataTable tr.superNew               { font-weight: bold; background: #FFFFE6;}
#dataTable tr.Scheduled              { background: #EEF9D1; }
#dataTable tr.Submitted              { background: #FEFFBA; font-weight: bold; }
#dataTable tr.Published              { background: #F1EFC3; }
#dataTable tr.Viewed                 { background: #F1EFC3; }
#dataTable tr.Prepublished              { background: #FFFFE6; }
#dataTable tr.Previewed               { background: #FFFFE6; }
#dataTable tr.noMission              { background: #fff; color: #999; }
#dataTable tr.Late                   { background: #EEF9D1; color: #d00; }
#dataTable tr.Late td.leftCell       { background-image: url(images/exclamation.gif); padding-left: 13px;
                                       background-repeat: no-repeat; background-position: 5px; }

#dataTable tr.spotlight td           { border-top: 2px solid #5d0; border-bottom: 2px solid #5d0; }
#dataTable tr.spotlight td.leftCell  { border-left: 2px solid #5d0; }
#dataTable tr.spotlight td.rightCell { border-right: 2px solid #5d0; }

#dataTable td.checkAll               { text-align:right; padding-right:10px; font-size:10px }

#standardTable table           { border: 1px solid #B2A98E; margin: 0 auto; margin-bottom: 1.5em; background: #fff; }
#standardTable table.lefty     { margin: 0 0 1.5em 0; }
#standardTable td              { padding: 0px 2px; height: 1.8em; }
#standardTable td.fieldName    { background: #F1EFC3; padding-right: 12px; }
#standardTable .textField      { width: 196px; }
#standardTable input.bigBttn   { margin-top: 0.5em; }
#standardTable input.radioBtn  { width: 12px; height: 12px; }
#standardTable select          { width: 200px; }
#standardTable .radioLabel     { padding-right: 10px;  }
#standardTable .sectionHeading { font-weight: bold; border-bottom: 1px solid #B2A98E; padding: 5px 0 1px 0; height: auto; }

#locationList                  { float: right; margin-right: 80px; }

#progressMeter {
	font-size: 0.9em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999;
	height: 65px;
	width: 490px;
	margin: 3em auto 0 auto;
	background: url(images/blob_line.gif) no-repeat left 20px;
	position: relative;
}
#progressMeter li {
	display: block;
	float: left;
	line-height: 1.2em;
	width: 84px;
	height: 52px;
	text-align: center;
	margin: 0 10px;
	background-image: none;
}
#progressMeter ul             { margin-left: 10px; _margin-left: 0; }
#progressMeter li span        { background-color: #fff; border: 1px solid #999;
                                display: block; height: 30px; padding: 5px 0; position: relative; }
#progressMeter li.active      { background: url(images/arrow_red_up.gif) no-repeat center bottom; }
#progressMeter li.active span { border: 1px solid #c00;	color: #c00; }

/* box corner curving */
.roundedLine                { position: absolute; width: 5px; height: 5px; z-index: 1; background: #0ff; }
.roundedLine.tlRed          { background: url(images/round_line_red_tl.gif) no-repeat top left; left: -2px; top: -2px; }
.roundedLine.trRed          { background: url(images/round_line_red_tr.gif) no-repeat top right; right: -2px; top: -2px; }
.roundedLine.blRed          { background: url(images/round_line_red_bl.gif) no-repeat bottom left; left: -2px; bottom: -2px; }
.roundedLine.brRed          { background: url(images/round_line_red_br.gif) no-repeat bottom right; right: -2px; bottom: -2px; }
.roundedLine.tlGrey         { background: url(images/round_line_grey_tl.gif) no-repeat top left; left: -2px; top: -2px; }
.roundedLine.trGrey         { background: url(images/round_line_grey_tr.gif) no-repeat top right; right: -2px; top: -2px; }
.roundedLine.blGrey         { background: url(images/round_line_grey_bl.gif) no-repeat bottom left; left: -2px; bottom: -2px; }
.roundedLine.brGrey         { background: url(images/round_line_grey_br.gif) no-repeat bottom right; right: -2px; bottom: -2px; }

#questions tr.choices td				{ text-align:right; vertical-align:top; padding:15px 10px }
#questions tr.choices td input				{ margin-left:10px; }

tr.inactive{
	color:#ccc;
}

