body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:12px;
  background-image:url(images/body-bg.gif);
  background-repeat:repeat-x;
  } html>body {font-size:small;}

a:link {color: #4271D2; text-decoration:underline;  }
a:visited {color: #4271D2;}
a:hover {color: #E40000;}
a:active {}

h1 {
	font-size: 14px;
	color: #414141;
	border-bottom: 1px solid #414141;
	margin: 0 0 9px 0;
	/*width: 560px;*/ /*old 800X600 stles*/
	width: 764px;
	padding-bottom: 2px;
	float:left;
}

h2 {
	font-size: 13px;
	margin: 0px;
	padding:0px;
}

h3 {
	font-weight:normal;
	font-size: 12px;
}

/*
need to define th attributes as a custom class for use with .aspx
use tablehead
ultimately th will be removed
*/
th {
	text-align: left;
	padding: 10px 0px 10px;
	font-weight:bold;
}

#container {
	/*width: 760px;
	\width: 780px;
	w\idth: 760px;*/ /*old 800X600 stles*/
	width: 964px;
	border: 1px solid gray;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	position: relative;
}

#banner {
	height: 99px;
	padding: 0;
	margin-bottom: 0;
	background-image:url(images/hdr_bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	font-size: 10px;
}

#content {
	padding: 0;
	margin-left: 160px;
	margin-top: 0px;
}


#sidebar {
	float: left;
	width: 150px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	background: transparent;
	clear:both; 
}

#footer 
{   clear: both;
    padding: 0;
    margin: 0;
    border-bottom: 8px solid #9b9b9b;
}


.contentPanel {
	float: left;
	width:774px;
	/*width:570px;*/ /*old 800X600 stles*/
	background-color: #eee;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 12px;
	position: relative;
	border:0px;
}

.contentPanel table td{
	padding: 2px;
	vertical-align: middle;
	font-size:12px;
}

.fieldsetContent{
	padding: 10px 5px;
}

#nav {
	float:left;
	width:794px;
	/*width:590px;*/ /*old 800X600 stles*/
	height: 33px;
	background:transparent url(images/bg.gif) repeat-x top right;
	background-position:100% -7px;
	line-height:normal;
	padding-bottom: 0px;
	border-bottom: 8px solid #9b9b9b;
	margin-bottom: 2px;
	font-size: 11px;
}

#nav ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#nav a {
	float:left;
	background:url(images/left_both.gif) no-repeat left top;
	background-position:0 -151px;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	margin-right: 2px;
}

#nav a span {
	float:left;
	display:block;
	background:url(images/right_both.gif) no-repeat right top;
	background-position:100% -151px;
	padding:2px 5px 2px 0px;
	font-weight: normal;
	color:#333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span {
	color:#000033;
}

#nav .current a {
	background-position:0 0px;
	border-width:0;
}

#nav .current a:hover span{
	color:#333; 
}

#nav .current a span {
	background-position:100% 0px;
	color:#333;
}
#nav a:hover {
	background-position:0% 0px;
}

#nav a:hover span {
	background-position:100% 0px;
	color:#4271d2;
}


/*LEFT NAV STYLES*/
#leftnav {
	margin: 5px 0 0 7px; 
	padding: 0;
	width: 145px;
}

#leftnav li {
	display: block;
	width: 145px;
	height: 20px;
	color: #fff;
	font: bold 10px verdana, arial, sans-serif;
	margin: 0;
	padding:0;
}

#leftnav li a {
	text-decoration: none; color: #666; display: block; width: 138px;
	background: transparent no-repeat url(images/btnNav.gif) 0px 0px;
	padding: 2px 0 0 10px;
	margin: 2px 0 2px 0;
	border-bottom: 0;
	height: 16px;
}

#leftnav li a:hover {
	color: #4271d2;
	background: transparent no-repeat url(images/btnNav.gif) 0px -21px;
}

#leftnav li.active a {
	background-position: 0px -21px;
	color: #4271d2;
}

#leftnav .divider {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 2px solid #EDF3FB;
}

.listEntities{
	list-style: none;
	margin: 10px 0px 5px 10px;
	padding: 5px 10px 10px 10px;
	background-color: #EDF3FB;
	font-size: 10px;
}

.listEntities span{
	margin-left: -5px;
	font-weight: bold;
	color: #666;
}


/* END LEFT NAV STYLES*/

