/* Classes for RSGallery:

galListOuterTbl:	<TABLE> Class for Gallery Listing
galListInnerTbl: 	<TABLE> Class for Gallery Listing
galListHeader:		<TD> Class for Header Gallery Listing
galListRowOdd:		<TR> Class for Gallery Row Listing
galListRowEven:		<TR> Class for Gallery Row Listing
galListThumb:		<TD> Class for Thumb Image Representing a Gallery Listing
alListCatTxt:		<TD> Class for category name of a Gallery Listing
galListDesc:		<SPAN> Class for a category Description within galListCatTxt <TD>
galListNumPic:		<TD> Class for num of pics for a Gallery Listing	
galRandom: <TABLE>Class for table containing random images
galTbl:			<TABLE>
galTop:			<TD>
galName:		<TD>
galPageCnt:		<TD>
galThumb:		<TD>
galPageNav:		<TD> Column of gallery table that embeds MOS page navigation
pagenav:		<SPAN> MOS Page Navigation text span, common to all of MOS
galThumbOverlay:    <TABLE> embedded table for popup overlay in backend
*/

/*front page details*/

.photodescription{
color:#666666;

}
h1.photodescription {
	font-size: 11px; font-weight: bold; margin-bottom: 14px;  margin-top: 0ex;
	}

h2.photodescription {
	font-size: 10px; font-weight: normal; margin-bottom: 5px;  margin-top: -1ex;
}

.galTbl{
}

.galSelect{
	font-size : 10px;
	border : 1px solid;
}

.galRandom
	{
	border : 0px solid Silver;
	width : 100%;
	text-align : center;
}

/* ------------------------------------------ */

/* a.image:link img { border: 1px solid Black }
a.image:visited img { border: 1px solid Black }
a.image:hover img { border: 1px dotted White} */

/* .galListInnerTbl{
}
*/

.galListOuterTbl{
}

.galListHeader{
	background-color: #FF6600;
	color : White;
	font-weight : bold;
}

.galListRowOdd{
	background-color: CFCFCF;
}

.galListRowEven{
	background-color : #CCCCCC;
}

.galListDesc{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.galListCatTxt{
	font-size : 14px;
	font-weight : bold;
}

.galListNumPic{
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
}

.galName{
	color : #FF9900;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	background-color : White;
}

.galPageNav{
}

.galThumb{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	}

a.galThumb:link, a.photos:visited {
	color: #FFFFFF; font-family: Verdana, Geneva, Arial, Helvetica, serif;
	font-weight: normal;
	}

a.galThumb:hover {
	color:#FF0000;
	}

.galPageCnt{
}

.galTop{
	text-align : right;
	height : 20px;
}

.galHR{
	color : Gray;
	height : 1;
	border : dashed;

}

/* Styles for dhtml tabbed-pages */

.ontab {
	background-color: #483D8B;
	border-left: outset 2px #5B7122;
	border-right: outset 2px #808080;
	border-top: outset 2px #5B7122;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FF66FF;
}

.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
}

.tabheading {
	background-color: #CCE197;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	}

.counted {
	font-size: 9px;
	font-style:italic;
	color:#999999;
	}



h6 {
	color: #A5CD3D; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

.popup{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : Silver;
}


a:link img       { border: 1px solid Black }
a:visited img    { border: 1px solid Black }
a:hover img      { border: 1px dashed #FF9900}

