﻿/**********************************/
/*begin body formatting*/
/**********************************/

body {
	font-size: small;
	margin: 0px 5px;
	padding: 0px;
	font-family:  Arial, Tahoma, Verdana;
	color: #2C2C2C;
	
}
#MainTable
{
	font-size:90%;
	border-left-color: #ececec;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color: #ececec;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color: #ececec;
	border-bottom-style:solid;
	border-bottom-width:1px;
}


/**********************************/
/*end body formatting*/
/**********************************/

/**********************************/
/*begin normal link formatting*/
/**********************************/

A:link, A:visited {
  color: #2C2C2C;
  font-family:  Arial, Tahoma, Verdana;
  text-decoration: underline;
  cursor: hand;
}
A:hover, A:active {
  color: #2C2C2C;
  font-family:  Arial, Tahoma, Verdana;
  text-decoration: none;
  cursor: hand;
}

/**********************************/
/*end normal link formatting      */
/**********************************/

/**********************************/
/*begin page navigation formatting*/
/**********************************/

TABLE.pagenav_table
{
	background-color : #e7f5f0;
	border: 1px solid #cccccc;	
}

.pagenav_pagelink:link, .pagenav_pagelink:hover, .pagenav_pagelink:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
}
.pagenav_currentpage {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold; 
}

/**********************************/
/*end normal link formatting      */
/**********************************/

/***************************/
/* begin button formatting */
/***************************/

INPUT.Button_s, TD.Button_s, span.Button_s
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C2C2C;	
	border: 0px; 
	margin: 3px; 
	margin-left:0px;
	WIDTH: 100px; 
	HEIGHT: 23px; 
	BACKGROUND-image: url(/Site/ChesterNovello/Design/IMAGES/Buttons/button_100.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
}

INPUT.Button, TD.Button, span.Button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C2C2C;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 120px; 
	HEIGHT: 23px; 
	BACKGROUND-image: url(/Site/ChesterNovello/Design/IMAGES/Buttons/button_120.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
}

INPUT.Button_l, TD.Button_l, span.Button_l
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C2C2C;	
	border: 0px; 
	margin: 3px; 
	margin-left:6px;
	WIDTH: 140px; 
	HEIGHT: 23px; 
	BACKGROUND-image: url(/Site/ChesterNovello/Design/IMAGES/Buttons/button_140.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	TEXT-ALIGN: center;
	vertical-align:middle;
	padding-bottom:4px;
	cursor:pointer;
	cursor:hand;
}

/*************************/
/* end button formatting */
/*************************/

/***************************/
/*begin web menu formatting*/
/***************************/

.nav_webmenu_root 
{
	
}
.nav_webmenu_rootitem  
{
	margin-left:3px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color:#666666;
	
	
}
.nav_webmenu_rootitem_selected  
{
	margin-left:3px;
	text-align: left;
	font-size: 9pt;
	color:#666666;
	font-weight: bold;
	
		
}
.nav_webmenu_sub
 
{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	
}
.nav_webmenu_subitem  
{
	text-align:left;
	font-size: 9pt;
	color:#666666; 
	margin-top:1px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	
	
}
.nav_webmenu_subitem_selected  
{
	text-align:left;
	font-size: 9pt; 
	color:#666666;
	margin-top:1px;
	margin-bottom:3px;
	margin-left:3px;
	margin-right:3px;
	background:#ebebeb
	
}
/*************************/
/*end web menu formatting*/
/*************************/

/*********************************************/
/*begin horizontal list navigation formatting*/
/*********************************************/

TABLE.nav_listh
{

 }

.nav_listh
{
	text-align: right;
}

.nav_listh_selected
{
	font-weight:bold;
	text-align: right;
}

.nav_listh_alt
{
	text-align: right;
	font-weight:bold;
}

.nav_listh_alt_selected
{
	font-weight:bold;
	text-align: right;
}

.nav_listh_sep 
{
  color: #ffffff;
}

.nav_listh a:link,  .nav_listh a:visited {
  color: #ffffff;
  font-family:  Arial,Tahoma, Helvetica;
  font-size: 11px;
  text-decoration: underline;
  font-weight:bold;
  cursor: hand;
}

