#bakgr {
	position: absolute; z-index: 20; margin: auto; padding: 0px; top: 10px; left: 280px; width: 407px; height: 154px;
	background: url("/images/blogg/bg/smalloga.png") no-repeat;
}

#puls2 {visibility: hidden; position: absolute; z-index: 20; margin: auto; padding: 0px; top: 10px; left: 280px; width: 407px; height: 154px;
	background: url("/images/blogg/bg/smalloga2.png") no-repeat;
}

ul#content { z-index: 20; margin: 0px; padding: 0px; margin-left:58px; list-style: none; width: 785px; }
#CenteredContent {
	background: black;
}

img.izoomable {
	cursor: pointer;
}


body.overlay {
	text-align:left; overflow-x: hidden;
}
body.nooverlay {
	text-align:left;
}
.overlay_pgembd {
	position: absolute; top: 0px; width: 1001px; z-index: 1000;
	background: #555555;
	opacity: 0.01; -moz-opacity: 0.01; filter:alpha(opacity=01);
}
.content_pgembd_loading {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white url('/images/pgembd/loading.gif') center center no-repeat;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd_loaded {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white;
}
.content_pgembd_init {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
}
.pgembd_cp {
	padding: 0px; margin: 0px;
	/*background: white;*/
	height: 41px; width: 41px;
	position: absolute; top: 0px; z-index: 1100;
	/*overflow: hidden;*/
}
#pgembd_close {
	background: url('/images/pgembd/close.png') no-repeat;
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
/*	opacity: 0;
	filter:alpha(opacity=0);*/
}
.embdpframe {
	border: 1px solid #eeeeee;
}
.pgembd_cp A:link, .pgembd_cp A:active, .pgembd_cp A:visited {
	color: black; text-decoration: none; -moz-outline-style:none; font: 12px verdana;
}
.pgembd_cp A:hover {
	color: black; text-decoration: underline;
}

div.pgembd_hoverbutton {
	display: block;
	width: 200px;
	height: 300px;
	z-index: 3000;
	position: absolute;
	top: 10px;
	cursor: pointer;
	background: white;
        filter:alpha(opacity=0); opacity:0.0; -moz-opacity:0.0;
}
div.pgembd_hoverbutton#pgembd_hoverbutton_area_prev {
	left: 10px;
}
div.pgembd_hoverbutton#pgembd_hoverbutton_area_next {
	right: 10px;
}
img#pgembd_hoverbutton_prev {
	position: absolute;
	top: 100px;
	left: 10px;
	filter:alpha(opacity=0); opacity: 0.0; -moz-opacity:0.0

}
img#pgembd_hoverbutton_next {
	position: absolute;
	top: 100px;
	right: 10px;
	filter:alpha(opacity=0); opacity: 0.0; -moz-opacity:0.0
}

div#pgembd_hoverbutton_prev {
	position: absolute;
	top: 200px;
	left: 5px;

	background: url('/images/pgembd/prev.png') no-repeat;
	width: 60px;
	height: 120px;
	display: none;
}
div#pgembd_hoverbutton_next {
	position: absolute;
	top: 200px;
	right: 5px;

	background: url('/images/pgembd/next.png') no-repeat;
	width: 60px;
	height: 120px;
	display: none;
}
div.pgembd_photoselector {
	z-index: 3001;
	right: 5px;
	bottom: 5px;
	filter:alpha(opacity=0); opacity: 0.0; -moz-opacity:0.0;
	background: #cccccc;
	color: black;
	font: 10px verdana;
	position: absolute;
	padding: 0px 2px 0px 2px;
}

.pgembd_photoselector ul {
        margin: 0px;
        padding: 0px;
	list-style: none;
}
.pgembd_photoselector li {
	float: left;
	padding: 2px 2px 2px 2px;
}
.pgembd_photoselector a:link.active, .pgembd_photoselector a:visited.active, .pgembd_photoselector a:active.active {
	text-decoration: underline;
        color: red;
}
.pgembd_photoselector span {
	color: black;
}


.pages {
   font: 11px arial;
}

