/*--------------------------------------------------------------------------------
Basic stuff, common across all pages.
*/
@import url('/common/colors.css');
@import url('/common/fonts.css');

/*
$Id: theme.css,v 1.1 2010/02/09 16:14:51 aqn Exp $
vim:se ts=8 sw=4:
*/


/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 */
tr
{
    background-color:b0b0b0;
}

td
{
    background-color:b0b0b0;
}

/*--------------------------------------------------------------------------------
*/
body
{
    background-color:b0b0b0;
    color:222222;
    margin: 0;
    font-family:verdana,'Lucida Grande',arial,sans-serif;
    /* font-size:62.5%; */
    /* line-height: 1.5385; */
}

div
{
    background-color:b0b0b0;
    color:222222;
    margin: 0;
    font-family:verdana,'Lucida Grande',arial,sans-serif;
    /* font-size:62.5%; */
    /* line-height: 1.5385; */
}

iframe
{
    background-color:b0b0b0;
    color:222222;
    border: 0 none;
    margin: 0;
    font-family:verdana,'Lucida Grande',arial,sans-serif;
    /*
    font-size:62.5%;
    line-height: 1.5385;
    */
}

body.aqn
{
    background-color:b0b0b0;
    color:222222;
    margin: 0;
    font-family:verdana,'Lucida Grande',arial,sans-serif;
    /* font-size:80%; */
    /* line-height: 1.5385; */
}

.fontBanner
{
    font-family:"Curlz MT";
}


/*--------------------------------------------------------------------------------
*/
table.picTable
{
    border:0;
}

.picTable td   /* apply to all TD's inside a picTable table */
{
    text-align: center; /* but IMG's will get centered as well */
    vertical-align: top;
}

td.picTblComment
{
}

/* left-hand thumbs frame of an "album" page */
.photoThumbs
{
    margin: 0;
}

/* heading in left-hand thumbs frame of an "album" page */
.photoThumbsHeading
{
    margin: 1;
    width: 99%;
    text-align: center;
    border-style: solid;
    border-width: 1;
    border-color: 000000;
    background-color: 282D2D;
    color: c6c6c6;
}

/* minor heading in left-hand thumbs frame of an "album" page */
.photoThumbsHeading .photoThumbsHeadingMinor
{
    background-color: b0b0b0;
    color: ff0000;
}


/*--------------------------------------------------------------------------------
*/
img
{
    border-width:1px;
}