.nav_listh a:hover, .nav_listh a:active {
  color: #ffffff;
  font-family: Arial,Tahoma,  Helvetica;
  font-size: 11px;
  font-weight:bold;
  text-decoration: none;
  cursor: hand;
}

.nav_listh_alt a:link, .nav_listh_alt a:visited {
  color: #ffffff;
  font-family: Arial,Tahoma,  Helvetica;
  font-size: 10px;
  font-weight:bold;
  text-decoration: none;
  cursor: hand;
}
.nav_listh_alt a:hover, .nav_listh_alt a:active {
  color: #ffffff;
  font-family: Arial,Tahoma,  Helvetica;
  font-size: 10px;
  font-weight:bold;
  text-decoration: none;
  cursor: hand;
}

/**********************************/
/*end horizontal list formatting*/
/**********************************/

/*********************************************/
/*begin tree navigation formatting*/
/*********************************************/

A.nav_tree:link, A.nav_tree:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  cursor: hand;
}

A.nav_tree:hover, A.nav_tree:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  cursor: hand;
 } 
 
 A.nav_tree_sub:link, A.nav_tree_sub:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
}

A.nav_tree_sub:hover, A.nav_tree_sub:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  cursor: hand;
 }  

/*********************************************/
/*end tree navigation formatting*/
/*********************************************/

/*******************************************/
/*begin vertical list navigation formatting*/
/*******************************************/

TABLE.nav_listv
{
	width:100%;
}

.nav_listv
{
	text-align: left;
}

.nav_listv_selected
{
	font-weight: bold;
	text-align: left;
}

.nav_listv_alt
{
	text-align: left;
}

.nav_listv_sep 
{
	background-color: Gray;
}

A.nav_listv:link, A.nav_listv:visited {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

A.nav_listv:hover, A.nav_listv:active {
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

A.nav_listv_alt:link, A.nav_listv_alt:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}
A.nav_listv_alt:hover, A.nav_listv_alt:active {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: hand;
}

/******************************/
/*end vertical list formatting*/
/******************************/

/*******************************/
/*begin small basket formatting */
/*******************************/

.sbasket_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.sbasket_value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ee0010;
}


/******************************/
/*end small basket formatting*/
/******************************/

/*******************************/
/*begin list element formatting */
/*******************************/

.list_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.list_item_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.list_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.list_item_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.list_sep 
{
	
}

/*****************************/
/*end  list element formatting */
/*****************************/

/**********************************/
/*begin module formatting  */
/**********************************/

TABLE.module_title
{
	width:100%;
	background-color:;
	
}

.module_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color:;
}

TABLE.module
{
	width:100%;
}

/**********************************/
/*end module formatting  */
/**********************************/


/**********************************/
/*begin fonts formatting*/
/**********************************/

.title {
	font-family:  Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #2C2C2C;
}
.sub_title 
{
	font-family:  Arial, Tahoma, Verdana;
	color: #2C2C2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text {
	
}
.text_bold {
	font-family:  Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2C2C2C;
}
.text_greyed {
	font-family:  Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #c4c4c4;
}
.text_small {
	font-family:  Arial, Tahoma, Verdana;
	font-size: 8px;
	font-weight: normal;
	color: #2C2C2C;
}
.text_small_bold {
	font-family:  Arial, Tahoma, Verdana;
	font-size: 8px;
	font-weight: bold;
	color: #2C2C2C;
}

/**********************************/
/*end fonts formatting*/
/**********************************/



/**********************************/
/*begin sitemap formatting link*/
/**********************************/
TABLE.sitemap_module
{
	background-color:;
}

.sitemap_td_titel
{
	background-color:;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #F4F4F4;	
}
.sitemap_td_subtitel
{
	background-color:;
	background-color:;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

A.sitemap_module_title:link, A.sitemap_module_title:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:;
}
A.sitemap_module_title:hover, A.sitemap_module_title:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:;
}
A.sitemap_module_subtitle:link, A.sitemap_module_subtitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:;
}
A.sitemap_module_subtitle:hover, A.sitemap_module_subtitle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:;
}


/**********************************/
/*end sitemap formatting*/
/**********************************/
  