.pages .current {
   font: bold 11px arial;
}

.pages .pagenum {
   font-size: 11px;
   font-style: italic;
}

.pages A:link, .pages A:active, .pages A:visited { color: black; text-decoration: none; -moz-outline-style:none;  }
.pages A:hover { color: black; text-decoration: none; }


.grayline {
   width:100%;
   height:5px;
   margin:4px 0;
   clear:both;
   border-bottom:1px #999999 solid;
   font-size: 0px;
}

.headline {
   font: bold 18px arial;
}

.youtube {
	text-align: center;
	display: block;
}


blockquote, .blockquote {
   background-color: #f3f3f3;
   border: dotted 1px #999999;
   border-left: solid 8px #999999;
   padding: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: normal;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
   text-decoration: none;
   clear: both;
}

.blockcode {
   background-color: #f3f3f3;
   border: solid 1px #999999;
   padding: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: normal;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   color: #000000;
   text-decoration: none;
}

.imgtext {
   font: 10px arial;
   color: #888888;
   text-align: center;
}
.centeredimgtext {
   font: 10px arial;
   color: #888888;
   margin:0px auto;
   text-align: center;
}

.changePasswdForm input,
.blogPostForm input, .blogPostForm textarea, .blogPostForm select {
   border: 1px solid black;
   background: #f3f3f3;
}

.blogPostForm input.checkbox {
	background: none;
	border: none;
}

.blogPostForm #bptitle {
	font: bold 18px arial;
}

.blogPostForm input.addcategory {
	font: bold 14px arial;
	padding: 0px;
	cursor: pointer;
	width: 22px;
}

a:link.readpostlink, a:visited.readpostlink, a:active.readpostlink {
	margin-left: 6px;
	float: left;
	display: block;
	height: 41px;
	padding-left: 23px;
	padding-top: 5px;
	background: url('/images/blogg/icons/purple/commentblog.gif') 0px 0px no-repeat;
}

a:link.postcommentslink, a:visited.postcommentslink, a:active.postcommentslink {
	margin-left: 6px;
	float: left;
	display: block;
	height: 41px;
	padding-left: 23px;
	padding-top: 5px;
	background: url('/images/blogg/icons/purple/commentblog.gif') 0px 0px no-repeat;
}

a:link.writecommentlink, a:visited.writecommentlink, a:active.writecommentlink {
	float: left;
	display: block;
	margin-left: 10px;
	height: 41px;
	padding-left: 20px;
	padding-top: 5px;
	background: url('/images/blogg/icons/purple/writeblog.gif') 0px 1px no-repeat;
}

a:link.facebookshare_post, a:visited.facebookshare_post, a:active.facebookshare_post {
	float: left;
	display: block;
	margin-left: 10px;
	height: 41px;
	padding-left: 20px;
	padding-top: 5px;
	background: url('/images/blogg/icons/purple/facebook_share_icon.gif') 0px 3px no-repeat;
}


a:link.rsslink, a:visited.rsslink, a:active.rsslink {
	display: block;
	height: 39px;
	padding-left: 27px;
	padding-top: 8px;
	margin-left: 2px;
	background: url('/images/blogg/icons/rss.gif') 0px 0px no-repeat;
}


.blogCommentForm input, .blogCommentForm textarea {
   border: 1px solid #aaaaaa;
   background: #f3f3f3;
}

.blogCommentForm .inputfield {
	width: 150px;
}

.blogCommentForm .checkbox {
	border: none;
}

.blogCommentForm .textareamessage {
	width: 487px;
}

input.inputfield.error {
	border: 1px solid red;
}

textarea.textareamessage.error {
	border: 1px solid red;
}


.comments {
   margin-top: 25px;
}

.comment {
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #aaaaaa;
   background: #f3f3f3;
}

.commentheader {
   background: #e3e3e3;
   padding: 5px 6px 5px 6px;
}

.commentnumber {
	font: 11px verdana;
}
.commentby {
	font-weight: bold;
	color: #444444;
}
.commentby a:link, .commentby a:active, .commentby a:visited {
	color: #444444;
}

