/* THUMB :  WIDTH, HEIGHT & FONT */
table.thumb td a, .table.thumb td a:link, .table.thumb td a:visited, .table.thumb td a:hover, .table.thumb td a:visited:hover {
	font-size: 10pt;
   display: inherit;
   padding-top: 5px;
   padding-left: 3px;
   padding-right: 3px;
   text-decoration: none;
   width: 158px;
   height: 190px;
   color: #BDBDBD;
}
/* THUMB : COLORS */
table.thumb td a:link, table.thumb td a:visited {
   background-color: #ffffff;
   border: 1px solid #c0c0c0;
	text-decoration: none;
}
/* THUMB : COLORS : HOVER */
table.thumb td a:hover {
   /*background-color: #191919;*/
   border-bottom: 1px solid #FF6600; /* subrallado rollover a miniaturas */
}
/* SUBFOLDER : WIDTH, HEIGHT & FONT  */
table.subfolder td a, .table.subfolder td a:link, .table.subfolder td a:visited, .table.subfolder td a:hover, .table.subfolder td a:visited:hover {
	font-size: 8pt;
	font-weight: bold;
   display: block;
   padding-top: 5px;
   padding-left: 3px;
   padding-right: 3px;
   text-decoration: none;
   width: 158px;
   height: 190px;
   color: #BDBDBD;
}
table.marknew td a {
	background-image: url(../images/new.gif);
   background-repeat: no-repeat;
	background-position: bottom right;
}
/* SUBFOLDER : COLORS */
table.subfolder td a:link, table.subfolder td a:visited {
   background-color: #F1F1F1; /* fondo carpeta pasivo */
   border: 1px solid #CCCCCC;
	text-decoration: none;
}
/* SUBFOLDER : COLORS : HOVER */
table.subfolder td a:hover {
   background-color: #F5F5F5; /* fondo carpeta rollover */
   border-bottom: 1px solid #FF6600; /* subrallado rollover a miniaturas */
}
/* ALL : MARGIN */
table.subfolder, table.thumb {
   border-collapse: collapse;
	text-align:center;
   margin: 10px;
}
/* ALL : THUMB BORDERS */
table.border td a .thumb, table.thumb td a .thumb{
   border: 1px solid #000000;
}
table.subfolder td a img, table.thumb td a img{
   border: 0;
}
/* TABLE ABOVE HEADLINE */
.table-top {
	font-size: 8pt;
	text-decoration: none;
   vertical-align: top;
	height: 20px;
	border: 0;
}

/* HEADLINE BAR titulo de las carpetas o artistas*/
.table-headline {
	text-decoration: none;
   /*vertical-align: top;*/
	text-align: left;
	height: 30px;
	/*background-color: #191919;*/
	/*border-bottom: 2px solid #FF6600;*/
	/*letter-spacing: 5px;*/
	padding-right: 10px;
}
.headline{
   font-size: 16px;
	/*font-weight: bold;*/
	text-align: left;
	color: #666666;
}
.headline:first-letter {
	font-size: 16px;
   /*font-weight: bold;*/
   color: #666666;
}

/* FOLDER INTRO TEXT */
.introtext {
   	margin: 6px auto;
	text-align: justify;
	color: #999999;
	width:50%;
}

/* VIEWIMAGE IMAGE PROPERTIES */
.viewimage {
	border: solid 1px #000000;
	background-color: #2D2D2D;
}

/* ICONBAR IN HEADLINE */
.iconbar{
	text-align: left;
	padding-left: 5px;
}

/* IMAGE DESCRIPTION */
.description {
	font-size: 9pt;
	width: 50%;
	text-align:justify;
	color: #666666;
	text-decoration: none;
	margin:0px auto;
}

/* COPYRIGHT NOTICE */
.copyright {
	font-size: 9pt;
	color: #999999;
   text-align: center;
}

/* EXIF TABLE */
.exif {
	font-size: 8pt;
	color: #797983;
	text-align: center;
	border: 0;
}

/* STRONG, USED IN EXIF TABLE */
strong {
	font-size: 9pt;
	color: #999999;
}

/* COMMENT TABLE */
.table-comments {
   	margin: 6px auto;
	width:50%;
	font-size: 8pt;
	color: #797983;
	text-decoration: none;
	border: 0;
   text-align: justify;
}

/* COMMENT DATE, USER ETC. */
.comment-aboveline {
	font-size: 8pt;
	text-align: left;
	color: #797983;
	text-decoration: none;
	font-style: italic;
	border: 0px;
	height: 30px;
	vertical-align: bottom;
}

/* THE COMMENT */
.comment-belowline {
	font-size: 8pt;
	text-align: left;
	color: #797983;
	text-decoration: none;
	font-style: italic;
	border-top: 1px solid #797983;
}

/* COMMENT INPUT FIELD */
.comment-textfield {
   border: 0;
	background-color: #262626;
	color: #999999;
}

/* COMMENT SUBMIT BUTTON */
.comment-button {
	border: 0;
	background-color: #262626;
	font: 8pt Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
	font-size: 8pt;
	color: #999999;
   text-align: center;
}

/* BODY PROPERTIES */
.mg2body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   text-align:center;
	color: #999999;
	background-color: #ffffff;
	margin:0px auto;
   padding: 0;
}

/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited { /* vinculos pasivo vinculos automaticos de galeria y carpeta*/
   color: #666666; font-size: 12; text-align: center; text-decoration: none;
}
.mg2body a:hover, .mg2body a:visited:hover { /* vinculos activos */
   color: #FF8C00; font-size: 12; text-align: center; text-decoration: none;
}
.bordeswf {
  border: 1px, solid, #999999;
}