form {
	margin: 0px;
	padding: 0px;
}

fieldset { 
	border: 1px solid #93ACCA;
	padding: 0 10px 10px;
	margin: 0px;
	margin-bottom: 10px;
}
legend {
	color: #414141;
	font-weight: bold;
}

.chkLabel {
	padding: 0px;
}

.clr {
	clear: both;
}

#content .instructions {
	padding: 0px;
	font-size: 10px;
	color: #333333;
}

.validation-message{
	background-color: #F7BDBD;
	background-image: url(images/validation_img.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 0 0 50px;
	margin: 0px 0px 10px;
	font-weight: bold;
	font-size: 14px;
}


.validation-message ul {
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
	font-weight: normal;
	font-size: 12px;
}

.validation-highlight{
	background-color: #F7BDBD;
}

.validation-review {
	background-image: url(images/validation_review.gif);
	background-repeat:no-repeat;
	background-position:left;	
}

.required {
	/*background-image: url(images/required.gif);
	background-repeat:no-repeat;
	background-position:left;	*/
	color: #CC0000;
}

.caption {
	padding-bottom: 10px;
}

.note{
	border-bottom: 1px solid #fff;
	padding-bottom: 0px;
}

.tablehead {
	color:#414141;
	font-weight:bold;
	font-size:10px;
	padding-top:5px;
}

#content .tableoutput {
	background-color: #FFFFEE;
	margin-top: 10px;
	padding: 10px;
	border: 10px solid #FFFFEE;
}
#content .tableoutput td{
	padding: 2px 6px 2px 6px;
	padding-right: 6px;
	vertical-align: middle;
	font-size:10px;
	border-bottom: 1px solid #ccc;
	/* border-left: 1px solid #ccc; */
}
#content .tableoutput th{
	padding: 2px;
	padding-right: 6px;
	vertical-align: middle;
	font-size:10px;
	border-bottom: 1px solid #ccc;
}

#content .royalties-disburse {
	margin: 0px;
}
#content .royalties-disburse td{
	padding: 2px 4px 2px 2px;
	margin: 0px;
}

#content .royalties-cntnr {
	background-color:#E5EFFF; 
	border: 1px solid #93ACCA;
	margin-bottom: 5px;
}

#royaltiesBlock .active{
	color: #000000;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(images/royalties_droparrow.gif);
	background-position: 0px -2px;
	background-repeat:no-repeat;
	text-decoration: none;
}

#royaltiesBlock .inactive{
	color: #000000;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(images/royalties_droparrow.gif);
	background-position: 0px -36px;
	background-repeat:no-repeat;
	text-decoration: none;
}

#content td.dgheader{
	font-weight:bold;
	font-size:11px;
}

#content td.dgfooter{
	border-top:1px solid #666;
	border-bottom: none;
	font-weight:bold;
	font-size:11px;
}


.r1 {
	background-color: #FFFFCC;
}

.r2 {
	background-color: #FFFFEE;
}
.selectedrow {
	background-color: #E5EFFF;
}

div.Search {
  background: 
	url(images/topleft.gif) top left no-repeat;
  width:98%;
  margin-left: 5px;
  margin-top: 20px;
  }
div.Search h2 {
  font-family: Arial, Helvetica, sans-serif;
  background: 
	url(images/topright.gif) top right no-repeat;
  font-size:11px;
  color:#666;
  padding:4px 15px 17px 7px;
  margin:0;
  }
  
div.SearchBody {
  background: 
	url(images/rightborder.gif) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding: 10px 0px 0 7px;
  }
div.SearchFooter {
  background: 
	url(images/bottomleft.gif) bottom left no-repeat;
  position: relative;
  }
div.SearchFooter p {
  background: 
	url(images/bottomright.gif) bottom right no-repeat;
  display:block;
  padding:0px;
  margin:-3px 0 0 0;
  }

.cntnrProductSampleImage{
	float:right; 
	text-align: right;
}

.imgProductImage{
	width:200px; 
	height:200px; 
	border:1px solid #666; 
}

.currency {
	text-align: right;
}

.currency .negative {
	color:#EE0000;
}

.debit {
	color: #FF0000;
}

.stampText {
	color: #666;
}

.FusionaryNotes{
	background-color: #FFCC00;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 10px 10px 0px;
	clear:both;
}

table h2 {
	color: #414141;
}


