/* ------------------------------------------------------------
   general
------------------------------------------------------------ */

body, td {
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

body, p, ol, ul {
  margin: 0px;
}

body, p {
  padding: 0px;
}

form input, form select {
  font-size: 100%;
}

form textarea {
  font-size: 100%;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

div#root table#root_table tr#adminConsoleContainer table.controls {
  border-collapse: collapse;
  width: 100%;
}

div#root table#root_table tr#adminConsoleContainer table.controls a {
  text-decoration: underline;
}

div#root table#root_table tr#adminConsoleContainer table.controls .nav li {
  display: inline;
  float: none;
  line-height: 16px;
}

.nav, .nav ul {
  margin: 0;
  padding: 0;
}

.nav li {
  float: left;
  list-style: none;
  margin: 0;
}

div#pageContent table td.actions {
  text-align: center;
  white-space: nowrap;
  width: 5%;
}

div#pageContent table td.date {
  padding: 0 10px;
  white-space: nowrap;
  width: 5%;
}

div#pageContent table td.gameClass {
  text-align: left;
  width: 5%;
  white-space: nowrap;
}

ul.actions li {
  display: inline;
  float: none;
}

ul.controls li, ul.actions li {
  line-height: 2em;
  margin: 0 1px;
  padding: 0 4px;
}

ul.controls li.selected, ul.actions li.selected {
  background: #ccc;
}

/* gmatic notice preview display at top-left of omnipresent admin console */

div#noticeContainer span#showNoticeDetail,
div#noticeContainer span#hideNoticeDetail {
  font-size: 80%;
}

div#noticeContainer {
  background: #FFC;
  border: 1px solid #FC0;
  color: black;
  text-align: left;
  padding: 0;
  width: 400px;
}

div#noticeContainer div.links {
  padding: 5px;
}

div#noticeContainer a {
  color: blue;
}

div#noticeContainer div#noticePreview {
  padding: 5px;
}

div#noticeContainer h2 {
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

div#noticeContainer div#noticesDetail div#allNotices {
  float: right;
}

div#noticeContainer div#noticesDetail div.notice.targeted {
  background: #FDC;
}

div#noticeContainer div#noticesDetail div.notice {
  border-bottom: 1px dashed #FC0;
  margin-bottom: 5px;
  padding: 5px;
}

div#noticeContainer div#noticesDetail div.notice.last {
  border-bottom: none;
}

div#noticeContainer div#noticesDetail a.markRead {
  float: right;
}

div#noticeContainer div#noticesDetail div.notice span.summary {
  font-size: 80%;
  margin: 3px 0;
}

div#noticeContainer div#noticesDetail div.notice h2 {
  padding: 0.25em 0;
}

/* admin renew/upgrade links at top right of omnipresent admin console */

div#root div#phpbb3 table#root_table tr#adminConsoleContainer table.controls td {
  text-align: right;
}

div#root table#root_table tr#adminConsoleContainer table.controls td.configure {
  text-align: right;
  vertical-align: top;
}

div#root table#root_table tr#adminConsoleContainer td {
  padding: 5px;
  text-align: center;
}

div#root table#root_table tr#adminConsoleContainer a {
  text-decoration: underline;
}

#crumb {
  font-size: 90%;
}

table#crumb {
  border-collapse: collapse;
  width: 100%;
}

table#crumb td {
  margin: 0;
  padding: 0;
}

table td ol li {
  list-style-position: inside;
}

table td ul li {
  list-style-image: none;
  list-style-position: inside;
}

#crumb #nav {
  text-align: left;
}

#crumb #user_welcome {
  text-align: right;
}

#flash {
  background: #FFC;
  border: 1px solid #FC0;
  color: green;
  padding: 10px 1%;
  text-align: left;
  width: 98%;
} 

#flash a {
  text-decoration: underline;  
}

