/*

	Authored by Eureka Software Solutions, Inc. for CD3 Storage Systems, Inc.

	©2001 All Rights Reserved

	Confidential and Proprietary Information

*/



/*

	CD3 colors:

	Orange: #FF6600

	Form field background: #f0f0f0;

	other colors:

	med-gray: #808080;



*/



/* Standard HTML Elements */



	BODY

	{

		font-family: arial, helvetica, sans-serif;

		font-size: 10pt;
		
        margin:0px;
		padding-left:25px;
		padding-right:25px;
				


	}

	

	BODY.popup

	{

		margin:0px;

		border:0px;

		padding:0px;

	}



	TD

	{

		font-family: arial, helvetica, sans-serif;

		font-size: 10pt;

	}

	

	A

	{

		color: #FF6600

	}



/* Classes */



	.Warning

	{

		color: #ff0000;

		font-size:8pt;

		font-weight:bold;

	}



	A.em

	{

		font-weight: bold;

	}



	.button

	{

		border: 1px solid #808080;

		background-color: #f0f0f0;

		font-size: 10pt;

		font-weight:bold;

	}

	

	DIV.errorMessage

	{

		color: #ff0000;

		font-size: 14pt;

		font-weight: bold;

	}

	

	TD.formLabel

	{

		font-size: 9pt;

		color: #808080;

		font-weight:bold;

		text-align:right;

		vertical-align:top;

	}

	

	TD.formField

	{

		text-align:left;

		vertical-align:top;

	}

	

	SPAN.formHint

	{

		font-size:7pt;

	}

	

	TD.ListRowEven

	{

		background-color:#f0f0f0;

		padding-left:1px;

	}

	

	TD.ListRowOdd

	{

		background-color:#e0e0e0;

		padding-left:1px;

	}



	TD.ListRowFirstColEven

	{

		text-align:center;

		color:#ffffff;

		background-color:#909090;

	}

	

	TD.ListRowFirstColOdd

	{

		text-align:center;

		color:#ffffff;

		background-color:#808080;

	}



	TD.ListHeading

	{

		background-color:#808080;

		color:#d0d0d0;

		font-weight:bold;

		font-size:8pt;

		height:12px;

		line-height:12px;

	}

	

	A.ListHeading

	{

		color:#d0d0d0;

	}



	A.ListHeadingSelected

	{

		color:#ffffff;

	}



	TD.AdminSearchResultInfo

	{

		border: 1px solid black;

		background-color: #f0f0f0;

		padding:2px;

	}

	

	TD.PageNavigation

	{

		color: #808080;

		font-size:9pt;

		padding-left:4px;

	}

	

	SPAN.MiniLabel

	{

		color: #808080;

		font-size: 8pt;

	}

	

	INPUT.StandardText

	{

		font-family: arial;

		font-size:10pt;

		width:240px;

		background-color: #f0f0f0;

	}

	

	INPUT.Login

	{

		font-family: arial;

		font-size:10pt;

		width:100px;

		background-color: #f0f0f0;

	}



	INPUT.Artist

	{

		font-family: arial;

		font-size:8pt;

		background-color: #f0f0f0;

		width:120px;

	}

	

	INPUT.Title

	{

		font-family: arial;

		font-size:8pt;

		background-color: #f0f0f0;

		width:120px;

	}

	

	SELECT

	{

		background-color: #f0f0f0;

	}



	SELECT.Cat

	{

		background-color: #f0f0f0;

		font-size:8pt;

		width:80px;

	}

	

	SELECT.SubCat

	{

		background-color: #f0f0f0;

		font-size:8pt;

		width:160px;

	}



	HR.Thin

	{

		height: 1px;

		color: #808080;

	}

	

	HR.ThinColor

	{

		height: 1px;

		color: #FF6600;

	}

	

	/* these are for discMove.php... */

	SELECT.DiscList

	{

		width:248px;

		height:200px;

		background-color: #f0f0f0;

	}

	SELECT.GroupList

	{

		width:248px;

		background-color: #f0f0f0;

	}

TABLE.main { align: center;}

	

/* Instances */



	#pageFooter

	{

		font-size: 10px;

	}



	#pageHeader

	{

		font-size: 14pt;

		color: #FF6600

	}
	

@media print {
  .printHide {
     display:none;
  }
  
  .printShow {
     display:block;
  }
  
  .leftPanel {
     display:none;
  }
}
		#modal_container {
			padding:5px;
			background-color:#fff;
			border:1px solid #666;
			overflow:auto;
			font-family:"Lucida Grande",Verdana;
			font-size:12px;
			color:#333;
			text-align:left;
		}

		#modal_container.test {
			background-color:#900;
			color:#fff;
			padding:30px;
			text-align:center
		}

		#modal_overlay {
			background-color:#000;
		}

		#modal_overlay.test {
			background-color:#fff;
		}
		#FlashContent {
			display:block;
			z-index:9999;
		}
#fa_close {
	position: absolute;
	top: 5px;
	right: 5px;
}

		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:2001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 20%;
			width: 610px;
			height: 800px;
			padding: 16px;
			border: 1px solid black;
			background-color: white;
			z-index:2002;
			overflow: auto;
		}

a.printrollover {
	display: block;
	width: 69px;
	height: 21px;
	background: url("/images/labelprint.gif") 0 0 no-repeat;
	text-decoration: none;
	}

a:hover.printrollover {
	background-position: -69px 0;
	}

