﻿/*  >  >  >  >  >  >  >  >  > TABLE INFO */

table.info
{
  width: 100%;
  border: solid 1px #303030;
  border-collapse: collapse;
  margin-bottom: 20px;
}

table.info td, table.info th
{
  border: solid 1px #303030;
  padding: 3px;
}

table.info th
{
  white-space: nowrap;
  vertical-align: top;
  background-color: #101010;
  font-weight: bold;
  text-align: left;  
}

table.info td.heading
{
  background-color: #202020;
  font-size: 14px;
  font-weight: bold;
}


/*  >  >  >  >  >  >  >  >  > TABLE FORM */

table.form
{
  border-collapse: collapse;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
}

table.form td, table.form th
{
  padding: 3px;
  border: solid 1px #222222;
}

table.form th
{
  text-align: right;
  vertical-align: top;
  font-weight: normal;
  border-left: solid 1px #444444;
}

table.form td
{
  border-right: solid 1px #444444;
}

table.form td.header
{
  text-align: left;
  padding-left: 10px;
  border: solid 1px #444444;
  background-color: #222222;
  font-weight: bold;
  font-size: 13pt;
}

table.form td.footer
{
  text-align: center;
  border: solid 1px #444444;
  background-color: #222222;
}


table.form td.complain
{
  text-align: left;
  border: solid 1px #444444;
  background-color: #331111;
  color: #EEEE00;
  font-size: 10pt;
}

table.form td.complain ul
{
  padding: 0px;
  padding-left: 20px;
  
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 4px;
  
}

table.form td.helpText
{
  font-size: 11px;
  color: #BBBBBB;
  border: solid 1px #444444;
}

table.form
{
  border: solid 1px #444444;
}

table.form td table.dateInput, table.form td table.dateInput td
{
  border: none 0px;
  padding: 0px;
}

/*  >  >  >  >  >  >  >  >  > TABLE LIST */

table.list
{
  border-collapse: collapse;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #444444;
}

table.list td, table.list th
{
  padding: 3px;
  border: solid 1px #222222;
  vertical-align: top;
}

table.list th
{
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #181818;
  font-size: 10pt;
  border: solid 1px #444444;
	white-space: nowrap;
}

table.list td.header
{
  text-align: left;
  padding-left: 10px;
  border: solid 1px #444444;
  background-color: #222222;
  font-weight: bold;
  font-size: 13pt;
}

table.list td.footer
{
  text-align: center;
  vertical-align: middle;
  background-color: #181818;
  border: solid 1px #444444;
}

table.list td.left
{
  border-left: solid 1px #444444;
  padding: 0px;
}

table.list td.right
{
  border-right: solid 1px #444444;
  padding: 0px;
}

table.list
{
  border: solid 1px #444444;
}


/*  >  >  >  >  >  >  >  >  > TABLE GALLERY */

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

table.gallery td.categories
{
  /*width: 200px;*/
  padding-bottom: 4px;
  border-bottom: dashed 1px #808000;
	color: #808000;
	font-weight: bold;
	font-size: 12px;
}

table.gallery td.categories a
{
  /*display: block;*/
  text-decoration: none;
  color: #777777;
  font-size: 13px;
  font-weight: bold;
  width: 170px;
  padding-left: 10px;
	padding-right: 10px;
}

table.gallery td.categories div.spacer
{
  border-top: dashed 1px #222222;
  width: 180px;
  height: 1px;
  line-height: 1px;
  margin-top: 1px;
}


table.gallery td.categories a:hover
{
  background-color: #222222;
}

table.gallery td.categories a.selected
{
  color: #FFFFFF;
}

table.gallery td.content
{
  vertical-align: middle;
  text-align: center;
}

table.gallery img#actualImage
{
  border: solid 1px #444444;
  margin: 5px;
}

table.gallery div#actualDescription
{
  color: #999999;
  margin-top: -5px;
  margin-bottom: 5px;
}

table.gallery table.thumbnails
{
  border: solid 1px #111111;
  width: 100%;
  border-collapse: collapse;
  height: 82px;
}

table.gallery table.thumbnails td
{
  border: solid 1px #111111;
}