#pageTitle {
  background-color: #944;
  font-size: 120%;
  font-weight: bold;
  padding: 3px;
  text-align: left;
}

#pageContent {
  text-align: left;
}

#pageContent p {
  line-height: 1.5em;
  padding: 3px 0px 3px 0px;
}

.pageDescription {
  padding: 0 10px 10px 10px;
}

div#root {
  margin: 10px;
}

div#root table#root_table {
  border-collapse: collapse;
  width: 100%;
}

div#root table#root_table tr td#banner {
  text-align: center;
}

div#root table#root_table tr#main td#skyscraper {
  vertical-align: top;
  width: 120px;
}

div#root table#root_table tr#main td#page {
  vertical-align: top;
}

#main {
  margin-bottom: 30px;
}

p.tooltip {
  background: #ebf595;
  border: 1px solid black;
  color: black;
  padding: 3px;
  text-align: center;
}

table.data td.manageAdminName {
  background: green;
}

/* ------------------------------------------------------------
   generic table business
------------------------------------------------------------ */

table td.clickable a {
  text-decoration: none;
}

table td.clickable a:hover {
  text-decoration: underline;
}

table.data tr.inactive td {
  text-decoration: line-through;
}

table.data {
  border-collapse: collapse;
  margin: 3px 0 3px 0;
  width: 100%;
}

table.form {
  border-collapse: collapse;
  width: 100%;
}

table.form td.checkbox {
  text-align: right;
}

table.form th.title {
  text-align: right;
  vertical-align: middle;
}

table.form td,
table.form th {
  border: 1px solid black;
  line-height: 1.5em;
  padding: 2px;
}

table th.title {
  text-align: left;
  vertical-align: middle;
  font-size: 100%;
}

table td.clickable {
  text-align: left;
}

table.data td {
  border: 1px solid black;
  line-height: 1.5em;
  padding: 2px;
}

table.data th {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 3px 0 3px 0;
  text-align: center;
}

table.data th.title {
  border: none;
  padding: 2px;
  text-align: left;
}

table.data td.count {
  text-align: right;
}

table td.title {
  text-align: left;
}

table td.number {
  padding: 0 10px;
  text-align: right;
  width: 5%;
	white-space: nowrap;
}

table td.recordTitle {
  text-align: right;
  vertical-align: top;
  width: 20%;
}

.spanGreen {
  color: #0ba827;
}

.spanRed {
  color: #da0506;
}

.spanAttendance_80-100 {
  color: #33cc33;
}

.spanAttendance_60-79 {
  color: #33cc33;
}

.spanAttendance_40-59 {
  color: #cccc33;
}

.spanAttendance_20-39 {
  color: #cc6633;
}

.spanAttendance_00-19 {
  color: #cc3333;
}

#attendance_group_select {
  display: block;
  float: left;
}

#attendance_lifetime, #attendance_recent {
  width: 100%;
}

#show_lifetime_data {
  float: right;
}

#powered_by {
  text-align: center;
}

/* ------------------------------------------------------------
   images
------------------------------------------------------------ */

img.icon {
  border: 0;
  height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
  width: 16px;
}

img.raw_icon {
  border: 0;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
}

img.calendarIcon {
  border: 0;
  height: 16px;
  padding-right: 3px;
  vertical-align: middle;
  width: 16px;
}

img.armory_icon {
  border: 0;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
}

img.game_icon {
  border: 0;
  height: 18px;
  vertical-align: bottom;
  width: 18px;
}

.ggcode img {
  border: 0;
}

img.rss_icon {
  border: 0;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
  width: 16px;
}

.emphasis {
  font-weight: bold;
  color: green;
}

/* simple_captcha definitions used on user register page */

#simple_captcha {
   border: none;
   padding: 5px !important;
}

#simple_captcha,
#simple_captcha div {
  display: table;
}

