div.pagination { font-size: 1.2em; font-family: Verdana, "Arial", sans-serif; text-align: center; padding: 10px; background-color: #eee; }
#overlay { width:100%; height:100%; position: absolute; background-color: #000; z-index: 300; }
#overlay-container { border: 2px solid #000; background-color: #fff; position: absolute; width: 400px; padding: 15px; font-size: 1.1em; font-family: "Lucida Grande", Arial, "MS Trebuchet", sans-serif; z-index: 301; }
	#overlay-container p, #overlay-container h3 { margin-bottom: 1.0em; }
	
/*fieldset p { border-bottom: 1px dotted #ccc; padding-bottom: 7px; margin-bottom: 5px; padding-top: 7px; }
fieldset p small, form p small { color: #666; font-family: "Georgia", "Times New Roman", "Times", serif; font-style: italic; background-color: #f9fae8; font-size: 0.95em; }*/

.textilized { background-color: #F0F0EE; padding: 10px; border: 1px solid #ccc; border-bottom: 1px solid #999; border-right: 1px solid #999; }
	.textilized strong { }
	.textilized br { }
	.textilized textarea { border: 1px solid #ccc; border-top: 1px solid #999; border-left: 1px solid #999; background-color: #fff; padding: 2px; font-family: "Lucida Grande", Arial, "MS Trebuchet", sans-serif; font-size: 1.1em; width: 99%; }
	
#image-viewer { padding: 5px; margin-top: 5px; border: 1px solid #ccc; border-top: 1px solid #999; border-left: 1px solid #999; background-color: #fff; width: 100%; overflow: scroll; }
	#main #image-viewer ul { list-style: none; margin: 0; padding: 0; margin-left: 15px; margin-right: 15px;}
		#main #image-viewer ul li { list-style: none; margin: 0; padding: 0; float: left; padding-right: 10px; }

#main ul#mgmt { background-color: #fff; margin: 0; padding: 0; list-style: none; padding-top: 15px; padding-bottom: 1.0em; }
	#main ul#mgmt li { list-style: none; width: 84px; float: left; line-height: 1.2em; text-align: center; }
	#main ul#mgmt li a { display: block; padding-top: 55px; }
	#main ul#mgmt li#story a { background: url(/images/mgmt_story.gif) top center no-repeat; }
	#main ul#mgmt li#document a { background: url(/images/mgmt_document.gif) top center no-repeat; }
	#main ul#mgmt li#email a { background: url(/images/mgmt_email.gif) top center no-repeat; }
	#main ul#mgmt li#permissions a { background: url(/images/mgmt_permissions.gif) top center no-repeat; }
	#main ul#mgmt li#flagged a { background: url(/images/mgmt_flagged.gif) top center no-repeat; }
	#main ul#mgmt li#categories a { background: url(/images/mgmt_photo_categories.gif) top center no-repeat; }
	
.module { padding: 10px 0; margin: 1em 0; border-top: 1px dotted #000; border-bottom: 1px dotted #000; }
#main .module h3 { margin-top: 0; padding-top: 0; font-family: Georgia, serif; }

#main ul.radio_options li {list-style:none;}

/* Standard X Column Layout
   ========================= */
div .float_left {
  float: left;
  position: relative;
}
div .float_right {
  float: right;
  position: relative;
}
div .one_half {
  width: 50%;
}
div .one_third {
  width: 33%;
}
div .two_third {
  width: 66%;
}
div .one_quarter {
  width: 25%;
}
div .one_fifth {
  width: 20%;
}
div .two_fifth {
  width: 40%;
}
