/*
* 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: detail.css 5258 2007-02-10 12:35:09Z fourstones $
*
*/
/*************************************
* see cctemplates/formats/detail.xml *
**************************************/

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

.cc_list {
	background-color: transparent;
	width: auto;
}

.cc_list .cc_tags {
	width: 550px; 
	white-space: normal;
}

.cc_list .cc_tags a {
	display: inline;
	font-size: 10px;
}

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

.dtitle {
	margin: 1px;
}

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

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

.files_table {
  margin-left:22px;
}

.files_table .column { 
	width: 160px;
}


.files_table td, .column_tab td {
	vertical-align: top;
}



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

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

.upload_menu_outer div {
	padding: 2px;
}

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

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