#simple_captcha .simple_captcha_field,
#simple_captcha .simple_captcha_image {
  border: 1px solid #ccc;
  margin: 0px 0px 2px 0px !important;
  padding: 0px !important;
}

#simple_captcha .simple_captcha_image img {
  margin: 0px !important;
  padding: 0px !important;
  width: 110px !important;
}

#simple_captcha .simple_captcha_label {
  font-size: 12px;
}

#simple_captcha .simple_captcha_field input {
  width: 150px !important;
  font-size: 16px;
  border: none;
  background-color: #efefef;
}

/* ------------------------------------------------------------
   guild admin console
------------------------------------------------------------ */

div#root table#root_table td#page div#pageContent table#console {
  margin: 0;
}

div#root table#root_table td#page div#pageContent table#console,
div#root table#root_table td#page div#pageContent table#console table.data {
  border-spacing: 0;
}

div#root table#root_table td#page div#pageContent table#console table.data {
  margin: 0;
  padding: 0;
}

div#root table#root_table td#page div#pageContent table#console tr td {
  padding: 0;
  vertical-align: top;
  white-space: nowrap;
}

div#root table#root_table td#page div#pageContent table#console tr td table.data tr td {
  border-right: none;
  padding: 2px 5px;
}

div#root table#root_table td#page div#pageContent table#console td#subscribe {
  background: #280;
}

div#root table#root_table td#page div#pageContent table#console
  td#support_forums {
  background: #0836ac;
}

div#root table#root_table td#page div#pageContent table#console 
  td#support_forums a {
  color: #ee9333;
}

div#root table#root_table td#page div#pageContent table#console 
  td#customer_service {
  background: #ee9333;
}

div#root table#root_table td#page div#pageContent table#console 
  td#customer_service a {
  color: white;
}

div#root table#root_table td#page div#pageContent table#console td#tutorial {
  background: yellow;
}

div#root table#root_table td#page div#pageContent table#console td#tutorial a {
  color: blue;
}

div#root table#root_table td#page div#pageContent table#console 
  td#tutorial a:active {
  color: black;
}

div.ggcode p {
  line-height: 1.5em;
}

span.ggcode {
  line-height: 1.5em;
}

.ggcode div.google_video {
}

.ggcode div.youtube {
}

.ggcode div.filefront {
}

.ggcode div.flash_embed {
}

div.bbcode_info {
  margin-left: 23px;
}

/* ------------------------------------------------------------
   main guild home page
------------------------------------------------------------ */

div#guildMain div.ggcode p {
  margin: 0.5em;
}

div#guildMain table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

div#guildMain table th {
  border: 1px solid black;
}

div#guildMain table td {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

div#guildMain th {
  padding: 2px;
  text-align: left;
}

div#guildMain table tr td.column {
  vertical-align: top;
}

div#guildMain table tr td#column_0,
div#guildMain table tr td#column_2 {
  width: 175px;
}

div#guildMain table tr td#column_1 {
  width: auto;
}

div#guildMain table tr td.column table {
  width: 100%;
}

div#guildMain img.configureIcon {
  border: 0;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
}

/* ------------------------------------------------------------
   hosted files
------------------------------------------------------------ */

div#pageContent div.fileComment {
  border-left: 1px dotted gray;
  margin: 10px 0;
  padding: 0 5px;
}

div#pageContent div.fileComment h1 {
  font-size: 120%;
  margin: 0;
}

/* ------------------------------------------------------------
   gmatic notices
------------------------------------------------------------ */

div#pageContent.allNotices h2 {
  display: inline;
  margin: 0;
  padding: 0;
}

div#pageContent.allNotices div.notice {
  border-bottom: 1px dashed white;
  padding: 10px;
}

div#pageContent.allNotices div.notice a {
  text-decoration: underline;
}

div#pageContent.allNotices div.notice.targeted {
  background: #FDC;
  color: black;
}

div#pageContent.allNotices div.notice.targeted a {
  color: blue;
}

