@charset "UTF-8";
/* CSS Document */

/*********************************************
**********************************************
                BODY
**********************************************
*********************************************/

body {
      font-family: Tahoma,  Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
      margin-left: 2px;
	  margin-top: 0px;
	  margin-right: 2px;
	  margin-bottom: 0px;
}

/*********************************************
**********************************************
                TEXT STYLE
**********************************************
*********************************************/


.login {
    font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #00CCFF;
}

.bodyText {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.bodyText2 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.header1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.header2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00CCFF;
}

.header3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #00CCFF;
}

.header4 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00CCFF;
}

.header5 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
}

.header6 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.header7 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline; 
	color: #ffffff;
}

.header8 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff;
}

.header9 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none; 
	color: #000000ßß;
}

/*********************************************
**********************************************
                LINK TEXT
**********************************************
*********************************************/

.Link1 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.Link2 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.Link3 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}


.dark_blue{
	color: #004D99;
}

.dark_blue a:link{
	color: #004D99;
}
.dark_blue a:hover{
	color: #00CCFF;

}
.dark_blue a:active{
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}
.dark_blue a:visited{
	color: #004D99;
}


.l_header{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.l_header2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000080;
	font-weight: bold;
	text-align: center;
}
.l_header3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.container{
	padding-top: 20px;
	padding-bottom: 20px;
}
.errorMsg{
	font-size: 16px;
	color: #ff0000;
	font-weight:bold;
	text-align: center;
	padding-bottom: 20px;
}
.alertMsg{
    font-size: 14px;
	color: #ff0000;
	font-weight:bold;
	text-align: center;

}
.reqFld{
	color: red;
}

/*********************** background *****************************/
/******** message **********/
.message_header{
	float: left;
	width: 100%;
	background-image: url('/bbbin/dj/images/message-header.gif');
	background-repeat: no-repeat;
	height: 44px;
}
.message_header span{
	font-size: 18px;
	font-weight: bold;
	float:left;
	color: white;
	padding-top: 10px;
	padding-left: 15px;
}
.message_content{
 	width: 900px;
	float: left;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('/bbbin/dj/images/message_bg.gif');
	background-repeat: repeat-y;
}
.message_footer{
	float: left;
    width: 100%;
	background-image: url('/bbbin/dj/images/message-footer.gif');
	background-repeat: no-repeat;
	height:15px;
	clear:both;
}
/*******short********/
.loopy_header_short{
	float: left;
	width: 100%;
	background-image: url('/bbbin/dj/images/data_graph_header.gif');
	background-repeat: no-repeat;
	height: 140px;
	
	
}
.loopy_header_short span{
	position: relative;
    top: 55px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.loopy_header_short span#longHeader{
	top: 45px;
}
.loopy_content_short{
 width: 100%;
	float: left;
	background-image: url('/bbbin/dj/images/data_bg_short.gif');
	background-repeat: repeat-y;
}
.loopy_content_short .subheader{
	font-weight: bold;
	font-size: 14px;
}
.loopy_footer_short{
	float: left;
   width: 100%;
	background-image: url('/bbbin/dj/images/blue_footer_short.gif');
	background-repeat: no-repeat;
	height:15px;
}
.loopy_content_short .blueheader, .loopy_content_short .yellowheader,.loopy_content_short .redheader, .loopy_content_short .greenheader{
	clear:both;
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 38px;
}
.loopy_content_short .blueheader{background-image: url('/bbbin/dj/images/blue_graph_header.gif');}
.loopy_content_short .redheader{background-image: url('/bbbin/dj/images/red_graph_header.gif'); height: 37px;}
.loopy_content_short .greenheader{background-image: url('/bbbin/dj/images/green_graph_header.gif'); }
.loopy_content_short .yellowheader{background-image: url('/bbbin/dj/images/yellow_graph_header.gif');}
.loopy_content_short .bluecontent, .loopy_content_short .yellowcontent,.loopy_content_short .redcontent, .loopy_content_short .greencontent{
 	clear:both;
	float: left;
	margin-left: 11px;
	_margin-left: 5px;
	margin-top: 1px;
	width: 466px;
	border: 2px solid #00A0DD;

}