.hand { 
	cursor: hand;
} 

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.textbox {	
}

.validationsummary 
{
	font-size: 12px;
	color:Red;	
}

.validationitem 
{
	font-size: 10px;
	color:Red;	
}

.validationstar 
{
	font-size: 14px;
	color:Red;	
}

.highlight1
{
	background-color : #F7F5F0;
	border: 1px solid #666666;	
}
.body_tbl_dotted_bottom {
	border-top: 1px none #ff0000;
	border-right: 1px none #ff0000;
	border-bottom: 1px dotted #ff0000;
	border-left: 1px none #ff0000;
}
.body_tbl_dotted {
	border: 1px dotted #ff0000;
}

.body_tbl_dotted_right {
	
	border-right: 1px dotted #cccccc;
}

.ucHeaderScalingWidth {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 0px 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	}

.ucHeaderScalingWidth h2 {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	font-size: 70%;
	display: block;
}


.ucHeaderScalingWidth img 
{
	margin-right:-3px;
	float: right;
}

.ucHeaderScalingWidthDropLong 
{
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_drop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	margin-bottom: 0px;
	padding: 0px;
	height: 7px;

}
.contentgreyborder {

    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-color: #ececec;
    border-left-color: #ececec;
    border-bottom-color: #ececec;
    width: 100%;
}

#home {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 70px;
	display: block;
}
img {
	border: none;
}

/**********************************/
/* EWH Custom                     */
/**********************************/
.align
{
	vertical-align:middle;
	margin-right:5px;
}
#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	clear: both;
	display:inline;
}
#topnav li {
	display: inline;
	float:left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#topnav a {
	float: left;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/ewhbut.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	color: #ffffff;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 10px;
	margin: 0px;
	padding-bottom: 0px;
	display:inline;
	height:27px;
}
#topnav a:hover {
	float: left;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/ewhbutover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	color: #ffffff;
	padding-right: 10px;
	text-decoration: none;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -2px;
	padding-bottom: 0px;
	height:27px;
	
}
#topnav .item_selected a
{
	background-image: url(/Site/ChesterNovello/Design/IMAGES/ewhbutover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
	margin-bottom: -2px;
	padding-bottom: 0px;
	height:27px;
}
#signinbar 
{
	margin-left:auto;
	margin-right:auto;
	width:764px;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/signinbar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}



#home {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 70px;
	display: block;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#topnav 
{
	float: left;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/ewhbut.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#topnavwrap 
{
	float: left;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/ewhbut.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: both;
}
#navbarleft {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/bgleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 10px;
	height: 32px;
}
#navbarright {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/bgright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 10px;
	height: 32px;
}
.below {
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;	
	height: 1px;
}
#topBarChester {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/chester_topbar_bg.gif);
	background-position: left 0px;
	background-repeat: repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#topbar img.logo {
	height:50px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}
.go {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;	
}
.worksItem
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.worksItem th
{
	text-align: left;
	width: 150px;
	padding: 1px 0;
	vertical-align: top;
}

.worksItem
{
	padding: 1px 0;
	vertical-align: top;
}

.saleItems
{
	width: 100%;
	font-size: 90%;
}
.saleItems caption
{
	font-size: 110%;
	padding-top: 5px;
	font-weight: bold;
	text-align: left;
}

.saleItems th
{
	text-align: left;
	padding: 1px 0;
	vertical-align: top;
	width: 150px;
}

.saleItems td
{
	padding: 1px 0;
	vertical-align: top;
}

#websites
{	margin-top:15px;
	font-weight:bold;
	
}
#news
{	margin-top:15px;
	font-weight:bold;
	
}
.worksitem2
{
	font-weight:normal;
	
}
#searchbox {
	float: right;
	font-size: 10px;
	color: #2c2c2c;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 764px;
	border-left-color: #2C2C2C;
	border-left-style:solid;
	border-left-width:1px;
	padding:0px;
	margin:0px;
	
}
#logotextbar {
	background-color: #2C2C2C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	
}
#logotextbar a {
	font-weight: bold;
	color: #f8f8f8;
	float: right;
	font-family:  Arial, Tahoma, Verdana;
	font-size: 90%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration:underline;
}
.linkslist1 a
{
	margin-bottom: 10px;
	
}
.listdotted
{
	border-bottom-color: #2C2C2C;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	height:1px;
	padding:0px;
	margin:0px;

}

