﻿
div.updatePanel {
    width: 100%;
    border-bottom: 1px solid #BBBBBB;
    padding: 0 0 20px 0;
    margin: 10px 0 25px 0;
}

    .updatePanel .title {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 3px 0;
    }

    .updatePanel .publishInfo {
        font-size: 12px;
        font-style: italic;
        margin: 0 0 12px 0;
    }

    .updatePanel .textPanel {
        margin: 15px 0 0 0;
    }

        .updatePanel .textPanel .heading {
            margin: 0 0 2px 0;
            font-weight: bold;

        }

        .updatePanel .textPanel .body {
            margin: 0;
        }

    .updatePanel .description {

    }

    .updatePanel .links {

    }

        .updatePanel .links .linkPanel {
            margin: 25px 0 0 0;
        }

            .updatePanel .links .linkPanel a {
                margin: 0;
                font-size: 16px;
            }


            .updatePanel .links .linkPanel .properties {
                border: none;
                border-collapse: collapse;
                margin: 0;
                font-size: 12px;
            }

                .updatePanel .links .linkPanel .properties a {
                    font-size: 12px;
                }

                .updatePanel .links .linkPanel .properties .label {
                    font-weight: bold;
                    padding: 0 2px 0 0;
                }

                .updatePanel .links .linkPanel .properties .options {
                }

                .updatePanel .links .linkPanel .properties .noOptions {
                    font-style: italic;
                }


            .updatePanel .links .linkPanel .comment {
                margin: 2px 0 0 0;
                font-style: italic;
            }

            .updatePanel .links .linkPanel .textPanel .heading {
            }

            .updatePanel .links .linkPanel .textPanel .body {
            }
