/*
* Site: www.uocholytrinity.org
*
* Default stylesheet
*
* Author: Alex Kosowski
*/

@import url( "/gallery/skins/uocht/css/style.css" );

body
{
	/* color: #5e3728;  */
	color: #5a1808;
	/* font-family: georgia, garamond, serif; */
	font-family: verdana, arial, helvetica, sans-serif;
	/* font-size: x-small; */
	font-size: 10pt; 
	/* background-color: #660000; */
	/* background-image: url("/images/black_marble_background.jpg"); */
	background-color: #505050;	
	margin: 0;
	border: 0;
	padding: 0;
}

table.main
{
    border-collapse: collapse;
    border-color: #000000;
    border-width: 4px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: hidden;
    border-left-style: hidden;
	padding: 0;
	margin: 0;   
	background-color: #ffffe1;	
	background-image: url("/images/backgrounds/parchment_lighter.gif");	
}

/* unvisited links */
a:link   
{
	color: #5a1808; 
	text-decoration: underline;
}

/* visited links */
a:visited 
{
	color: #5a1808; 
	text-decoration: underline;
}

/* user hovers */
a:hover 
{
	color: #328008; 
	text-decoration: underline;
}

/* activated (mouse-down) links */
a:active 
{
	font-weight: normal; 
	color: #328008; 
	text-decoration: underline;
}

img.picture
{
    margin: 8px;
    border-color: #5a1808;
    border-width: 1px;
    border-style: solid;
}

img.picture_noborder
{
    margin: 8px;
    border-width: 0px;
    border-style: none;
}

img.cornericon
{
    margin: 0px;
    border-color: #5a1808;
    border-width: 1px;
    border-style: solid;
}

/* nav bar links */
.nav 
{
	text-align: center;
}

table.nav
{
	background-color: inherit;	
	background-image: inherit;	
	border: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

td.nav
{
	vertical-align: top;
    width: 100%
}

a.nav 
{
	font-weight: bold; 
    font-size: 10pt; 
	font-family: verdana, arial, helvetica, sans-serif;
}

td
{
	/* font-size: x-small;  */
    font-size: 10pt; 	
}

table.clear
{
	background-color: inherit;	
	background-image: inherit;	
	border: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
     
.header
{
   	text-align: center;
	vertical-align: middle;
	font-weight: normal; 
    font-size: 10pt; 
	font-family: verdana, arial, helvetica, sans-serif;
}

table.header
{
	background-color: inherit;	
	background-image: inherit;	
	border: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}


.footer
{
	font-weight: normal; 
    font-size: 8pt; 
	font-family: verdana, arial, helvetica, sans-serif;
}

table.footer
{
	background-color: inherit;	
	background-image: inherit;	
	border: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

hr.main
{
    width: 100%;
    color: #5a1808;
    border-style: solid;
}


/*
* Gallery rules
*/
table.gallery_frame
{
	background-color: white;	
	background-image: none;	
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
    border-color: #5a1808;
    border-width: 1px;
    border-style: solid;
}

td.gallery_frame
{
    border: 0;
	height: 100%;
	width: 100%;
}

table.gallery_topline 
{
	background-image : url( "/gallery/skins/uocht/images/topnav.gif" );
	background-repeat : repeat-x;
	height: 35px;	
	width: 100%;
	border: 0;
	padding-right: 5px;
	padding-top: 4px;
	margin: 0;
}

td.gallery_topline_title 
{
	font-weight: bold; 
    font-size: 12pt; 
	font-family: verdana, arial, helvetica, sans-serif;
}


.gallery_dir_topleft
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht//images/dir_topleft.gif" );
	background-repeat: no-repeat;
   width:35px;
	height: 20px;
	background-position: bottom;
}
.gallery_dir_top
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/dir_top.gif" );
	background-repeat: repeat-x;
	height: 20px;
	background-position: bottom;
}
.gallery_dir_topright
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/dir_topright.gif" );
	background-repeat: no-repeat;
   width:15px;
	height: 20px;
}
.gallery_dir_left
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/dir_left.gif" );
	background-repeat: repeat-y;
   width:35px;
	background-position: center;
}
.gallery_dir
{
	border : 0px;
}
.gallery_dir_right
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/dir_right.gif" );
	background-repeat: repeat-y;
   width:15px;
}
.gallery_dir_bottomleft
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/dir_bottomleft.gif" );
	background-repeat: no-repeat;
   width:35px;
	height: 20px;
	background-position: center;
}
.gallery_dir_bottom
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/dir_bottom.gif" );
	background-repeat: repeat-x;
	height: 20px;
}
.gallery_dir_bottomright
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/dir_bottomright.gif" );
	background-repeat: no-repeat;
   width:15px;
	height: 20px;
}
.gallery_dir_name
{
	font-weight: bold; 
    font-size: 8pt; 
	font-family: verdana, arial, helvetica, sans-serif;	
}
.gallery_thm_topleft
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_topleft.gif" );
	background-repeat: no-repeat;
   width:13px;
	height: 13px;
}
.gallery_thm_top
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_top.gif" );
	background-repeat: repeat-x;
	height: 13px;
}
.gallery_thm_topright
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_topright.gif" );
	background-repeat: no-repeat;
   width:13px;
	height: 13px;
}
.gallery_thm_left
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_left.gif" );
	background-repeat: repeat-y;
   width:13px;
}
.gallery_thm
{
	border : 0px;
}
.gallery_thm_right
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_right.gif" );
	background-repeat: repeat-y;
   width:13px;
}
.gallery_thm_bottomleft
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_bottomleft.gif" );
	background-repeat: no-repeat;
   width: 13px;
	height: 13px;
}
.gallery_thm_bottom
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_bottom.gif" );
	background-repeat: repeat-x;
	height: 13px;
}
.gallery_thm_bottomright
{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/thm_bottomright.gif" );
	background-repeat: no-repeat;
   width:13px;
	height: 13px;
}
table.gallery_thumb 
{
   border-collapse: collapse;
	text-align:center;
   margin: 10px;
   padding: 0px;
}
/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits 
{
	font-size: 7pt;
	color: #75757F;
   text-align: center;
}

.gallery_img_topleft{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_topleft.gif" );
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}
.gallery_img_top{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_top.gif" );
	background-repeat: repeat-x;
	height: 26px;
}
.gallery_img_topright{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_topright.gif" );
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}
.gallery_img_left{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_left.gif" );
	background-repeat: repeat-y;
   width:26px;
}
.gallery_img
{
	border : 0px;
}
.gallery_img_right{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_right.gif" );
	background-repeat: repeat-y;
   width:26px;
}
.gallery_img_bottomleft{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_bottomleft.gif" );
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}
.gallery_img_bottom{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_bottom.gif" );
	background-repeat: repeat-x;
	height: 26px;
}
.gallery_img_bottomright{
	border : 0px;
	background-image: url( "/gallery/skins/uocht/images/img_bottomright.gif" );
	background-repeat: no-repeat;
   width:26px;
	height: 26px;
}

