style.css 1.06 KB
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;

}

div {
	border: 0px solid;
	padding: 0px;
	margin: 0px auto;
	
}

.globalDiv {
	width: 900px;
	position: relative;

}
.globalTopDiv {
	position: relative;

}

.spacerHolder {
	background: #FFFFFF;
	height: 1px;
}

.logoHeader {
	height: 99px;
}

.logoLeftHeader {
	width: 680px;
	float: left;
}

.logoRightHeader {
	width: 100%;
	float: right;
}

.w50
{
	width:50%
}
.w60
{
	width:60%
}
.w40
{
	width:40%
}
.w80
{
	width:80%
}

.w100
{
	width:100%
}

.fl
 {
 	float:left !important;
 }
 
 .LabelFieldSmall
{
	font-family:Arial;	
	font-size: 11pt;
	color: #333333;
	FONT-WEIGHT:normal;
}
.LabelFieldMediumBold
{
	font-family:Arial;	
	font-size: 13pt;
	color: #333333;
	FONT-WEIGHT:bold;
}
.menuHeader {
	height: 40px;
}

.menuHeaderCorner {
	width: 15px;
	float: left;
}

.menuHeaderBase {
	background-image: url(../images/link_grey.jpg);
	background-repeat: repeat;
	width: 870px;
	height: 40px;
	float: left;
}

.columnStyle{
background:url(../images/spacer.gif)
}