/*

* @name SuperGroups 1.2

* Created By grVulture

* http://www.axxis.gr

* @copyright  Copyright (C) 2009  Axxis.gr / All rights reserved.

* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php

*/

/* CSS Document

  for SuperGroups

  Copyright (c) 2009 AXXIS Internet Solutions

  All rights reserved */



/* GROUP LIST HEADER */

table.list_links {

  width:100%;

}

a.todaygroups_small_links {

  font-size:smaller;

}

a.allgroups_small_links {

  font-size:smaller;

}

a.mygroups_small_links {

  font-size:smaller;

}

a.friendgroups_small_links {

  font-size:smaller;

}

a.invitegroups_small_links {

  font-size:smaller;

}

a.archive_small_links {

  font-size:smaller;

}

td.search {

}

.search_text {

  font-size:smaller;

  color: #666666;

}

table.today_header {

  width:100%;

}

table.all_header {

  width:100%;

}

table.my_header {

  width:100%;

}

table.friends_header {

  width:100%;

}

table.cat_header {

  width:100%;

}

table.inv_header {

  width:100%;

}

table.results_header {

  width:100%;

}

table.archive_header {

  width:100%;

}

/*-------------------*/



/* GROUP LISTS */

td.mygroups {

}

td.mymemberships {

}

td.invites_sent {

}

td.invites_received {

}

/*---------------------*/



/* GROUP DETAILS - HEADER */

table.group_header {

  width:100%;

}

td.group_title_header {

}

td.backtogroup {

}

td.backtogroups {

}

td.backtomessage {

}

td.backtomessages {

}

/*-------------------------*/



/* GROUP DETAILS - MAIN */

div.supergroup_details1 {

  float:left;

  width:75%;

  display: inline;

}

a.group_title_link {

  font-size:smaller;

}

table.supergroup_titles {

  width:99%;

	background-color: #C1DAD7;

	border-top: 1px solid #336699;

  table-layout:fixed;

}

table.members_table {

  table-layout:fixed;

  margin-left: auto;

  margin-right: auto;

  width:100%;

  border-style: none;

	border-collapse: collapse;

}