.loopy_content_short .yellowcontent{ border: 2px solid #FFDF00;}
.loopy_content_short .redcontent{ border: 2px solid #C20026;}
.loopy_content_short .greencontent{ border: 2px solid #D1D536;}
.loopy_content_short span#top5, .loopy_content_short span#heavy,.loopy_content_short span#heavy_a,
.loopy_content_short span#medium,.loopy_content_short span#medium_a,
.loopy_content_short span#light,.loopy_content_short span#light_a,
.loopy_content_short span#recurrent,.loopy_content_short span#recurrent_a{
	font-size: 18px;
	font-weight: bold;
	float:left;
	width: 92%;
	text-align:center;
	padding-top: 7px;
}

.invisibleTitleId_a{
display:none;
}

.blueheader span,.redheader span{ color: #ffffff;}
.yellowheader span, .greenheader span {color: #000000; }

.spanDelete{
	padding-top: 9px;
	float:left;
}

.bluecontent .headerRank, .bluecontent .spanRank, 
.bluecontent .headerLabel, .bluecontent .spanLabel, 
.bluecontent .headerArtist,.bluecontent .spanArtist,
.bluecontent .headerTitle,  .bluecontent .spanTitle,
.bluecontent .headerFlag, .bluecontent .spanFlag, 
.bluecontent .headerArtist_a, .bluecontent .spanArtist_a,
.bluecontent .headerTitle_a, .bluecontent .spanTitle_a,
.bluecontent .headerLabel_a, .bluecontent .spanLabel_a{
	float: left;
	border: 1px solid #00A0DD;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	height: 15px;
	overflow:hidden;
}
.invisibleSpan, .invisibleSpan2, .invisibleSpan3,
.invisiblespanArtist, .invisiblespanLabel, .invisiblespanTitle,.invisiblespanFlag,.invisiblespanRank,
.invisiblespanArtist_a, .invisiblespanLabel_a, .invisiblespanTitle_a{
	display:none;
}
.invisibleTitleId{
	display:none;
	}
.yellowcontent .headerFlag, .yellowcontent .spanFlag, 
.yellowcontent .headerLabel,  .yellowcontent .spanLabel, 
.yellowcontent .headerArtist,  .yellowcontent .spanArtist,
.yellowcontent .headerTitle, .yellowcontent .spanTitle,
.yellowcontent .headerArtist_a, .yellowcontent .spanArtist_a,
.yellowcontent .headerTitle_a, .yellowcontent .spanTitle_a,
.yellowcontent .headerLabel_a, .yellowcontent .spanLabel_a{
	float: left;
	border: 1px solid #FFDF00;
	text-align: center;
	font-size: 11px;
	height: 15px;
	overflow:hidden;
}
.greencontent .headerFlag, .greencontent .spanFlag, 
.greencontent .headerLabel,  .greencontent .spanLabel, 
.greencontent .headerArtist,  .greencontent .spanArtist,
.greencontent .headerTitle, .greencontent .spanTitle,
.greencontent .headerArtist_a, .greencontent .spanArtist_a,
.greencontent .headerTitle_a, .greencontent .spanTitle_a,
.greencontent .headerLabel_a, .greencontent .spanLabel_a{
	float: left;
	border: 1px solid #D1D536;
	text-align: center;
	font-size: 11px;
	height: 15px;
	overflow:hidden;
}
.redcontent .headerFlag, .redcontent .spanFlag, 
.redcontent .headerLabel,  .redcontent .spanLabel, 
.redcontent .headerArtist,  .redcontent .spanArtist,
.redcontent .headerTitle, .redcontent .spanTitle,
.redcontent .headerArtist_a, .redcontent .spanArtist_a,
.redcontent .headerTitle_a, .redcontent .spanTitle_a,
.redcontent .headerLabel_a, .redcontent .spanLabel_a{
	float: left;
	border: 1px solid #C20026;
	text-align: center;
	font-size: 11px;
	height: 15px;
	overflow:hidden;
}
.bluecontent .headerRank,.bluecontent .headerFlag,.yellowcontent .headerFlag,.redcontent .headerFlag,.greencontent .headerFlag{ width: 40px; _width: 37px; font-weight: bold;}
.bluecontent .headerLabel,.yellowcontent .headerLabel,.redcontent .headerLabel, .greencontent .headerLabel{ width: 80px;font-weight: bold;}
.bluecontent .headerLabel_a, .yellowcontent .headerLabel_a,.redcontent .headerLabel_a, .greencontent .headerLabel_a{ width: 110px; font-weight: bold;}
.bluecontent .headerArtist, .bluecontent .headerTitle,
.yellowcontent .headerArtist, .yellowcontent .headerTitle,
.redcontent .headerArtist, .redcontent .headerTitle,
.greencontent .headerArtist, .greencontent .headerTitle{ 
     width: 169px;font-weight: bold;
}
.bluecontent .headerArtist_a,.bluecontent .headerTitle_a,
.greencontent .headerArtist_a,.greencontent .headerTitle_a,
.yellowcontent .headerArtist_a,.yellowcontent .headerTitle_a,
.redcontent .headerArtist_a,.redcontent .headerTitle_a{width: 175px; font-weight: bold}
.bluecontent .spanRank, .bluecontent .spanFlag,  .yellowcontent .spanFlag,.redcontent .spanFlag, .greencontent .spanFlag{
	font-size: 10px;
    height: 25px;
	width: 40px;
	_width: 37px;
}
.bluecontent .spanFlag,.yellowcontent .spanFlag,.redcontent .spanFlag, .greencontent .spanFlag{width: 40px; _width:37px;}
.bluecontent .spanLabel, .bluecontent .spanLabel_a, .yellowcontent .spanLabel, .yellowcontent .spanLabel_a,
.redcontent .spanLabel, .redcontent .spanLabel_a, .greencontent .spanLabel, .greencontent .spanLabel_a{
	width: 80px;
	height: 25px;
	font-size: 10px;
	
}
.bluecontent .spanLabel_a, .yellowcontent .spanLabel_a,.redcontent .spanLabel_a, .greencontent .spanLabel_a{width:110px; }
.bluecontent .spanArtist, .bluecontent .spanTitle,
.yellowcontent .spanArtist, .yellowcontent .spanTitle,
.redcontent .spanArtist, .redcontent .spanTitle,
.greencontent .spanArtist, .greencontent .spanTitle{
	width: 169px;
	height: 25px;
	font-size: 10px;
}
.bluecontent .spanArtist_a, .bluecontent .spanTitle_a,
.yellowcontent .spanArtist_a, .yellowcontent .spanTitle_a,
.redcontent .spanArtist_a, .redcontent .spanTitle_a,
.greencontent .spanArtist_a, .greencontent .spanTitle_a{
	width: 175px;
	height: 25px;
	font-size: 10px;
}
.spanType{
	float: left;
	width: 100%;
	text-align: center;

}
.spanType a{
	font-size: 10px;
}
.autocompleteEntry{
	float: left;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
.spanInput1{
	float: left;
	width: 177px;
}
.spanInput2{
	float: left;
	width: 90px;
}
.spanInput3{
	float: left;
	width: 15px;
}
.spanInput3 a{
	color: none;
	text-decoration: none;
}
.spanInput1 input, .spanInput2 input{
	margin: 0;
	vertical-align: middle;
}
.spanNote{
	float: left;
	padding-left: 5px;
	width: 46%;
	height: 25px;
	font-size: 9px;
	font-style: italic;
}
.editMe{
	font-size: 18px;
	font-weight: bolder;
}
/**********************/

.loopy_header_long{

	clear:both;
	background-image: url('/bbbin/dj/images/header_long.gif');
	background-repeat: no-repeat;
	height: 90px;
}
.loopy_header_long span, .loopy_header_long span#long, .loopy_header_long span#xlong{
	position: relative;
    top: 35px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
}
.loopy_header_long span#long{
	left: 10px;
	font-size: 17px;
}
.loopy_header_long span#xlong{
	left: 10px;
	font-size:14px;
}
.loopy_header_long span#rightAligned{
	position: relative;
    top: 40px;
	left: 500px;
	font-size: 12px;
}
.loopy_content_long, .loopy_content_long form {
	background-image: url('/bbbin/dj/images/data_graph_bg_long.gif');
	background-repeat: repeat-y;
	
}
.loopy_content_long table, .loopy_content_long div {
	padding-left: 15px;
	padding-right: 15px;
}
.loopy_footer_long{
	clear:both;
	background-image: url('/bbbin/dj/images/footer_long.gif');
	background-repeat: no-repeat;
	height:25px;
}
.loopy_content_long .message{
	clear: both;
	width: 90%;
	text-align: center;
}

input, textarea, select{
	border-width: 2px;
	border-style: grooved;
	font-size: 9pt;
	font-family: Tahoma;
	margin-left: 20px;
}
textarea{
	margin-left: 0px;
}
.outerText select{
	margin-top: 10px;
}
.loopy_content_long .leftLabel{
	float: left;
	clear: left;
	width: 40%;
	margin-left: 10px;
	margin-bottom: 10px;
}
.loopy_content_long .leftLabel_3col{
	float: left;
	clear: left;
	width: 25%;
	margin-left: 10px;
	margin-bottom: 10px;
}
.loopy_content_long .midLabel{
	float: left;
	width: 33%;
	margin-bottom: 10px;
}
.loopy_content_long .rightLabel_3col{
	float: left;
	width: 20%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.loopy_content_long .rightLabel{
	float: left;
	width: 45%;
	margin-right: 10px;
	margin-bottom: 10px;
}
.loopy_content_long .singleLabel{
	float: left;
	clear: both;
	width: 80%;
	margin-left: 10px;
	margin-bottom: 10px;
}
span#note{
	font-size: 9px;
	font-style: italic;

}
.loopy_content_long .separator{
	clear:both;
	margin-left: 30px;
	margin-right: 30px;

	border-bottom: 2px dotted #37ACDF;
	margin-bottom: 15px;
}
.loopy_content_long .submitButton, .loopy_content_long .centerLabel, .submitButton{
	clear:both;
	padding-top: 10px;
	width: 90%;
	text-align: center;
}


.loopy_content_long .leftFloat{
	float: left;
	width: 20%;
	margin-bottom: 20px;
}

.submitButton{
	height: 15px;
	width: 100%;
}
/************* yellow table ***************/
.yellow_header{
	clear:both;
	background-image: url('/bbbin/dj/images/yellow-graph-header.gif');
	background-repeat: no-repeat;
	height: 30px;
}
.yellow_content {
	background-image: url('/bbbin/dj/images/yellow-graph-bg.gif');
	background-repeat: repeat-y;
}
.yellow_footer{
	clear:both;
	background-image: url('/bbbin/dj/images/yellow-graph-footer.gif');
	background-repeat: no-repeat;
	height:20px;
}


.yellow_header span#formatId,.yellow_header span.subDate_b, .yellow_header span.issueDate,.yellow_header span.dataStatus,.yellow_header span#appStatus,.yellow_header span.dataLink {
	padding: 0 25px 0 25px;
}

