iframe.ad-frame {
    border: none;
    width: 100%;
    padding: 2px 0;
}

.fade {
	color: #aaa;
}

ul.list li {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/misc/bullet.png);
}

.error {
    background: #eee;
    border: solid 1px red;
    padding: 4px;
    margin: 6px 0;
    line-height: 2em;   
}

.form-error {
	display: list-item;
	color: red;
	display: block;
	line-height: 3em;
	list-style-type: disc;
}

.message {
	background: #eee;
	border: solid 1px green;
	padding: 4px;
	margin: 6px 0;
	line-height: 2em;	
}

div.form_field_indicator {
  background: url(../images/misc/indicator.gif);
  width: 32px;
  position: absolute;
  top: -6px;
  left: 470px;
  height: 32px;
}

.username {
	color: rgb(32, 119, 180);
	font-weight: bold;
}

.username img {
    vertical-align: middle;
    margin: 0 3px;
}

.def {
	color: #777;	
}

.avatar {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;	
    border: 1px solid #666;
}

.avatar img {
	vertical-align: middle;
	height: 60px;
}

a.member_name { font-weight: bold; }

a.view_more {
	text-align: center;
	border-top: dashed 1px #ccc;
	padding: 5px;
	margin: 10px 0;
	display: block;
}	

a.view_more_no_line {
	text-align: center;
	margin-bottom: 10px;
	display: block;
}

div.white_bar {
	clear: both;
	padding: 5px 0;
	background-color: #fff;
	margin: 8px 0;
	line-height: 2em;
}
div.white_bar label { font-weight: bold; }

div.stat_content { min-height: 100px; }

