body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3e82cd;
	font-size:12px;
}
body, html
{
	min-height:100%;
	height:100%;
	
}
.MainContainer
{
	width:100%;
	height:100%;
	position:relative;
}

.LoginBox
{
	background:url(../images/edge_bg.jpg);
	width:571px;
	height:384px;	
	margin:0 auto;
	margin-top:100px;
	position:relative;
}
.LoginBox .StLogo
{
	
	height:73px;
	position:absolute;
	right:40px;
	top:30px;
}
.LoginDetails
{
	position:absolute;
	right:44px;
	bottom:30px;
	width:310px;
	height:auto;
	color:#FFF;
}

.homeContent
{
	position:absolute;
	right:44px;
	top: 125px;
	left: 25px;
	height:auto;
	color:#ffffff;
	font-size:18px;
}

.LoginDetails .userlabel
{
	line-height:35px;
	vertical-align:bottom;
}
.LoginDetails input
{
	background:url(../images/inputbg.jpg) repeat-x 0 0;
	height:31px;
	width:305px;
	border:solid 1px #c0cdda;
	line-height:31px;
	vertical-align:middle;
}
.LoginDetails input.LoginBut
{
	width:102px;
	height:42px;
	float:right;
	margin-top:30px;
}
.LoginDetails input.LoginBut:hover
{
	background-position:0 -42px;
}

/*Inner Header Style */

.Header
{
background:url(../images/header_bg1.jpg) repeat-x left top;
height:105px;
}
.Header .InnerLogo, .Header .CompName
{
	width:auto;
	height:auto;
	margin:20px 0 0 5px;
	float:left;	
}
.blackText
{
    color:Black;
}
.editItem 
{
	width: 45px;
	height: 20px;
	background: url("../content/images/edit.png") no-repeat scroll 0px 0px;
	color: #fff;
	font-weight: bold;
	text-indent: 14px;
	padding: 4px 1px 4px 1px;
	border: 0;
}

.viewItem 
{
	width: 45px;
	height: 20px;
	background: url("../content/images/edit.png") no-repeat scroll 0px 0px;
	color: #fff;
	font-weight: bold;
	text-indent: 14px;
	padding: 4px 1px 4px 1px;
	border: 0;
}