.yellow_header input,.yellow_content input{
	margin-left: 20px;
	vertical-align: middle;
}
.yellow_content div#separator{
	clear: both;
	background-image: url('/bbbin/dj/images/yellow-divider.gif');
	height: 2px;
	margin-bottom: 10px;
}
.yellow_content span, .yellow_header span{
	float: left;
	/*height: 30px; */
	overflow: hidden;
	
	text-align: center;
	margin-bottom: 5px;
}

.yellow_content span#check{
	width: 37px;
	clear: left;
}	
.yellow_header span#djName,.yellow_header span#name,
.yellow_content span#djName, .yellow_content span#name{width: 185px;}

.yellow_header span#title,.yellow_content span#title{	width: 167px;}
.yellow_header span#artist, .yellow_content span#artist{width: 170px;}
.yellow_header span#subDate,.yellow_content span#subDate, .yellow_content span.subDate{width: 135px;}
.yellow_header span#label,.yellow_content span#label{	width: 113px;}
.yellow_header span#new,.yellow_content span#new{width: 60px;}
.yellow_content span#new input{margin-left: 0;}

.yellow_header span#djName_b,.yellow_header span#orderBy,
.yellow_content span#djName_b,.yellow_content span#orderBy{width: 163px;}
.yellow_header span#email,.yellow_content span#email{width: 143px; #width: 137px;_width: 137px;}
.yellow_header span#type, .yellow_content span#type{width: 43px; #width: 36px; _width: 36px;}
.yellow_header span#active,.yellow_content span#active{width: 45px;}
.yellow_header span#lw,.yellow_content span#lw{width: 70px;}
.yellow_header span#tw,.yellow_content span#tw{width: 72px;}
.yellow_header span#alert,.yellow_content span#alert{width: 41px; #width: 38px; _width: 38px;}
.yellow_header span#log, .yellow_content span#log{width: 43px; #width: 40px; _width: 40px;}
.yellow_header span#suspend, .yellow_content span#suspend{width: 134px;  text-align:center;}
.yellow_header span#resubmit,.yellow_content span#resubmit{width: 95px; text-align:center;}