/* ------------------------------------------------------------
   guild news
------------------------------------------------------------ */

#pageTitle div.newsSubscribe {
  float: right;
}

table.news {
  width: 100%;
}

table.news td {
  border: none;
}

table.news td.title {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  padding: 2px;
}

table.news td.comments p.commentHeader {
  font-weight: bold;
}

table.news td.title a {
  font-weight: bold;
}

table.news td.header {
  padding: 2px;
}

table.news td.body {
  padding: 2px;
}

table.news td.comments div.comment {
  padding: 5px;
}

table.news td.comments div.openAddComment {
  padding: 5px;
}

/* ------------------------------------------------------------
   guild applications niblet
------------------------------------------------------------ */

div#guildMain table#guildApplicationsNib {
  border: 1px solid black;
  width: 100%;
}

div#guildMain table#guildApplicationsNib td {
  border: 1px solid black;
  padding: 2px;
}

div#guildMain table#guildApplicationsNib table#guildApplicationsClassStatuses td {
  border: none;
}

div#guildMain table#guildApplicationsNib table#guildApplicationsClassStatuses td.gameClassIcon {
  text-align: right;
  width: 5%;
}

div#guildMain table#guildApplicationsNib table#guildApplicationsClassStatuses td.gameClassName {
  text-align: left;
  white-space: nowrap;
  width: 5%;
}

div#guildMain table#guildApplicationsNib table#guildApplicationsClassStatuses td.note {
  text-align: center;
}

/* ------------------------------------------------------------
   guild info niblet
------------------------------------------------------------ */

div#guildMain table#guildInfoNib {
  width: 100%;
}

div#guildMain table#guildInfoNib td {
  border: 1px solid black;
  padding: 2px;
}

div#guildMain table#guildInfoNib td.label {
  padding: 2px;
  text-align: right;
}

/* ------------------------------------------------------------
   guild description niblet
------------------------------------------------------------ */

div#guildMain table#guildDescriptionNib {
  width: 100%;
}

div#guildMain table#guildDescriptionNib td {
  border: 1px solid black;
  line-height: 1.5em;
  padding: 2px;
}

/* ------------------------------------------------------------
   latest news niblet
------------------------------------------------------------ */

div#guildMain table#latestNewsNib {
  width: 100%;
}

div#guildMain table#latestNewsNib td {
  border: 1px solid black;
  padding: 2px;
}

div#guildMain table#latestNewsNib td.title a {
  font-weight: bold;
}

div#guildMain table#latestNewsNib td.header {
  padding: 2px;
}

div#guildMain table#latestNewsNib div.commentCount,
div#guildMain table#latestNewsNib div.openAddComment {
  padding: 5px;
}

div#guildMain table#latestNewsNib div.openAddComment img.actionIcon {
  border: 0;
  height: 16px;
  padding-right: 3px;
  vertical-align: bottom;
  width: 16px;
}

div#guildMain table#latestNewsNib p.commentHeader {
  font-weight: bold;
}

div#guildMain table#latestNewsNib p.commentHeader span.commentToggle {
  font-weight: normal;
}

/* ------------------------------------------------------------
   raid calendar niblet
------------------------------------------------------------ */

div#guildMain table#raidCalendarNib {
  border: 1px solid black;
  width: 100%;
}

div#guildMain table#raidCalendarNib td#week div.day {
  border: 1px solid white;
  float: left;
  height: 120px;
  margin: 1px;
  padding: 3px;
  width: 100px;
}

div#guildMain table#raidCalendarNib td#week div.date {
  border-bottom: 1px dotted white;
  font-size: 95%;
  text-align: center;
}

div#guildMain table#raidCalendarNib td#week span.eventTime {
  color: gray;
}

div#guildMain table#raidCalendarNib td#week div.today {
  background: #6fe86f;
  border: 1px solid yellow;
  float: left;
  height: 120px;
  margin: 1px 1px 1px 0px;
  padding: 3px;
  width: 100px;
}

