/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY { 
	color: #8D8D8D;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000000;
}
TABLE, TD, P { 
	  color: #8D8D8D;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 1em;
}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
a {
	color: #B6B6B6;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
/* 
   text styles 
*/
.title {	/* album titles on main page */
	  line-height:150%;
	  padding:5px;
	  margin-top:2px;
	  width: 100%;
}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  color: #000000;
	  font-size:1em;
	  font-weight: bold;
	  text-decoration: none;
}
.title a:hover {
	  text-decoration: none;
} 
.mod_title {	/* album title  Text is controled by .title */ 
          background: #FFCC00 url(../images/gold-fade.gif) repeat-x left bottom;
		  border: 1px solid #FFCC00;
          width: 100%;
}
.mod_title_bg {	/* album title hightlight Text is controled by .title */}
.mod_title_right {	/* album title hightlight  Text is controled by .title*/}
.mod_title_left {	/* album title hightlight  Text is controled by .title */}
.albumdesc {	/*album description includes all text and background*/
	  color:#8D8D8D;
	  font-size:0.9em;
	  line-height:150%;
	  padding:2px;
	  margin-top:2px;
}
.desc {	/* album descriptions on main page just description and author*/
	  color:#8D8D8D;
	  font-size:1em;
	  line-height:150%;
	  padding:2px;
	  margin-top:2px;
}
.caption {	/* photo captions on all pages */
	  font-size: 1em;
}
.modcaption {	/* modifies background for caption text to reside */
	  color: #8D8D8D;
	  font-size: 1em;
	  line-height:150%;
	  padding:2px;
	  margin-top:2px;
}
.error {	/* all error text */
	  color: red; 
	  font-size: 1.2em;
}
.attention {	/* voting instructions */ }
.headbox {	/* box around the page headers */ }
.headbox a {
	color: #FFCC00;
}
.head {	/* page headers behind the Gallery title*/
	color:#000000;
	font-size: 1.5em;
	font-weight:bold;
	line-height:150%;
}
.head a,
.head a:link,
.head a:visited,
.head a:active {
	  font-weight: normal;
	  color:#000000;
	  text-decoration: none;
}
.head a:hover {
	  font-weight: normal;
	  color: #000000;
	  text-decoration: underline;
}
/* Gallery & Album titles. Text is controled by .head */ 
.mod_headliner {
	width: 100%;
	border: 1px solid #FFCC00;
	background: #FFCC00 url(../images/gold-fade.gif) repeat-x bottom;
}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{}
.bread { /* used in breadcrumb bars */
	  font-size: 1em;
}
.bordertop {}
.borderright {}
.borderleft	{}
.fineprint { /* used for fine print */
	  font-size: 1em; 
	  color: #8D8D8D;
}

.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active {
	  font-size: 1em;
	  color: #B6B6B6;
}
.modnavbox {	/* main navigation bar next and previous */ 
	color:#000000;
	font-size: 1.2em;
	line-height:150%;
	width: 100%;
	background: #8D8D8D url(../images/gray-fade.gif) repeat-x bottom;
}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  color:#000000;
	  text-decoration: none;
}
.modnavbox a:hover {
	  color: #000000;
	  text-decoration: underline;
}
.admin,
.search {	/* used in admin bars - the serch text*/
	  font-size: 1em;
	  color: #8D8D8D;
}
.adminform {
	font-size: 1em;
	font-weight: bold;
	color: #8D8D8D;
}
.admin a {
	color: #FFCC00;
}
.leftspacer { /* amount of space to the left of the header and titles */
	  width: 50px;
}
.nav {
	color: #000000;
	font-weight: bold;
}
.modnavboxtop { /*navagation bar top of screen where admin buttons show*/
	  color: #000000;
	  font-size: 1em;
	  background: url(../images/gold-fade.gif) repeat-x bottom;
	  line-height:150%;
	  letter-spacing: .1em;
	  width: 100%;
}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  color: #B6B6B6;
	  text-decoration: none;
}
.modnavboxtop a:hover {
	  color: #FFCC00;
	  text-decoration: none;
}
.modnavboxmid {	/*navagation bar middle where the link for the albums show*/
	  color: #8D8D8D;
	  font-size: 1em;
	  line-height:150%;
	  width: 100%;
}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  color:#B6B6B6;
	  text-decoration: none;
}
.modnavboxmid a:hover {
	  color: #FFCC00;
	  text-decoration: underline;
}
.modfooter  {	/*footer where the Gallery version is located*/
	  color:#8D8D8D;
	  font-size: 0.8em;
	  line-height:150%;
	  padding:2px;
	  width:100%;
}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  text-decoration: none;
	  color: #B6B6B6;
}
.modfooter a:hover {
	  color: #FFCC00;
	  text-decoration: none;
}

.pview {	/* brackets both the image and all text in one frame */
	margin:7px;
	padding: 7px;
}

.pcaption {	/* brackets all text below photo */
	font: 1em;
	padding:2px;
	margin-top:2px;
}

.vatable {	/* width of the div set for all photo sets - view albums  */
 	width: 100%;
}

.vathumbs {	/* full background bracket for images and text - veiw albums  */
	margin:17px;
}

.vafloat {	/* float for view album - text */
	float: none;
}
.vafloat2 {	/* float for view album - images */
 	float: none;
}
.vasummary { /* controls the view of Album summary */
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
}

.popupbody {
    padding: 2px;
}

.popuphead {
	font-size: 1.6em;
	color: #000000;
	background: #FFCC00 url(../images/gold-fade.gif) repeat-x left bottom;
}

.popup {
    font-size: 1.2em;
	color: #8D8D8D;
}