#topbar input {
	border: none;
	margin: 0px;
	padding: 2px 0px;
	vertical-align: 20%;
}
#topbar img.go {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0px;
	height: 17px;
	width: 18px;

}
#leftmain {
	   
        width: 75%;
        float: left;
        padding:0px;
        margin:0px;
	
}

#rightMain {
	width: 185px;
     background-color: #2C2C2C;
     vertical-align: top;
	float:right;	
}
td
{
	
	font-family:  Arial, Tahoma, Verdana;
	margin:0px;
	padding:0px;

}

h2 {
	font-size: 168%;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 3px 0px 0px;
	font-family:  Arial, Tahoma, Verdana;
	color: #2C2C2C;
}
p 
{

	font-weight: normal;
	margin: 0px;
	padding: 0px 2px 5px;
	color: #2C2C2C;
	font-family:  Arial, Tahoma, Verdana;
	
}
h3 {
	line-height:17px;
	padding: 2px 0px 2px 5px;
	font-size: 95%;
	font-weight: bold;
	color: #f8f8f8;
	margin: 0px 0px 0px 0px;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_clef.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-family:  Arial, Tahoma, Verdana;
	
	
}
h3 span 
{
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_clef_right.gif);
	background-position: right top;
	background-repeat: no-repeat;	
	display:block;
	margin: -2px -2px 0px 0px;
	
}
#composers {
	background-color: #f8f8f8;
	margin: 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 185px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color:#ececec;
	border-right-color:#ececec;
	border-bottom-style: solid;
	border-bottom-color:#ececec;
	border-bottom-width: 1px;
	float:left;
	
	
}
.composerpod {
	margin: 0px;
	padding: 1px;
	float:left;
	position:relative;
	
}
.composerpod a 
{
	
	padding:0px 0px 0px 0px;
	color: #2C2C2C;
	font-weight: bold;
	font-size: 95%;	
	margin: 2px 0px 0px 0px;
	position:relative;
	top:10px;
	
}
.composerpod img {
	float: left;	
	padding: 0px 3px 0px 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#atoa {
	background-color: #f8f8f8;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 185px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color:#ececec;
	border-right-color:#ececec;
	border-bottom-style: solid;
	border-bottom-color:#ececec;
	border-bottom-width: 1px;
}

#atoa ul {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#atoa li {
	margin: 0px 4px 4px 0px;
	padding: 0px 0px 3px;
	float: left;
	list-style-type: none;
}
#atoa a {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/button_AZ.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3px 5px 7px;
	margin: 0px;
	vertical-align: middle;
	color: #2C2C2C;
	font-size: 86%;
	font-weight: bold;
	text-decoration: none;
	font-family: "Lucida Sans";
}

#featurednews {
	background-color: #f8f8f8;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color:#ececec;
	border-right-color:#ececec;
	border-bottom-style: solid;
	border-bottom-color:#ececec;
	border-bottom-width: 1px;
}
.modulebackground {
	background-color: #f8f8f8;
	margin:0;
	padding: 10px 15px 5px 15px;
 
}
.modulebackground2 {
	background-color: #f8f8f8;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
 
}
.featurednewspod {
	padding-left: 3px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.featurednewspod a {
	color: #2C2C2C;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.featurednewspod p 
{
	margin-left: 60px;
	padding: 0px;
}
.featurednewspod img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
.featurednewspod div {
	margin-left: 60px;
	margin-top: 5px;
}
#mainnewspage img
{
	
	margin:0px 0px 0px 0px;
	padding:0px;
}
#mainnewspage span
{	
	float:left;
	width:160px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.inputlicenseboxes input
{
}
.inputlicenseboxes textarea
{
	width:250px;
}

#mainnewspage p
{
	margin:0px 0px 0px 0px;
	padding:0px;
}
.discBackgroundGrey
{
	background-color:#f0f0f0;
}
.discographyAlign dd
{
	float:right;
}
#email {
	background-color: #f8f8f8;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color:#ececec;
	border-right-color:#ececec;
	border-bottom-style: solid;
	border-bottom-color:#ececec;
	border-bottom-width: 1px;
}
#sidemodule {
	background-color: #f8f8f8;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}
#rightmain img {
	margin-bottom: 10px;
}
.maininput input {
	border: none;
	margin: 0px;
	padding: 1px;
	font-size: 110%;
	height: 15px;
}
#email p {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#partners {
	background-color: #f8f8f8;
	margin: 0px;
	padding: 0px 0px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color:#ececec;
	border-right-color:#ececec;
	border-bottom-style: solid;
	border-bottom-color:#ececec;
	border-bottom-width: 1px;
}
#partners img {
	margin: 5px;
}
#partners a {
	padding: 5px 0px 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 90%;
}
dd
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
dt
{
	font-weight: bold;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
dl
{
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}
#discographylist dd
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	
}
#discographylist dt
{
	float:left;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	
}
#newsarchivepush
{
	float:right;
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	
}
#newsarchivepush a
{
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 0px;
	
}
#licensecontact dt
{
	
	font-weight:bold;
	
}

