body{
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	width:100%;
}
.pageunderConstruction{
	min-height:250px;
	*height:435px;
	background-color: white;
	padding-top: 140px;
}

.noDataAvailable{
	padding: 30px;
	padding-top:5px;
	height:465px;
	background-color: white;
}
.webForm{
	margin:0px;
}
.noDataFound{
	font-weight: bold;
	font-size: 14px;
}

.companyTitle{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.tweetPage {
	width: 100%;
}

.tweetMain {
	margin:0 auto;
	font-size: 12px;
	font-family: Helvetica;
	width: 939px;
}

/*This is common for all the layouts*/
mainHeaderDiv{
	float: left;
	clear: both;
	width: 100%;
	}

.mainBodyDiv {
	float: left;
	clear: both;
	height: auto;
	width: 950px;
}

.mainFooterDiv {
	float: left;
	width: 100%;
	clear: both;
	margin: 15px 0px 15px 0px;
}

/*Common footer content*/
mainFooterBlock {
	width: 100%;
	float: left;
}

.mainFooterContent {
	width: 94%;
	float: left;
	border-top: 1px solid #A8A9AD;
	color: #A8A9AD;
	margin-top: 18px;
}

.mainFooterCopyRights {
	float: left;
	width: 42%
	font-size: 8px;
	padding-left: 15px;
}

.mainFooterPoweredBy {
	float: right;
	width: 8%;
	padding-top: 15px;
}

.mainFooterContentLogo {
	width: 20%;
	float: right;
	background-image: url(../images/newPowerdLLogo.gif);
	background-repeat: no-repeat;
	width: 51px;
	height: 60px;
}

.companyLogo{
	max-width: 105px;
	min-width: 30px;
}
.cursor{
	cursor: pointer;
}
.pageNotFoundBlock{
	text-align: center;
}
.pageNotFound{
	background-image: url(../images/error.png);
	height: 238px;
	width: 452px;	
}
.pageNotFoundContent{
	margin: 50%;
	color:red;
}


div.error, span.error, li.error, div.message {
    background: #ffffcc;
    border: 1px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 10px auto;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
	color:red;
}
.globalMessage ul{
	list-style: none;
	margin-left:10px;
	font-weight: bold;
	margin-top: 5px;
	color:blue;
	text-align: center;
}
.label{
	font-size: 13px;
	font-weight: bold;
}
