/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: medium;
	  color:#ffffff;
	  font-weight:normal;
	  background-color: #000000;
	  /* DQDQDQ - Mod
	  margin-top: 25px;
	  */
	  margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	/* DQDQDQ - Remove
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: small; 
	*/
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #ce9f00; text-decoration: underline; }
A:link	{ color: #ce9f00; text-decoration: underline; }
A:visited { color: #ce9f00; text-decoration: underline; }
A:active {
	color: #ce9f00;
	text-decoration: underline;
}
A:hover	{
	color: #ce9f00;
	text-decoration: underline;
}
/* 
   text styles 
*/
.title                          /* album titles on main page */
	{
	line-height:normal;
	padding:0px;
	width: 100%;
	margin: 0px;
	color: #ce9f00;
	text-decoration: underline;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:Arial, Helvetica, sans-serif;
	  color:#ce9f00;
	  font-size:medium;
	  font-weight:bold;
	  letter-spacing: normal;  
	  text-decoration: underline;
	}
.title a:hover {
      color: #ce9f00;
} 

.mod_title	/* album title  Text is controled by .title */ 
	{ 
	/* DQDQDQ - Remove
          background-image: url(../images/mod_titlebar.jpg);
          width: 100%;
          height: 28px;
    */
	}
.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*/
	{
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  background-color: #363636;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #000000;
	*/
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  letter-spacing: .2em; 
	*/
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: small; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #363636;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #000000;
	*/
	}
.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*/
	{ 
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size: 16px;
	  font-weight:bold;
	  background-image: url(../images/mod_titlebar.jpg);
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #000000;
	  height: 28px;
	*/
	}
.head a,
.head a:link,
.head a:visited,
.head a:active 
	{
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	*/
	}
.head a:hover
	{
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	*/
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	/* DQDQDQ - Remove
          background-image: url(../images/mod_titlebar.jpg);
          width: 100%;
          height: 28px;
	*/
	}
.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; 
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px; 
	}

.popupbody {
	padding: 10px;
	color: #FFFFFF;
}
.popuphead {
    font-size: 16px; font-weight: bold;
    color: #ffffff;
	/* DQDQDQ - Remove
    background-image: url(../images/mod_titlebar.jpg);
	*/
}
	
.popup {
    font-size: 12px; font-weight: bold;
    color: #ffffff;
	background-color: #4a4f6e;
	/* DQDQDQ - Mod
    background-color: #363636;
	*/
}

.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: bold;
	  color: #ffffff;	  
	}

.editlink a:hover {
    color: #E91414;
}

.modnavbox  /* main navigation bar next and previous */ 
	{ 
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;	
	  color:#ffffff;
	  font-size: 12px; 
	  font-weight:bold;
	  background-image: url(../images/mod_navbar.jpg);
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #000000;
	  width: 100%;
	  height: 14px;
	*/
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	*/
	}
.modnavbox a:hover {
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	*/
	}
.admin  /* used in admin bars - the serch text*/
	{ 
	/* DQDQDQ - Remove
	  font-size: 10px;
	  color: #ffffff; 
	  font-weight: bold;
	*/
	}

.adminform {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/* DQDQDQ - Remove
          font-size: 10px;
          font-weight: bold;
          color: #000000 ;
    */
        }
.search  /* used in admin bars - the serch text*/
	{ 
	/* DQDQDQ - Remove
	  font-size: 10px;
	  color: #ffffff; 
	  font-weight: bold;
	*/
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	/* DQDQDQ2 - Remove
	  width: 50px;
	*/
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #000000;
	  line-height:140%;
	  letter-spacing: .1em;
	  border:0px dashed #000000;
	  width: 100%  
	*/
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color: #ffffff;
	  text-decoration: none;
	*/
	}
.modnavboxtop a:hover {
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: none;
	*/
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #363636;
	  line-height:140%;
	  border:0px dashed #000000;
	  width: 100%  
	*/
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	*/
	}
.modnavboxmid a:hover {
	/* DQDQDQ - Remove
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	*/
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	/* DQDQDQ - Remove
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size: 8px;
	  font-weight:normal;
	  background-color: #000000;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #000000;
	  width:100%   
	*/
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  text-decoration: none;
	  color:#ce9f00;
	}
.modfooter a:hover {
	  color: #ce9f00;
	  text-decoration: none;
	}

.pview /* brackets both the image and all text in one frame */
{
	/* DQDQDQ2 - Remove
	margin:7px;
	padding: 7px;
	*/
 }

.pcaption /* brackets all text below photo */
{ 
	/* DQDQDQ2 - Remove
	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  */
 { 
	/* DQDQDQ2 - Remove
	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 */
{
	/* DQDQDQ2 - Remove
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
	*/
}

#adminbox {
}

#adminbox td {
    /* DQDQDQ - Mod
    background-color: #363636;
	*/
	background-color: #212a45;
}