@import "http://www.romeartcoterie.org/style/rac.css";

/* GALLERY TABLE */

.gallery-table {
	margin: 0 auto;
	text-align: center;
	width: 640px;
}

/* THUMB TABLE & MOUSEOVER */

table.thumb {
  border-collapse: collapse;
	text-align:center;
  margin: 10px;
  padding: 0px;
}

table.subfolder, table.subfolder-border {
  border-collapse: collapse;
	text-align:center;
  margin: 10px;
  padding: 0px;
}

.dir_topleft{
	border : 0px;
	background-image: url(../images/dir_topleft.gif);
	background-repeat: no-repeat;
  width:26px;
	height: 26px;
}

.dir_top{
	border : 0px;
	background-image: url(../images/dir_top.gif);
	background-repeat: repeat-x;
	height: 26px;
}

.dir_topright{
	border : 0px;
	background-image: url(../images/dir_topright.gif);
	background-repeat: no-repeat;
  width:26px;
	height: 26px;
}

.dir_left{
	border : 0px;
	background-image: url(../images/dir_left.gif);
	background-repeat: repeat-y;
  width:26px;
}

.dir_right{
	border : 0px;
	background-image: url(../images/dir_right.gif);
	background-repeat: repeat-y;
  width:26px;
}

.dir_bottomleft{
	border : 0px;
	background-image: url(../images/dir_bottomleft.gif);
	background-repeat: no-repeat;
  width:26px;
	height: 26px;
}

.dir_bottom{
	border : 0px;
	background-image: url(../images/dir_bottom.gif);
	background-repeat: repeat-x;
	height: 26px;
}

.dir_bottomright{
	border : 0px;
	background-image: url(../images/dir_bottomright.gif);
	background-repeat: no-repeat;
  width:26px;
	height: 26px;
}

.img_topleft{
	border : 0px;
	background-image: url(../images/img_topleft.gif);
	background-repeat: no-repeat;
  width:13px;
	height: 13px;
}

.img_top{
	border : 0px;
	background-image: url(../images/img_top.gif);
	background-repeat: repeat-x;
	height: 13px;
}

.img_topright{
	border : 0px;
	background-image: url(../images/img_topright.gif);
	background-repeat: no-repeat;
  width:13px;
	height: 13px;
}

.img_left{
	border : 0px;
	background-image: url(../images/img_left.gif);
	background-repeat: repeat-y;
  width:13px;
}

.img_right{
	border : 0px;
	background-image: url(../images/img_right.gif);
	background-repeat: repeat-y;
  width:13px;
}

.img_bottomleft{
	border : 0px;
	background-image: url(../images/img_bottomleft.gif);
	background-repeat: no-repeat;
  width: 13px;
	height: 13px;
}

.img_bottom{
	border : 0px;
	background-image: url(../images/img_bottom.gif);
	background-repeat: repeat-x;
	height: 13px;
}

.img_bottomright{
	border : 0px;
	background-image: url(../images/img_bottomright.gif);
	background-repeat: no-repeat;
  width:13px;
	height: 13px;
}

.img_bottomright_comment{
	border : 0px;
	background-image: url(../images/img_comment.gif);
	background-repeat: no-repeat;
  width:13px;
	height: 13px;
}

table td .title{
	font-family: verdana, arial, helvetica, sans-serif;
  text-align: center;
}

table td .subfolder-title{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
  text-align: center;
}

.navigation {
	font-family: verdana, arial, helvetica, sans-serif;
  vertical-align: top;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}

/* HEADLINE BAR */
.table-headline {
	font-family: "Gill Sans MT", "Gill Sans", verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
  vertical-align: top;
	text-align: center;
	padding-right: 5px;
	padding-top: 3px;
}

/* FOLDER INTRO TEXT */
.introtext {
	margin: auto;
	text-align: left;
	width: 640px;
}

/* IMAGE DESCRIPTION */
.description {
	text-align:center;
	text-decoration:none;
}

/* COPYRIGHT NOTICE */
.copyright {
	text-align: center;
}

/* EXIF INFORMATION */
.table_exif{
	text-decoration:none;
	border: 1px solid #B5B5B5;
  text-align:left;
}

/* STRONG, USED IN EXIF TABLE */
strong {
	font-weight: bold;
}

/* COMMENT TABLE */
.table-comments {
	text-decoration:none;
	border: 0;
   text-align:left;
}

/* COMMENT DATE, USER ETC. */
.comment-aboveline {
	text-align:left;
	vertical-align: bottom;
	text-decoration:none;
	font-style : italic;
	border: 0px;
	height: 30px;
}

/* THE COMMENT */
.comment-belowline {
	text-align:left;
	text-decoration:none;
	font-style : italic;
	border-top: 1px solid #B5B5B5;
}

/* COMMENT INPUT FIELD */
.comment-textfield {
	border : 1px solid #000000;
	background-color: #f4f4f4;
}

/* COMMENT SUBMIT BUTTON */
.comment-button {
	border : 1px solid #000000;
	background-color : #f4f4f4;
}

/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#737373;
	text-align: center;
}

/* BODY PROPERTIES */
.mg2body {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#101011;
	margin: 0;
  padding: 0;
}

/* LINK PROPERTIES */
a:link, a:visited {
   color: #cc3300; text-decoration: none;
}

a:hover, a:visited:hover { 
   color: #cc3300; text-decoration: underline;
}

.footer-text a, .footer-text a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer-text a:hover, .footer-text a:active {
	text-decoration: underline;
}
