/*
yellow: #fffb96
dark red: #C41200
green: #53af34 */

/*
App-wide class settings */
.small {
  font-size: 75%;
  color: #333;
  font-weight: normal;
}

.medium-small {
  font-size: 85%;
  color: #333;
  font-weight: normal;
}

.tiny {
  font-size: 65%;
  color: #333;
  font-weight: normal;
}

.delete {
  color: #C41200;
}

.center {
  text-align: center;
}

.add {
  color: #53af34;
}

.bold {
  font-weight: bold;
  color: #333;
}

.large {
  font-size: 135%;
}

.indent {
  margin-left: 1em;
}

.formError {
  color: #C41200;
  font-weight: bold;
}

.flash-warning {
  background: #C41200;
  color: #333;
  font-weight: bold;
}

.flash-notice {
  background: #FFF9D4;
  color: #333;
  font-weight: bold;
}

.flash-ad {
  display: none;
}

.red {
  color: red;
}

table td.highlight_thumb div.info
{
	min-width: 100px;
  display: none;
  position: absolute;
  margin-left: 0px;
  margin-top: 2px;
  height: auto;
  background-color: #fff;
  border: 1px solid #998;
  padding: 10px;
  z-index: 10;
}

table.photo_album_100 td.thumb div.hidden
{
	min-width: 100px;
  display: none;
  position: absolute;
  margin-left: 0px;
  margin-top: 2px;
  height: auto;
  background-color: #fff;
  border: 1px solid #998;
  padding: 10px;
  z-index: 10;
}

table.photo_album_100 td.thumb div.hidden ul.actions {
	padding-top: 5px;
	text-align: right;
}

table.photo_album_100 td.thumb {
	width: 105px;
}

table.photo_album_75 td.thumb {
	width: 90px;
	padding: 5px 0 5px 0;
}

table.file_list_50 td.thumb {
	width: 60px;
}
table.file_list_50 td.actions {
	text-align: right;
}

table.file_list_25 td.thumb {
	width: 30px;
}

.thumbnail_50 {
  text-align: center;
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #999;
  margin: 0 5px 5px 0;
}

.thumbnail_75 {
  text-align: center;
  float: left;
  width: 95px;
  height: 95px;
  margin: 5px 15px 15px 0;
}

.thumbnail_150 {
  text-align: center;
  float: left;
  width: 170px;
  margin: 0 15px 15px 0;
}

.thumbnail_150 img, .thumbnail_75 img, .thumbnail_50 img {
  padding: 10px;
  border: 1px solid #999; 
}

.thumbnail_150 ul li {
	width: 140px;
	overflow: hidden;
}

.thumbnail_75 ul li {
	width: 65px;
	overflow: hidden;
}

.clearboth { clear: both; }

.row_underline {
  border-bottom:1px solid #EFEFEF;
}

/* Specifics */
dl#search_examples {
  margin: .5em 0 1.5em 1em;
  font-size: 116%;
  display: none;
}

dl#search_examples dt {
  font-weight: bold;
  margin-bottom: .25em;
  margin-top: .5em;
}

dl#search_examples dd {
  margin-left: 2em;
}

ul.list {
  margin-top: .5em;
  font-weight: bold;
  font-size: 116%;
}

ul.list li {
  list-style-type: disc;
  padding-top: .5em;
  margin-left: 15px;
}

ul.list a:visited, ul.list a:link {
  text-decoration: underline;
}

ul.list a:active, ul.list a:visited {
  text-decoration: underline;
  color: red;
}

dl.faq {
  margin: .5em 1.5em;
  font-size: 116%;
}

dl.faq dt {
  font-weight: bold;
  margin-bottom: .25em;
  margin-top: 1em;
}

dl.faq dd {
  margin-left: 2em;
}

div.faq a:link, div.faq a:visited, div.legal a:link, div.legal a:visited {
  text-decoration: underline;
}

div.faq a:hover, div.faq a:active, div.legal a:hover, div.legal a:active {
  text-decoration: underline;
  color: red;
}

div.faq h3, div.legal h3 {
  margin-top: 1em;
  color: #3D5A2E;
  font-size: 150%;
}

div.legal p {
  margin-top: 1em;
}

div.legal li {
  margin-top: 1em;
  list-style-type: disc;
  margin-left: 1em;
}

div.legal, div.faq {
  padding: 1em;
}

div.terms {
  height: 400px;
  overflow: scroll;
  border: 1px solid #666;
}

