﻿
body {
    font-family: helvetica, Arial, Sans-Serif;
    color: #303030;
    font-size: 13px;
}

.clear-both {
    width: 100%;
    margin: 0;
    clear: both;
}
a {
    cursor: pointer !important;
}
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

img {
    border: none;
}

    img.autoimg {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    img.autoimg80ps {
        width: auto;
        height: auto;
        max-width: 68%;
    }


.text_Cent {
    text-align: center;
}

img.left, img.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

img.right, img.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

img.center, img.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 0 0 1px 0;
}

.borderit img {
    border: 2px solid #ccc;
}

.borderit:hover img {
    border: 2px solid #EA7403;
}

.borderit:hover {
    color: red; /* irrelevant definition to overcome IE bug */
}

.underlinemenu {
    font-weight: bold;
    width: 100%;
    background-color: #455868;
    border-bottom: 2px solid #283744;
}

    .underlinemenu ul {
        padding: 6px 0 7px 0;
        margin: 0;
        text-align: left;
    }

        .underlinemenu ul li {
            display: inline;
        }

            .underlinemenu ul li a {
                color: #fff;
                padding: 6px 6px 4px 6px; /*top padding is 6px, bottom padding is 4px*/
                margin-right: 3px;
                margin-left: 3px;
                text-decoration: none;
                /*  border-bottom: 3px solid gray; bottom border is 3px*/
                border-right: 1px solid #576979;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                font-family: Verdana, Arial, Helvetica;
                font-weight: normal;
                font-size: 12px;
            }

                .underlinemenu ul li a:hover {
                    border-bottom-color: black;
                    background-color: #8c99a4;
                }

                .underlinemenu ul li a.selected {
                    background-color: #8c99a4;
                }




table.table0edit {
    /*font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;*/
    border-collapse: collapse;
}

    table.table0edit th {
        border-width: 0;
        padding: 4px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    table.table0edit td {
        border-width: 0;
        padding: 4px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }

.txt100ps {
    width: 100% !important;
    padding: 3px;
}

.txt100p {
    width: 100% !important;
    padding: 3px;
}

.txtMultiLine {
    width: 100% !important;
    padding: 3px;
}

.txt100pxH {
    height: 100px;
}
.nav2tabs {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
    padding-bottom:9px; padding-top:9px;
}
    .nav2tabs ul {
        margin: 0;
        padding: 0;
        padding-left: 10px; /*offset of tabs relative to browser left edge*/
        font: bold 12px Verdana;
        list-style-type: none; 
    }

    .nav2tabs li {
        display: inline;
        margin: 0;
    }

        .nav2tabs li a {
            float: left;
            display: block;
            text-decoration: none;
            margin: 0;
            padding: 7px 8px; /*padding inside each tab*/
            border-right: 1px solid white; /*right divider between tabs*/
            color: white;
            background: #0066ff; /*background of tabs (default state)*/
        }
            .nav2tabs li a:visited {
                color: white;
            }
            .nav2tabs li a:hover, .nav2tabs li.selected a {
                background: #124a9e; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
            }