/*
* Creative Commons has made the contents of this file
* available under a CC-GNU-GPL license:
*
* http://creativecommons.org/licenses/GPL/2.0/
*
* A copy of the full license can be found as part of this
* distribution in the file LICENSE.TXT.
* 
* You may use the ccHost software in accordance with the
* terms of that license. You agree that you are solely 
* responsible for your use of the ccHost software and you
* represent and warrant to Creative Commons that your use
* of the ccHost software will comply with the CC-GNU-GPL.
*
* $Id: info.css 8975 2008-02-12 05:30:04Z fourstones $
*
*/
/*************************************
* see formats/info.php               *
**************************************/

a.info_button {
	background: url('../images/i-bg.png') no-repeat;
	width: 18px;
	height: 18px;
	display:block;
	cursor: pointer;
}

a.info_button:hover {
	background: url('../images/i-fg.png') no-repeat;
}

.info_popup {
	border: 1px solid black;
	background: white url("../images/bg_fade.gif") repeat-x;
	padding: 12px;
	width: 560px;
	z-index: 100;
}


.info_detail .cc_liclogo {
	clear:both;
	display:block;
	float:left; 
	margin: 7px;
}

.info_detail .info_list {
	background-color: transparent;
	width: auto;
}

.info_detail .info_list .taglinks {
	width: 550px; 
	white-space: normal;
}

.info_detail .info_list .taglinks a {
	display: inline;
	font-size: 10px;
}

.info_detail .dtitle, .info_detail .dtitle a {
   font-size: 15px;
}

.info_detail .dtitle {
	margin: 1px;
}

.info_detail .gd_description {
	margin: 9px;
	background-color: #EEC; /* colorize */
	color: #333;
	padding: 0px;
	width: 500px;
}

.info_detail .title{
	font-weight: bold;
	font-size: 12px;
}

.info_detail .files_table {
  margin-left:22px;
}

.info_detail .files_table .column { 
	width: 160px;
}


.info_detail .info_column {
	float: left;
	width: 30%;
	margin-right: 2%;
	overflow: hidden;
}

.info_detail .upload_menu_outer {
	margin: 0px 11px 0px 0px;
	float: right;
	padding: 0px;
	width: 120px;
	background: #B5BEA5;
    border: 1px solid #616B6A;
}

.info_detail .upload_menu_title {
	font-weight: bold;
	color: white;
    background: #616B6A;
	padding: 4px;
	text-align: center;
	display: block;
	font-size: 12px;
	font-variant: small-caps;
}

.info_detail .upload_menu_outer div {
	padding: 2px;
}

.info_detail .upload_menu_outer div:hover {
	/* margin: 0px; */
  background-color: #C4985C;
}	

.info_detail .upload_menu_outer div a {
    padding: 3px;
	color: white;
	font-variant: small-caps;
	white-space: nowrap;
}

#info_bpm {
	float: right;
	margin: 4px;
}

#info_bpm span {
	font-weight: bold;
}
