﻿/* ############################################################################
   ## 
   ##  Form Submissions Widget
   ##
   ######################################################################### */

div.formSubmissions {
}

    div.formSubmissionsData {
    }

        table.formSubmissionTable { 
	        width: 100%;
	        border-collapse: collapse; 
	        border: 1px solid #d0d0d0;
        }

            table.formSubmissionTable tr {
	            border-bottom: 1px solid #d0d0d0;
            }

                table.formSubmissionTable > tbody tr:hover {
	                background-color: #f0f0f0;
                }

                    table.formSubmissionTable > tbody tr:hover a {
                    }

                table.formSubmissionTable th {
	                text-align: left;
	                padding: 8px 0px 8px 8px;
	                background: #e8e8e8;
	                border: 1px solid #d0d0d0;
                }

                table.formSubmissionTable td {
	                padding: 8px;
	                border: 1px solid #d0d0d0;
                }

/*
    Individual Columns

*/

        td.editablegrid-View {
        }

            td.editablegrid-View a {
                /* The view button. */
            }
        td.editablegrid-Edit {
        }

            td.editablegrid-Edit a {
                /* The view button. */
            }

        /* Some standard fields that may or may not appear */

        td.editablegrid-Form_Name {
        }

        td.editablegrid-Created_Date {
        }

        td.editablegrid-IP_Address {
        }

        /* Any field name could appear on any form */

        td.editablegrid-Example_Field_Name {
        }

/*
    Paging
*/

div.formSubmissionsPaging {
  	margin: 10px 0;
	text-align: center;
}

    div.formSubmissionsPaging a {
        display: inline-block;
        vertical-align: middle;
    }
