dotline {
	border-top: 3px dotted #000000;
	margin-top: 5px;
}
.nav1 {
	color: #993300;
}
.nav1 a {
	color: #bc7229;
}

.nav2 {
	color: #BC7229;
}
.nav2 a {
	color: #BC7229;
}

.nav3 {
	color: #59692e;
}


.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.button 
{
	background: #CCCCCC;
	color: #000000;
}

.tinyLink, .tinyLink:link, .tinyLink:active, .tinyLink:visited , .tinyLink:hover
{ 
	font-size: 12px;
	text-decoration: none;
}
.tinyLink:hover
{ 
	text-decoration: underline;
}
.crumbs
{
	font-size: 12px;
}
.crumbLink, .crumbLink:link, .crumbLink:active, .crumbLink:visited , .crumbLink:hover
{ 
	font-size: 12px;
	text-decoration: none;
}
.crumbLink:hover
{ 
	text-decoration: underline;
}
.pageBox
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.header 
{
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.colhead
{
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.dataTable
{
}
.dataTable tr
{
	text-align: left;
}
.dataTable tr.alt
{
	background-color: #e9e9e9;
}
.dataTable td.alt, .dataTable th.alt
{
	background-color: #E5E5FF;
}
.dataTable th
{
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid black;
}
.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}
.dataTable tr.dataFooter td
{
	padding: 1px 5px 1px 5px;
	border-top: 1px solid black;
}
.dataTable td
{
	padding: 1px 5px 1px 5px;
}
.formTable
{
}
.formTable tr
{
	vertical-align: top;
}
.formTable th
{
	font-weight: bold;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
}

.floater
{
	z-index: 1003;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	position: absolute;
}
.floaterFrame
{
	z-index: 1002;
	position: absolute;
}
.floaterTitle
{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.pageBlocker
{
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pageBlockerFrame
{
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
.borderBody
{
    background-color: #FFFFFF; 
    border: 1px solid #999999;
}
.tabBody
{
    background-color: #E6E2D7; 
    border-left: 1px solid #999999; 
    border-right: 1px solid #999999; 
    border-bottom: 1px solid #999999; 
}
.dataRow0
{
	background-color: #EEEEEE;
}

.hScrollCell
{
	height: 16px;
	background-image: url(../Images/paging/background.gif);
}
.hScrollContainer
{
	/* position: relative; */
	overflow: hidden;
	cursor: pointer;
	height: 16px;
}
.hScrollPill
{
	position: absolute;
	top: 3px;
	height: 16px;
	background-image: url(../Images/paging/bar.gif);
}
.hScrollPillLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 16px;
	background-image: url(../Images/paging/bar_left.gif);
}
.hScrollPillMiddle
{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 16px;
	background-image: url(../Images/paging/bar_middle.gif);
}
.hScrollPillRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 11px;
	height: 16px;
	background-image: url(../Images/paging/bar_right.gif);
}
.pagingContainer
{
	position: relative;
}
.pagingTab
{
	position: absolute;
	top: -20px;
	right: -1px;
	_right: -2px;
	background-color: #FFFFFF;
    padding: 2px 5px 2px 5px; 
    border-top: 1px solid #999999; 
    border-left: 1px solid #999999; 
    border-right: 1px solid #999999; 
}
.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}
.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}
.scrolling
{
	position: relative;
	overflow: auto;
	border: 1px solid #000000;
}
.listhead {
	color: #004d6e;
	font-weight: bold;
}
.rightbold {
	font-weight: bold;
	color: #000000;
	padding-left : 10px;
	padding-right : 10px;	
}
.righttext {
	color: #000000;
	padding-left : 10px;
	padding-right : 10px;	
}



.sitemap a:link {
	color: #000000;
	text-decoration: none;
}
.sitemap a:visited {
	text-decoration: none;
	color: #000000;
}
.sitemap a:hover {
	text-decoration: underline;
	color: #000000;
}
.sitemap a:active {
	text-decoration: none;
	color: #000000;
}

.subhead{
	font-size: 20px;
	color: #004d6e;
	font-weight: bold;
}

.box { 
	background: #d4edf3;
    padding: 3px;
}

.table.box2 {
	border-collapse:collapse;
	border: 1px solid #f3edd9;
	cellpadding: 10px;
	cellspacing: 10px;
	background: #f3edd9;
}

.box TD { padding:5px;
		  spacing: 1px;
}


/*  keep those style old site has*/
.navy {
	color: #000080;
}
.bignavy {
	color : #000080;
	font-weight : bold;
}

.highlight {
	background-color : Yellow;
}
.highlightergreen {
	background-color : #00ff00;
}



