/*
fieldset {
border: 1px solid #356BB9;
width: 400px;
background: #D8DFE9;
padding: 3px;
}

fieldset label {
  float: left;
  width: 100px;
  text-align: right;
}
*/
.sort-hover { 
  cursor: pointer;
  color: #C47D49 !important;
  font-style: oblique;
}

.allitems5	{ 
	float: right;
	padding-right: 5px;
}

.allitems	{ 
	float: right;
	padding-right: 175px;
}

.subcat9items	{ 
	float: right;
	padding-right: 50px;
}

fieldset {
border: 1px solid #356BB9;
background: #D8DFE9;
padding: 3px;
}

fieldset label {
  float: left;
  text-align: right;
}

fieldset legend {
background: #F6F6F6;
padding: 3px;
font-weight: bold;
}

div.panel {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

h2 {
	margin: 0;
	padding: 0;
}

div.panel.background {
	background-color: #d8dfe9;
}

.quickfind {
	display: none;
	float: right;
}
#primary-content {
	width: 905px;
	padding-right: 20px;
	padding-left: 20px;
}

#primary-content div.panel h2 {
	margin: 0;
	padding: 0;
}

#primary-content ul {
	margin-top: 0;
}

#primary-content h3 {
	margin-bottom: 0;
}

#primary-content h1,
#primary-content h2,
#primary-content h3,
#primary-content h4 {
	margin-left: 0px;
}

table.form .large {
	width: 247px;
}

table.form .medium {
	width: 200px;
}

table.form .small {
	width: 75px;
}


table.data {
	border-top: 1px solid #e5eff8;
	border-right:1px solid #e5eff8; 
	border-collapse: collapse;
	margin-bottom: 10px;
	font-size: .9em;
}

table.data th {
	border: 1px solid #ccc;
	background-color: #d8dfe9;
	text-align: left;
	padding: 4px;
	vertical-align: top;
}

table.data td {
	color:#000000; /*#678197;*/
	border-bottom:1px solid #e5eff8; 
	border-left:1px solid #e5eff8; 
	padding:.1em .5em; 	
}

table.data td.txtleft {
	text-align: left;	
}

table.data td.txtcenter {
	text-align: center;	
}
/*
table.data td {
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 4px;
}
*/
table.data tr.odd td { 
background:#f7fbff 
} 

table.data tr.odd .column1 { 
background:#f4f9fe; 
} 
table.data.column1 { 
background:#f9fcfe; 
}

table.data thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.data thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.data thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

