@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	border: 0;
}
.thrColAbs #container {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

.thrColAbs #mainContent {
	position: absolute;
	top: 77px;
	width: 760px;
	margin-top: 0px;
	margin-bottom: -1000px;
	padding-bottom: 1000px;
	padding-top: 0px;
	padding-right: -1px;
	background-color: #FFFFFF;


}
.thrColAbs #mainContent #sidebar1 {
	position: absolute;
	left: 0px;
	width: 40px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: auto;
        background: #EBEBEB;
	padding-bottom: 100px;
	margin-bottom: -1000px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
	top: 25px;
}
.thrColAbs #mainContent #loginbar {
	position: absolute;
	left: 0px;
	/*width: 755px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        min-height: 1000px;
	background: #EBEBEB;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.thrColAbs #mainContent #main {
	position: relative;
	left: 50px;
	width: 665px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
        min-height: 1000px;
        background: #FFFFFF;
	padding-bottom: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
      	margin-bottom: -1000px;
	overflow: auto;
	top: 25px;
}
.iframe
{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.thrColAbs #container #titlebar {
	width: 760px;
	background: #666666;
	margin: 0px;
	padding: 0px;
}
.odd-row {
	background-color: #CCCCCC;
	font-family: Arial,sans-serif;
	font-size: 10px;
}
.even-row {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}
.odd-row2 {
	background-color: #CCCCCC;
	border: thin solid #999999;
	font-family: Arial,sans-serif;
	font-size: 10px;
	vertical-align: top;
}
.even-row2 {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.even-row-bold {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
.odd-row-bold {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
.events-row-header {
	background-color: #999999;
	font-weight: bold;
	border: thin solid #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.events-row {
	background-color: #CCCCCC;
	border: thin solid #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.logintext {
	font-family: Arial, sans-serif;
	colour: #666666;
	font-size: 12px;
}
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -200;
	left: 0px; /*position where enlarged image should offset horizontally */
}
.vb-row {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
}
.vb-row-bold {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.vb-row-header {
	background-color: #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.button:link {
	background-color: #8BD52B;
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #999999;
	padding: 2px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #8BD52B;
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #999999;
	padding: 2px;
	vertical-align: middle;
}
a.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #666666;
	border: 0px solid #999999;
	padding: 2px;
	vertical-align: middle;
}
a.button:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #8BD52B;
	color: #ffffff;
	border: 0px solid #999999;
	padding: 2px;
	vertical-align: middle;
}
.data-row {
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.data-row0 {
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.data-row1 {
	background-color: #99FFFF;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.data-row2 {
	background-color: #CCCC99;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.data-row3 {
	background-color: #66CC66;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.data-row4 {
	background-color: #FFBC00;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.data-row5 {
	background-color: #ADDFFF;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
.bold-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
#unsubscribe {
	margin-top:1em;
	width:100px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(image/unsubscribe.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit1 {
	margin-top:1em;
	width:200px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(image/add-new-alert.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important;  cursor:hand;
}
#login1 {
	background:url(image/login.gif) no-repeat 0 0;
        width:40px;
}
