body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.dotted_line_vertical_home {
	BACKGROUND-POSITION: center 50%;
    FONT-SIZE: 1px;
    BACKGROUND-IMAGE: url(dottedline.gif);
    BACKGROUND-REPEAT: repeat-y;
}

/* text style used for most text rendered by modules */
h1, h2, h3{
	font-family: Arial, Verdana, Arial;
	color: #000;
	font-weight: bold;
}

h1{
	font-size: 15pt;
	font-weight: normal;
}

h2{
	font-size: 13pt;
}

h3{
	font-size: 12pt;
}

.Normal, .NormalBold, .NormalRed,
.CommandButton, p{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	line-height: 1.5;
}

.NormalSmall{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
}

.NormalRed{
	color: red;
}

.NormalBold{
	font-weight: bold;
}


.Normal a, .Normal a:visited, a.Normal, a.Normal:visited{
	color: red;
}




/*NAVIGATION*/

/*set font sizes*/
.PB_MainMenu_MenuItem, .PB_MainMenu_SubMenu,
.PB_MainMenu_MenuItemSel,.PB_MainMenu_MenuItem{
	font-family: Arial, Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}

.PB_MainMenu_MenuContainer {
	border-bottom: #000 1px solid;
	border-left: #333333 15px solid;
	border-top: #EEE 1px solid;
	border-right: #EEE 1px solid;
	background-color: #EEEEEE;
	width: 160px;
}

.PB_MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:30px;
	width: 160px;
}

.PB_MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	height: 30px;
}

/*mouse-over items*/
.PB_MainMenu_MenuItemSel{
	background-color: #FFF;
	cursor: pointer;
	cursor: hand;
	color: #000;
	height: 30px;
}

/*menu items*/
.PB_MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000;
}

/*sub menu icon areas*/
.PB_MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #333;
	border-left: #333333 0px solid;
	border-bottom: #333333 0px solid;
	border-top: #333333 0px solid;
	text-align: center;
	width: 10px;
	height: 30px;
}

/*menu active items*/
.PB_MainMenu_MenuItem_Active, .PB_MainMenu_SubMenuItem_Active, .PB_MainMenu_SubMenuItem_Sel{
	background-color: #FFF;
	color: #000;
}



