a:link {
        color:#333;
        text-decoration:none;
}

a:visited {
         color:#333;
        text-decoration:none;

}

a:hover {
        color:#333;
        text-decoration:underline;
}

a:active {
        color:#333;
        text-decoration:none;
}

.gfButton {
	
       background-color: #8BB1DD;
       display: 		 block;
       font: 			 normal 12px arial, sans-serif;
       height:    		 24px;
       text-decoration:  none;
       border:           1px solid #D8D6D6;
       border: 		     1px 1px 1px 1px;
       width: 			 175px;
       height: 		     20px;
       padding: 		 0px 5px 3px 0px;
       font-weight:      700;
}

.smallestTag { font-size: xx-small; }
.smallTag { font-size: small; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largestTag { font-size: xx-large; }

.roundedcornr_box {
   background:#eff3ff url(http://www.glowfoto.com/siteimages/roundedcornr_grad.gif) repeat-x top left;
   width:100%;
}

.roundedcornr_top div {
   background: url(http://www.glowfoto.com/siteimages/roundedcornr_tl.gif) no-repeat top left;
}

.roundedcornr_top {
   background: transparent url(http://www.glowfoto.com/siteimages/roundedcornr_tr.gif) no-repeat top right;
}

.roundedcornr_bottom div {
   background: url(http://www.glowfoto.com/siteimages/roundedcornr_bl.gif) no-repeat bottom left;
}

.roundedcornr_bottom {
   background: transparent url(http://www.glowfoto.com/siteimages/roundedcornr_br.gif) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}

.roundedcornr_content { margin: 0 30px; }

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/*- Menu Tabs--------------------------- */ 


    #toptabmenu {
      float:left;
      width:100%;
      background:#ccc;
      font-size:93%;
      line-height:normal;
      }
    #toptabmenu ul {
	  margin:0;
	  padding:10px 0px 0 2px;
	  list-style:none;
      }
    #toptabmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #toptabmenu a {
      float:left;
      background:url("http://www.glowfoto.com/siteimages/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #toptabmenu a span {
      float:left;
      display:block;
      background:url("http://www.glowfoto.com/siteimages/tabright.gif") no-repeat right top;
      padding:2px 15px 2px 6px;
      color:#333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #toptabmenu a span {float:none;}
    /* End IE5-Mac hack */
    #toptabmenu a:hover span {
      color:#FF9834;
      }
    #toptabmenu a:hover {
      background-position:0% -42px;
      }
    #toptabmenu a:hover span {
      background-position:100% -42px;
      }

/* - Forms ----------------------------------*/

form.signup {  /* set width in form.signup, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form.signup fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.signup fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form.signup label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form.signup input - textarea etc. elements */
	text-align: right; 
}

form.signup fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form.signup input, form.signup textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form.signup elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form.signup elements rather than right of
                              label aligns textarea better in IE */
}

form.signup input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form.signup textarea { overflow: auto; }

form.signup small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.signup .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.signup br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #e7ebf7;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	font-style: normal;
}

span.imagecell {
	width:100px;
	padding:5px;
	background-color:#eff3ff;
}

div.albumcell {
        width:100px;
	height:100px;
	font-size:10px;
	background-color:#ffffcc;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #333;
	float:left;
	overflow:hidden;
}

span.friendcell {
        width:100px;
	height:100px;
        padding:5px;
        background-color:#ffffc;
}

/* - SubmitButton ---------------------------*/

.submitButton {
  font-size:16px;
  color: white;
  background-color: #4b8cd1;
  border:0px;
  padding:5px;
}

.submitButtonSmall {
  font-size:10px;
  color: white;
  background-color: #4b8cd1;
  border:0px;
  padding:2px;
}



