/* Basic elements */
BODY {
    color: black;
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 0;
}
TD {
    color: black; 
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    }
H1 {
    color: black; 
    font-size: 12pt;
    font-weight: bold; 
    font-family: verdana, arial, sans-serif;
    }
H2 {
    color: black; 
    font-size: 10pt;
    font-weight: bold; 
    font-family: verdana, arial, sans-serif;
    }

A:link {color:rgb(15,101,167); text-decoration:none}
A:visited {color:rgb(228,113,149); text-decoration:none}
A:hover { color:rgb(228,113,149); text-decoration:underline}
A:active {color:rgb(228,113,149); text-decoration:underline}

/* Page header */
table.pageheader {
width: 100%;
    }

/* Menu bar */
td.menubar {
    width: 100%;
    height: 20px;
    text-align: left;
    vertical-align: top;
    color: black;
    background: white;
    margin: 0;
    padding: 0 5px;
    }
.menuitem {
    font-size: 8pt;
    font-weight: bold;
}

/* Main content area */
table.main {
    width: 100%;
    background: white;
    padding: 0;
    }
td.centercol {
    width: 100%; 
    background: white;
    vertical-align: top;
    padding: 0 20px;
    }
td.leftcol, td.rightcol {
    vertical-align: top;
    }
    
/* Use these if you want pixel widths for columns */    
div.centercol{
    }
div.leftcol {
    width: 180px; 
    }
div.rightcol {
    width: 140px; 
    }

/* Blocks */
table.block, table.leftblock, table.rightblock {
    width : 100%;
    border: none;
}

td.blocktitle, td.blockbody,
td.leftblocktitle, td.leftblockbody,
td.rightblocktitle, td.rightblockbody {
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    margin: 0;
    padding: 2px;
}
td.blocktitle, td.leftblocktitle, td.rightblocktitle {
    color: black;
    background: rgb(166,201,227);
    font-weight: bold;
    white-space: nowrap;
}
td.blockbody, td.leftblockbody, td.rightblockbody {
    color: black;
    background: rgb(215,234,249);
    font-weight: normal;
}

td.rightcol {
    text-align: right;
    padding: 0 5px;
}

td.leftcol {
    background: rgb(198,223,210);
    padding: 0 5px;
}
table.leftblock {
    border: none;
}
td.leftblockbody {
    color: black;
    background: white;
    font-weight: normal;
    background: rgb(198,223,210);
}

td.leftblocktitle {
    color: black;
    background: white;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 1px solid black;
}

/* Stories */
table.featuredstory, table.story {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    }
.featuredtopline {
    font-size: 10pt;
    font-weight: bold; 
    font-family: verdana, arial, sans-serif;
    }
.storytitle, .featuredstorytitle {
    font-size: 10pt;
    font-weight: bold; 
    font-family: verdana, arial, sans-serif;
    border-bottom: thin solid rgb(238,123,159);
    }
.featuredstorytitle {
    font-size: 12pt;
    }
.storybyline, .featuredstorybyline {
    color: gray; 
    font-size: 8pt;
    font-weight: bold; 
    font-family: verdana, arial, sans-serif;
    }
.storytext, .featuredstorytext {
    }
.storyfooter, .featuredstoryfooter {
    text-align: right;
    }

/* End of page */
table.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: black;
    border-top: 1px solid black;
    }
td.footer {
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
    }

/* Original GL elements */
.warning {
    color: red; 
    font-size: 10pt;
    font-weight: bold; 
    font-family: verdana, arial, sans-serif;
    }
.warningsmall {
    color: red; 
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
    }
    
/* Comments */    
.commentbar1 {
    color: white; 
    background: #404040; 
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    }
.commentbar2 {
    background: #404040; 
    font-size: 10pt;
    font-family: verdana, arial, sans-serif;
    }
.commentbar3 {
    color: white; 
    background: #404040; 
    font-size: 8pt;
    font-family: verdana, arial, sans-serif;
    }
.commenttitle {
    font-size: 10pt;
    font-weight: bold; 
    background: #EEEEEE; 
    font-family: verdana, arial, sans-serif;
    }
    
/* Calendar */    
.cal_day {
    font-size: 12pt;
    font-weight: bold;
    }
.cal-nullday {
    background: #EEEEEE;
    }
.cal-oldday {
    background: #DDDDDD;
    }
.cal-today {
    background: yellow;
    }
.weekview_caltitle {
    background: #DDDDDD;
    font-weight: bold;
    font-size: 12pt;
    }
.weekview-curday {
    background: yellow;
    }
.weekview-offday {
    background: #DDDDDD;
    }
.weekview_dayformat {
    font-weight: bold;
    }
.weekview_addevent {
    font-size: 9pt;
    }
.weekview_daterange {
    font-size: 16pt;
    font-weight: bold;
    }
.dayview_times {
    font-weight: bold;
    text-align: center;
    }
.dayview_datecol {
    font-weight: bold;
    background: #DDDDDD;
    font-size: 16pt;
    }
.dayview_quickaddtitle {
    font-weight: bold;
    background: #DDDDDD;
    font-size: 12pt;
    }

/* Search */    
.searchAuth { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: left;  
    color:#557755;
}
.searchDate { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: right;  
    color:#557755;
}
.searchHits { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: right; 
    color:#557755;
}
.highlight { 
    background-color: yellow; 
    text-decoration: none; 
} 

