.mainBox {
	position: relative;
	width: 745px;
	margin: 0 auto;
	text-align: left;
	top: 10px;
	border: 1px solid #999999;
}

.mainBoxPopup {
	position: relative;
	width: 560px;
	margin: 0 auto;
	text-align: left;
	top: 10px;
	border: 1px solid #999999;
}

.topBox {
	position: relative;
	height: 91px;
	background-image: url(../images/topbar_shim.gif);
}

.topBox2 {
	position: relative;
	height: 91px;
	background-image: url(../images/header_bg.jpg);
}

.topButtons {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 212px;
}
.menuBox {
	position: relative;
	height: 28px;
	background-image: url(../images/menu_shim.gif);
	background-repeat: repeat;
}
.menuItems {
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 8px;
	left: 25px;
	font-size: 10px;
	width: 600px;
}
.bottomBar {
	position: relative;
	height: 64px;
}
.collums {
	position: relative;
	background-color: #FFFFFF;
}.background {
	position: absolute;
	height: 918px;
	width: 100%;
	background-image: url(../../../Vinidex%20DBA/HTML/images/background.jpg);
	background-repeat: repeat;
}
.mainInfo {
	padding-left: 35px;
	position: relative;
	padding-top: 30px;
}

.mainInfoPopup {
	padding-left: 10px;
	position: relative;
	padding-top: 30px;
}

.fieldHeaders {
	font-size: 11px;
	font-weight: bold;
	color: #8C8C8C;
}
.fields {
	border: 1px solid #B7B7B7;
	background-color: #F5F5F5;
	color: #666666;
}
.buttons {
	border: 1px solid #7EB18A;
	background-color: #07463D;
	font-size: 11px;
	color: #ffffff;
}
.subHeader {
	font-size: 12px;
}
.tableHeaders {
	font-size: 10px;
}
.alignRight {
	top: 0px;
	right: 0px;
	position: absolute;
}
.menuItems {
	font-weight: bold;
	color: #FFFFFF;
}
.whiteText {
	color: #FFFFFF;
}

.tableColor{
	color: #245054;
}

a:link{
	color: #07463D;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #07463D;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #07463D;
	font-weight: bold;
	text-decoration: none;
}