div.head, P.head {
	font-size : 20px;
}
div.subhead, P.subhead {
	font-size : 18px;
}

.nav {
	font-size: 14px;
}

.bodyfree {
	font-size : 14px;
}
.bodyline {
	text-decoration : line-through;
}

.small {
	font-size : 14px;
}
.smaller {
	font-size : 13px;
}

A.order {
	color : #C62E10;
}

A.small {
	text-decoration : underline;
	font-size : 14px;
}


P.big {
	color : #000000;
	font-size : 20px;
	font-weight : bold;
}
.imgMargin {
	margin-right: 9px;
}

P.bigNon {
	color : #000000;
	font-size : 20px;
}
B.red {
	color : #C62E10;
}
.biggerred {
	color : #C62E10;
	font-size : 28px;
	font-weight : bold;
}
font.bigred {
	color : #B82025;
	font-size: 26px;
	font-weight : bold;
}
.smallred {
	color : #B82025;
	font-size : 14px;
	font-weight : bold;
}
.red {
	color : #C62E10;
    font-style :italic; 
    font-weight :bold;
}

.red2, .redshopping, .redsub {
	color : #C62E10;
	font-weight : bold;
}

.shopping {
	color : #014D6D;
	font-weight : bold;
}
.shopping_y {
	color : #D49D00;
	font-weight : bold;
}

.sm_shopping {
	color : #014D6D;
	font-weight : normal;
}

.bigshopping, .bigshopping2 {
	color : #014D6D;
	font-size : 20px;
	font-weight : bold;
}

.green {
	color : #004d6E;
	font-weight : bold;

}

.greenFAQ {
	color : #004d6E;
	font-weight : bold;
	margin-top:30px;
}

P.greensub {
	color : #39A552;
	font-weight : bold;
	font-size : larger;
}
P.biggreen {
	color : #39A552;
	font-size : large;
	font-weight : bold;
}
P.ltgreen {
	color : #39A552;
	font-weight : normal;
}
P.blue {
	color : #3184B5;
}

BLOCKQUOTE.bodygreen {
	color : #39A552;
}
.bodyred, .special  {
	color : #C62E10;
}

td.blue_hd {
	background-color : #808080;
	text-align: center;
	font-weight: bold;
	color : #FFFFFF;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-top : 3px;
}
td.blue_border {	
	border-color: #808080;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.green_text{
	font-weight : bold;
	color : #59692E;
}
.white_text {
	color : #FFFFFF;	
}
/* Forms */

.text, .smalltext, .button  {
	border: solid 1px #000000;
}
.button {
	font-weight: bold;
	padding-bottom : 2px;
	padding-top : 2px;
}

input.subtotal {
	text-align: center;
	font-weight: bold;
	background-color: #ECF7FF;
}	
tr.even
{
	background-color: #FFFFFF;
}

tr.odd
{
	background-color: #EEEEEE;
}
td.c_label_all {
	text-align: center;
	font-weight: bold;
	border-color: #034D96;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;	
}


.button_red {
	font-weight: bold;
	padding-bottom : 2px;
	padding-top : 2px;
	background-color: #E7BEA2;
}
.small_text{
	font-size : 14px;
}


.cute_cart_box
{
	background-color: #DEDEAD;
	border: 1px solid #808080;
	width: 475px;
}
.cute_cart_description
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808080;
}
.cute_event_box
{
	background-color: #DEADDE;
	border: 1px solid #808080;
	width: 475px;
}
.redlabel
{
    color: Red;
    font-weight: bold;
    font-size: 14px;
}

.cartBoxText
{
    color: #ffffff;
    font-weight: bold;
}
.cartBoxBottom
{
	background-color: #808080;
	color: #ffffff;	
}
.cartBoxBottom a
{
	color: #ffffff;
}

.cartBoxTop
{
	border: 2px solid #808080; 
	background-color: #DEDEAD;
}
.cartBoxMiddle
{
	border-right: 2px solid #808080; 
	border-left: 2px solid #808080; 
}


.menuColor
{
	color: #000000;
}
.smallHeadBetterSpacing {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
	line-height: normal;
	color: #00267F;
}


.menuHiliteColor
{
	color: #FFFFFF;
}

.Redhead0808 {
	font-style: normal;
	color: #B82025;
	font-weight: bold;
	line-height: 25px;
}
/* Sedona site */
.BlueSubhead18 {
	font-style: normal;
	color: #00267F;
	font-weight: bold;
	line-height: 25px;
    font-size:18px;
}
/* Paraliminal site */
.GreenSubhead18 {
	font-style: normal;
	color: #137A0D;
	font-weight: bold;
	line-height: 25px;
}
/*.small11 {
	font-size: 15px;
	color: #333333;
}
.small10 {
	font-size: 14px;
	color: #333333;
}*/
.bigred {
	color : #B82025;
	font-size: 26px;
	font-weight : bold;
	line-height: 29px;
	margin-top: 12px;
}
.BlueSubhead15 {
	font-weight: bold;
	color: #00267F;
	font-style: normal;
}
.betterListSpacing 
{
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;

}
.betterListSpacingNoMargin 
{
	margin-left: -10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
}


