/* DEFAULT TEMPLATE & EDITOR STYLES */
body, html {
	background-color: #ffffff;
}
body, html, input, textarea, select, form, a, p, span, div, td, th, font, h1, h2, h3, h4, h5, ul, li, ol, sup, sub, dl, dt, dd {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	color: #333;
	outline: none;
}
sup, sub {
	font-size: 10px;
	line-height: 10px;
}


/* TABLE STYLES */
table, table td, table th {
	border-collapse: collapse;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.colortable {
	width: 100%;
}
.colortable td, .colortable th {
	border-bottom: 1px solid #ddd;
	padding: 2px 10px 2px 0px;
}
.colortable td.label, .colortable th.label {
	background-color: #eee;
	border-bottom: 1px solid #fff;
	width: 100px;
}
td.logocell {
	border: 1px solid #e7e7e7;
	position: relative;
	z-index: 1;
	zoom: 1;
	width: 160px;
	text-align: center;
	vertical-align: middle;
}
	td.logocell img {
		width: auto;
		height: auto;
		max-width: 120px;
		max-height: 60px;
		float: none;
	}


/* DEFAULT LIST STYLES */
ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 25px;
}


/* LINK STYLES */
a {
	color: #11a7d3;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
.nextlink {
	padding-left: 10px;
	background-image: url(../image/web/link/next_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 15px;
}
.nextlink:hover {
	background-position: 0px -60px;
}
.morelink {
	padding-right: 10px;
	background-image: url(../image/web/link/more_bg.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	display: inline-block;
}
.morelink:hover {
	background-position: right -60px;
}
.morelinkgreen {
	padding-right: 10px;
	background-image: url(../image/web/link/more_green_bg.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	display: inline-block;
	color: #97bf0d;
}
.morelinkgreen:hover {
	background-position: right -60px;
}
.prevlink {
	padding-left: 10px;
	background-image: url(../image/web/link/prev_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
}
.prevlink:hover {
	background-position: 0px -60px;
}


/* BACKGROUND COLORS */
.backwh {
	background-color: #FFFFFF;
}
.backdg {
	background-color: #a6a6a6;
}


/* IMAGE STYLES */
img {
	border-width: 0px;
}
.imageleft {
	float: left;
	margin-right: 30px;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imageleft, .imageright {
	display: inline;
}


/* EDITOR STYLES */
h1, h2, h3, h4, h5, div.title {
	display: block;
	margin-bottom: 5px;
}
h1, h1.title, div.title {
	font-size: 31px;
	font-weight: normal;
	line-height: 31px;
}
h1.thin {
	font-size: 31px;
	font-weight: normal;
	line-height: 31px;
}
h2, h2.title {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}
h2, h2.thin {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}


/* FONT FACE */
@font-face {
    font-family: 'PFHPM';
    src: url('../image/web/font/PFHPM.eot');
    src: url('../image/web/font/PFHPM.eot?#iefix') format('embedded-opentype'), url('../image/web/font/PFHPM.woff') format('woff'), url('../image/web/font/PFHPM.ttf') format('truetype'), url('../image/web/font/PFHPM.svg#PFHandbookProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFHPT';
    src: url('../image/web/font/PFHPT.eot');
    src: url('../image/web/font/PFHPT.eot?#iefix') format('embedded-opentype'), url('../image/web/font/PFHPT.woff') format('woff'), url('../image/web/font/PFHPT.ttf') format('truetype'), url('../image/web/font/PFHPT.svg#PFHandbookProMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
