table{
	font: 12px arial;
	text-decoration: none;
}

a:link, a:active, a:visited{
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
a:hover{
	color: #4b5b81;
	text-decoration: underline;
}


.holder{
	background: #f8f8f8;
}

.title{
	font-weight: bold;
	font-size: 16px;
	color: #4f4f4f;
	font-family: arial, sans-serif;
}

.alert{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.button{
	cursor: pointer;
}
.textbox{
	font: bold 11px arial;
	color: #A09688;
	background-color: #FAEBD7;
	border: #A09688 1px solid;
}

.textboxalert{
	font: bold 11px arial;
	color: #A08888;
	background-color: #FAD7D7;
	border: #A08888 1px solid;
}

.divider{
	background-image: url(../_images/bg_divider.gif);
	background-repeat: repeat-x;
}

.textSmall{
	font: 10px arial;
	text-decoration: none;
}

/*##############################*/

/*##############################*/


/*PANELBAR*/

.pbLev0{
	font: bold 11px arial;
	color: #03F !important;
	padding: 3 3 3 8;
	margin: 0 1 0 1;
	text-decoration: none;
}
.pbLev1{
	font: 10px arial;
	color: #03F !important;
	padding: 3 3 3 16;
	margin: 0 1 0 1;
	text-decoration: none;
	width: 100%;
}
.pbLev0:hover, .pbLev1:hover{
	background: #FFF;
	cursor: pointer;
	text-decoration: none;
}

/*  OLD  */
/* ##### */

.pb_level0{
	font: bold 11px arial;
	color: #03F;
	width: 100%;
	height: 24px;
	padding: 0 3 0 8;
	margin-left: 1;
}
.pb_level0_hover{
	font: bold 11px arial;
	color: #03F;
	width: 100%;
	height: 24px;
	padding: 0 3 0 8;
	margin-left: 1;
	background: #FFF;
	cursor: pointer;
}

.pb_level1{
	font: 10px arial;
	color: #03F;
	width: 100%;
	height: 20px;
	padding: 0 3 0 16;
	margin-left: 1;
}
.pb_level1_hover{
	font: 10px arial;
	color: #F00;
	width: 100%;
	height: 20px;
	padding: 0 3 0 16;
	margin-left: 1px;
	background: #FFF;
	cursor: pointer;
}
.pb_level1_select{
	font: 10px arial;
	color: #F00;
	width: 100%;
	height: 20px;
	padding: 0 3 0 16;
	margin-left: 1px;
	cursor: pointer;
}

/*##############################*/


/*EVENTS*/

.eventsEntryTable{
	width: 100%;
	padding: 0 0 10 20;
	margin: 0 5 5 0;
	border: solid 1px #FAEBD7;
	border-bottom: solid 3px #FAEBD7;
	background: url(../vpics/5c22d5485e8c4de48cb501176fefe6cf/frameset/blogArrow.gif) no-repeat 3px 3px;
}
.eventsDate{
	font: bold 11px verdana;
	color: #0033FF;
	line-height: 16px;
}
.eventsTitle{
	color: #666;
	font: bold 13px verdana;
	text-transform: uppercase;
	line-height: 24px;
}
.eventsBody{}
.eventsNoPost{}
.eventsBtnShowAll{
	font: bold 11px verdana;
	color: #F97C08;
	border: solid 1px #FAEBD7;
	background: #E9CDA7;
}