div#guildMain table#raidCalendarNib td#week div.today div.date {
  border-bottom: 1px dotted black;
  color: black;
}

div#guildMain table#raidCalendarNib tr#listStyle table.data {
  width: 100%;
}

div#guildMain table#raidCalendarNib tr#listStyle table.data tr th {
  background: none;
  text-transform: none;
}

div#guildMain table#raidCalendarNib tr#listStyle table.data tr th.date {
  width: 5%;
}

div#guildMain table#raidCalendarNib tr#listStyle table.data tr th.invite,
div#guildMain table#raidCalendarNib tr#listStyle table.data tr th.start {
  width: 10%;
}

div#guildMain table#raidCalendarNib tr#listStyle table.data tr td.inviteAtDate,
div#guildMain table#raidCalendarNib tr#listStyle table.data tr td.inviteAtTime,
div#guildMain table#raidCalendarNib tr#listStyle table.data tr td.startAt {
  text-align: right;
  white-space: nowrap;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr th,
div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.month {
  background: #111;
  border-bottom: 1px solid #333;
  color: white;
  text-align: center;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td {
  padding: 3px;
  text-align: center;
  vertical-align: top;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.active:hover {
  background: #8e7feb;
  border: 1px solid #8e7feb;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.filler {
  background: #333;
  border: 1px solid #444;
  height: 3em;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.empty {
  background: #444;
  border: 1px solid #555;
  height: 3em;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.active {
  background: #111;
  border: 1px solid #333;
  height: 3em;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.active p.event {
  text-align: left;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td p {
  margin: 0;
  padding: 0;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td p.date {
  font-weight: bold;
  text-align: left;
}

div#guildMain table#raidCalendarNib tr#monthStyle table.calendar tr td.today {
  background: #968604;
  border: #968604;
  height: 3em;
}

div.calendarTooltip {
  background: #e9e27a;
  border: 1px solid #e4cd0d;
  color: black;
  padding: 3px;
}

div.calendarTooltip p {
  margin: 0;
  padding: 0;
  text-align: left;
}

/* ------------------------------------------------------------
   voice server niblet
------------------------------------------------------------ */

div#guildMain table td.column div.voiceServerNib table {
  width: 100%;
}

div#guildMain div.voiceServerNib td {
  border: 1px solid black;
  padding: 2px;
  vertical-align: bottom;
}

div#guildMain div.voiceServerNib td.label {
  padding: 2px;
  text-align: right;
  vertical-align: middle;
}

div#guildMain div.voiceServerNib td.label img.ventIcon {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------
   recent loot niblet
------------------------------------------------------------ */

div#guildMain table#recentLootNib {
  border: 1px solid black;
  width: 100%;
}

div#guildMain table#recentLootNib td {
  border: 1px solid black;
  padding: 2px;
}

/* ------------------------------------------------------------
   more news niblet
------------------------------------------------------------ */

div#guildMain table#moreNewsNib {
  border: 1px solid black;
  width: 100%;
}

div#guildMain table#moreNewsNib td {
  border: 1px solid black;
  padding: 2px;
}

/* ------------------------------------------------------------
   recent raids niblet
------------------------------------------------------------ */

div#guildMain table#recentRaidsNib {
  border: 1px solid black;
  width: 100%;
}

div#guildMain table#recentRaidsNib td {
  border: 1px solid black;
  padding: 2px;
}

/* ------------------------------------------------------------
   recent posts niblet
------------------------------------------------------------ */

div#guildMain table#recentPostsNib,
div#guildMain table#recentPostsNib table.data {
  width: 100%;
}

div#guildMain table#recentPostsNib table.data {
  margin: 0;
}

div#guildMain table#recentPostsNib tr td table.data th {
  background: none;
  text-transform: none;
}