table.gallery table.thumbnails td#thumbnailList
{
  height: 110px;
  vertical-align: middle;
  overflow: hidden;
  padding-left: 10px;
  white-space: nowrap;
}

table.gallery table.thumbnails td#thumbnailList div
{
  overflow: auto;
  width: 500px;
  height: 110px;
  vertical-align: middle;
}

table.gallery table.thumbnails td#thumbnailList img
{
  border: solid 2px #000000;
  opacity: 0.5;
  /*filter: alpha(opacity=50);*/
}

table.gallery table.thumbnails td#thumbnailList img.selected
{
  border: solid 2px #777777;
  opacity: 1.0;
  /*filter: alpha(opacity=100);*/
}

table.gallery table.thumbnails td.button
{
  height: 110px;
  width: 70px;
  vertical-align: middle;
  text-align: center;
}

table.gallery table.thumbnails td.button a
{
  display: block;
  height: 20px;
  width: 60px;
  margin: 5px;
  text-decoration: none;
  color: #888888;
  font-weight: bold;
  font-size: 13px;
  vertical-align: middle;
  padding: 30px 0px;
}

table.gallery table.thumbnails td.button a:hover
{
  color: #FFFFFF;
  background-color: #111111;
}

table.gallery table.thumbnails td.button a.disabled
{
  color: #111111;
}

table.gallery table.thumbnails td.button a.disabled:hover
{
  color: #181818;
  background-color: #080808;
}


/*  >  >  >  >  >  >  >  >  > DIV TABS */

table.tabs {
  border-collapse: collapse;
	/*xwidth: 100%;*/
}

table.tabs td {
  height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: top left;
}

table.tabs td.spacer {
  background-image: url(img/tab.spacer.png);
	width: 6px;
}

table.tabs td.active1 {
  background-image: url(img/tab.active.1.png);
	width: 6px;
}

table.tabs td.active2 {
  background-image: url(img/tab.active.2.png);
	background-repeat: repeat-x;
}

table.tabs td.active3 {
  background-image: url(img/tab.active.3.png);
	width: 6px;
}

table.tabs td.inactive1 {
  background-image: url(img/tab.inactive.1.png);
	width: 6px;
}

table.tabs td.inactive2 {
  background-image: url(img/tab.inactive.2.png);
	background-repeat: repeat-x;
}

table.tabs td.inactive3 {
  background-image: url(img/tab.inactive.3.png);
	width: 6px;
}


table.tabs a
{
  padding: 2px 4px;
  color: #5555FF;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

table.tabs tr.subtabs td a {
	vertical-align: top;
	height: 18px;
	padding: 0px 5px;
}


table.tabs td.subtabs1 {
	background-image: url(img/subtab.1.png);
}

table.tabs td.subtabs2 {
	background-image: url(img/subtab.2.png);
	background-repeat: repeat-x;
	vertical-align: middle;
}

table.tabs td.subtabs3 {
	background-image: url(img/subtab.3.png);
}


table.tabs tr.subtabs a.selected {
	background-color: #909090;
}


/*
div.tabs {
	height: 20px;
}

div.tabs img {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

div.tabs a
{
  xbackground-color: #222222;
  padding: 1px 4px;
  color: #5555FF;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
	height: 22px;
	xborder: solid 1px #444444;
  xborder-bottom-color: #777777;
}

div.tabs a.selected
{
  xborder: solid 1px #777777;
  xborder-bottom-color: #444444;
  xbackground-color: #444444;
}

div.tabs a:hover
{
  border: solid 1px #AAAAAA;
  background-color: #777777;
  color: #000000;
  text-decoration: underline;
  color: #9999FF;
}
*/


div.subtabs
{
  background-color: #444444;
  padding: 4px 2px;
  margin-top: 1px;
  border: solid 1px #777777;
  margin-bottom: 10px;
}

div.subtabs a
{
  padding: 2px 4px;
  color: #5555FF;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  border: solid 1px #444444;
}

div.subtabs a.selected
{
  background-color: #555555;
  border: solid 1px #777777;
}

div.subtabs a:hover
{
  text-decoration: underline;
  color: #9999FF;
}

div.galleryThumbnail, div.galleryThumbnailSelected {
	width: 120px;
	height: 105px;
	overflow: hidden;
	float: left;
	margin: 6px;
	font-size: 12px;
}

div.galleryThumbnail {
	border: solid 1px #202020;
	color: #BBBBBB;
}

div.galleryThumbnail a {
	text-decoration: none;
	color: #D0D0D0;
}

div.galleryThumbnailImage {
  width: 120px;
  height: 90px;
  vertical-align: bottom;
  overflow: hidden;
}

div.galleryThumbnailImage img {
  vertical-align: bottom;
}

div.galleryThumbnailSelected {
	border: solid 1px #FFFF00;
	background-color: #444400;
	color: #FFFFFF;
}

div.galleryThumbnailSelected a {
	text-decoration: none;
	color: #FFFFFF;
}


div.modal {
	background-image: url(img/modal.png);
	background-repeat: repeat;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	display: none;
}

div#galleryFrame {
  position: absolute;
	width: 820px;
	height: 700px;
	background-color: #202020;
	left: 50%;
	margin-left: -410px;
	top: 50%;
	margin-top: -350px;
	border: solid 1px #404040;
}