.BlueSubhead15reducedLS {
	font-weight: bold;
	margin-top: -0.3cm;
	margin-bottom: .6cm;
	color: #00267F;
}

blockquote {
	margin-left: 12px;
}

.small11reducedTopMargin {
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
.moveLeft {
	margin-right: 55px;
	margin-top: 15px;
}
.JeddahNav {
	font-weight: normal;
	color: #993300;
}

.tabActive
{
	padding: 5px;
	background-color: #EEEEEE;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.tabActiveLink, .tabActiveLink:link, .tabActiveLink:active, .tabActiveLink:visited, .tabActiveLink:hover
{

	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.tabGrey
{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
}
.tabGreyLink, .tabGreyLink:link, .tabGreyLink:active, .tabGreyLink:visited, .tabGreyLink:hover
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.adminTable tr th
{
    text-align: left;
}


.borderTable
{
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}
.borderTable td
{
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.nlpbutton_2
{
    width: 300px;
    height: 30px;
    background-image: url(../Images/X.gif);    
}


.digitalDeliveryRightSidebarTitles a {
    color: #677;
}
.digitalDeliveryRightSidebarNormal a {
    color: #677;
}
.digitalDeliveryRightSidebarContentNormal a,
.digitalDeliveryRightSidebarContentNormal a:link,
.digitalDeliveryRightSidebarContentNormal a:visited,
.digitalDeliveryRightSidebarContentNormal a:hover {
    color: #677;
}

/*.limelight-player-viewport */
div.limelight-player-viewport 
{
    overflow: visible !important;
}


/** CUSTOMER SERVICE CLIENT LOOKUP **/

.clientLookupContainer 
{
	margin: 25px 0px;
}

.clientLookupSearchContainer 
{
	margin: 15px;
}

.clientInvoiceResultsContainer
{
    margin: 15px;
}

.clientInvoiceSearchResultsTable
{
    margin-top: 20px;
}

.clientIvoiceLookupButton 
{
    margin: 0px 15px;
    height: 30px;
}

.clientIvoiceSearchButton 
{
    margin: 10px 0px;
    height: 30px;
}

.searchField 
{
    padding: 4px;
    margin: 5px 0px;
}

table.clientInvoiceSearchResultsTable 
{
    padding: 10px 0px;
    border-spacing: 0px;
    margin: 0px auto;
    width:100%;
    text-align: center;
}
table.clientInvoiceSearchResultsTable > thead th 
{
	text-align: center;
	padding: 0px 10px 10px 0px;
	font-size: 1.2em;
}
table.clientInvoiceSearchResultsTable > tbody tr td
{
    padding: 2px 5px;
}
table.clientInvoiceSearchResultsTable > tbody tr td a:hover
{
    cursor:pointer;
}
table.clientInvoiceSearchResultsTable tbody tr:hover
{
    background-color: #eff;
}

/** CUSTOMER SERVICE CLIENT INVOICES **/

.clientInvoicesContainer 
{
	margin: 25px 0px;
}

.invoiceResultsContainer
{
    margin: 15px;
}

table.invoiceResultsTable 
{
    border-spacing: 0px;
}

.upcomingReleasesContainer 
{
    position: relative;
    text-align: center;
    margin: 15px 0px;
}

.floatRight 
{
    position: relative;
	float: right;
}
.floatLeft
{
    position: relative;
	float: left;
}
.clearBoth {
	clear: both;
}

.customerServiceNavLink 
{
    position: relative;
	float: right;
	margin: 0px 10px;
}

.upcomingReleasesHeaderContainer {
	padding-bottom: 8px;
}
.upcomingReleasesHeadlineClass 
{
    font-weight: 600;
    
}

.releaseItem 
{
    margin:0px;
}

.FileArea 
{
    padding-top: 10px;
    padding-left: 5px;
}

a.redButton {
	color:#fff;
	text-decoration:none;
	display:block;
	width: 150px;
	text-align:center;
	padding: 8px 0;
	font-weight:bold;
	background:#9b2116;	
}

.ui-dialog .ui-widget-header
{
    border:none;
    background:none;
}

.ui-dialog.ui-widget .ui-dialog-titlebar, .ui-dialog .subscribeForm
{
    padding:0px;
    margin:0px;
}