﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*overflow-y: scroll;*/
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    background-image: url(../Images/Grey_Art_Wallpaper.jpg);
    background-attachment:fixed;
    
    margin: 0px;
    padding: 0px;

    color: #696969;

}

a:link, a:visited
{
    color: #C71444;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


.Head1
{
    font-size: 16pt;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

.Head2
{
    font-size: 14pt;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    text-align:center;
    margin-bottom: 0px;
    text-decoration:underline;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


.page
{
    /*width: 960px;*/
    width: 1340px;
    background-color: #f6f6f6;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    font-size:10pt;
}

@media only screen and (max-width: 900px)
{
    .page
    {
        /*width: 960px;*/
        width: 1340px;
        background-color: #f6f6f6;
        margin: 20px auto 0px auto;
        border: 1px solid #496077;
        font-size:8pt;
    }
}




.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #C71444;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 3px 0px 3px 20px;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
    border-top: 1px solid #496077;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    vertical-align:middle;

}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}


div.menu ul li a.selected
{
    background-color: #afd7fb;
    border: 1px #4e667d solid;
    color: black ;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    background-color:#fff;
    margin: 1em 0px;
    padding: 1em;
    /*border: 1px solid #ccc;*/

    -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
border-radius: 8px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;

}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #4b6c9e;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #4b6c9e;
}

div.accountInfo
{
    width: 100%;
    float:left;
}

input[type=text]{
	border: 1px solid #4b6c9e;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

input.Error{
	background-color: #ffb5b5;
	border: 1px solid red;
}

input.ErrorMax{
	background-color: #ffb5b5;
	border: 1px solid red;
	width: 320px;
}

.DropErrorMax{
	background-color: #ffb5b5;
	border: 1px solid red;
	width: 320px;
}

.DropError{
	background-color: #ffb5b5;
	border: 1px solid red;
}

input.ErrorDate{
	background-color: #ffb5b5;
	border: 1px solid red;
    cursor:pointer;
}

.GridFooterStyle{
	background-color: #990000;
	font-weight: bold;
	color: White;
}

.GridFooterStyle td{

    padding-left:5px;
}

.GridRowStyle{
	background-color: #FFFBD6;
	color: #333333;
}

.GridRowStyle td{

    padding-left:5px;
}

.GridEmptyRowStyle{
	
}

.GridPagerStyle{
	background-color: #FFCC66;
	text-align: center;
	color: #333333;
}

.GridSelectedRowStyle{
	background-color: #a0dbf9;
	font-weight: bold;
	color: Navy;
}

.GridSelectedRowStyle td{
    background-color: #a0dbf9;
    padding-left:5px;
}

.GridHeaderStyle{
	background-color: #4b6c9e;
	color: White;
	text-align: center;
    padding: 50px 10px 10px 10px;
}

.GridHeaderStyle th{
    padding: 5px 10px 5px 10px;
}

.GridEditRowStyle{
background-color: #b6b7bc;
}

.GridAltRowStyle{
	background-color: white;
}

.GridAltRowStyle td{

    padding-left:5px;
}





.SubMenu
{
    /*padding: 4px 0px 4px 8px;*/
    list-style: none;
    text-indent: 0px;
    padding: 0px;
    display: block;
    margin: 0px;
    clear: both;
    width:100%;
}


    .SubMenu li
    {
        display: inline-block;
        float:left;
        margin-right:0px;
        padding:0px;
    }

.SubMenu li a, .SubMenu li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    width:auto;
}

.SubMenu li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.SubMenu li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}




.SubMenu li a.Down, .SubMenu li a.Down:visited
{
    background-color: #dde4ec;
    border: 1px #4e667d solid;
    color: #465c71 ;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    width:auto;
}

.SubMenu li a.Down:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.SubMenu li a.Down:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


.SubMenu li a.Disabled, .SubMenu li a.Down:visited
{
    background-color: #dedddd;
    border: 1px #4e667d solid;
    color: #000;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    width:auto;
}

.SubMenu li a.Disabled:hover
{
    background-color: #dedddd;
    color: #000;
    text-decoration: none;
}

.SubMenu li a.Disabled:active
{
    background-color: #dedddd;
    color: #000;
    text-decoration: none;
}



.ErrorText{
	color: red;
	font-weight: bold;
}

.ErrorTextSmall{
	color: red;
	font-weight: bold;
	font-size: 11px;
}

.AltTableRow{
	background-color: #eaeaea;
}



.DateText {
    cursor:pointer;
}

.DisabledTextBox{
	background-color: transparent;
    border : none;
	color: #000;
    cursor:default;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #eaeff8;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.dropdown-menu{min-width:320px;padding:10px 0;margin:0;list-style:none;background-color:#fff;border-color:#ccc;border-color:rgba(0, 0, 0, 0.2);border-style:solid;border-width:3px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;} .dropdown-menu li{padding:5px 15px;margin:0;color:black;}
.dropdown-menu .divider{border-bottom:1px #ccc solid;height:1px;line-height:1px;margin-top:10px;margin-bottom:10px;padding:0;}
.dropdown-menu li:hover{background:#bfcbd6;} .dropdown-menu li:hover a{color:#fff;}
.dropdown-menu li.divider:hover{}
.dropdown-menu a{display:block;clear:both;font-weight:normal;line-height:10px;color:#1e1e1e;white-space:nowrap;text-decoration:none;width:100%;font-family:"Open Sans",sans,sans-serif;}
.dropdown-menu.open{display:block;}


.Callgreenzone{
	color: #459E00;
    text-decoration:underline;
}

.CallBlackzone{
	color: #000000;
    text-decoration:underline;
}

.Callredzone{
	color: #CC0000;
    text-decoration:underline;
}

.MimicLink
{
    color: #034af3;
    text-decoration:underline;
    cursor:pointer;
}

.metro-button{text-decoration:none;border:2px #e2e2e2 solid;padding:5px 20px;margin:10px 10px 0 10px;color:#fff !important;background:#1d1d1d;cursor:pointer;min-width:50px;display:inline-block;position:relative;text-align:center;border-radius:0;font-family:'Open Sans',sans-serif;}.metro .metro-button:hover{background:#3a3a3a;}
.metro-button.default:hover{background:#219297;}
.metro-button:active{background:#ffffff;color:#1d1d1d !important;top:2px;left:2px;}
.metro-button.disabled,.metro-button:disabled,.metro-command-button.disabled,.metro-command-button:disabled{border-color:#777777;color:#777777 !important;cursor:default;background:#1d1d1d !important;}.metro .metro-button.disabled:hover,.metro .metro-button:disabled:hover,.metro .metro-command-button.disabled:hover,.metro .metro-command-button:disabled:hover{background:#1d1d1d;}
.metro-button.disabled:active,.metro-button:disabled:active,.metro-command-button.disabled:active,.metro-command-button:disabled:active{top:0;left:0;}
input.metro-button,button.metro-button{min-width:94px !important;}
.metro-button.default{background:#008287;}.metro-button.default:active{background:#fff;}

.FieldsetContainer
{
    margin: 1em 0px;
    padding: 1em;
    /*border: 1px solid #ccc;*/

    -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
border-radius: 8px;
}

.MB_columntype{
    display:none;
}

.MB_primarytable {
    width: 750px !important;
    border: 1pt solid #eaeaea;
    border-collapse: collapse;
    border-spacing: 0;
}