/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 

	}
TD, P 
	{ 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #404040; text-decoration: none; }
A:link	{ color: #404040; text-decoration: none; }
A:visited { color: #404040; text-decoration: none; }
A:active { color: #404040; }
A:hover	{ color: #DFF5F5 }

textarea:focus {
    background-color: #FFFFFF;
}

input:focus {
    background-color: #FFFFDA;
}


/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  line-height:110%;
	  padding-right:2px;
	  padding-left:0px;
	width:320px;
	 color:#50c5c8;

	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  color:#50c5c8;
	  font-size:12px;
	  font-weight:bold;
	  letter-spacing: .1em;  
	  text-decoration: none;
	  text-transform:uppercase;
	  width:300px;
	}
.title a:hover {
	  color: #eeb58c;
	  text-decoration: none;
	} 
	
.mod_title	/* album title  Text is controled by .title */ 
	{ 
	  height: 18px;
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{ 
	  direction: ltr;
	  height: 18px;
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	  height: 18px;
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{ 
	  height: 18px;
	}
.albumdesc  /*album description includes all text and background*/
	{
	  color:#333;
	  font-size:10px;
	  font-weight:normal;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;
	  width:320px;
		
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  color:#333;
	  font-size:12px;
	  font-weight:normal;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  width:320px;
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	  color: #333;
	  font-size: 10px;
	  font-weight:normal;
	  line-height:120%;
	  padding:2px;
	  margin-top:0px;		
	}

a.modcaption {
	color: #50C5C8;
}

a.modcaption:hover {
  color: #eab58c;
}

.pcaption  /* modifies background for caption text to reside */
       {
         font-size: 10px;
         font-weight:bold;
         line-height:140%;
         padding:2px;
         margin-top:2px;
}

.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}
.attention  /*voting instructions */
{
    color: #ff00b2;
}

.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{ 
	 color:#50c5c8;
	  font-size: 16px;
	  font-weight:bold;
	  padding-left:0px;
	  padding-right:2px;
	  line-height:120%;
	  letter-spacing: .1em;
	  height: 28px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{     font-family: Verdana, Arial, Helvetica, sans-serif;
	  background-image: none;
	  height: 18px;
	  	  width:450px;
		  color:#50c5c8;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	  direction: ltr;
	  background-image:none;
	  height: 18px;
	  width:450px;

	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{ 
	  background-image: none;
	  height: 28px;
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	  background-image:none;
	  height: 28px;
	}
.bread  /* used in breadcrumb bars */
	{ 
	  font-size: 11px; 
	}
.nav    /* used in navigation bars */
	{
	  font-size: 12px;
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 9px;
	  text-transform:none;
	  width:320px;
	}

.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: normal;
	  color: #333;	  
	}
.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  color:#333;
	  font-size: 12px; 
	  font-weight:bold;
	  background-image: url(../images/mod_navbar.jpg);
	  line-height:140%;
	  letter-spacing: .1em;
	  width: 100%;
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#333;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color: #50c5ca;
	}
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #EF91FD; 
	  font-weight: bold;
	}

.adminform
        {
          font-size: 10px;
          font-weight: bold;
          color: #A9009F;
        }

.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #333; 
	  font-weight: bold;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #dff5ff;
	  line-height:140%;
	  letter-spacing: .1em;
	  width: 450px; 
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #ffffff;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #dff5f5;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  color: #555;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #DFF5F5;
	  line-height:140%;
	  margin-top:4px;
	  margin-bottom:4px;
	  border: 1px solid #50c5c8;  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#555;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #555;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  color:#50c5c8;
	  font-size: 9px;
	  font-weight:normal;
	  background-color: #DFF5F5;
	  line-height:16px;
	  padding:3px 5px 3px 5px;
	  width:450px;
	  border: 1px solid #50c5c8;   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  color:#50c5c8;
	  text-decoration: none;
	}
.modfooter a:hover {
	  color: #333;
	  text-decoration:none;
	}

.pview /* brackets both the image and all text in one frame */
{
    margin:7px;
    padding: 7px;
 }

.vatable /* width of the div set for all photo sets - view albums  */
 { 
 	width: 400px;
 }

.vathumbs /* full background bracket for images and text - veiw albums  */
 { 
	margin:12px;
 }

.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;
 
}


.pollresults /* poll result text */
{
         font-size: 12px;
         color: #50c5c8;
         font-weight: bold;
}

.popupbody  /* controls the background of popup. */
        {
               margin: 25px;
               background-color: #50c5c8;
        }

.popuphead  /* controls the title and background */
{
    text-align:center;
    font-size: 14px; font-weight: bold;
    line-height: 150%;
    color: #202020;
    padding-left: 5px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-image: url(../images/mod_navbar.jpg);
}


.popup /* controls the main text and message body */
{
    text-align:center;
    font-size: 12px; font-weight: normal;
    color: #333;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #ffffff;
    margin-bottom: 10px;
}

#adminbox td {
    color: #333;
    background-color: #DFF5F5
}

#adminbox a:hover {
    color: #EAB58c;
}

