@import url(publicBaseStyle.css);

#leftMasterGallery {
	/* there is no width set on this div, instead a margin-right subtracts from the "main" to determin the width */
	/* LM must come after RM in the structure of the HTML */
	margin-right: 605px;}
#rightMasterGallery {
	/*width cannot exceed the value of margin-right in "leftmaster", but it can be smaller if a blank margin is desired between LM & RM*/
	float: right;	
	width: 590px;
	padding-right: 20px;}
	
#leftMasterGallery a, #rightMasterGallery a {
	text-decoration: underline;}
	
#rightMasterCol2 {margin-top: 50px;}

#galleryContainer {
	padding-top: 10px;
	width: 350px;
	text-align:center;}
#galleryContainer a {
	font-size:10px;
	text-decoration:underline;}
#galleryContainer p {
	font-size:10px;}
#galleryContainer a:hover {
	text-decoration:underline;}
	
#galleryPager {width: 560px;}
	
#mediumWindow {
	margin: 10px;
	width: 330px;}
	
#thumbContainer {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 330px;
	text-align:center;}
	
#categoryPager {
	text-align: center;}
	
#smallPager #categoryPager {width: 350px;}

#categoryType li {
	font-size: 12px;
	font-weight: bold;}
	
#categoryList li {}
	
.chkTitle {
	font-weight: bold;}
	
.catTitle {
	font-size: 12px;
	font-weight: bold;}
	

.float {
  float: left;
  width: 115px;
  height: 140px;
  overflow: hidden;
  padding: 0px 5px 10px 0px;}
 
#categoryPager {
	border-top:1px solid #676767;
	clear:both;}
#categoryThumbs {
	padding-top:10px;
	width: 575px;
	clear:both;}

/* ====================== Gallery Navigation ====================== */

#galleryNav ul {
	padding-bottom: 5px;
	margin: 0px;}
#galleryNav ul ul {
	padding-bottom: 5px;
	margin-left: 10px;}
#galleryNav li a, #galleryNav li li a {
	display: block;
	color: #666666;}
	
#galleryNav li li a {
	font-weight: bold;
	text-decoration: none;}
	
#galleryNav a:hover {
	color: #000000;
	text-decoration: underline;}

#galleryNav li {
	padding: 3px 0px 4px 10px;
	background: none;}

#galleryNav li li {
	padding: 3px 0px 4px 15px;
	background: url(/Common/Img/bullet.gif) no-repeat 0px 6px;}
#galleryNav {width: 155px;}



