﻿html, body {
	font-family:Calibri, Segoe UI, Arial, Verdana;
	font-size: 10pt;
	height: 100%;
}

#dMain {
    height:auto;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
    /*border:1px solid red;*/
}

#dHeader {
    height:60px;
    width:100%;
    margin-bottom:20px;
    /*border:1px solid blue;*/
}

#dCompanyLogo
{
    float:left;
    height:40px;
    width:300px;
    background-image:url(../Images/SystemLogo.png);
    background-repeat:no-repeat;
    background-position:center;
}

#dSystemLogo
{
    float:right;
    height:60px;
    width:120px;
    background-image:url(../Images/CompanyLogo.png);
    background-repeat:no-repeat;
    background-position:top;
}

#dInfoBar {
    width:auto;
    height:30px;
    border:1px solid #ccc;
    border-radius:5px;
    padding:5px 5px 5px 5px;
    /*background-color:#f5f5f5;*/
    background-color:white;
    clear:both;
}

#dInfoMenu {
    float:left; 
    width:4%;
}

#dBreadcrumb {
    float:left; 
    width:45%;
	padding-top: 5px;
}

#dInfoLogin {
    float:right;
    height:30px;
    width:39%;
    text-align:right;
    padding-top:5px;
    /*border: 1px solid red;*/    
}

#dCredentials {
    display:none;
    z-index:190; 
    position:absolute; 
    width:350px; 
    height:300px; 
    overflow:hidden;
    background-image:url('../Images/Box2.png'); 
    background-repeat:no-repeat; 
    background-position:center;
}

#dBody {    
    position:absolute;
    width:100%;
    height:auto;
    top:120px;
}

#dMenu {
    display:none;
    position:absolute;
    width:200px;
    background-color:#217345;
    border:1px solid #FFFFFF;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    padding:20px 0px 20px 0px;
    z-index:2;
}

#dContent {
    /*position:static;
    height:inherit;
    width:inherit;
    overflow:hidden;
		overflow:auto;*/
    width:95%;
    padding:20px 0px 20px 0px;
    border:1px solid #ccc;
    border-radius:10px;
    background-color:white;
	
}

#dContentPage {
    height:100%;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}

.ContentHeader {
    width:100%;      
}

.ContentHeaderTable {
    width:100%;      
}

.ContentInfo {
    width:40%;
}

.ContentCommand {
    width:59%;
}

.ContentCommandDiv {
    margin:10px 0px 10px 15px; 
    text-align:right;
}

.ContentBody {
    width:100%;         
}

.Timeout
{
    font-weight:bold;
    color:#cf0000;
}

#dHome {
    position:static;
    height:100%;
    width:100%;
    background-image:url(../Images/ProHome.gif);
    background-repeat:no-repeat;
    background-position:center;
}

#dLogin {
    position:static;
    height:100%;
    width:100%;
    background-image:url(../Images/ProHome.gif);
    background-repeat:no-repeat;
    background-position:center;
}
/*A {
      color: #DADADA;
      text-decoration: underline;
}

A:hover {
      color: #c3d1b0;
} 

NavigationBarItem, a.NavigationBarItem {
      color: #c3d1b0;
      text-decoration: none;
      border-radius:3px;
      padding:0px 2px 0px 2px;
}

a.NavigationBarItem:hover {
      color: blue;
      text-decoration: none;
      border-radius:3px;
      padding:0px 2px 0px 2px;
}

NavigationBarItem_Selected, a.NavigationBarItem_Selected:hover, a.NavigationBarItem_Selected {
      color: blue;
      text-decoration: none;
      border-radius:3px;
      padding:0px 2px 0px 2px;
}*/

.MenuShow {
    display:block;
    position:absolute;
    height:100%;
    width:auto;
    background-color:#333333;
    border:1px solid #ccc;
    border-bottom-right-radius:10px;
    border-top-right-radius:10px;
    padding-right:30px;
    z-index:5;
}

.MenuHide {
    display:none;
}