﻿h1 {
   font-size: 28px !important;
}
h2 {
    font-size: 18px !important;
    margin:0px;
    padding:0px;
    margin-bottom: 10px
}

.submit
{
    background-color:#e0e0e0;
    color:#303030;
    padding:5px;
    text-decoration:none;
    float:right;
    margin-right:5px;
    border:1px solid #303030;
}
.submit:hover
{
     background-color:#808080;
     text-decoration:none;
     color:White;
     cursor:hand;
}

/* Define Global Form */
.form {
        margin-top:20px;
    margin-bottom:20px;
}
/* Hold our form in a fieldset */ 
.form fieldset
{
    width:350px;
    border: 1px #909090 solid;
    padding: 5px 10px;
}
    /* The title of the form */
    .form fieldset legend
    {
        color: #333;
        margin: 0 0 0px -5px;
        padding: 0 5px;
        text-transform: uppercase;
        font-weight: bold;
    }
    /* Use a paragraph to wrap our fields */
    .form fieldset p, .form fieldset div
    {
        display: block;
        margin: 0px 0 5px;
        padding: 5px 0 10px;
        border-bottom: 1px dashed #ccc; 
    }
        .form fieldset .last, .form fieldset .last div {
            border-bottom: none !important;
            padding-bottom: 0px;
        }
    /* Style our primary input fields (Textbox & Password */
    .form fieldset div input[type=text], .form fieldset div input[type=password], .inputField, .form fieldset div textarea, .form fieldset div img
    {
        display: block;
        float: right;
        padding: 4px 6px;
        width: 150px;
        border: solid 1px #ccc;
        background: white;
        color: #333;
    }
    .form fieldset div select {
        width: 166px;
        float: left;
    }
    
    /* A class to hold the * that indicates validation error */
    .form fieldset div .validationSpan {
        display: block;
        float: left;
        margin-left: 3px;
        width: 5px;
    }
    
    /*Style our field labels and spans */
    .form fieldset div span, .form fieldset div label
    {
        display: block;
        float: left;
        padding: 4px 6px;
        margin: 0px;
    }

/* A container to hold any Error messages */
.form .error
{
    padding: 10px;
    border: 1px solid red;
    background: #fff;
    color: Red;
    margin: 10px 0px 10px;
}

/* Grid table specifications */

.gridTable {
    
}
    .gridTable th {
        border-bottom: 1px dashed #999;
        padding: 8px 5px;
        background: #333;
        color: #fff;
        white-space: nowrap;
    }
        .gridTable th a {
            color: #fff;
        }
    .gridTable td {
        border-bottom: 1px dashed #999;
        padding: 10px 5px;
    }
    .gridTable .alternateRow {
        background: #f6f6f6;
    }
    .gridTable .alignRight {
        text-align: right;
    }
    .gridTable .alignCenter {
        text-align: center;
    }
    
    /* Added this to remove dashed borders from pagers inside gridviews */
    .gridTable table tr td
    {
        border:none;
        padding-right:0px;
        margin:0px;
    }
        .gridTable table tr td a
        {
            padding:3px 5px 3px 5px;            
            margin:0px;
            border:1px solid #d0d0d0;
            background-color:white;
            color:#808080;
            text-decoration:none;
        }
        .gridTable table tr td a:hover
        {
            text-decoration:none;
            background-color:#ff0000;
            color:White;
        }
        .gridTable table tr td span
        {
            padding:3px 5px 3px 5px;            
            margin:0px;
            border:1px solid #505050;
            background-color:#e0e0e0;
            color:#505050;
        }

    div.actionButtons {
        padding: 10px 0px;
        border-bottom: 1px dashed #999;
    }
            
    div.actionButtons a, a.actionButton {
        display: block;
        background: White;
        color: #e70022;
        border: 1px solid #e70022;
        padding: 4px 12px;
        font-size: 10px;
        text-transform: uppercase;
        float: right;
        margin-left: 10px;
        text-decoration: none !important;
    }
    div.actionButtons a:hover, a.actionButton:hover {
        background: #e70022;
        color: #fff;
    }
    
    a.pdfLink {
        line-height: 18px;
        display: inline-block;
        background: url('/images/pdf_small.jpg') no-repeat left;
        padding-left: 20px;
        text-decoration: none;
    }
    a.pdfLink:hover {
    
    }
    
    .fullWidth {
        /*width: 580px;*/
        width:100%;
    }
    
    .surveyHomepage h6 {
        margin: 20px 0px 0px !important;
        padding: 0 0 4px 0;
        font-size: 18px;
    }
        .surveyHomepage h6 span {
            color: #999;
            font-weight: normal;
            font-size: 10px;
            text-transform: uppercase;
        }
    .surveyHomepage .intro {
        background: #f2f2f2;
        border: 1px solid #ccc;
        padding: 10px 15px;
        color: #333;
    }
    .surveyHomepage p {
        margin-bottom: 15px !important;
    }
    
.plus {
    padding-left: 20px !important;
    background: url('/images/icons/plus_small.gif') no-repeat left;
}
    
.adminLeftNav {
    margin-top: -10px !important;
}
    .adminLeftNav .plus {
        padding-left: 20px !important;
        color: #666 !important;
        background: url('/images/icons/plus_small.gif') no-repeat left;
    }
    .adminLeftNav a.plus:hover {
        color: #e70022 !important;
    }
    
    
    /* New Menu for Administration Area */
    #adminLeftNav, .assignedToList {
            margin: 0;
            padding: 0;
            list-style: none;
        }
            #adminLeftNav li, .assignedToList li
            {
                border-bottom: 1px dashed #333;
                
            }
                .assignedToList li {
                    padding: 5px 0px;
                }
            #adminLeftNav li.active {
                font-weight: bold;
            }
            #adminLeftNav .title, .assignedToList .title {
                background: #333;
                padding: 8px 0px 8px 8px;
                color: #fff;
                font-weight: bold;
            }
                .assignedToList .title {
                    background: #999;
                }
            #adminLeftNav li a, #adminLeftNav li span {
                display: block;
                color: #333;
                text-decoration: none;
                padding: 6px 0px 6px 0px;
            }
                #adminLeftNav li a:hover {
                    color: #e70022;
                }
    
    
    /* BEGIN Administration header 
    #adminNavHeader {
        background: #fff;
        border: 1px solid #333;
        border-bottom: none;
    }
    
    #adminNavHeader span {
        float: left;        
        font-size: 11px;
        line-height: 14px;
        padding: 7px 0 6px 5px;
        display: block;
        width: 380px;
        color: #e70022 !important;
    }
        #adminNavHeader span strong {
            font-style: oblique;
        }
    
    #adminNavHeader .adminNav {
        float: right;
        padding: 6px 10px 6px 0;
        background: #fff;
        color: #333;
    }
    
        .adminNav a {
            display: block;
            float: right;
            color: #e70022;
            text-decoration: none;
            border-left: 1px solid #e70022;
            padding-left: 8px;
            line-height: 16px;
            margin-left: 10px;
            font-family: Verdana, Verdana, Sans-Serif;
            font-size: 11px;
            text-align: center;
        }
        .adminNav a.delete {
            border-left: none !important;
            margin-left: 0px;
        }
    */