.yellow_content span#formatId{width: 107px;}
.yellow_content span.subDate_b{width: 152px;}
.yellow_content span.issueDate{width: 118px;}
.yellow_content span.dataStatus{width: 120px;}
.yellow_content span#appStatus{width: 147px;}
.yellow_content span.dataLink{width: 150px;}

/*****************************/
.s_headerLeft, .sheaderLeftBlue{
	clear: both;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 15px;
}
.sheaderLeftBlue{ color: #00CCFF}
.longLeftFloat{
	float: left;
	width: 25%;
	padding-bottom: 25px;
}
.shortLeftFloat{
	float: left;
	width: 10%;
	padding-bottom: 25px;
}

/*************** tabs *****************/
.tab_header{
	font-size: 18px;
	font-weight: bold;
	color: #00CCFF;
	margin-bottom: 15px;
}
 ul#tabnav {
	  background-color:#414141;
      border-bottom:2px solid #ffffff;
      border-top:2px solid #ffffff;
	  border-left: 1px solid #ffffff;
	  border-right: 1px solid #ffffff;
      height:30px;
      margin:0pt;
      padding:0pt;
	    display:block;
      line-height:30px;
  }
  ul#tabnav li {
    margin:0;
    padding:0;
    float:left;
     height:30px;
     list-style-type:none;
     position:relative;
  }
  ul#tabnav li a {
  font-family: Tahoma;
     color:#ffffff;
     font-size:14px;
     font-weight:bold;
     line-height:30px;
     text-decoration:none;
     display:block;
     float:left;
     height:30px;
     margin: 0;
     padding:0pt 6px;
     position:relative;
  }
  ul#tabnav li a:hover, ul#tabnav li a:active, ul#tabnav li a.selected  {
    background:#139DD9 none repeat scroll 0%;
  }
  .panel {
    background:#ffffff none repeat scroll 0%;
     display:block;
  }
  .content {
    line-height:15px;
     padding:13px 0px 15px 0px;
     text-align:left;
  }
