﻿body {
	background-color: #badceb;
	font:Black;
	margin-left: 0px;
	margin-top: 0px;
	margin : 0px;
	z-index: 1;
}
#darkblue 
{
	background-color: #0085ac;
	position:absolute; 
    top : 0px; 
    width : 100%;
    height : 58px;
    z-index : 6; 
}
#blackarea {
	background-color : Black;
	position:absolute; 
    top : 58px;
    width : 100%;
    height : 7px;
    z-index : 6; 
}
#logo {
	position:absolute; 
    left: 0px;
    top : 0px; 
	z-index : 7;
}
.mainContent {
	font-family : Trebuchet MS, Arial;
	font-size : small;
	color : Black; 
	position:absolute; 
	text-align : left;
    left : 5px;
    top : 200px;
	z-index : 7;
}
#timeStamp {
	font-family : Trebuchet MS, Arial;
	font-size : small;
	color : Black; 
	position:absolute; 
	text-align : left;
    left : 10px;
    top : 70px;
	z-index : 8;
}
.login {
	font-family : Trebuchet MS, Arial;
	font-size : small;
	color : White; 
	position:absolute; 
	text-align : right;
	top : 5px;
    left : 500px;
    vertical-align : top;
	z-index : 7;
	text-decoration: none;
}
.breadCrumb
{
    color: White;
    font-family : Trebuchet MS, Arial;
    font-size: smaller;
}
#footer {
	border : solid 1 #0085ac;
	font-family : Trebuchet MS, Arial;
	font-size : small;
	color : Black; 
	position:absolute; 
	text-align : left;
	left : 5px;
    top : 500px;
    vertical-align : bottom;
	z-index : 7;
}
.infoBox
{
    text-align: left;
    font-family : Trebuchet MS, Arial;
    font-size: small;
}
.infoBox #loginBox_Password
{
    width: 200px;
}
.infoBox #loginBox_UserName
{
    width: 200px;
}
.roundedCorners{display:block}
.roundedCorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#0085ac}
.roundedCorners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6ab6cf;
  border-right:1px solid #6ab6cf;
  background:#2e9abb}
.roundedCorners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #a7d3e4;
  border-right:1px solid #a7d3e4;
  background:#2395b7}
.roundedCorners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #2395b7;
  border-right:1px solid #2395b7;}
.roundedCorners4{
  border-left:1px solid #6ab6cf;
  border-right:1px solid #6ab6cf}
.roundedCorners5{
  border-left:1px solid #2e9abb;
  border-right:1px solid #2e9abb}
.roundedCornersfg
{
    background:#0085ac;
    padding-left: 30px;
    padding-right: 10px;
}
#loginArea
{
    padding-left: 3px;
    padding-top: 5px;
    width: 350px;
}