
/* $Id: styles_noteable.css 981 2009-11-10 16:37:12Z jake $ */


/* browse_noteables */

select.noteable_small
{
	font-size: 9pt;
	border: 1px solid #AAAAAA;
}

select.noteable_select
{
	border: 1px solid #AAAAAA;
}

div.noteable_pages_top
{
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-top: 1px solid #CCCCCC;
}

div.noteable_pages_bottom
{
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-bottom: 1px solid #CCCCCC;
}

input.noteable_search
{
	border: 1px solid #AAAAAA;
}



/* noteable, noteables, user_noteable */

div.seNoteable
{
  width: 45%;
	height:200px;
	padding: 10px;
	margin-top: 10px;
	margin-right:18px;
	border-bottom: 1px dotted #CCCCCC;
	float:left;
}

div.seNoteable1
{
  /* alternate? */
}

div.seNoteable2
{
  /* alternate? */
}

td.seNoteableLeft
{
	vertical-align: top;
}

td.seNoteableRight
{
	vertical-align: top;
	padding-left: 10px;
}

div.seNoteablePhoto
{
	background: #FFFFFF; 
	padding: 5px; 
	border: 1px solid #CCCCCC; 
	vertical-align: middle; 
	text-align: center;
}

div.seNoteableTitle
{
	font-size: 10pt; 
	font-weight: bold; 
	padding: 0px 5px 5px 0px; 
	border-bottom: 1px dotted #CCCCCC; 
	margin-bottom: 5px;
}

div.seNoteableStats
{
	font-size: 7pt; 
	color: #777777;
	font-weight: normal;
}

div.seNoteableBody
{
	/* font-size: 7pt; */
	color: #777777;
	font-weight: normal;
}

div.seNoteableCategory
{
	padding-bottom: 3px; 
	color: #777777;
	font-weight: normal;
}



/* noteable */
div.seNoteableListing
{
	padding: 10px;
	margin-top: 10px;
}

td.seNoteableListingPhoto
{
	padding: 5px 10px 0px 5px;
}

div.seNoteableFields
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #777777;
	font-weight: normal;
}

a.seNoteablePhotoLink:hover img
{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}



/* user_noteable */

div.seNoteableOptions
{
	margin-top: 7px; 
	border-top: 1px solid #DDDDDD; 
	padding-top: 7px;
}

div.seNoteableSearch
{
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  margin-bottom:8px;
	padding-left: 10px;
	padding-right: 10px;
}

div.seNoteableOption1
{
  float: left;
	margin-bottom:8px;	
}

div.seNoteableOption2
{
  float: left;
  padding-left: 15px;
	margin-bottom:8px;
}

div.noteable_category {
  padding: 5px 8px 5px 5px; 
  border: 1px solid #DDDDDD; 
  border-top: none; 
  background: #FFFFFF;
}

div#seNoteableNullMessage
{
  margin-top: 20px;
}

/* user_noteable_media */

td.noteable_box
{
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}

td.noteable_uploadform
{
	padding: 15px;
	text-align: top;
}

div.noteable_uploadform_label
{
	margin-bottom: 5px; 
	font-weight: bold;
}

div.noteable_uploadform
{
	border: 1px dashed #CCCCCC;
	text-align: center;
	width: 300px;
	height: 225px;
}

div.noteable_uploadform_uploading
{
	border: 1px dashed #CCCCCC; 
	text-align: center; 
	width: 300px; 
	height: 225px;
}



/* profile_noteable */

div.profile_noteable
{
	border-bottom: 1px dotted #CCCCCC;
	padding: 7px 2px 0px 2px;
}

div.profile_noteable_date
{
	color: #777777;
	font-size: 7pt;
}

div.profile_noteable_title
{
	font-weight: bold;
}

div.profile_noteable_body
{
	margin: 5px 0px 10px 5px;
}