/************survey submission**************/


.draggable_blue, .draggable_yellow, .draggable_red, .draggable_green{
	float: left;
	width: 100%;
	_width: 472px;
	height: 25px;
	
	border: 1px solid #00A0DD;
}
.draggable_green{border: 1px solid #D1D536;}
.draggable_yellow{border: 1px solid #FFDF00;}
.draggable_red{border: 1px solid #C20026;}
.dropable-hover { 
	border:2px dashed #aaa; background:#37ACDF; 
}
/***auto complete***/
div.keyword_ac {
	
	border:1px solid #888888;
	margin:0px;
	padding:0px;
	position:absolute;
	text-align:left;
	width:100%;
	z-index: 200;
}
div.keyword_ac ul {
	list-style-type:none;
	border: 1px solid #37ACDF;
	margin:0px;
	padding:0px;
}
div.keyword_ac ul li.selected {
	background-color:#37ACDF;
	
}
div.keyword_ac ul li {
background-color:white;
	cursor:pointer;
	display:block;
	list-style-type:none;
	margin:0pt;
	padding:2px;
}
div.keyword_ac ul li span#titleId{
	display:none;
}
div.keyword_ac ul li span#title {
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	padding-right: 5px;
}

div.keyword_ac ul li span#artist {
	font-style:italic;
	font-weight: bold;
	font-size: 11px;
	padding-right: 5px;
}

div.keyword_ac ul li span#label {
	font-size: 10px;
}
div.keyword_ac ul li span#newEntry{
	font-weight: bold;
	font-size: 11px;
}


.glossaryTbl{
	border: 1px solid #000;
	margin-top: 20px;
}

.glossaryTbl td{
	border: 1px solid #333;
	padding: 5px;
}



#floatStar{
	float:left;
	margin-left: -239px;
	_margin-left: -233px;
	margin-top: -20px;
}
.deleteButton{
	float:left;
	margin-left:468px;
	margin-top: -20px;
	_margin-left: 227px;
}



.floatingDelete{
	position: relative;
	z-index: 100;
	left: 300px;
}

