/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
{ 
	font-family: tahoma, sans-serif;
	font-size:11px;
	color: #411149;
	background:#E1DDEA url(../images/header.jpg) no-repeat top left;
	color:#FF6C5D;
	margin-top: 56px;
	margin-left: 0px;
	margin-right: 0px;
}

TD, P 
	{ 
	font-family:tahoma, arial, san-serif;
	font-size:10px;
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
a {color: #9250E4; text-decoration:none;}
a:visited {color:#9250E4; text-decoration:none;}
a:hover {color:#9250E4; text-decoration:underline;}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  padding-right:2px;
	  padding-left:3px;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	font-family:tahoma, arial, san-serif;
	color:#411149;
	font-size:10px;
	font-weight:bold;  
	text-decoration: none;
	}
.title a:hover {
	  color: #411149;
	  text-decoration: underline;
	} 
	
.mod_title	/* album title  Text is controled by .title */ 
	{ 

	 background-color: #F6F6F8;
	 height: 18px;
	 border:1px dashed #A099B0;
	}
.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*/
	{
	  font-family:tahoma, arial, sans-serif;
	  color:#411149;
	  font-size: 10px;
	  font-weight:normal;
	  line-height:140%;
	  border:1px solid #A099B0;
		background: #E8ECF3;
	  padding: 3px;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:tahoma, arial, sans-serif;
	  color:#411149;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  margin-top:2px;		 
		background: #E8ECF3;
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:tahoma, arial, sans-serif;
	  color: #411149;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;	
	  padding:2px;
	  margin-top:2px;		
	  background-color: #E8ECF3;
	  border:1px solid #A099B0;
	}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}
.attention  /*voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{ 
	  font-family:tahoma, arial, sans-serif;
	  color:#411149;
	  font-size: 12px;
	  font-weight:bold;
	  padding-left:2px;
	  padding-right:2px;
	  height: 20px;  
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	  background-color: #F6F6F8;
	  border:1px solid #A099B0;
	  width: 100%;
	  height: 20px;
	}
.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: 10px; 
	}
.nav    /* used in navigation bars */
	{
	  font-size: 12px;
	  color:#411149;
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px; 
	}
.popuphead
	{
	  font-size: 16px;
 	  font-weight: bold;
	  color: #411149;
	}
.popup
	{
	  font-size: 12px;
	  font-weight: bold;
	  color: #411149;	  
	}
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: normal;
	  color: #9250E4;	  
	}
.editlink a:hover {
	  font-weight: normal;
	  color: #9250E4;
	  text-decoration: underline;
	}
.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-family:tahoma, arial, sans-serif;	
	  color:#411149;
	  font-size: 12px; 
	  font-weight:bold;
	  line-height:140%;
		background:#F6F6F8;
	  border:1px solid #A099B0;
	  width: 100%;
	  height: 20px;
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#9250E4;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color: #9250E4;
	  text-decoration: underline;
	}
.admin  /* used in admin bars - the search text*/
	{ 
	  font-size: 10px;
	  color: #411149; 
	  font-weight: bold;
	}
	
#adminbox  /* top box when admin is logged in */
	{ 
	  font-size: 10px;
	  color: #411149; 
	  font-weight: bold;
	}
	
.search  /* used in admin bars - the search text*/
	{ 
	  font-size: 10px;
	  color: #411149; 
	  font-weight: bold;
	  height: 18px;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 5px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  font-family:tahoma, arial, sans-serif;
	  color: #411149;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  letter-spacing: .1em;
		background:#F6F6F8;
	  border:0px solid #A099B0;
	  width: 100%  
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #9250E4;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #9250E4;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  font-family:tahoma, arial, sans-serif;
	  color: #411149;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  border:0px solid #A099B0;
	  width: 100%  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#9250E4;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #9250E4;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:tahoma, arial, sans-serif;
	  color:#411149;
	  font-size: 8px;
	  font-weight:normal;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #A099B0;
	  width:100%;   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  color:#9250E4;
	  text-decoration: none;
	}
.modfooter a:hover {
	  color: #9250E4;
	  text-decoration: none;
	}
	
.vasummary
{
 	  color:#411149;
}
