.borderleft{border-style:solid;border-width: 1px 1px 1px 2px;  } 
.borderright{border-style:solid;border-width: 1px 2px 1px 1px;  }
.tblDca{font-size:small;}
html {
	height: 100%;
}
body, Label {
	font: 12px Tahoma, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #111;
	background-color: #fff;	
}
form 
{
    height:100%;
	display: inline;/**/
	background-color: black;
}
table{border-collapse:collapse}



a {
	color: blue;
	outline: none;
	text-decoration: underline;
	font: 12px Tahoma, Verdana, sans-serif;
	/*margin-left:10px;*/
}
a:hover {
	text-decoration: none;
}

button.mybutton:hover
{
   color:white;
}

p {
	margin: 0 0 18px
}
img {
	border: none;
}

input {
	vertical-align: middle;
}
#wrapper {
	/*width: 1900px;
	min-width: 1024px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header 
{   
    position:relative;
	height:150px;
	background: url('../images/banner3.png') no-repeat;
	margin-left:0px;
}
#bgheader 
{   /*horizontal red line*/
    height:150px;
    position:relative;  
	background-image:url('../images/bgheader.png');  
}
#cmms 
{
    font: 24px Candara;
    font-weight:bold;
    position: relative;
    /*background-color: #DDDDDD;
    padding: 20px;*/
    padding-left: 260px;
    padding-top: 60px;
    border-radius: 5px 5px 0 0;
    float:left;/**/
    top: 0;/*70*/
    z-index: 10;
}

#welcomeUser 
{
    position: relative;
    /*background-color: #DDDDDD;*/
    padding: 5px;
    border-radius: 5px 5px 0 0;
    float: right;/**/
    top: 0;/*70*/
    margin: 2px ; 
    z-index: 10;
}


.left{
    margin:5px;
}
#picUser
{
    margin:55px;
    padding-right:0;
    border:1px solid #bbb;
}

#header h1 {margin-top:30px;font-size: 32px;color:#696969;}
#header h2 { margin-top:5px;padding: 0px;font-size: 14px;color:#696969;}
#header a {margin-top:0px;color:White;font: bold 12px Tahoma}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 30px;
	height: 1%;
	position: relative;
}
@media screen{
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}}
#container {
	width: 100%;
	float: left;	
	/*background-color:Gray;*/
	margin: 0 auto;
}
#contentbg
{
    width: 100%;
    height:35px;
    }	
   
    
@media screen{
#content {
	/*padding: 0 0 0 170px;*/
	margin-top:10px;}

	}
@media print{
	#content {
	padding: 0 0 0 0px;
	margin-top:10px;}}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 150px;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
}

#sideLeft .headerbar{font: bold 12px Verdana;color: white;
background: Red; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;padding: 7px 0px 7px 0px; /*31px is left indentation of header text*/
text-align:center; border: 1px solid black}
#sideLeft ul{list-style-type: none;margin: 0;padding: 0;margin-bottom: 0; /*bottom spacing between each UL and rest of content*/}
#sideLeft ul li{padding-bottom: 2px; /*bottom spacing between menu items*/}
#sideLeft ul li a{font: normal 10px Verdana;color: black;background: #E9E9E9;display: block;padding: 5px 0;line-height: 17px;padding-left: 8px; /*link text is indented 8px*/text-decoration: none;}
#sideLeft ul li a:visited{color: black;}
#sideLeft ul li a:hover{ /*hover state CSS*/color: white;background: #FF9A8E;}
#sideLeft a{font: normal 11px Verdana;color: black;text-decoration: none;}
#sideLeft a:visited{color: black;}
#sideLeft a:hover{ /*hover state CSS*/color: white;}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -30px auto 0;
	/*min-width: 1024px;
	height: 25px;
	background: White;*/
	position: relative;
	text-align:center;
	vertical-align:middle;
	color: #000000;
	font : bold 10px Tahoma, Verdana, sans-serif;
	/*padding-top:5px;*/
}

/* Table Layout
-----------------------------------------------------------------------------*/
#layout{text-align:left;width:100%;border: 1px solid black;}
#layout th{text-align:left;border-bottom:1px solid black;background-color:Gray;color:White;}
#layout td{margin-left:0px}
/*#layout button{border: 1px solid gray;}*/
#layout select, input{font-family: Tahoma, Verdana, sans-serif; font-size: 12px; color: #696969; margin-left: 3px;}
#layout a{ padding:2px 5px}
.mandatory
{
    background-color:#FFD9B3;
}

.date
{
    font: bold 18px Tahoma;
    text-align:left;
}

select[disabled] { background-color:#dddddd; }
input[disabled] { background-color:#ffffff; color:black }