ul#innerTabnav {
	  background: url(/bbbin/dj/images/innerTab_top.gif) no-repeat;
     
      height:34px;
      margin:0pt;
      padding-left: 20px;
	    display:block;
      line-height:30px;
  }
  ul#innerTabnav li {
    margin:0 10px;
    padding:0;
    float:left;
     height:34px;
     list-style-type:none;
     position:relative;
	 padding-top: 10px;
  }
  ul#innerTabnav li a {
  font-family: Tahoma;
     color:#ffffff;
     font-size:12px;
     font-weight:bold;
     line-height:30px;
     text-decoration:none;
     display:block;
     float:left;
     
     margin: 0;
     padding:0pt 6px;
     position:relative;
  }
  ul#innerTabnav li a:hover, ul#innerTabnav li a.active {
    background:#ffffff none repeat scroll 0%;
	border-top: 2px solid #f0f0f0;
	
	height: 32px;
	color: #333333;
  }
.innerContent{
	background: url(/bbbin/dj/images/innerTab_bg.gif) repeat-y;
	
}

.innerContent input, .innerContent select{
	margin-left: 10px;
}
.innerContent .topText{
	font-weight:bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.innerContent .field{
	padding-bottom: 10px;
}
.innerContent .leftField{
	float: left;
	width: 590px;
}
.innerContent .rightField{
	float: left;
	width: 250px;
}
.innerContent .rightField .fld{
	padding-bottom: 5px;
}
.innerContent .list{
	padding: 5px 0;
	
}

.innerContent .list .headline{
	
	font-weight: bold;
	width: 550px;
}
.innerContent .list .dateTime{
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
}
.innerContent .divider{
	clear:both;
	border-bottom: 2px solid #414141;
}
.innerTabFooter{
	background: url(/bbbin/dj/images/innerTab_bottom.gif) no-repeat;
	height: 24px;
}
.innerContent .pubButton{
	clear:both;
	text-align:center;
}
.innerContent .delButton{
	padding-top: 20px;
}
.innerContent .displayOption{
	float: right;
	position: relative;
	top: -40px;
}
.innerContent .header{
	clear:both;
	height: 30px;
	background-color: #cccccc;
	padding-left: 20px;
	color: #414141;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 10px;
	width: 874px;
}
.innerContent .header span{
	position: relative;
	top: 8px;
}
.innerContent .grayDivider{
	height: 1px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.innerContent .belowText{
	clear:both;
	padding-bottom: 10px
}
.innerContent .nextText{
	padding-left: 20px;
}
.innerContent .top5px{
	position: relative;
	top: 5px;
}
.innerContent .table{
clear:both;
	margin-top: 20px;
}
.innerContent .table .tableSpan{
	float: left;
	border: 1px solid #cccccc;
	width: 80px;
	height: 25px;
	text-align:center;
}
.innerContent .table .tableSpan input{
	margin-left: 0;
}
.innerContent .table .medium{
	width: 170px;
}
.innerContent .table .long{
	width: 345px;
}
.innerContent .table .longer{
	width: 395px;
}
.innerContent .table .xlong{
	width: 535px;
}
.innerContent .floatButton{
	float: left;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 429px;
}
.innerContent .floatRight{
	float:right;
}
.innerContent .floatLeft{
	float: left;
}
.popup{
	background: none;
	padding: 20px;
}
.popup .leftField{
	width: auto;
}
.popup .pubButton{
	padding-top: 30px;
}
.popup .fld{
	padding-top: 15px;
}


.padded{
	padding: 20px; 
	width:860px;
}
.clear{
	clear:both;
}
.bold{
	font-weight: bold;
}
.spacer{
	height: 20px;
}
.clearRight{
	clear:right;
}
#alphaList{
text-align:center; 
padding-bottom: 15px;
}
#alphaList a{
padding: 0 5px;
}


.current{
	color: black;

}
.yellowbox_header{
	width: 460px;
	height: 30px;
	background-color: #FFDF00;
	border: 1px solid #FFDF00;
	margin-left: 25%;
}
.yellowbox_content{
	clear:both;
	height: 30px;
	text-align:center;
	padding: 5px;
	width: 450px;
	border: 1px solid #FFDF00;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	margin-left: 25%;
}
.yellowbox_header span{
	font-family: arial;
	text-align:center;
	font-size: 10pt;
	color:black;
	font-weight: 600;
	position:relative;
	top: 7px;
	left: 180px;
	
	letter-spacing: 1px;
}
.yellow_content a{
	color:#00A3CC;
}
.yellow_content a:hover{
	color: #FF0000;
}
.searchResDiv{
	padding-top: 10px;
	width: 100%;
	text-align:center;
	padding-bottom: 20px;
}
.searchResDiv input{
	margin-left: 5px;
	margin-right: 20px;
}
