@charset "utf-8";
/* CSS Document */


.TopPane {
	/*vertical-align: top;
	height:382px;*/
}

#TopPane {

	/*vertical-align: top;
	height:382px;*/
}
.contentpane {
vertical-align: top;
}
.bottompane {
vertical-align: bottom;
}
.leftpane {}


.mainTable
{
	width:100%;
}

.expopagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A4D3D;

}
.expolabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3A4D3D;
	font-weight: bold;
}
.expotitle {
	color: #5B0000;
	font-weight:bold;
	font-size: 16px;
	line-height: 15px;
}
.expotext {
	color: #C1BCB4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.expolinkdetails {
	color: #C1BCB4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.expodateslabel {
	font-weight: bold;
}
.expodates {
	color: #C1BCB4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.PageNumbers 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #3A3730;
	font-weight: normal;
padding-left: 15px;
padding-bottom:25px;
}

.PageLink 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	padding: 3;}

.PageLinkActive 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #3A3730;
	text-decoration: none;
	height: 5px;
	width: 10px;
padding: 5px;
	vertical-align: middle;
	text-align: center;
}
.Pagelinkseperator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
}
/* -------------------------------   'Admin' and CuteEditor 'Edit' button on all pages   ------------------------------- */

a.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AE210D;
	padding: 10px;
	border: thin solid #AE210D;
	background-color: #fff;
	height: 45px;
	width: 70px;
	text-align: center;
	text-decoration: none;
}
a.buttons:hover, a.buttons:visited, a.buttons:active {
	text-decoration: none;
}
a.buttons:hover {
	background-color: #AE210D;
	color: #fff;
}