/*   */

.box1 {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.box1 IMG {
	border: 0;
}

.box1 UL {
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;
}

.boxadmin {
	background-image: none;
}

.pn-bold {
	font-weight: bold;
	vertical-align: baseline;
}

.pn-italic {
	font-style: italic;
	vertical-align: baseline;
}

.pn-underline {
	text-decoration: underline
}


/********* admin styles **********/
	
	/* styles for module admin menus */
	
	.pn-menu {
	text-align: center;
	}

	UL.pn-menu {
		width: auto;
		text-align: left;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	UL.pn-menu LI {
		display: inline;
		position: relative;
		padding-left: 1em;
		padding-right: 1em;
		line-height: 2em;
	}

	UL.pn-menu LI A {
		white-space: nowrap;
	}

	
	/* style for main admin tables */
	.pn-admintable {
	  width: 100%;
	  padding: 4px;
	  border: 1px solid #A1A1A1;
	  empty-cells: show;
	  margin-top: 10px;
	}
	/* classes to define two colors for admin view table to cycle between.*/
	.pn-admintable tr.pn-even, .pn-adminform tr.pn-even  {
	  background-color: #FFFFFF;
	}
	.pn-admintable tr.pn-odd, .pn-adminform tr.pn-odd {
	  background-color: #EDF2F2;
	}
	/* stying for the cell elements in admin tables */
	.pn-admintable td, th{
	  border: 1px solid #A1A1A1;
	  padding: 4px;
	}
	
	.pn-admintable th{
		text-align: left;
		font-weight: bold;
		background: white;
	}
	
	.pn-admintable img {
		vertical-align: text-bottom;
	}
	
		
	/* main admin form style */
	form.pn-adminform {
	  border-top: 1px dashed #0074B0;
	  border-bottom: 1px dashed #0074B0;
	  margin: 0.5em 0 0.5em 0;
	  padding: 0.2em 0 0.2em 0;
	}
	
	form.pn-adminform input {
		vertical-align: baseline;
	}
	
	form.pn-adminform textarea {
		font-size: 1em;
		font-family: "Courier New", Courier, monospace;
		width: auto;
	}
	
	
	/* add the help cursor to labels that provide additional help via the title
	tag of the label */
	form.pn-adminform label.pn-adminformhelp {
	    cursor: help;
	}
	
	
.fck-image-align-left {
	float: left;
	position: relative;
	display: inline;
}

.fck-image-align-right {
	float: right;
	position: relative;
	display: inline;
}


