@charset "utf-8";
/* CSS Document */


body {
	font-size: 12px;
	/*background: #666666;*/
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #C30;
}

a:visited {
	color: #C30;
}

#logo {
	display: block;
	margin: 0px;
	padding: 0px;
}

#body {
  /* padding:10px; */
   padding-bottom:60px;   /* Height of the footer */
   padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	background:#0E6694;
	color: #CCC;
	font-size: x-small;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	position:absolute;
	width:auto;
	height:30px;
	bottom: 0px;
	display: block;
	right: 0px;
	left: 0px;
}
#notifarea {
	display: none;
	width: 300px;
	border: 2px none #CCC;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -150px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #999;
	font-weight: normal;
}


#logo {
	padding: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: auto;
}


 #container {
	min-height:100%;
    /*width: 1000px;*/
    /*width: 1200px;*/
    /*width: 100%;*/
	min-width:100%;
	position:relative;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
 }
 
 #body {
   padding:10px;
   padding-bottom:30px;   /* Height of the footer */
}
		
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#menuTop {
	font-size:9pt;
	background-color: #0E6694;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#menuTop ul, menuTop li{
	margin:0;
	padding:0;
}


#menuTop ul {
	list-style-type:none;
}

#menuTop li {
	float: right;
	display: block;
	padding-right: 15px;	
}

#menuTop a:link, #menuTop a:visited {
	font-family: 	Arial, Helvetica, Utkal, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}

#menuTop a:hover{
	text-decoration: underline;
}

.dhx_toolbar_base_dhx_skyblue div.dhx_toolbar_btn img {
    height:16px;
    width:16px;
}

#userid {
	margin: 0;
	background-color: #F4F4F4;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	height: 18px;
}
