body {

	
	background-color:#1a1f22;
	font-family: Arial;
	color: #e3ebed;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	minHeight: 1000px;
	min-height: 1000px;
}



.styleHeading{
	font-family: Arial;
	font-size: 10pt;
	color: #4d85a0;
}

.blackBox {
	background-color: #000000;}

.box {
	color: #3e3e3e;
	background-color: #f7f7f7;
	border:1px solid #838B97;}
	
.backgroundBox {
	color: #3e3e3e;
	background-color: #e7e7e7;
	border:1px solid #838B97;}


/* BORDER TABLE */

.borderTable {
	color: #3e3e3e;
	background-color: #838B97;}
.borderTable th {background-color: #e7e7e7;}
.borderTable td {background-color: #f7f7f7;}

/* END BORDER TABLE */


/* NEW BORDER TABLE */
.newBorderTable
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
}
	
.newBorderTable,
.newBorderTable td,
.newBorderTable th{
    border-color: #838B97;
    border-style: solid;
}	

.newBorderTable td,
.newBorderTable th
{
    border-width: 1px 1px 0 0;
}
.newBorderTable th
{background-color: #e7e7e7;}
.newBorderTable td
{background-color: #f7f7f7;}
	
/* END NEW BORDER TABLE */
	
/* WS LISTING TABLE */
.wsListTable
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
}
	
.wsListTable,
.wsListTable td,
.wsListTable th{
    border-color: #f7f7f7;
    border-style: solid;
	color: #3e3e3e;
	background-color: #f7f7f7;
}

.wsListTable td,
.wsListTable th
{border-width: 1px 1px 0 0;}

/* ------------------ */

.wsListBorderTable
{
	cursor: pointer;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
}
	
.wsListBorderTable,
.wsListBorderTable td,
.wsListBorderTable th{
    border-color: #3e3e3e;
    border-style: solid;
	color: #3e3e3e;
	background-color: #f7f7f7;
}	

.wsListBorderTable td,
.wsListBorderTable th
{border-width: 1px 1px 0 0;}

/* END WS LISTING TABLE */
	
	
	
	
	
	
	
.bodyTable {
	background-color: #797d7e;}

.wsBordered {border:1px solid #838B97;}
.wsNoTopBordered {
	border-right:1px solid #838B97;
	border-left:1px solid #838B97;
	border-bottom:1px solid #838B97;}
.wsNoVertBordered {
	border-right:1px solid #838B97;
	border-left:1px solid #838B97;}
.wsRightBordered {border-right:1px solid #838B97;}

.wsBodyBordered {border:1px solid #797d7e;}

.wsContent{
	width: 724px;}


.sideBar {background-color:  #f7f7f7;}
.wsListColor {background-color: #f7f7f7;}
.wsTextColor {color: #3e3e3e;}
.wsAddress {color: #3e3e3e;}



.noCalendarBackground {background-color: #838B97 !important;}

.adminNavLinks {
	font-size: 10pt;
	font-weight: bold;}
.adminNavLinks a {
	color: #e3ebed !important;
}


.toggleLinkOn {
	color: #719C45;
	cursor:pointer;
	text-decoration:underline;}
.toggleLinkOff {
	color: #719C45;
	}

a,
a:link,
a:visited,
a:active {
	text-decoration:none;
	/*font-weight:bold;*/
	color: #719C45;
}

a:hover {
	text-decoration:underline;
	color: #88BB53;
}


hr {
	color: #838B97;
	background-color: #838B97;
	noshade:noshade;}

.eventNameLink {
	color: #484848 !important;
	font-weight:bold;
}


#popupContactPromoter {
	z-index: 10001;
	position: absolute;
	top:100px;
	width: 360px;
	overflow: none;
	color: #3e3e3e;
	background-color: #f7f7f7;
}

#popupContactPromoter_inside {
	background-color: #f7f7f7;
	border: 1px solid black;
	height: 350px;
	overflow: auto;
	z-index: 5000;
	width: 360px;
	position: relative;
	color: #3e3e3e;}
	

#popupContactPromoter_dragbar {
	background-color: #e7e7e7;
	border-bottom: 1px solid black;
	width:100%;
	color: #3e3e3e;}