#discographylist
{
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	
}
.nobullet
{
	background-image: url(/Site/ChesterNovello/Design/IMAGES/);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}
#nobullet
{
	background-image: url(/Site/ChesterNovello/Design/IMAGES/);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

h5
{
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:130%;
	font-family:  Arial, Tahoma, Verdana;
}
#footer {
	background-color: #00498D;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	font-size: 77%;
	color: #FFFFFF;
	text-align: center;
}
#musicsaleslogo {
	text-align: right;
	margin-top: 10px;
}
#searchbox img {
	margin-top: 3px;
	margin-right: 5px;
}
#atoa span a {
	float: right;
	background-image: none;
	text-decoration: underline;
	font-family:  Arial, Tahoma, Verdana;
}
.floatrightcomposerimg
{
	float: right;
	margin-left:10px;
	margin-bottom:7px;
}
#sidelist h3 {
	
	padding: 2px 2px 4px 5px;
	font-weight: bold;
	color: #f8f8f8;
	margin: 0px 0px 5px;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_clef.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom:0px;
}
#sidelist ul 
{
	background-color: #f8f8f8;
	margin: -2px 0px 0px 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ececec;
	list-style-type: none;
	border-right-color: #ececec;
	border-left-color: #ececec;
}
#sidelist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#sidelist a 
{	
	display: block;
	margin: 0px;
	padding: 4px 35px 4px 4px;
	font-size: 100%;
	text-decoration: underline;
	color: #2C2C2C;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
}
#sidelist a:hover {
	background-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #2C2C2C;
	display: block;
	padding: 4px 33px 4px 4px;
	text-decoration: none;
}
.relatedinforeducemargin
{
	margin-bottom:-10px;
}
#sidelist2 h3 {
	
	padding: 2px 2px 4px 5px;
	font-weight: bold;
	color: #f8f8f8;
	margin: 10px 0px 4px;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_clef.gif);
	background-position: left;
	background-repeat: no-repeat;
	
}
#sidelist2 li {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#sidelist2 ul 
{
	margin: 0px 4px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
#sidelist2 a 
{
	width:100%;
	display: block;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	padding-left:20px;
}
#sidelist3 h3 
{	
	padding: 2px 2px 4px 5px;
	font-weight: bold;
	color: #f8f8f8;
	margin: 10px 0px 4px;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/header_clef.gif);
	background-position: left;
	background-repeat: no-repeat;	
}
#sidelist3 ul 
{
	margin: 0px 4px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
.sidelist3item 
{	
	width:100%;
	display: block;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/reddotdownarrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	padding-left:10px;
	color: #999999;
}
.sidelist3selecteditem 
{	
	width:100%;
	display: block;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/reddotsidearrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 50%;
	font-weight: bold;
	padding-left:15px;
}
#sidelist3 li {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.linkfloatright {
	position: absolute;
	right: 10px;
	font-style:normal;
	font-weight:lighter;
}
.modulebackground ul
{
	margin:0px;
	padding:4px 0px 5px 0px;
	list-style-type:none;
}
input
{
	color: #2C2C2C;
}
.modulebackground li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color:#eaeaea;
	padding:5px 0px 5px 25px;
}
.dottedlinesearch
{
	background-image: url(/Site/ChesterNovello/Design/IMAGES/dots.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	padding:0px;
	margin:0px;
	padding-top:1px;
}
.dottedlinesearch2
{	
	background-image: url(/Site/ChesterNovello/Design/IMAGES/dots.gif);
	background-repeat:repeat-x;
	background-position: left top;
	margin:0px;
	padding-top:1px;
	padding-bottom: 5px;
}
h2 span
{
	margin:0px 0px 100px 0px;
	padding-top:1px;
	font-size:70%;
	font-weight:bold;
}
h5 span
{
		margin:0px 0px 100px 0px;
	padding-top:1px;
	font-size:90%;
}

.modulebackground table
{
	margin-top:0px;
	margin-bottom:0px;
}
.modulebackground
{
	padding-bottom:10px;	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color:#ececec;
	border-right-color:#ececec;
	border-bottom-style: solid;
	border-bottom-color:#ececec;
	border-bottom-width: 1px;
	
}
.modulebackground h4
{
	padding:0px 0px 10px 0px;
	margin:5px 0px 0px 0px;
	font-size:medium;
	font-family:  Arial, Tahoma, Verdana;
}
.modulebackground a
{
	font-weight:bold;
}

.mainformfieldheaders
{
	font-weight:bold;

}
.mainformfieldheaders input
{
	

}
.lightbluebackground
{
	background-color:#eaeaea;
	padding:10px 10px 5px 10px;
	margin:0px;

}
.lightbluebackgroundsmall
{
	background-color:#eaeaea;
	padding:4px 4px 4px 4px;
	margin:0px;
}
.hirewhiteback
{
	background-color:#ffffff;
}
.fielsethirewhite
{
	padding:10px;
	margin:0px;
	width:90%;
}
legend
{
	font-weight:bold;
}
#topsearch
{
	margin:0px 10px 10px 10px;
	width: 100%;
	text-align: right;
}
.atozlarge a
{
	font-weight:bold;
	display:block;
	font-size:120%;
}
.contboxes
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.pagingbottom
{
	padding-left:5px;
	padding-right:5px;
	background-color:#eaeaea;
}

.errors {
	BORDER-RIGHT: #fc6 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #fc6 1px solid; 
	PADDING-LEFT: 35px; 
	BACKGROUND: url(/Site/ChesterNovello/Design/IMAGES/oops.png) #ffc no-repeat 5px 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #fc6 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #fc6 1px solid
}
.errors li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image: url(/Site/ChesterNovello/Design/IMAGES/chevron2.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	background-color:#ffc;
	padding:5px 0px 5px 25px;
}

.errorssmall {
	BORDER-RIGHT: #fc6 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #fc6 1px solid; 
	PADDING-LEFT: 35px; 
	BACKGROUND: url(/Site/ChesterNovello/Design/IMAGES/oops.png) #ffc no-repeat 5px 5px; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #fc6 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #fc6 1px solid
}

.errorssmall li {
	margin:-5px;
	padding:0px;
	list-style-type:none;
	padding:5px 0px 5px 5px;
}

.hire_box_outline {
	BORDER-RIGHT: #B0B1B1 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #B0B1B1 1px solid; 
	PADDING-LEFT: 5px; 
	BACKGROUND: #DFDFDF; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #B0B1B1 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #B0B1B1 1px solid
}

.hire_material_part_outline {
	BORDER-RIGHT: #B0B1B1 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #B0B1B1 1px solid; 
	PADDING-LEFT: 35px; 
	BACKGROUND: #DCDCDC; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #B0B1B1 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #B0B1B1 1px solid
}

.hire_msg_box_1 {
	BORDER-RIGHT: #B0B1B1 1px solid; 
	PADDING-RIGHT: 15px; 
	BORDER-TOP: #B0B1B1 1px solid; 
	PADDING-LEFT: 15px; 
	BACKGROUND: #FAF7DD; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #B0B1B1 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #B0B1B1 1px solid
}

.hire_box_outline_2 {
	BORDER-RIGHT: #B0B1B1 1px solid; 
	PADDING-RIGHT: 15px; 
	BORDER-TOP: #B0B1B1 1px solid; 
	PADDING-LEFT: 15px; 
	BACKGROUND: #E4E4E4; 
	PADDING-BOTTOM: 5px; 
	MARGIN: 0px 0px 10px; 
	BORDER-LEFT: #B0B1B1 1px solid; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #B0B1B1 1px solid
}






/**********************************/
/* END EWH Custom                     */
/**********************************/


/***********************************/
/* PRF Custom                      */
/***********************************/
fieldset
{
	width: 600px;
}
fieldset dt
{
	float: left;
	width: 300px;
}
fieldset table dt
{
	float: left;
	width: 75px;
}
.summary dt
{
	float:none;
	width: auto;
	font-weight: bold;
}
.sectionHead
{
	float: none; font-weight: bold;
}
.cellSpacer
{
	padding:0px 0px 12px 0px;
}
.dragCalendar
{
	position: absolute;
	display: inline;
	margin: 0;
	border: solid 1px #666;
}
.dragCalendarTitle
{
	cursor: move;
	margin: 0;
	padding: 0;
}
.worklistPrint
{
	width: 610px;
	margin: 5px;
	font-size: 14pt;
}

.worklistPrint input
{
	float: right;
	padding: 5px 5px 0 0;
	clear: both;
}
.worklistPrint ul.categoryItems
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	background-image:none;
}
.worklistPrint ul.categoryItems li a
{	
	font-weight: bold;
	font-size: 120%;
	background-image:none;
}
.worklistPrint ul.workItems
{
	list-style-type: none;
	padding-left: 10;
	margin-left: 10;
	font-size: 10pt;
	background-image:none;
}
.worklistPrint ul.workItems li a
{
	font-weight: bold;
	font-size: 115%
}
.worklistPrint dl
{
	border-top: solid 1px black;	
}
.worklistPrint dd
{	
	
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.worklistPrint dt
{
	
	width: 150px;
	height: 25px;
	clear: left;
	padding: 0px;
	margin:0px;
}
a:link
{
	text-decoration:underline;
}
a:active
{
	text-decoration:underline;
}
/***********************************/
/* END PRF Custom                  */
/***********************************/

/***********************************/
/* Start Calendar                  */
/***********************************/
.calendar
{
    BORDER-RIGHT: #000 1px solid;
    BORDER-TOP: #fff 1px solid;
    FONT-SIZE: 11px;
    BACKGROUND: #d4d0c8;
    BORDER-LEFT: #fff 1px solid;
    CURSOR: default;
    COLOR: #000;
    BORDER-BOTTOM: #000 1px solid;
    FONT-FAMILY: arial,tahoma,verdana,sans-serif
}
.calendar TABLE
{
    BORDER-RIGHT: #fff 1px solid;
    BORDER-TOP: #000 1px solid;
    FONT-SIZE: 11px;
    BACKGROUND: #d4d0c8;
    BORDER-LEFT: #000 1px solid;
    CURSOR: default;
    COLOR: #000;
    BORDER-BOTTOM: #fff 1px solid;
    FONT-FAMILY: arial,tahoma,verdana,sans-serif
}
.calendar THEAD .head
{
    BORDER-RIGHT: #000 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #fff 1px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #fff 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #000 1px solid;
    TEXT-ALIGN: center
}
.calendar THEAD .title
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    BACKGROUND: #ffffff;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
    TEXT-ALIGN: center
}
.calendar THEAD .headrow
{
}
.calendar THEAD .name
{
    PADDING-RIGHT: 2px;
    PADDING-LEFT: 2px;
    BACKGROUND: #ffffff;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #000 1px solid;
    TEXT-ALIGN: center
}
.calendar THEAD .weekend
{
    COLOR: #f00
}
.calendar THEAD .hilite
{
    BORDER-RIGHT: #000 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #fff 1px solid;
    PADDING-LEFT: 1px;
    BACKGROUND: #e4e0d8;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #fff 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #000 1px solid
}
.calendar THEAD .active
{
    BORDER-RIGHT: #fff 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #000 1px solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #000 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #fff 1px solid
}
.calendar THEAD .daynames
{
}
.calendar TBODY .day
{
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    WIDTH: 2em;
    PADDING-TOP: 2px;
    TEXT-ALIGN: right
}
.calendar TBODY .hilite
{
    BORDER-RIGHT: #000 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #fff 1px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #fff 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #000 1px solid
}
.calendar TBODY .active
{
    BORDER-RIGHT: #fff 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #000 1px solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #000 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #fff 1px solid
}
.calendar TBODY .today
{
    BORDER-RIGHT: #fff 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #000 1px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: bold;
    BACKGROUND: #e4e0d8;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #000 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #fff 1px solid
}
.calendar TBODY .weekend
{
    COLOR: #f00
}
.calendar TBODY .emptycell
{
    VISIBILITY: hidden
}
.calendar TBODY .emptyrow
{
    DISPLAY: none
}
.calendar TFOOT .footrow
{
    TEXT-ALIGN: center
}
.calendar TFOOT .button
{
    BORDER-RIGHT: #000 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #fff 1px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #fff 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #000 1px solid
}
.calendar TFOOT .ttip
{
    BORDER-RIGHT: #fff 1px solid;
    BORDER-TOP: #000 1px solid;
    BACKGROUND: #ffffff;
    BORDER-LEFT: #000 1px solid;
    BORDER-BOTTOM: #fff 1px solid
}
.calendar TFOOT .hilite
{
    BORDER-RIGHT: #000 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #fff 1px solid;
    PADDING-LEFT: 1px;
    BACKGROUND: #e4e0d8;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: #fff 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #000 1px solid
}
.calendar TFOOT .active
{
    BORDER-RIGHT: #fff 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #000 1px solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #000 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #fff 1px solid
}
/***********************************/
/* END Calendar                    */
/***********************************/