div#guildMain table#recentPostsNib tr td table.data td.date {
  padding: 0 10px;
  white-space: nowrap;
  width: 5%;
}

/* ------------------------------------------------------------
   aion item hovers
------------------------------------------------------------ */

span.aiondb-item-unknown {
  color: #9d9d9d;
}

table.aiondb-table tbody tr td {
  border: none !important;
}

/* ------------------------------------------------------------
   aion armory search niblet
------------------------------------------------------------ */

div#guildMain table#aionSearchNib div.contain div.aionarmory-searchbox {
  margin: 20px auto;
}

/* ------------------------------------------------------------
   wowwiki search niblet
------------------------------------------------------------ */

div#guildMain table#wowwikiSearchNib tr td form table#searchContainer tr td#wowwikiLogo {
  width: 62px;
  height: 56px;
} 

/* ------------------------------------------------------------
   war herald news niblet
------------------------------------------------------------ */

div#guildMain table#warHeraldNewsNib ul {
  margin: 5px;
  padding: 0;
}

div#guildMain table#warHeraldNewsNib ul li {
  background: transparent url(/images/icons/war_bullet.png) no-repeat scroll 0px 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
}

/* ------------------------------------------------------------
   war vault news niblet
------------------------------------------------------------ */

div#guildMain table#warVaultNewsNib ul {
  margin: 5px;
  padding: 0;
}

div#guildMain table#warVaultNewsNib ul li {
  background: transparent url(/images/icons/war_bullet.png) no-repeat scroll 0px 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
}

/* ------------------------------------------------------------
   evony news niblet
------------------------------------------------------------ */

div#guildMain table#evonyNewsNib ul {
  margin: 5px;
  padding: 0;
}

div#guildMain table#evonyNewsNib ul li {
  background: transparent url(/images/icons/evony_bullet.png) no-repeat scroll 0px 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
}

/* ------------------------------------------------------------
   wowblues news niblet
------------------------------------------------------------ */

div#guildMain table#wowbluesNewsNib ul.blues_ul {
  margin: 5px;
  padding: 0;
}

div#guildMain table#wowbluesNewsNib ul.blues_ul li {
  background: transparent url(/images/icons/wow_bullet.png) no-repeat scroll 0px 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
}

/* ------------------------------------------------------------
   wowinsider news niblet
------------------------------------------------------------ */

div#guildMain table#wowinsiderNewsNib div.rss_box {
  margin: 5px;
}

div#guildMain table#wowinsiderNewsNib div.rss_box ul.rss_items {
  padding: 0;
}

div#guildMain table#wowinsiderNewsNib div.rss_box ul.rss_items li {
  background: transparent url(/images/icons/wow_bullet.png) no-repeat scroll 0px 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
}

/* ------------------------------------------------------------
   curse module search niblet
------------------------------------------------------------ */

div#guildMain table#curseNib {
  background: black;
}

div#guildMain table#curseNib div.container {
  margin: 5px;
}

/* ------------------------------------------------------------
   wowui module search niblet
------------------------------------------------------------ */

div#guildMain table#wowuiSearchNib {
  background: #191919;
  color: #f6d37d;
}

div#guildMain table#wowuiSearchNib div.container {
  margin: 5px;
}

/* ------------------------------------------------------------
   wowui latest mods niblet
------------------------------------------------------------ */

div#guildMain table#wowuiLatestModsNib ul.incgamers_widgets_ul {
  margin: 5px;
  padding: 0;
}

div#guildMain table#wowuiLatestModsNib ul.incgamers_widgets_ul li {
  background: transparent url(/images/icons/wow_bullet.png) no-repeat scroll 0px 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 20px;
}

/* ------------------------------------------------------------
   page counter niblet
------------------------------------------------------------ */

div#guildMain table#pageCounter tr td {
  background: black;
  border: 1px solid black;
  color: #50b253;
  font-size: 100%;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

