﻿@import url('reset.css');
/* General Demo Style */


@charset "utf-8";



body {
    background: #e6eecc url(../images/beige_paper.png) repeat top left;
    color: #333;
    font-family: 'Helvetica';
    font-size: 13px;
}

    body header {
        background: #ddd;
        opacity: 0.9;
        z-index: 9999;
        position: relative;
        -moz-box-shadow: 0px 0px 3px #666;
        -webkit-box-shadow: 0px 0px 3px #666;
        box-shadow: 0px 0px 3px #666;
        /*padding-bottom: 10px;*/
        padding-left: 25px;
        height: auto;
        /*padding-right: 10px;
	padding-top: 10px;*/
        /*line-height:40px;*/
    }

header nav {
    margin: 0px;
    padding: 0px;
}

    header nav ul {
        margin: 0px;
        padding: 0px;
    }

        header nav ul li {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            display: inline-block;
            width: auto;
            border-right: 1px solid gray;
            background-color: Gray;
            font-size: 12pt;
            font-weight: bold;
            height:50px;
        }

            header nav ul li:hover {
                margin: 0px;
                padding: 0px;
                list-style-type: none;
                display: inline-block;
                background-color: Gray;
                color: white;
               
            }

            header nav ul li a {
                margin: 0px;
                padding: 0px;
                list-style-type: none;
                display: inline-block;
                text-decoration: none;
                color: #333;
                margin: 0px;
               height:50px;
            }

                header nav ul li a:hover {
                    margin: 0px;
                    padding: 0px;
                    list-style-type: none;
                    display: inline-block;
                    background-color: Gray;
                    color: white;
                    
                }

.tdHeaderMenu {
    padding: 10px;
}

body section {
    margin-top: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    height: 50px;
}

section #div1
{
    background-color: #E1E1E1;
    width: auto;
    height: 5px;
    vertical-align: middle;
    font-weight: bold;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    color: #333;
    
}

section #div2 {
    background-color: White;
    width: auto;
    height: auto;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

/*--------------Custom Style---------------------------------------------------------------------------*/

.td1 {
    border: 1px solid lightgray;
    text-align: left;
    vertical-align: top;
}

.td2 {
    border-left: 1px solid lightgray;
    border-right: .25pt solid lightgray;
    border-bottom: 1px solid lightgray;
    background-color: white;
    vertical-align: top;
}

.td3 {
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    background-color: white;
    vertical-align: top;
    
}


.contentDiv {
    margin-right: 25px;
    margin-top:25px;
    margin-bottom:25px;

    width: auto;
}


.contentDivHeader {
    background-color: #E1E1E1;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    /*box-shadow: 0px 4px 5px -3px #666;
    -moz-box-shadow: 0px 4px 5px -3px #666;
	-webkit-box-shadow: 0px 4px 5px -3px #666;*/
}
.LabelNotBold {
    font-weight:normal;
    color:#CACBE1;
}

.contentDivItems {
    background-color: #f2f2f2;
    width: auto;
    height: auto;
    vertical-align: top;
    padding: 10px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-weight:bold;
    /*box-shadow: 0px 4px 5px -3px #666;
    -moz-box-shadow: 0px 4px 5px -3px #666;
	-webkit-box-shadow: 0px 4px 5px -3px #666;*/
}

.contentDivFooter {
    background-color: #E1E1E1;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    /*box-shadow: 0px 4px 5px -3px #666;
    -moz-box-shadow: 0px 4px 5px -3px #666;
	-webkit-box-shadow: 0px 4px 5px -3px #666;*/
}

.saveButton {
    background-color: #1975ba;
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: white;
    font-weight: bold;
    height: 20px;
    padding: 5px;
}

    .saveButton:hover {
        background-color: #0094ff;
        border: 1px solid white;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        color: white;
        font-weight: bold;
        height: 20px;
        padding: 5px;
        box-shadow: 0px 0px 3px 1px #1975ba;
        -moz-box-shadow: 0px 0px 3px 1px #1975ba;
        -webkit-box-shadow: 0px 0px 3px 1px #1975ba;
    }

.deleteButton {
    background-color: #b50303;
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: white;
    font-weight: bold;
    height: 20px;
    padding: 5px;
}

    .deleteButton:hover {
        background-color: #ff0000;
                border: 1px solid white;

        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        color: white;
        font-weight: bold;
        height: 20px;
        padding: 5px;
        box-shadow: 0px 0px 3px 1px #b50303;
        -moz-box-shadow: 0px 0px 3px 1px #b50303;
        -webkit-box-shadow: 0px 0px 3px 1px #b50303;
    }

.clearButton {
    background-color: #00691c;
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: white;
    font-weight: bold;
    height: 20px;
    padding: 5px;
}

    .clearButton:hover {
        background-color: #028f1f;
        border: 1px solid white;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        color: white;
        font-weight: bold;
        height: 20px;
        padding: 5px;
        box-shadow: 0px 0px 3px 1px #00691c;
        -moz-box-shadow: 0px 0px 3px 1px #00691c;
        -webkit-box-shadow: 0px 0px 3px 1px #00691c;
    }


.textbox {
    border: 1px solid #CCCCCC;
    /*border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;*/
    padding: 1px 1px 1px;
    /*box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9D9DF');
}

    .textbox:hover {
        /*border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;*/
        padding: 1px 1px 1px;
        /*box-shadow: 2px 2px 0px 0px #0094ff;
    -moz-box-shadow: 2px 2px 2px 2px #0094ff;
    -webkit-box-shadow: 2px 2px 2px 2px #0094ff;*/
        background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #D9D9DF), to(#FFFFFF));
        background: -moz-linear-gradient(top, #FFFFFF, #D9D9DF 1px, #FFFFFF 15px);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9D9DF');
        /*border: 1px solid gray;*/
        box-shadow: 0px 0px 3px 1px #0094ff;
        -moz-box-shadow: 0px 0px 3px 1px #0094ff;
        -webkit-box-shadow: 0px 0px 3px 1px #0094ff;
    }

    .textbox:focus {
        /*border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;*/
        padding: 1px 1px 1px;
        /*box-shadow: 2px 2px 0px 0px #0094ff;
    -moz-box-shadow: 2px 2px 2px 2px #0094ff;
    -webkit-box-shadow: 2px 2px 2px 2px #0094ff;*/
        background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #D9D9DF), to(#FFFFFF));
        background: -moz-linear-gradient(top, #FFFFFF, #D9D9DF 1px, #FFFFFF 15px);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D9D9DF');
        box-shadow: 0px 0px 3px 1px #0094ff;
        -moz-box-shadow: 0px 0px 3px 1px #0094ff;
        -webkit-box-shadow: 0px 0px 3px 1px #0094ff;
    }