/*  HIRE STUFF */
fieldset.territory, fieldset.form
{
	width:auto;
	border: none;
	background-color:#eaeaea;
	padding:10px 10px 5px 10px;
	margin:0px;
}
fieldset.territory legend, fieldset.form legend
{
	color: #2C2C2C;
	margin-left: -10px;
	font-size:130%;
	font-family:  Arial, Tahoma, Verdana;
}
div.termsConditions
{
	padding: 5px;	
	background-color:#eaeaea;
}
div.termsConditions ol li
{
	margin:0px;
	padding:0px;
	list-style-type: decimal;
	background-image: none;
}
ul.acceptDecline li
{
	margin:0px;
	padding:0px;
	background-image: none;
	background: none;
	display: inline;
}
.radioList
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}
.radioList li
{
	float: left;
	padding-left: 50px;
	background-image: none;
	background: none;
}
table.materialItems
{
	font-size: 90%;
}
table.materialItems select
{
	font-size: 90%
}
table.materialItems dl dt
{
	display: block;
	float: none;
	
}
table.materialParts
{
	width: 100%
}
table.materialParts th
{
	text-align: left;
	white-space: nowrap;
}
table.materialParts input
{
	width: 15px;
	font-size: 90%;
}
ul.materialParts li
{
	background-image: none;
	padding: 0;
}
/* END HIRE STUFF */

/***********************************/
/* Genres						   */
/***********************************/

.genremainleft {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/leftmainbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 421px;
	float: left;
	padding-left: 3px;
}
.genremainleft h1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.genremainright {
	background-image: url(/Site/ChesterNovello/Design/IMAGES/rightmainbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 420px;
}
.genremainright img {
	margin-top: 49px;
}

/***********************************/
/* END Genres                      */
/***********************************/

/* RadCombo adjustment for Safari */
.ComboBoxInput_Mac,    
.ComboBoxInputHover_Mac     
{     
    height: 18px !important;   
        
}  
/***********************************/

/* Discography */
table.tablestyle {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-left-color: #E6E6E6;
}
.tablestyle td,.tablestyle th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	padding:2px;
}

.tablestyle th{
	color:#ffffff;
	background-color:#014A8E;
}
/***********************************/

