
/* Common */

.nowrap {
	white-space: nowrap;
	}
.razd-line {
	padding: 0 5px;
	color: #D6D6D6;
	}


/* Main page header */

.main-blog-header-t {
	margin: 15px 0 !important;
	font: 27px Arial, Tahoma, Verdana, sans-serif !important;
	font-weight: normal !important;
	text-align: center !important;
	color: #004775 !important;
	}
.main-blog-header-c {
	margin: 15px 0;
	font-size: 27px;
	font-weight: normal;
	color: #004775;
	text-align: center;
	}
.section-header {
	padding: 20px 0 !important;
	zoom: 1;
	}


/* Box round corners container */

.box-container {
	padding-bottom: 10px;
	clear: both;
	}
	.box-container .s1 {
		position: relative;
		background: #FFF url(/img/box-bg.gif) top repeat-x;
		}
		.box-container .s2 {
			position: relative;
			background: url(/img/box-border-bg.gif) left repeat-y;
			}
			.box-container .s3 {
				position: relative;
				background: url(/img/box-border-bg.gif) right repeat-y;
				}
				.box-header-l {
					background: url(/img/box-left-top-c.gif) left top no-repeat;
					}
					.box-header-r {
						background: url(/img/box-right-top-c.gif) right top no-repeat;
						}
						.box-header-r H2 {
							margin: 0 20px;
							padding: 10px 0;
							font-size: 21px;
							font-weight: normal;
							color: #FF6802;
							}
							.box-header-r H2 IMG {
								padding: 0 6px 0 0;
								vertical-align: middle;
								}
							.box-header-r H2 B {
								padding: 0 0 0 40px;
								font-size: 10px;
								font-weight: normal;
								}
				.box-footer-container {
					background: #FFF url(/img/box-border-bottom-bg.gif) top repeat-x;
					}
					.box-footer-l {
						background: url(/img/box-right-bottom-c.gif) right top no-repeat;
						}
						.box-footer-r {
							height: 13px;
							background: url(/img/box-left-bottom-c.gif) left top no-repeat;
							}
.box-container-c {
	background-color: #FFF;
	}
.half-page-width .box-container-c {
	width: 460px;
	margin: 0 0 15px 255px;
	clear: both;
	}
	.box-container-c .s1 {
		background: url(/img/box-bg.gif) top repeat-x;
		}
	.box-container-c .s1-f {
		background: url(/img/box-bg307.gif) left top no-repeat;
		}
	.box-container-c .s1-f1 {
		background:url(/img/box-bg308.gif) left top no-repeat;
		}
		.box-container-c .s2 {
			background: url(/img/box-border-bg.gif) left repeat-y;
			}
			.box-container-c .s3 {
				background: url(/img/box-border-bg.gif) right repeat-y;
				}
.box-container-p {
	padding-bottom: 3px;
	}
.wrapper-box-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	clear: both;
	}

H2.orangeH2,
H2.orangeH2 A {
	color: #FF6802;
	}
H2.orangeH2 {
	margin: 0 20px;
	padding: 10px 0;
	font: 21px Tahoma, Helvetica;
	}
	H2.orangeH2 A {
		font-size: 21px;
		font-weight: normal;
		}
H2.orangeH2n {
	color: #FF6802;
	font: 21px Tahoma, Helvetica;
	}
	
.half-page-width {
	clear: both;
	}
	

/* Paginator wrapper */

.pagenator-wrapper01 {
	background: url(/img/pagenator-bg01.gif) left top no-repeat;
	}
.pagenator-wrapper02 {
	position: relative;
	height: 35px;
	background: url(/img/pagenator-bg02.gif) right top no-repeat;
	}
.pagenator-wrapper03 {
	height: 35px;
	background: url(/img/pagenator-bg02.gif) right top no-repeat;
	}
.pn-left IMG,
.pn-right IMG {
	border: none;
	}
.pn-left,
.pn-right {
	position: absolute;
	width: 45%;
	padding: 5px 0;
	font-size: 19px;
	}
* html .pn-left,
* html .pn-right {
	padding: 8px 0 5px 0;
	}
.pn-right {
	right: 0;
	text-align: right;
	}
.pn-left {
	left: 0;
	}
.pn-l {
	margin-left: 10px;
	}
.pn-r {
	position: relative;
	margin-right: 10px;
	}
.pn-center {
	position: absolute;
	left: 20%;
	width: 50%;
	padding: 10px 0;
	text-align: center;
	}
.pn-center SPAN {
	font-weight: bold;
	color: #005286;
	}