/* ------------------------------------------------------------
   various search niblets
------------------------------------------------------------ */

div#guildMain table#thottbotSearchNib tr td,
div#guildMain table#lootablesSearchNib tr td,
div#guildMain table#curseNib tr td,
div#guildMain table#allakhazamSearchNib tr td,
div#guildMain table#wowbluesSearchNib tr td,
div#guildMain table#wowuiSearchNib tr td,
div#guildMain table#wowwikiSearchNib tr td,
div#guildMain table#wowheadSearchNib tr td {
  padding: 5px;
}

div#guildMain table#wowbluesSearchNib tr td {
  background: #1b4179;
}

div#guildMain table#thottbotSearchNib tr td {
  background: white;
}

div#guildMain table#wowheadSearchNib tr td {
  background: black;
}

/* ------------------------------------------------------------
   wow realm status niblet
------------------------------------------------------------ */

div#guildMain table#wowRealmStatus {
  text-align: center;
}

div#guildMain table#wowRealmStatus tr td {
  cursor: pointer;
  padding: 5px;
}

div#guildMain table#wowRealmStatus div.top {
  background-position: center center;
  background-repeat: no-repeat;
  height: 41px;
}

div#guildMain table#wowRealmStatus tr td div.bottom {
  background-position: top center;
  background-repeat: no-repeat;
  color: black;
  font-size: 70%;
  height: 54px;
  text-transform: uppercase;
}

div#guildMain table#wowRealmStatus tr td div.innerBottom {
  background-position: center 21px;
  background-repeat: no-repeat;
  height: 54px;
}

div#guildMain table#wowRealmStatus tr td div.bottom div.serverName {
  height: 30px;
  text-align: center;
}

div#guildMain table#wowRealmStatus tr td div.bottom div.serverName p {
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 76px;
}

div#guildMain table#wowRealmStatus tr td div.bottom div.serverType {
  height: 30px;
}

div#guildMain table#wowRealmStatus tr td div.bottom div.serverType p {
  padding-top: 2px;
}

/* ------------------------------------------------------------
   links niblet
------------------------------------------------------------ */

div#guildMain table#guildLinksNib {
  border: 1px solid black;
  width: 100%;
}

div#guildMain table#guildLinksNib td {
  border: 1px solid black;
  padding: 2px;
}

div#guildMain table td.column table.customNib {
  width: 100%;
}

/* ------------------------------------------------------------
   galleries
------------------------------------------------------------ */

img.galleryThumb {
  border: 0;
}

div#guildMain table.nibTable.gallery tr td table.container {
  margin: 5px;
}

div#guildMain table.nibTable.gallery tr td table.container,
div#guildMain table.nibTable.gallery tr td table.container tr td.prev,
div#guildMain table.nibTable.gallery tr td table.container tr td.next,
div#guildMain table.nibTable.gallery tr td table.container tr td.current a {
  border: none;
}

div#guildMain table.nibTable.gallery tr td table.container tr td.prev {
  text-align: left;
}

div#guildMain table.nibTable.gallery tr td table.container tr td.next {
  text-align: right;
}

div#guildMain table.nibTable.gallery tr td table.container tr td.current a:hover {
  background: none;
}

div#guildMain table.nibTable.gallery tr td td.current {
  text-align: center;
}

div#guildMain table.nibTable.gallery tr td td.current img {
  border: 0;
}

div#pageContent.Gallery ul.controls {
  margin: 0;
  padding: 5px;
}

div#pageContent.Gallery ul.controls li {
  display: inline;
  list-style: none;
  padding: 0 10px;
}

div#pageContent.Gallery_Index div.gallery {
/*   border: 1px solid gray; */
  float: left;
  margin: 5px;
  padding: 5px;
  text-align: center;
}

div#pageContent.Gallery_Index div.gallery div.title {
  font-size: 120%;
  text-align: center;
}

