/* CSS Document */

.col{border-right:1px solid #333; padding-left:4px!important; width:auto; }
.col-center{border-right:1px solid #333; text-align:center;}
.col-right{padding-left:4px;}
.col-colored {}


#menutabs {
	float:left;
	border-bottom: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size: 12px;
	width: 525px;
	margin: 0;
}

#menutabs ul {
	margin: 0;
	padding: 0;
	bottom: -1px;
	left: 20px;
	display: inline;
	list-style: none;
}

#menutabs li {
	display: inline;
	list-style: none;
}

#menutabs li.selected {
	margin: 0 4px 0 0;
	font-weight: bold;
	color: #7c56a7;
}

#menutabs a {
	display: block;
	float: left;
	padding: 3px 10px 4px 10px;
	margin-top: 3px;
	margin-right: 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #69733F;
	background-color:#f0e9bc;
	border-bottom: none;
	border-top: 1px solid #69733F;
	border-left: 1px solid #69733F;
	border-right: 1px solid #69733F;
}

#menutabs span a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:1px;	
	color: #0000FF;
	font-weight: normal;
	border: 0 solid #FFF;
	background-color: #FFF;
	font-size: 10px;
	text-decoration: underline;
}

#menutabs a.selected {
	float: left;
	display: block;
	padding: 4px 13px 6px 10px;
	font-weight: bold;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-left: 0px;
	border-right: 1px solid #FFF;
	background: #000;
	margin-top: 0;
	margin-right: 2px;
	letter-spacing: 1px;
}

#menutabs a:hover {
	text-decoration: none;
	background: #FFDF07;
	color:#000;
}
.production td{
	padding-left:5px;
}

.pointer {
	clear: both;
	margin: 0 0 -15px 0;
	padding: 0;
	width: 45em;
}

/* These are the style sheets for the bottom arrows */
#pointer_cards {
        background: url(../images/tabs/arrow.gif) no-repeat 33px 0px;
}
#pointer_reg {
        background: url(../images/tabs/arrow.gif) no-repeat 160px 0px;
}
#pointer_single{
        background: url(../images/tabs/arrow.gif) no-repeat 315px 0px;
}
#pointer_cotg {
        background: url(../images/tabs/arrow.gif) no-repeat 445px 0px;
}

.row1 {
	background-image: url(../images/bars/bkgd_row.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding:4px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	clear:both; /* Need this in order for FireFox to display the table correctly */
}

th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding:4px 0px 4px 8px;
	margin: 0px;
	width: auto;
	background:#000000;
}

th.heading {	
	color: #000000;
	background-image: url(../images/tabs/bkgd_orange.gif);
	background-repeat: repeat-x;
	background-position: top;
}

th.cotg{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding:4px 0px 4px 8px;
	margin: 0px;
	width: auto;
	background:#000000!important;
}

th.cotg2{	
	color: #000000;
	background-image: url(../images/tabs/bkgd_orange.gif);
	background-repeat: repeat-x;
	background-position: top;
}




