

div.content_margin_pip {
	margin:0 0 0 0px;
	padding:10px 14px 20px;
}
#crums #pipadmin {
	float: right;
	background: none;
	display: inline;
}

#pipadmin a {
	margin: 0;
	background: none;
	padding: 0;
}

#pip ul {
	list-style: none;
}

#pip .pip-column {
	float: left;
	width: 314px;
	padding: 10px 5px 30px 0px;
}
#pip .block h2 {
  margin: 0;
  padding: 5px 10px 5px 5px;
  height:23px;
  font-size: 14px;
  color: #0062A0;
  background:url(images/pip/mg_block_title_bg.gif) left top no-repeat;
}
#pip .blockmove h2 {
  cursor: move;
}
#pip .block .portletcontent {
	padding: 5px 5px 5px 10px;
	background:url(images/pip/shadow_block.gif) repeat-y;
}
#pip .portletbottom {
	background:url(images/pip/shadow_bottom.gif) left top no-repeat;
    height:6px;
    width:314px;
    margin-bottom: 10px;
}
#pip .portletoptions {
	cursor:pointer;
	float:right;
    height:16px;
}
#pip .portletoptions .close_button {
	background: transparent url(images/pip/close.gif) left center no-repeat;
	width:13px;
	height:13px;
	display:block;
    float:left;
}
#pip .portletoptions .information_button {
	background: transparent url(images/pip/information.gif) left center no-repeat;
	width:13px;
	height:13px;
	display:block;
	float:left;
    margin-right:5px;
}

#pip .portletoptions .minimize_button {
	background: transparent url(images/pip/minimize.gif) left center no-repeat;
	width:13px;
	height:13px;
	display:block;
	float:left;
    margin-right:2px;
}
#pip .portletoptions .maximize_button {
	background: transparent url(images/pip/maximize.gif) left center no-repeat;
	width:13px;
	height:13px;
	display:block;
	float:left;
    margin-right:2px;
}
#pipmodalmask {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #BBB;
    z-index: 1000000;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
}

#pipinformationbox, #pipadminbox, #piperrorbox {
	position: absolute;
	width: 500px;
	left: 25%;
	top: 25%;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0px 10px 10px 10px;
	z-index: 1000001;
}
#pipadminbox label {
    padding-bottom: 0px;
    padding-top: 0px;
	vertical-align: bottom;
}
#pipadminbox input {
    padding-bottom: 0px;
    padding-top: 0px;
	vertical-align: bottom;
}
#pipadminbox div.buttonoptions{
	width:100%;
	text-align: right
}
#pipadminbox ul.rsstitles li{
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 5px;
	background-position: 0px 4px;
}

#pip div.rss ul li {
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	padding: 0px 5px 5px 15px;
	background-position: 0px 4px;
	list-style: none;
}
#pip form {
	background: transparent;
	border: 0px;
	padding: 0px;
}
#pip input.input {
	width: 80%;
}
#pip input.pipbutton {
	vertical-align: top;
	border: 1px solid #0062A0;
	height: 20px;
	background-color: #FF8708;
	padding: 0 5px 0;
	font: bold 13px/14px Arial, Verdana, 'Sans Serif';
	color: #FFF;
	margin-top: 3px;
	margin-right: 3px;
}

#pip p.pipnote {
	padding-top: 5px;
}