/* Wednesday 1 November  12:00:19 AEST 2017 */
/* Source: www-opac/css */
/*-----------------------------*/
/* Table container for infotext*/
/*-----------------------------*/
#info_table   { position: relative;
                bottom: 0px;
                border: 0px;
                width: 100%;
              }
/*-----------------------------*/
/* Table container for rows*/
/*-----------------------------*/
#info_row     { }

/*-----------------------------*/
/* Item information row styles */
/*-----------------------------*/
#title_row    { }
#author_row   { margin: 0px; padding: 2px; }
#gmd_row      { margin: 0px; padding: 2px; }
#location_row { margin: 0px; padding: 2px; }
#status_row   { margin: 0px; padding: 2px; }
#due_row      { margin: 0px; padding: 2px; }
              

/*-----------------------------*/
/* Item information Text styles */
/*-----------------------------*/
#title_text   { }
#author_text  { }
#gmd_text     { }
#location_text{ }
#status_text  { }
#due_text     { }

/*-----------------------------*/
/* Item information data styles */
/*-----------------------------*/
#title_data   { font-weight: bold; 
                font-size:110%; }
#author_data  { font-weight: normal;}
#gmd_data     { font-weight: normal;}
#location_data{ font-weight: normal;}
#status_data  { font-weight: normal;
                color:red; }
#due_data     { font-weight:normal; }
