﻿
body {
font-family: 'Eras ITC', Verdana, Arial, Helvetica, sans-serif;
background-color: #e0e8ec;
color: Black;
height: 100%;
margin: 0;
padding-left: 40px;
padding-right: 40px;
padding-top:10px;
}

.Gcontentcontainer
{
    background-color:#fff;
    border:solid 1px #213045;
}

/*body {
font: 70% Trebuchet MS, sans-serif;
background-color: #3B455D;
color: Black;
height: 100%;
margin: 0;
padding-left: 40px;
padding-right: 70px;
padding-top:10px;
}*/
.MHeader
.MHeader
{
}

.MHeaderFull
{
}

.clearFix
{
    clear:both;
}

.hiddenStructure
    {
        display:none;
    }

.ListTableSmall {
    font-family: 'Eras ITC', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    color: #213045 !important;
    line-height: 19px;
    margin-top: 0px;
    border-left: solid 1px !important;
    border-right: solid 1px !important;
    border-bottom: solid 1px !important;
    /*border-collapse: separate;*/
    border-color: lightgrey !important;
    background: #FFF;
    background-image: none !important;
}

.ListTable {
    font-family: 'Eras ITC', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
    color: #213045 !important;
    line-height: 19px;
    margin-top: 0px;
    border-left: solid 1px !important;
    /*border-right: solid 1px !important;*/
    border-bottom: solid 1px !important;
    /*border-collapse: separate;*/
    border-color: lightgrey !important;
    background-image: none !important;
}

    .ListTable th, .ListTableSmall th {
        border-top: solid 1px !important;
        border-color: lightgrey !important;
        background-image: none !important;
    }

    .ListTable tr td, .ListTableSmall tr td {
        border-color: lightgrey !important;
        /*border: none !important;*/
        background-image: none !important;
    }

    

    .ListTable th {
        border-top: solid 1px !important;
        border-color: lightgrey !important;
        background-image: none !important;
    
    }


    .ListTable tr {
        border-top: solid 1px !important;
        border-right: solid 1px !important;
        border-color: lightgrey !important;
    }

    .ListTable tr td {
        border: none !important;
        background-image: none !important;
        background-color: none !important;
    }

    .ListTable td {
        background-color: none !important;
    }

.ListTableSmall tr:nth-child(even) {
    background: #fff !important;
}

.ListTableSmall tr:nth-child(odd) {
    background: #E8EDF3 !important;
}

.ListTable tr:nth-child(even) {
    background-color: #fff !important;
}

.ListTable tr:nth-child(odd) {
    background-color: #E8EDF3 !important;
}

.Panel {
    margin: 0 auto;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 15px 25px;
    border: 1px solid #B3B3B3;
    box-shadow: 0px 0px 6px #DBDBDB;
    margin-bottom: 15px;
}

input[type=submit], input[type=button], .mbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background-color:#005395;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
    margin-left: 3px;
}

input[type=submit]:hover, input[type=button]:hover, .mbutton:hover {
	background-color:#0072ce;
}

input[type=submit]:active, input[type=button]:active, .mbutton:active {
	position:relative;
	top:1px;
}

.NavContainer {
    background-color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.DashboardContainer {

    width: 95%;
}

#cabcardTable td {
    width: 150px;
}

table {
    font-size:small;
}

.ui-dialog {
    font-size: small;
}