div.dashboard_user_name {
  font-size:175%;
}

td.avatar_holder {
width: 70px;
vertical-align: top;
}

td.full_avatar_holder{
width: 160px;
vertical-align: top;
}

a.user_avatar {
font-size: 80%;
}

/* Pagination links */
div.pagination {
margin-top: 2em;
}

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

div.pagination a {
font-size: 12px;
margin: 5px;
}

div.pagination span.current {
margin: 5px;
color: red;
}

/* Actual Groups stuff */


h5.recent_blog_post_title {
font-weight: bold;
padding-bottom: 0.5em;
}

div.recent_blog_post_body {
font-size: 90%;
margin-left: 1em;
overflow: hidden;
}

span.small_date_time {
font-size: 90%;
}

a:link.blog_post_title {
font-size: 120%;
}

tr.group_list_group {
  border-bottom: 1px solid #EFEFEF;
}

/* Blogs */

div.blog_post {
width: 700px;
margin: 1em;
}

div.blog_post table {
width: 100%;
}

div.blog_post td {
padding: 0.10em;
}

div.blog_post td.title {
width: 80%;
font-size: 200%;
}

div.blog_post td.title a:link, div.blog_post td.title a:visited {
color: #777;
}


div.blog_post td.actions{
  width:20%;  
  text-align:right;    
  vertical-align:top;
}

div.blog_post div.blog_post_body {
  font-size: 110%;
  width: 500px;
  padding-left: 0.5em;
}

div.blog_post_body ul li {
	list-style-type: disc;
	margin-left: 1em;
}

div.blog_post p {
	padding-top: .5em;
	padding-bottom: .5em;
}

div.blog_post h1.blog_post_title {
	font-size: 175%;
	margin-bottom: .5em;
	text-decoration: underline;
	color: #333;
}

div.blog_post blockquote {
	margin: 1em;
	padding: 1em;
	border: 1px solid #ccc;
}

div.blog_post div.blog_post_byline {
padding-left: 0.5em;
}

/* Private messages */

table.dashboard_messages_list td {
padding: 0.3em 0.1em 0.5em 0.1em;
}

table.messages_list {
width: 95%;
margin: 0 auto;
}

table.messages_list td {
padding: 0.5em 0.1em 0.5em 0.1em;
border-bottom: 1px solid #CCCCCC;
}

tr.messages_list_message_light td {
background-color: #FFFFFF;
}

tr.messages_list_message_dark td {
background-color: #EFEFEF;
}

table.message_display {
width: 95%;
border: 1px solid #EEE;
}

table.message_display td {
padding: 1em;
}

table.message_display span.message_subject {
font-size: 150%;
font-weight: bold;
}

form div.formfield {
  padding: .5em;
}

form div.formfield {
clear: both;
}

form div.formfield label {
width: 200px;
float: left;
}

/* JQuery Alerts*/

.jqiwarning .jqi {
background-color: #b0be96;
}
.jqifade {
background-color: #ffffff;
}
div.jqi {
position: absolute;
background-color: #c0cEa6;
padding: 10px;
width: 300px;
}
div.jqi .jqiclose {
float: right;
margin: -35px -10px 0 0;
cursor: pointer;
}
div.jqi .jqicontainer {
background-color: #e0eEc6;
padding: 5px;
color: #ffffff;
font-weight: bold;
}
div.jqi .jqimessage {
background-color: #c0cEa6;
padding: 10px;
}
div.jqi .jqibuttons {
text-align: center;
padding: 5px 0 0 0;
}
div.jqi button {
padding: 3px 10px 3px 10px;
margin: 0 10px;
}

div.discussion-post {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 0;
}

div.discussion-post ul {
  list-style-type: disc;
  padding-left: 1em;
}

div.discussion-post ol {
  list-style-type: decimal;
  padding-left: 1.25em;
}

div.discussion-subject {
  padding-bottom: .5em;
  width: 425px;
}

a.discussion-toggle, a:hover.discussion-toggle {
  color: #666;
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

a:hover.discussion-toggle {
  color: #444;
  font-weight: normal;
}

div.discussion-actions {
  text-align: right;
  padding: .25em;
  float: right;
}

div.discussion-actions a:link {
  color: #444;
}

div.discussion-subject p {
  color: #666;
}

div.discussion-body {
  clear: right;
  padding: .5em 1em .25em 1em;
}

p#discussion-post-section {
  text-align: right;
}