/*
================================================================================
Top (Local) Tab related Styles
================================================================================
*/
table.tab {
}
table.tab tr td {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  padding: 3px;
}
table.tab a {
  color: black;
  width: 100%;
  text-decoration: none;
}
table.tab td.tab_corner_left {
  display: none;
  width: 12px;
  text-align: right;
  horizontal-align: right;
  vertical-align: top;
  border-left: none;
  border-top: none;
  padding: 0px;
}
table.tab td.tab_corner_right {
  display: none;
  width: 12px;
  text-align: right;
  horizontal-align: right;
  vertical-align: top;
  border-left: none;
  border-top: none;
  padding: 0px;
}
tr.tab_default {
  background-color: #d0d0d0;
}
/*
================================================================================
Element related Styles
================================================================================
*/
table.element_list th {
  background-color: #d0d0d0;
  font-weight: bold;
}
table.element {
  background-color: #d0d0d0;
  border-top: 3px #e0e0e0 solid;
  border-left: 3px #a0a0a0 solid;
  border-right: 3px #c0c0c0 solid;
  border-bottom: 3px #606060 solid;
  padding: 3px;
}
table.element tr td {
  text-align: center;
}
table.element tr td a {
  width: 100%;
  text-decoration: none;
  color: #000000;
  display: block;
}
table.element tr td a:hover {
  color: #000000;
  background-color: #e0e0e0;
}
table.element tr td img {
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
table.element tr td strong {
  width: 100%;
  color: #000000;
  background-color: #e0e0e0;
  padding: 2px;
  border-top: 1px #e0e0e0 solid;
  border-left: 1px #a0a0a0 solid;
  border-right: 1px #c0c0c0 solid;
  border-bottom: 1px #606060 solid;
  display: block;
}
table.list_default {
}
table.element_list_default {
  background-color: #ffffff;
  border-bottom: 3px dotted #b0b0b0;
}
table.element_box_member {
  width: 100px;
  background-color: #990000;
}
table.element_box_member tr td {
  text-align: center;
}
table.element_box_member tr td a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
table.element_box_member tr td a:hover {
  color: #cccccc;
}
table.element_box_member tr td img {
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.element_member_mini {
  width: 100px;
  background-color: #e0e0b0;
  border-top: 3px #f0f0c0 solid;
  border-left: 3px #c0c080 solid;
  border-right: 3px #d0d0a0 solid;
  border-bottom: 3px #707040 solid;
  padding: 3px;
}
table.element_member_mini strong {

  width: 100%;
  color: #000000;
  background-color: #f0f0d0;
  padding: 2px;
  border-top: 1px #f0f0c0 solid;
  border-left: 1px #c0c080 solid;
  border-right: 1px #d0d0a0 solid;
  border-bottom: 1px #707040 solid;
  text-align: center;
  display: block;
}
table.element_member_mini img {
  border: none;
}
table.element_member_mini a {
  color: #000000;
  text-decoration: none;
  display: block;
}
table.element_box_artist {
  width: 100px;
  background-color: #000099;
}
table.element_box_artist tr td {
  text-align: center;
}
table.element_box_artist tr td a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
table.element_box_artist tr td a:hover {
  color: #cccccc;
}
table.element_box_artist tr td img {
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
table.element_box_group {
  width: 100px;
  background-color: #996600;
}
table.element_box_group tr td {
  text-align: center;
}
table.element_box_group tr td a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
table.element_box_group tr td a:hover {
  color: #cccccc;
}
table.element_box_group tr td img {
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
table.element_box_proposal {
  width: 100px;
  background-color: #009900;
}
table.element_box_proposal tr td {
  text-align: center;
}
table.element_box_proposal tr td a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
table.element_box_proposal tr td a:hover {
  color: #cccccc;
}
table.element_box_proposal tr td img {
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
table.element_box_media {
  width: 100px;
  background-color: #660066;
}
table.element_box_media tr td {
  text-align: center;
}
table.element_box_media tr td a {
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  display: block;
}
table.element_box_media tr td a:hover {
  color: #cccccc;
}
table.element_box_media tr td img {
  border: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*
================================================================================
Banner related Styles
================================================================================
*/
a.action {
}
a.action img {
  border: 0px;
  vertical-align: middle;
}
a.action:hover {
}
table.banner strong {
  width: 100%;
  background-color: #eeeeee;
  border-top: 1px #bbbbbb solid;
  border-bottom: 1px #bbbbbb solid;
  padding: 3px;
  display: block;
}
table.banner img {
  border-top: 3px #f0f0f0 solid;
  border-left: 3px #c0c0c0 solid;
  border-right: 3px #d0d0d0 solid;
  border-bottom: 3px #707070 solid;
}
table.banner_default strong {
}
table.banner_default img {
}
/*
================================================================================
Title related Styles
================================================================================
*/
.title_default_2 {
  width: 100%;
  background-color: #d8d8d8;
  border-bottom: 1px #707070 solid;
  margin-top: 0px;
  padding-left: 5px;
}
.subtitle_default_2 {
  width: 100%;
  background-color: #e8e8e8;
  border-bottom: 1px #404040 solid;
  margin-top: 0px;
  padding-left: 10px;
}
.title_error {
  width: 100%;
  color: #990000;
  background-color: #f0f0f0;
  border-bottom: 1px #c0c0c0 solid;
  margin-top: 0px;
  padding-left: 5px;
  margin-bottom: 3px;
}
.subtitle_error {
  width: 100%;
  color: #990000;
  background-color: #f0f0f0;
  border-bottom: 1px #c0c0c0 solid;
  margin-top: 0px;
  padding-left: 10px;
  margin-bottom: 3px;
}
/*
================================================================================
Image related Styles
================================================================================
*/
img.profile_image {
  border-top: 3px #e0e0e0 solid;
  border-left: 3px #a0a0a0 solid;
  border-right: 3px #c0c0c0 solid;
  border-bottom: 3px #606060 solid;
}
.profile_image_caption {
  width: 100%;
  background-color: #f8f8f8;
  border-top: 1px #e0e0e0 solid;
  border-left: 1px #a0a0a0 solid;
  border-right: 1px #d0d0d0 solid;
  border-bottom: 1px #606060 solid;
  text-align: center;
}
.profile_image_comments {
  text-align: right;
}
.profile_image_caption a {
  color: #000000;
  text-decoration: none;
}
.profile_image_caption a:hover {
  color: #999999;
  text-decoration: none;
  text-align: left;
}
/*
================================================================================
Blog related Styles
================================================================================
*/
h2.blog_title {
	margin: 8px 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #000000;
	background-color: inherit;
	background-image:   url(/images/discussion/blog_icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

h2.blog_title a {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}
.blog_date {
    margin: 5px 0 5px 0;
	padding: 10px 5px 5px 0;
	background:   url(/images/layout/hr_dotted.gif) repeat-x bottom left;
	color: #808080;
	text-align: right;
	vertical-align: bottom;
}
.blog_date a {
    color: #808080;
}

/*
================================================================================
Comment related Styles
================================================================================
*/
.comment_date {
    margin: 5px 0 5px 0;
	padding: 10px 5px 5px 0;
	background:   url(/images/layout/hr_dotted.gif) repeat-x bottom left;
	color: #808080;
	text-align: right;
}
/*
================================================================================
Discussion related Styles
================================================================================
*/
h2.discussion_topic {
	margin: 8px 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #000000;
	background-color: inherit;
	background-image:   url(/images/discussion/blog_icon.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
h2.discussion_topic a {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}
.discussion_post_info {
    margin: 0 0 0 0;
	padding: 0 5px 0 0;
	color: #808080;
	text-align: right;
	vertical-align: top;
}
.discussion_date td {
	color: #808080;
	text-align: right;
    vertical-align: bottom;
}
.discussion_bottom {
	background: url(/images/layout/hr_dotted.gif) repeat-x bottom left;
}
/*
================================================================================
List Related Styles
================================================================================
*/
table.list_lifestyle {
  background-color: #ffffee;
  border: 1px #cccc00 solid;
}
table.list_lifestyle th {
  background: url(/images/orange/background_gradient_25px.gif);
  backgrounding-color: #eeee66;
  border-bottom: 1px #cccc00 solid;
  padding: 3px;
  font-weight: bold;
}
table.list_lifestyle tr td {
  border: 0px;
  padding: 3px;
}

table.list_relationships {
  background-color: #ffffff;
  border: 1px #000000 solid;
}
table.list_relationships th {
  background-color: #ffffee;
  border-bottom: 1px #000000 solid;
  padding: 3px;
  font-weight: bold;
}
table.list_relationships tr td {
  border: 0px;
  padding: 3px;
}

table.list_interest_general {
  background-color: #ffffff;
  border: 1px #000000 solid;
}
table.list_interest_general th {
  background-color: #ffffee;
  border-bottom: 1px #000000 solid;
  padding: 3px;
  font-weight: bold;
}
table.list_interest_general tr td {
  border: 0px;
  padding: 3px;
}

table.list_hyperlinks {
  border: 0px #999999 solid;
}
table.list_hyperlinks tr th {
  background-color: #eeeeee;
  border: 0px;
  padding: 3px;
  font-weight: bold;
}
/*
================================================================================
Results Related Styles
================================================================================
*/
table.results {
  /* background-color: #d0d0d0; */
  background-color: #eeeeee;
  /* border-top: 3px #f0f0f0 solid; */
  /* border-left: 3px #e0e0e0 solid; */
  /* border-right: 3px #c0c0c0 solid; */
  /* border-bottom: 3px #b0b0b0 solid; */
}
table.results a {
  padding-left: 5px;
  padding-right: 5px;
  color: #666666;
  text-decoration: underline;
}
table.results a.current {
  font-weight: bolder;
  color: #000000;
  text-decoration: none;
}
