
/* BROWSE attachment */
div.attachment_browse_item
{
	border: 1px solid #CCCCCC; 
	padding: 10px; 
	margin-right: 10px;
}

div.attachment_browse_date
{
	font-size: 7pt; 
	color: #777777;
}

/* attachment RESULTS */
.attachmentResultLabel
{
  margin-bottom: 3px;
}

.attachmentResultBar
{
  width: 3px;
}

.attachmentResultPercentage
{
  color: #666666;
  margin-left: 3px;
}

.attachmentResultVotes
{
  font-weight: normal;
  margin-left: 3px;
}


/* USER attachment */
div.attachment
{
	background: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

td.attachment_left
{
	vertical-align: top;
}

td.attachment_right
{
	vertical-align: top;
	padding-left: 10px;
}

div.attachment_title
{
	font-size: 10pt; 
	font-weight: bold; 
	padding: 0px 5px 5px 0px; 
	border-bottom: 1px solid #CCCCCC; 
}

div.attachment_stats
{
	font-size: 7pt; 
	color: #666666;
	padding-top: 5px;
	font-weight: normal;
}

div.attachment_options
{
	margin-top: 5px;
	padding-top: 7px;
	border-top: 1px solid #CCCCCC;
}

div.attachment_option
{
	float: left; 
	padding-left: 15px;
	font-size: 9pt;
}

/* VIEW attachment */
div.attachment_bar1, div.attachment_bar11 {
	background: #ffa1a1; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar2, div.attachment_bar12 {
	background: #a1ffbe; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar3, div.attachment_bar13 {
	background: #a1d8ff; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar4, div.attachment_bar14 {
	background: #cba1ff; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar5, div.attachment_bar15 {
	background: #f9ffa1; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar6, div.attachment_bar16 {
	background: #ffcba1; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar7, div.attachment_bar17 {
	background: #d2ffa1; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar8, div.attachment_bar18 {
	background: #a1c9ff; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar9, div.attachment_bar19 {
	background: #a1ffe1; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
div.attachment_bar10, div.attachment_bar20 {
	background: #ffa1db; 
	border: 1px solid #555555;
	height: 15px;  
	float: left; 
	margin-right: 3px;
}
td.attachment_postcomment {
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-top: none;
	background: #F5F5F5;
}
td.attachment_comment_author {
	margin-bottom: 5px;
	background: #F1F1F1;
	padding: 5px 7px 5px 7px;
}
td.attachment_comment_body {
	padding: 5px 7px 0px 7px;
}
div.attachment_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.attachment_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.attachment_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
td.attachment {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}

/* MY attachment PAGE AND BROWSE attachment PAGE */
td.attachment_header, td.attachment_header2, td.attachment_header3 {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.attachment_header2 {
	border-left: none;
	border-right: none;
}
td.attachment_header3 {
	border-left: none;
}
td.attachment_list {
	padding: 7px; 
	border-bottom: 1px solid #DDDDDD;
}
tr.attachment_row1 {
	background: #F5F5F5;
}
tr.attachment_row2 {
	background: #FFFFFF;
}
div.attachment_search {
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
div.attachment_browse_title {
	font-weight: bold; 
	background: #EEEEEE; 
	padding: 5px;
}

/* VIEW attachment PAGE */
td.attachment_view {
	padding: 5px; 
	border: 1px solid #DDDDDD;
}
div.attachment_view_title {
	padding: 5px; 
	background: #EEEEEE; 
	font-weight: bold;
	font-size: 10pt;
}
div.attachment_view_stats {
	padding: 5px; 
	color: #888888;
	font-size: 8pt;
}
div.attachment_view_desc {
	padding: 5px;
}
div.attachment_headline {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}

div.attachment_button {
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

div.attachment_description {
	font-size: 10pt;
}

td.attachment_description {
	font-size: 10pt;
}

div.attachment_settings_link {
	font-size: 9pt;
}

div.attachment_view_link {
	font-size: 9pt;
}

a.attachment_file {
	font-size: 10pt;
}