/**
 *
 * Copyright (C) 2011 Aldrin Edison Baroi
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the 
 *     Free Software Foundation, Inc.,
 *     51 Franklin Street, Fifth Floor
 *     Boston, MA 02110-1301, USA.
 *     http://www.gnu.org/copyleft/gpl.html
 *
 */

/*----------------------------------------------------------------------------
// Title Row
//--------------------------------------------------------------------------*/
#PageAttachment .TitleRow 
{ 
    text-align: left;
}

#PageAttachment .titleRow_col_Title 
{
    text-align: left;
    padding-left: 0.5em;
}

#PageAttachment .titleRow_col_DisplayTimeZone 
{
    text-align: left;
    font-weight: normal;
    font-size: x-small;
}

#PageAttachment .titleRow_col_Buttons 
{
    text-align: right; 
    padding-right: 0.5em;
}

/*----------------------------------------------------------------------------
// Header Row
//--------------------------------------------------------------------------*/

#PageAttachment .HeaderRow
{ 
    text-align: left;
}

#PageAttachment .headerRow_col_Name
{ 
    text-align: left;
    padding-left: 0.5em;
}

#PageAttachment .headerRow_col_Description 
{ 
    text-align: left;
}

#PageAttachment .headerRow_col_Size
{ 
    text-align: center;
}

#PageAttachment .headerRow_col_DateUploaded
{ 
    text-align: left;
}

#PageAttachment .headerRow_col_UploadedBy
{ 
    text-align: left;
}

#PageAttachment .headerRow_col_Buttons
{ 
}

/*----------------------------------------------------------------------------
// Attachment Rows
//--------------------------------------------------------------------------*/

#PageAttachment .AttachmentRow
{ 
    text-align: left;
}

#PageAttachment .attachmentRow_col_Name
{ 
    text-align: left;
    padding-left: 0.5em;
}

#PageAttachment .attachmentRow_col_Description 
{ 
    text-align: left;
}

#PageAttachment .attachmentRow_col_Size
{ 
    text-align: right;
    padding-right: 1.0em;
}

#PageAttachment .attachmentRow_col_DateUploaded
{ 
    text-align: left;
}

#PageAttachment .attachmentRow_col_UploadedBy 
{ 
    text-align: left;
}

#PageAttachment .attachmentRow_col_Buttons
{ 
    text-align: right;
    padding-right: 0.5em;
}

/* ::END:: */
