﻿body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: xx-small;
}

.form-control {
    display: block;
    width: 35%;
    /*height: calc(1.5em + .75rem + 2px);*/
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.actionButton
{
    font-family: "Microsoft Sans Serif";
    font-size: xx-small;    
    }

.msaError
{
    font-weight: bold;
    color: #FF0000;
}  

.portlet {
    margin: 0 0.2em 0.2em 0.2em;
    height: 100%;
}

    .portlet-content { padding: 0.4em; 
        margin-right: 0.3em; margin-left: 0.3em;
    }


    .portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; padding-top: 4px; }
    .portlet-header .ui-icon { float: right;margin-top:-2px; }


#articleMainContent
{
	padding:0px;
}


.helpTable
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #006699;
	padding: 0px;
	margin: 0px;
	
}

.styleHelp
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    padding: 0 0 0 5px;
    vertical-align: top;
    text-align: left;
}

.smallSsf
{
    font-family: "Microsoft Sans Serif";
    font-size: large;
}
.style2
{
    font-family: "Microsoft Sans Serif";
    font-size: small;
}
.style3
{
	color: red;
}
table.tablesorter
{
    font-family:arial; 
    background-color: #999999; 
    margin:10px 0pt 15px;
    font-size: 8pt; 
    width: 100%; 
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
    background-color: #999999; 
    border: 1px solid #000000;
    color:White; 
    font-size: 8pt; 
    padding: 4px;
}
table.tablesorter thead tr .header
{
    background-image: url(../Includes/Images/small.gif);
    background-repeat: no-repeat; 
    background-position: center right; 
    cursor: pointer;
}
table.tablesorter tbody td
{
    color: #000000; 
    padding: 4px; 
    background-color: #ffffff;
    border: 1px solid #000000; 
    vertical-align: top;
}
table.tablesorter tbody tr.odd td
{
    border: 1px solid #000000;
}
table.tablesorter tfoot td
{
    background-color: #666666; 
    border: 1px solid #000000;
    color:White; 
    font-size: 8pt; 
    font-weight:bold; 
    padding: 4px;
}
table.tablesorter thead tr .headerSortUp
{
    background-image: url(../Includes/Images/small_asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
    background-image: url(../Includes/Images/small_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
    background-color: #999999;
}
.xrow
{
    background-color: #666666; 
    border: 1px solid #000000;
    color:White; 
    font-size: 8pt; 
    font-weight:bold; 
    padding: 4px;
}

.imageLink {
    cursor: pointer;
}

    .selectorDD {
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    padding: 0.2em;
    margin: 0.1em;
    background-color: yellow;
    font-weight: bold;
}

    #exportToolbar {
            border-style: solid;
    border-width: 1px;
    border-color: #AAA;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    }

.vaMiddle {
    vertical-align: middle;
}
