/**********************************/
/****** SEARCH FORM SETTINGS ******/
/**********************************/

/* search form */
FORM.search-form {}

/* search table */
TABLE.search-table {}

/* search table row */
TR.search-row {}

/* search table cell */
TD.search-cell {
   padding: 2px;
}

/* search form label */
FONT.search-label {}

/* search medium form field */
INPUT.search-input-text-medium {}

/* search category select list */
INPUT.search-select {}


/********************************/
/****** COPYRIGHT SETTINGS ******/
/********************************/

/* footer copyright text */
FONT.copyright-text {
   color: #666666;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* footer copyright link */
A.copyright-link:link {
   color: #336699;
   text-decoration: none;
}
A.copyright-link:visited {
   color: #336699;
   text-decoration: none;
}
A.copyright-link:hover {
   color: #003366;
   text-decoration: none;
}
A.copyright-link:active {
   color: #336699;
   text-decoration: none;
}


/******************************/
/****** HEADING SETTINGS ******/
/******************************/

/* page headers */
DIV.heading1 {
   color: #000000;
   text-decoration: none;
   font: bold 15px Verdana, Arial, Helvetica, sans-serif;
}
DIV.heading2 {
   color: #000000;
   text-decoration: none;
   font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
DIV.heading3 {
   color: #000000;
   text-decoration: none;
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}


/************************************/
/****** PRINT HEADING SETTINGS ******/
/************************************/

/* page headers */
DIV.printheading1 {
   color: #000000;
   font: bold 15px Verdana, Arial, Helvetica, sans-serif;
}
DIV.printheading2 {
   color: #000000;
   font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
DIV.printheading3 {
   color: #000000;
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}


/***************************/
/****** NEWS SETTINGS ******/
/***************************/

/* news titles, subtitles and date */ 
P.newstitle {
   color: #000000;
   font-weight: bold;
}
P.newssubtitle {
   font-style: italic;
}
FONT.newsdate {
   font-style: italic;
}


/****************************/
/****** PRINT SETTINGS ******/
/****************************/

/* news titles, subtitles and date */ 
P.newstitleprint {
   color: #000000;
   font-weight: bold;
}
P.newssubtitleprint {
   font-style: italic;
}
FONT.newsdateprint {
   font-style: italic;
}


/*********************************/
/****** NAVIGATION SETTINGS ******/
/*********************************/

/* selected category record */
A.selectedcategory:link {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selectedcategory:visited {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selectedcategory:hover {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
A.selectedcategory:active {
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}

/* not selected category record */
A.notselectedcategory:link { 
   line-height: 20px;
   color: #C6D5E4; 
   font-weight: bold;
   text-decoration: none; 
}
A.notselectedcategory:visited { 
   line-height: 20px;
   color: #C6D5E4; 
   font-weight: bold;
   text-decoration: none; 
}
A.notselectedcategory:hover { 
   line-height: 20px;
   color: #FFFFFF; 
   font-weight: bold;
   text-decoration: none; 
}
A.notselectedcategory:active { 
   line-height: 20px;
   color: #C6D5E4; 
   font-weight: bold;
   text-decoration: none; 
}


/**********************************/
/****** OTHER STYLE SETTINGS ******/
/**********************************/

/* application or user errors */
DIV.error {
   color: #990000;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

A.error:link {
   color: #990000;
   text-decoration: underline;
}
A.error:visited {
   color: #990000;
   text-decoration: underline;
}
A.error:hover {
   color: #990000;
   text-decoration: underline;
}
A.error:active {
   color: #990000;
   text-decoration: underline;
}

/* form buttons */
INPUT.action-image {}

.firstname {
display: none;
}