.infobar {
	padding: 5px;
	background-color: #4075AF;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

/* buttons */
div.button_holder { height: 40px;}

a.button, input.button {
  border: 1px #ccc solid;
  background: #2077b4 url(../images/icons/bullet_1.png) no-repeat 5px;
  padding: 3px 7px 3px 22px;
  /* line-height: 26px; */
  color: #fff;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 5px 10px 5px 0;
}

a.button:hover, span.button:hover {
	background-color: #1055a2;
	text-decoration: none;
	color: #FFF;
} 

/* List Styles */

.disabled {
	color: #888888;
}

ul.bullet { 
	border-bottom: solid 1px #e3e3e3; 
	list-style: none; 
	margin: 0; 
}

ul.bullet li { 
    height: 1.95em; 
    margin: 0; 
    border-top: solid 1px #e3e3e3;
}

ul.bullet_list_plain li a:hover { 
	border: none;
}

ul.bullet-list-no-icon a { 
    display: block; 
    height: 1.8em;
    line-height: 1.8em;
    margin-top: 1px;
    padding-left: 5px;
}

ul.bullet-list-no-icon a img {
	padding: 0 10px;
} 

ul.bullet-list-no-icon a:hover { 
    background-color: #D7E6F1;
    color: #333;
    text-decoration: none;
}

ul.bullet_list_plain a { 
	display: block; 
	/* height: 1.8em;
	line-height: 1.8em; */
	width: 154px;
	margin: 6px 0;
	padding-left: 20px;
	background: url(../images/icons/bullet_1.png) no-repeat 1px 2px; 
}

 ul.bullet span.no-link  { 
    display: block;
    padding-left: 25px;
	margin: 4px 0 6px 10px;
	background: url(../images/icons/bullet_1.png) no-repeat 1px 3px; 
}

ul.bullet_list_plain span.no-link  { 
    padding-left: 20px;
	background: url(../images/icons/bullet_1.png) no-repeat 1px 2px; 
}

ul.bullet span.no-icon {
	background: none;
} 

ul.bullet_list_brown li a:hover { 
	background-color: #c3be9e;
	color: #333;
	text-decoration: none;
}

ul.bullet_list_brown a  { 
	display: block; 
	height: 1.8em;
	line-height: 1.8em;
	margin-top: 1px;
	padding-left: 35px;
	background: url(../images/icons/bullet_1.png) no-repeat 11px; 
}

ul.bullet_list_khaki li a:hover { 
	background-color: #E8E7DA;
	color: #333;
	text-decoration: none;
    border: none;
}

ul.bullet_list_khaki a  { 
	display: block; 
	height: 1.8em;
	line-height: 1.8em;
	margin-top: 1px;
	padding-left: 35px;
	background: url(../images/icons/bullet_1.png) no-repeat 11px; 
}

ul.bullet_list_blue li a:hover { 
	background-color: #D7E6F1;
	color: #333;
	text-decoration: none;
}

ul.bullet_list_blue a  { 
	display: block; 
	height: 1.8em;
	line-height: 1.8em;
	margin-top: 1px;
	padding-left: 35px;
	background: url(../images/icons/bullet_1.png) no-repeat 11px; 
}

ul li.bullet_underline { border-bottom: solid 1px #ccc;}


/* 
	brown: #c3be9e
	blue:  #4075AF
*/

.main_content_nav_options {
    padding: 20px 0 0 20px;
}

.date {
  color: #666;
}

/* tables */

table.data { 
	margin: auto;
    width: 100%;
}
table.data tr td, table.data tr th { 
	padding: 5px; 
}
table.data thead tr th, table.data thead tr td { 
	padding: 8px 10px 8px 5px; 
	background: #f0f0f0;
}

table.data tr td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
	padding: 5px;
}

table.data tr td img {
	padding: 3px;
}

table.list td {
  height: 20px;
  border: none;
  padding: 2px;
}
.cloud_margin { margin-left: 130px;}

/* Pagination */
div.pager {
	text-align: center;
	padding: 5px;
	margin: 5px 0;
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	clear: left;
}

div.pager ul {
  display: inline;
  margin: 0 auto;
}
div.pager ul li {
  display: inline;
  border-right: solid 1px #ccc;
}
div.pager ul li.last {
	border: none;
}

div.pager ul li a, div.pager ul li span, div.pager ul li form {
  padding: 0px 5px;
}

div.pager ul li span.currentPageNo {
    background-color: #ccc;
    color: #1C61A7;
}

div.pager ul li a:hover { 
    color: #1C61A7;
}

div.pager ul li:hover { }
div.pager ul li.no-hover {
}
div.pager ul li.no-hover:hover {

}

.link_group {
	color: #e9e9e9;
	padding: 10px;
	clear: both;
	text-align: right;
	padding: 5px 20px 0 0;
}

.thumb_details_container { 
	text-align: center;
	display: inline; 
	position: relative; 
}
.thumb_details_container img { vertical-align: middle;  } 
.thumb_details img { vertical-align: middle; margin-bottom: 10px; } 
.thumb_details { 
    min-width: 200px;
	text-align: left;
	position: absolute; 
	background: #222;
	color: #fff;
	border: 1px solid #ccc;
	top: -20px;
	left: -20px;
	padding: 10px;
	z-index: 9999;
}
.thumb_details h1 { font-size: 140%;  }
.thumb_details .link_group {	padding: 0;}
.thumb_details .link_group a { font-weight: normal; }

div.key-value {
	margin: 3px;
	padding: 3px;
}
div.key-value label {
	float: left;
	/* font-weight: bold; */
	color: #999;
	min-width: 6em;
}
div.key-value span {
	text-align: left;
	margin: 2px;
}

.delete-option {
    float: right;
}

.delete-option img {
    vertical-align: middle;
}

.delete-button {
	text-align: right;
}

.toggle-control, .toggle-control:visited, .toggle-control:active {
	display: block;
	padding: 5px 5px 5px 20px;
	background: #fff url('/images/icons/bullet_2.png') 5px 8px no-repeat;
	border-bottom: 1px dotted #ccc; 
    color: #000000;
	text-align: left;
	font-weight: bold;
	/* margin: 20px 0 0 0; */
}

.toggle-body {
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    border-left: 1px dotted #ccc;   
    padding: 10px;
}

.toggle-control:visited:hover, .toggle-control:hover {
	background-color: #eee;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #ccc; 
}

.membership-icon {
	float: right;
	z-index: -1;
}


/* COMMENTS */

div.comments {
    margin-top: 10px;	
}

div.comment { 
    clear: left; 
    background: url(../images/galleries/comment_box_body.png) repeat-y;
    margin: 10px 0 0 1px;
}

div.comment-pic {
    position: relative;
    float: left;
    width: 80px;
    height: 57px;
    padding: 0 0 0 21px;
    z-index: 2;
}

div.comment-pic .comment-avatar {
    width: 70px;	
}

div.comment-arrow { 
    position: absolute;
    right: -1px;
    top: 10px;
    width: 14px;
    height: 18px;
    z-index: 2;
    background: url(../images/galleries/comment_box_left.gif) right no-repeat;
}

div.comment-body {
    position: relative;
    border: 1px solid #DDDDDD;
    margin-left: 101px;
    padding: 10px;
    z-index: 1;
}

div.comment-body-tl {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 7px;
    height: 7px;
    background: url(../images/galleries/comment_box_tl.gif) no-repeat;
}

div.comment-body-tr {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 7px;
    height: 7px;
    background: url(../images/galleries/comment_box_tr.gif) no-repeat;
}

div.comment-body-bl {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 7px;
    height: 7px;
    background: url(../images/galleries/comment_box_bl.gif) no-repeat;
}

div.comment-body-br {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 7px;
    height: 7px;
    background: url(../images/galleries/comment_box_br.gif) no-repeat;
}

span.posted_date {
    color: #666;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

div#add_comment form {
    margin-left: 107px;
}

div#comments {
    clear: left;
    /* width: 660px; */
}

div#comments legend { 
    float: left;
    margin-bottom: 20px;
}

div#add_comment {
    margin-bottom: 10px;
}
a.back-to {
    float: right;
    margin-top: 30px;
}

.helper-links {
    text-align: right;
    padding: 5px 5px 0 0; 
}

.pipe {
    color: #ccc
 }
 
 .caption {
    font-size: .8em;
}