/******************   NEW CSS ADDED FOR FORUM Ver 2.3 ************************/
TD.navbar      {
    color: #FFFFFF;
    background-color: #666666;
    font-family: Verdana;
    font-size: 10px;
    line-height: 32px;
    verticle-align: middle;
    text-align: center;
    font-weight: bold;
    }

TD.navbar a:link, TD.navbar a:visited { 
    color: #FFFFFF;
    font-style: normal;
    font-weight: plain;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    text-decoration: none;
    padding: 2px
    }

TD.navbar a:hover { 
    color: #FFCC00;
    font-style: normal;
    font-weight: plain;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    text-decoration: none;
    padding: 2px;
    }

#forumheading          { text-align:left; background-color: #FFFFFF; }
.forumtext             { color: #000; }
.forumclass1           { text-align:left; background-color: #BFBFBF; }
.forumclass2           { text-align:left; background-color: #CCCCCC; }
.forumclass3           { text-align:left; background-color: #EFEFEF; }
.forumclass4           { text-align:left; background-color: #CCCCCC; }
.forumoutline          { background-color: #CCCCCC; }

/* These CSS declarations for links are used in a few places but are here for theme designers to use if needed - can be added to templates  */
.forumlinks A:link            { color: #000000; font-style: normal; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: underline }
.forumlinks A:visited        { color: #000000; font-style: normal; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: underline }
.forumlinks A:hover            { color: #000000; font-style: normal; font-size: 11px; font-family: Verdana, sans-serif; text-decoration: underline }

/* alternate table row colours */
.forumAlt1   { background-color: #F5F5F5; }
.forumAlt2   { background-color: #FFFFFF; }

.quotebox   { 
     border-style: ridge; 
     background-color: #ECE9D8; 
     padding:10px;
     margin: 0px;
     }

.quotetext {
     color:#000; 
     font-weight: plain; 
     background-color: #ECE9D8; 
     font-family: Verdana; 
     font-size: 9px; 
     }

.forumCode  { 
    background-color: #ECE9D8; 
    color: #000;
    width: 470px;
    height: 160px;
    overflow: auto;
    font-size: 11px;
    min-height: 50px;
    max-height: 120px;
    margin: 5px, 0px,5px,5px;
    padding:5px;
    border: 1px dashed black;
    }

.forumTitle   {
    color: #000000;
    background-color: #EFEFEF;
    font-weight: bold;
    font-size: 12px;
    line-height: 14pt;
    font-family: Verdana, Helvetica, sans-serif; }

TD.forumRollOver  { 
    text-align:left;
    background-color: #FFFFFF; 
    font-family: Verdana, Helvetica, sans-serif; 
    color: #000033  
    }
TD.forumRollOut   { 
    text-align:left;
    background-color: #EFEFEF; 
    font-family: Verdana, Helvetica, sans-serif; 
    color: #000033  
    }

.cblockTitle    {
    color: #FFFFFF;
    background-color: #506790;
    font-weight: bold;
    font-size: 12px;
    line-height: 16pt;
    padding-left:5px;
    font-family: Verdana, Helvetica, sans-serif;
}
/*-- GALLERY STYLES --*/
/* 
   text styles 
*/
.title                          /* album titles on main page */
    { 
      font-size: 12pt; 
      font-weight: bold; 
    }
.mod_title          /* album title -- Text is controlled by .title */
    {
    }
.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*/
    {
    }
.desc                           /* album descriptions on main page */
    { 
      font-size: 10pt; 
    }
.caption                        /* photo captions on all pages */
    { 
      font-size: 8pt; 
    }
.modcaption  /* modifies background for caption text to reside */
    {
      font-size: 8pt; 
    }
.error                          /* all error text */
    { 
      color: red; 
      font-size: 10pt; 
    }

.attention                          /* so far, just for voting instructions*/
        {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
          color: blue;
          font-size: 10pt;
        }

.headbox            /* box around the page headers */
    {
    }

.head                           /* page headers */
    { 
      font-size: 14pt; 
      font-weight: bold; 
    }
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */
    {
    }
.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: 12px; 
    }
.nav                            /* used in navigation bars */
    { 
      font-size: 12px; 
    }
.navtableborderbegin
    {
	background: #f5f1fc;
    }
.navtableborderend
    {
	background: #f5f1fc;
    }
.bordertop
    {
/*      border:1px solid #000000;
      border-right-width:0px;
      border-bottom-width:0px;
      border-left-width:0px;
*/
    }
.borderright
    {
/*      border:1px solid #000000;
      border-top-width:0px;
      border-bottom-width:0px;
      border-left-width:0px;
*/
    }
.borderleft
    {
/*      border:1px solid #000000;
      border-top-width:0px;
      border-bottom-width:0px;
      border-right-width:0px;
*/
    }
.fineprint                      /* used for fine print */
    {
      font-size: 8pt;
    }
.popuphead
    {
      font-size: 14pt;
      font-weight: bold
    }
.popup
    {
      font-size: 10pt;
    }
.editlink                       /* Used for the [edit] tags */
    {
      font-size: 8pt;
    }
.modnavbox  /* main navigation bar next and previous */
    {
    }
.admin                          /* used in admin bars */
    { 
      font-size: 8pt; 
      font-weight: bold; 
    }
.search                          /* used in search text */
    { 
      font-size: 8pt; 
      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*/
    {
    }
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
    {

    }
.modfooter /*footer where the Gallery version is located*/
    {
    }