div#galleryImageContainer {
  width: 800px;
	height: 600px;
	position: static;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #101010;
	border: solid 1px #303030;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	z-index: 101;
}


div#galleryCaption {
  width: 800px;
	/*height: 80px;*/
	padding: 2px;
	margin-left: 10px;
	margin-top: -1px;
	background-color: #101010;
	border: solid 1px #303030;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	color: #DDDDDD;
	z-index: 102;
}

table#galleryPager {
  width: 800px;
	margin-left: 10px;
	margin-top: 6px;
	background-color: #101010;
	border: solid 1px #303030;
	vertical-align: middle;
	color: #DDDDDD;
}

table#galleryPager td {
  text-align: center;
	width: 25%;
}

table#galleryPager td a {
  text-decoration: none;
}

table#galleryPager td a img {
  vertical-align: bottom;
}

table#galleryPager td a.disabled {
  color: #555555;
}

table#galleryPager td a.disabled img {
  display: none;
}

table.customTableOuter {
  border-collapse: collapse;
  border: none 0;
}

table.customTableOuter td {
  padding: 2px;
  border: none 0;
}

table.customTable {
  border-collapse: collapse;
}

table.customTable td {
  padding: 2px;
}

table.customTable tr.header td {
  font-weight: bold;
  background-color: #202020;
}


table.customTable td.command,  td.command, table.customTable tr.header td.command{
  background-color: #606000;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

table.customTableOuter table.customTable td, table.customTableOuter table.customTable {
  border: dashed 1px #202020;
}

table.customTableOuter table.customTableBorder, table.customTableOuter table.customTableBorder td {
  border: solid 1px #404040;  
}


table.blog {
  width: 100%;
}

table.blog td {
  padding: 6px 0;
}

table.blog table.customTableBorder, table.customTableBorder td {
  border: solid 1px #404040;  
}

table.blog table.customTable td {
  padding: 2px;
}



table.blog div.caption {
  background-color: #101010;
  border: solid 1px #303030;
  color: #D0D0D0;
  font-size: 13px;
  /*display: fixed;*/
}


table.inserter {
  border-collapse: collapse;
  border: none 0;
}

table.customTableOuter table.customTable table.inserter td {
  border: none 0;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}

table.customTableOuter table.customTable table.inserter td.hilite {
  background-color: #FFFF00;
}

/*  >  >  >  >  >  >  >  >  > TABLE JOURNAL */

table.journal {
  border-collapse: collapse;
  margin: auto;
}

table.journal td {
  text-align: center;
  padding: 2px 10px;
}

table.journal tr.header td {
  font-size: 10px;
}



/*  >  >  >  >  >  >  >  >  > TABLE JOURNAL ITEM */

table.journalitem {
  border-collapse: collapse;
  margin: auto;
}

table.journalitem td {
  text-align: center;
  padding: 2px 10px;
  vertical-align: middle;
}

table.journalitem td img{
  vertical-align: middle;
}

table.journalitem  tr.header td {
  font-size: 16px;
  font-weight: bold;  
}