.commenttimestamp {
	font: 10px/10px verdana;
	color: #666666;
}

.commenttext {
   padding: 5px;
}

.commentspace {
   font-size: 0px;
   height: 15px;
}

/* *************************text boxes****************** */
div.TiledBoxBackground {
  position:absolute;
  z-index: 0;
  padding: 0px;
  background: url("/images/cardpres/pat_20030818150602_2.gif") top left repeat;
}

div.TiledBox {
  position:relative;
  z-index: 1;
  padding-bottom:0px;
  padding: 0px;
  margin: 0px;
  width: 644px;
  margin-top:0px;
  background: url("/images/images/lbott_01.gif") top left no-repeat;
  margin-left: 0px;
  margin-bottom: 0px;
}

div.TiledBoxRightTop {
  position:relative;
  left:0px;
  padding-left:10px;
  padding-bottom:0px;
  margin-bottom:6px;
  margin-top:0px;
}
div.TiledBoxRightTop {
  position:relative;
  background: url("/images/images/lbott_03.gif") top right no-repeat;
  height: 28px;
  width: 634px;
}

div.TiledBoxBody {
  margin:0;
  margin-top:-18px;
  font: 10pt arial;
  line-height: 12pt;
  vertical-align: text-top;
  position:relative;
  right:0px;
}
div.TiledBoxBody {
  width: 644px;
  background: url("/images/images/lbott_06.gif") top right repeat-y;
}

div.TiledContent {position:relative; z-index:1; width:10px; display:block; top:0px; left:0px;}

div.TiledBoxFooter {
  background: url("/images/images/lbott_09.gif") top left no-repeat;
  position:relative;
  height:17px; /*16px;*/
  width:622px;
  left:0px;
}
div.TiledBoxLongContent {
  background: url("/images/images/lbott_04.gif") top left repeat-y;

}
div.TiledBoxRightFooter {
  top:0px;
  left:0px;
  position:absolute;
  margin-left:0px;
  height: 17px; /*16px;*/
  margin: 0px;
}
div.TiledBoxRightFooter {
  background: url("/images/images/lbott_10.gif") top right no-repeat;
  width: 644px;
  /*height: 7px;*/
}

.TiledBoxInnerContent {
  word-wrap: break-word;
  width:638px;
  font-size:11px;
  line-height:12px;
  text-align:left;
  padding-top:6px;
  padding-left:6px;
}

/* not used? */
li.blogpostpoll {
   position: relative;
   margin-top:0px;
   margin-left:0px;
   /*margin-bottom: 20px;*/
   font: 11px arial;
}
.pollContainer {
	text-align: center;
	width: 440px;
	position: relative;
	margin: auto;
	background: url('/images/blogg/bg/vote/images/up.gif') no-repeat;
	padding-top: 17px;
   font: 11px arial;
}
.pollContainerFooter {
	background: url('/images/blogg/bg/vote/images/down.gif') no-repeat;
	height: 17px;
	margin-bottom: 20px;
}

ul#pollPreviewUl, ul.pollBox {
	color: black;
	position: relative;
	background: url('/images/blogg/bg/vote/images/center.gif') repeat-y;
	width: 375px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 26px;
	padding-right: 26px;
}

.pollBox .question {
	font: bold 14px arial;
}

div.zoomicon {
        position: absolute;
	width: 42px;
	height: 85px;
        background: url('/images/blogg/icons/purple/zoom.png') no-repeat;
        z-index: 900;
        cursor: pointer;
        display: none;
}

a:link.facebookshare_sidebar, a:active.facebookshare_sidebar, a:visited.facebookshare_sidebar {
	display: block;
	height: 22px;
	padding-left: 20px;
	padding-top: 4px;
	margin-left: 0px;
	background: url('/images/blogg/feature/facebook.png') no-repeat;
}

.post_share_toolbar {
	margin-top: 20px; 
	padding-left: 0px; 
	padding-top: 6px; 
	height: 30px; 
	border-top: 1px solid #dddddd; 
	border-bottom: 1px solid #dddddd
}

