/* Custom css starts here*/
#block_1
	{
    float: left;
    margin-left: 0;
    width: 17%;
	}
#block_2
	{
	float: left;
	width: 83%;
	margin-bottom: 50px;
	font-size:13px;
	/*margin-left: -67%;*/
	}
	
#innerblock
{
border : 1px solid black;
height : 311px;
/*float: left;*/
margin: 10px 0px 0px 10px;
/*width: 32%;*/
}
/*
#innerblock_2
{
border : 1px solid black;
height : 300px;
float: left;
margin: 10px 0px 0px 10px;
width: 30%;

}	
#innerblock_3
{
border : 1px solid black;
height : 300px;
float: left;
margin: 10px 0px 0px 10px;
width: 30%;

}	*/

.sign_out{
	position:absolute;
	top:20px;
	right:20px;
	font-size:12px;
}
.sign_out a, .sign_out a:visited{
	color:white;
	text-decoration:none;
}
.sign_out a:hover{
	color:blue;
	font-weight:bold;
}

.welcome{
   /* color: white;*/
    font-size: 12pt;
    position: absolute;
    right: 111px;
    top: 10px;
}

.comp_name{
    font-size: 14pt;
	padding: 15px;
}

.block_search{
	display: inline;
}

.user_notice{
	text-align: center;
}

.innerblock_heading{
padding:6px ;
background: gray;
color : white;
}

.myImage {
 display: block;
 margin: left;
}


.title{
	border-top:1px gray solid;
	background-color: #D1D3D3;
	text-align:center;
	color:white;
	font-size:16pt;
	font-weight:bold;
	position:relative;
}

.return-home{
	position:absolute;
	top:0px;
	right:0px;
	color:white;
	font-size:12pt;
}
.return-home a, .return-home a:visited{
	color:white;
	text-decoration:none;
}
.return-home a:hover{
	color:#01074A;
	font-weight:bold;
}
.home_body{
padding-bottom: 150px;}

.viewimagetbl table{
width:100%;
border: 1px solid black;
}

.viewimagetbl th{
border: 1px solid gray;
height: 40px;
background: gray;
color: white;
text-shadow: none;
}

.viewimagetbl td{
border: 1px solid gray;
width:5%;
text-align:center;
height:40px;
}

.txtblue{
color: #5858D9;
padding-bottom:4px;
}
.txtorange{
color: orange;
padding-bottom:4px;
}
.txtgreen{
color: green;
padding-bottom:4px;
}
.txtred{
color: #DB0606;
padding-bottom:4px;
}
.txtblack{
color: #000;
padding-bottom:4px;
}