div#pageContent.Gallery_Index div.gallery div.primaryPic,
div#pageContent.Gallery_Index div.gallery ul.controls {
  font-size: 90%;
  text-align: center;
}

div#pageContent.Gallery_Index div.gallery ul.controls li {
  padding: 0 3px;
}

div#pageContent.Gallery_Index div.gallery div.summary p.primary {
  font-weight: bold;
  font-size: 80%;
}

div#pageContent.Gallery_Index div.gallery div.primaryPic img,
div#pageContent.Gallery_Show div.files div.file div.view img {
  border: 0;
}

div#pageContent.Gallery_Show div.files div.file {
  padding: 5px;
  text-align: center;
}

div#pageContent.Gallery_Index div.gallery div.dates {
  font-size: 80%;
}

div#pageContent.Gallery_Edit div#allFiles div.galleryThumb {
  float: left;
  margin: 10px;
  text-align: center;
}

div#pageContent.Gallery_Edit div#allFiles div.galleryThumb ul.controls {
  font-size: 80%;
}

div#pageContent.Gallery_Edit div.editGalleryInfo,
div#pageContent.Gallery_Edit div.primaryFile {
  float: left;
}

div#pageContent.Gallery_Edit div.primaryFile {
  margin-left: 10px;
}

div#pageContent.Gallery_Edit div#allFiles div.galleryThumb div.box img {
  border: 1px solid gray;
}

div#pageContent.Gallery_Show div.files div.file {
  float: left;
}

div#pageContent.Gallery_Show div.comments p.commentHeader,
div#pageContent.Gallery_ShowFile div.comments p.commentHeader {
  font-weight: bold;
}

div#pageContent.Gallery_Show div.comments,
div#pageContent.Gallery_ShowFile div.comments {
  padding: 5px;
}

div#pageContent.Gallery_Show div.comments div.openAddComment,
div#pageContent.Gallery_ShowFile div.comments div.openAddComment {
  padding: 5px;
}

div#pageContent.Gallery_ShowFile div.file ul.videoSize {
  margin: 10px 5px;
  padding: 0;
}

div#pageContent.Gallery_ShowFile div.file ul.videoSize li {
  display: inline;
  list-style: none;
  padding: 3px 5px;
}

div#pageContent.Gallery_ShowFile div.file ul.videoSize li.selected {
  background: white;
  color: black;
}

div#pageContent.Gallery_ShowFile div.file ul.videoSize li.selected a {
  color: black;
}
 
/* ------------------------------------------------------------
   account payments section
------------------------------------------------------------ */

#add_services {
  padding: 4px;
  font-size: 12px;
}

#add_services a {
  text-decoration: underline;
}

#account_payments a {
  text-decoration: underline;
}

/* ------------------------------------------------------------
   epgp pages
------------------------------------------------------------ */

span.epgp_snapshot_data {
  color: #f58400;
  font-weight: bold;
}

div#epgp_standings {
  width: 400px;
  padding: 3px;
  margin: 3px;
  float: left;
}

div#epgp_snapshots {
  padding: 3px;
  margin: 3px;
  width: 200px;
  float: right;
}

div#epgp_standings td.epgp_delta {
  white-space: nowrap;
  font-size: 85%;
  text-align: left;
}

/* will_paginate pagination */

.pagination {
  padding: 3px;
  margin: 3px;
}

.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid white;
  text-decoration: none;
}

.pagination a:hover, .pagination a:active {
  background: white;
}

.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid white;
  font-weight: bold;
  background-color: white;
  color: black;
}

.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid gray;
  background-color: gray;
}

/* ------------------------------------------------------------
   "splash" messages for errors, notics, etc.
------------------------------------------------------------ */

.splashError {
  padding: 2px;
  background-color: red;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------
   rails boilerplate
------------------------------------------------------------ */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  color: #008;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #000;
}

#errorExplanation p {
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#errorExplanation a {
  color: #c51e00;
}