table.members_table td {

  padding-top:1px;

  padding-left:4px;

  padding-right:4px;

	text-overflow:ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

table.photos_table {

  table-layout:fixed;

  margin-left: auto;

  margin-right: auto;

  width:100%;

  border-style: none;

	border-collapse: collapse;

}

table.photos_table td {

  padding-top:1px;

  padding-left:4px;

  padding-right:4px;

	text-overflow:ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

table.files_table {

  table-layout:fixed;

  margin-left: auto;

  margin-right: auto;

  width:100%;

  border-style: none;

	border-collapse: collapse;

}

table.files_table td {

  padding-top:1px;

  padding-left:4px;

  padding-right:4px;

	text-overflow:ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

table.discussions_table {

  table-layout:fixed;

  margin-left: auto;

  margin-right: auto;

  width:100%;

  border-style: none;

	border-collapse: collapse;

}

table.discussions_table td {

  padding-top:1px;

  padding-left:4px;

  padding-right:4px;

	text-overflow:ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

td.group_date_label {

}

td.group_location_label {

}

td.group_street_label {

}

td.group_city_label {

}

td.group_phone_label {

}

td.group_email_label {

}

td.group_cat_label {

}

td.group_cat {

}

td.group_desc_label {

}

td.group_desc {

}

td.group_website_label {

}

td.group_website {

}

td.recent_news_label {

}

td.recent_news {

}

td.latest_members_label {

}

td.discussions_label {

}

td.photos_label {

}

td.files_label {

}

td.the_wall {

}



/* GROUP DETAILS - RIGHT COLUMN */

div.supergroup_details2 {

  float:right;

  width:25%;

  display: inline;

}

table.supergroup_table2 {

  width:99%;

  float:right;

}

table.supergroup_table2 td {

  padding-right: 1px;

	border-bottom: 1px solid #C1DAD7;

}

table.detail_links {

  width:98%;

  float:left;

}

table.detail_links td {

  padding-left: 2px;

  padding-right: 5px;

}

table.detail_links td:hover {

  background-color: #ffffff;

}

table.details_right_table td {

  padding-left: 2px;

  padding-right: 5px;

  border-left: 1px solid #C1DAD7;

}

table.supergroup_titles2 {

  width:100%;

  float:right;

	background-color: #C1DAD7;

	border-top: 1px solid #336699;

  table-layout:fixed;

}

a.supergroup_right_links {

  font-size:smaller;

  text-decoration: none;

  color: #003366;

}

a.supergroup_right_links:hover {

  text-decoration: none;

  color: #FFFFFF;

}

a.supergroup_owner {

  font-size:smaller;

}

a.supergroup_officer {

  font-size:smaller;

}

a.supergroup_admin {

  font-size:smaller;

}

td.links_column {

}

img.group_image {

  width:100%;

}

td.join {

}

td.login {

}

td.view_board {

}

td.leave {

}

td.invite {

}

td.message_all {

}

td.create_event {

}

td.approve {

}

td.edit_group {

}

td.edit_members {

}

td.delete_group {

}

td.group_type_header {

}

td.group_type {

}

td.officers_header {

}

td.officers {

}

td.admins_header {

}

td.admins {

}

td.rel_groups_header {

}

td.rel_groups {

}

td.rel_events_header {

}

td.rel_events {

}

/*-------------------*/



/* CREATE GROUP */

form.create_group {

}  

td.logo_label {

}

td.cat_label {

}

td.date_label {

}

td.repeat_label {

}

td.location_label {

}

td.street_label {

}

td.city_label {

}

td.phone_label {

}

td.email_label {

}

td.descr_label {

}

td.news_label {

}

td.web_label {

}

td.options_label {

}

td.access_label {

}

/*------------------*/



/* CREATE CATEGORY */

form.create_category {

}  

table.create_category {

}  

td.create_category {

}

td.category:hover, td.category a:hover {

  background-color: #003366;

  color: #FFFFFF;

  text-decoration:none;

}

/*------------------*/



/* GENERAL */

div.supergroups {

}



table.supergroup_table {

  margin-left: auto;

  margin-right: auto;

  width:100%;

}



table.supergroup_table td {

  padding-right: 1px;

	border-bottom: 1px solid #C1DAD7;

}



table.supergroup_inner_table {

  border-style: none;

}



table.supergroup_inner_table td {

  padding-right: 8px;

	border-bottom: 0px none #FFFFFF;

}



table.supergroup_form_table {

  margin-left: auto;

  margin-right: auto;

  border-collapse: separate;

  padding: 2px 2px 2px 2px; 

}



td.form_label {

  white-space: nowrap;

  font-size:larger;

  color:#333333;

  padding-right:4px;

}



table.messageall_label {

  width:100%;

}



table.message_label {

  width:100%;

}



table.members_label {

  width:100%;

}



table.invite_label {

  width:100%;

}



table.invite_table {

  margin-left: auto;

  margin-right: auto;

  width:100%;

  table-layout:fixed;

}



table.invite_table td {

  padding-right: 2px;

	border: 1px solid #C1DAD7;

}



table.invite_table td:hover {

	background-color: #C1DAD7;

	color: #FFFFFF;

	text-decoration: none;

}



table.invite_inner {

	table-layout:fixed;

  width:100%;

  border-style: none;

	border-collapse: collapse;

}



table.invite_inner td {

  padding-top:1px;

  padding-left:2px;

  padding-right:2px;

	border: 0px none #FFFFFF;

	text-overflow:ellipsis;

  overflow: hidden;

  white-space: nowrap;

}



table.invite_inner a:hover {

	color: #FFFFFF;

	text-decoration: none;

}



table.links_table {

  width:120px;

  float:right;

}



table.links_table td:hover {

  background-color: #003366;

}



img.supergroup_image {

}



a.supergroup_links {

}

a.supergroup_links:hover {

}



a.supergroup_small_links {

  font-size:smaller;

}

a.supergroup_small_links:hover {

}



.supergroup_small_text {

  font-size:smaller;

  color: #666666;

}



.supergroup_small_info {

  font-size:smaller;

  color: #003366;

}



div.supergroups h1 {

  font-size:large;

  font-weight:bold;

  color: #ffffff;

  text-align: left;

}



div.supergroups h2 {

  font-size:larger;

  font-weight:bold;

  color: #ffffff;

  text-align: left;

}



div.supergroups h3 {

  font-size: medium;

  font-weight:bold;

  text-decoration: underline;

  color: #ffffff;

  text-align: left;

}



div.supergroups h4 {

  font-size: medium;

  font-weight:bold;

  color: #ffffff;

  text-align: left;

}



.supergroup_notice {

  background-color: #ffffff;

  font-size:small;

  color:#FFFFFF;

}



.supergroup_alarm {

  background-color: #990000;

  font-size:small;

  color:#FFFFFF;

}



.supergroup_catlist {

  font-size:larger;

  color:#666666;

}



.supergroup_catlist:hover {

  font-size:larger;

  color:#FFFFFF;

}



.supergroup_frame {

  width:98% !important;

  height:400px !important;

  border:none;

}



/* CSS Document for Group Bulletins */

div.mind_wrapper {border:1px solid #AAAAAA;width:100%;background:#F0F0F0;padding:3px 3px 3px 3px;}



div.mind_inner {display:inline;width:25%;padding:3px 3px 3px 3px;}



div.mind_text {display:inline;width:75%;text-align:right;padding:3px 3px 3px 3px;}



div.mind_button {text-align:right;}



textarea.mind_text {width:98%;padding:3px 3px 3px 3px;}



div.photo_text {

  width:98%;

  padding:3px 3px 3px 3px;

/*  font-size:smaller; */

  color: #666666;

  text-align:center;

  border:none;

  background:transparent;   

}